From your experience, who would be the best firm to go with in order to convert a PSD website to a Wordpress template? Please share your experience.
Thanks
Thanks
From your experience, which is the best software/flash extension that enables you to convert a multi-page document (hundreds) to a flash flip book? Stand-alone software need to be mac compatible. This is going to be hosted online. I'm looking for well advanced example that allows you to create bookmarks, sections and search engine.
Thanks
Thanks
Hello everybody,
This is a slideshow that I used and adapted for one of my website — original site is: http://www.couloir.org/js_slideshow/
Is there an easy way to make the captions link to different pages within a website. I appreciate any help I can get.
This the code that defines photos and their attributes (from the file called slideshow.js). Do I need to create a href function? If so, how can I do it?
Please help.
This is a slideshow that I used and adapted for one of my website — original site is: http://www.couloir.org/js_slideshow/
Is there an easy way to make the captions link to different pages within a website. I appreciate any help I can get.
This the code that defines photos and their attributes (from the file called slideshow.js). Do I need to create a href function? If so, how can I do it?
Please help.
// Define each photo's name, height, width, and caption
var photoArray = new Array(
// Source, Width, Height, Caption
new Array("IMG_0470.jpg", "600", "450", "Cycling from Telluride to Moab"),
new Array("IMG_2441.jpg", "582", "350", "Mt. Toll as seen from the slopes of Mt. Audubon"),
new Array("IMG_2449.jpg", "600", "300", "Taking flight from the summit of Paiute"),
new Array("IMG_0677.jpg", "650", "488", "Plodding up Queen's Way Couloir on Apache"),
new Array("P3220073.jpg", "600", "400", "A storm brews in the distance (Red Rocks, NV)")
);
Thanks :)
Comments