Category Archives: js

#135
Background Animations in Script.Aculo.Us

Inspired by Jonathan Snook’s article on animating backgrounds using Jquery, I had a snoop around in Script.aculo.us for the equivalent methods to create moving background images. It wasn’t long before I hit a wall with the Effect.Morph method and its … Continue reading

Posted in js | Tagged , , , , | 2 Comments

#61
Safari Beta for Windows

Safari (beta, and for Windows), a bit of a damp squib this, I have a site in development for a client (and friend of old) with a strong Macintosh background. The site makes good use of the script.aculo.us library to … Continue reading

Posted in js | Leave a comment

#22
Simple returns

Simple Back Button generator (opens in a new window) It’s not rocket science, in fact it’s probably not even breadmaker science, but it’s useful. Detects if there’s a history to return to before adding a back button to a menu … Continue reading

Posted in js, work stuff | Leave a comment

#19
Drag n’ Drop CAPTCHA puzzle

Simply re-arrange the images to make a visible key before clicking submit. Fiddling with Scriptaculous earlier today I had an idea for a CAPTCHA mechanism. Cycling through the $_POST array in PHP gives you the form data, in order of … Continue reading

Posted in js, php | 1 Comment