Tag Archives: javascript

Simple Image Slideshow with jQuery and PHP

I really liked Jon Raasch’s jquery-powered slideshow, but integrating it into a page requires a bunch of steps: Add the jQuery library Add the slideshow javascript function Add the CSS with opacity and z-layer set properly Upload the images for … Continue reading

Posted in Photography, Technical HOWTOs | Tagged , , | 2 Comments

Friendly Popups

If you want a link to open a new window, and can’t use target=”_blank”, you can set javascript to the onclick attribute and make the href go to “#”, but then you can’t ctrl-click the link to open it in … Continue reading

Posted in Technical HOWTOs | Tagged , | Leave a comment