It’s been a while since I last posted a script of the week, however, as soon as I found this script I knew I had to put it on my site. Well this week it is a script called LightWindow that claims the prize. Before you all moan at yet another light-’whatever’ as it is [...]
Prototype's archives
Simple JavaScript Idle State using Prototype
This is a fairly simple piece of code, however, I decided it was worth putting up on the site for everybody to see.
Anyway the code itself aims to fire a function when there has been no mouse movement for a predefined length of time and reset the count every time the mouse is moved.
code
The code [...]
Continue reading " Simple JavaScript Idle State using Prototype "
Prototype Diagram
I’m sure plenty of you have seen this before as I know I have been using it for a long time but nether the less I thought I would post it anyway.
Jonathan Snook has created a very handy visual representation for the Prototype Framework. It’s an amazingly useful tool to have whilst developing and I [...]
Prototype & script.aculo.us Image Cropper
Another short article just to document an amazing example of a JavaScript image cropper tool. Based on Prototype and script.aculo.us this example stylishly demonstrates a range of features including minimum image widths and heights, fixed ratios, a crop with preview and the ability to nudge the selected image region by use of the keyword [...]
Continue reading " Prototype & script.aculo.us Image Cropper "

