Things you’ll need: PHP jQuery jQueryRotate plugin DEMO | DOWNLOAD PROJECT We’ll first setup the control div since it should help make things clearer starting here. We have the two rotate buttons (clockwise and anit-clockwise) and the save button to save our final rotated image. We also have an input box that will store the [...]
Dave in Michigan contacted me and wanted to know if it was possible to take the script used from this previous post and only display the last X number of pictures uploaded to a directory. Something to note before you get started though. The script will read the entire directory so if you have a [...]
Earlier this week I had an interesting problem. I needed to have some javascript code run from within the page being called via AJAX. The javascript relied on the values being set in the page being called so it could not be setup on the page before hand. It had to be called afterward. It [...]
This one about drove me crazy all night trying to think of why this does not work and to be honest I still don’t understand why it doesn’t. But below is a solution to the problem. The problem was I was trying to close a popup and force the parent page to load a URL [...]
A while back we wrote an article on how to fade images in and out from a single directory using jQuery and another plugin, but today we’re going to add…actually we’re going to totally redo the way we did it in the past. The new way should leave a much smaller footprint. View Demo
You now can look in almost any website or web application where the background colors are alternating. This is a great (and easy) way to improve the user interface for the end users. Here’s a quick explanation of what’s going on in the demo file below: First we set the alternating backgrounds we want to [...]
A friend of mine recently requested a quick image rotator script that was not using Flash, but would use Javascript. Below is a script that will read through a single directory and look for any image file (jpg, gif, or png) and rotate it. Update: new updated version which allows you to show only the [...]
More javaScript resources than you could ever ask for. Jason does another great job getting them all together in one convenient place. read more | digg story