idle hamster
Image Scaling with JavaScript
26th January 2006 | 0 Comments
I recently implemented an image scaling feature for an image archive I wrote at work. Normally, I wouldn't scale an image down in a webpage, but I wanted the user to be able to download the full size image by right-clicking. And since these images are used for graphic design, it doesn't make sense to scale them before they're placed in the archive.
JavaScript 2.0
4th December 2005 | 0 Comments
There has been increasing talk of JavaScript 2.0 lately. Mainly, it brings JavaScript to ActionScript 2.0/3.0 style of coding, but with a few minor differences. You can read more about JavaScript 2.0 at Brendan’s Roadmap Updates blog. It will be great to have the ability to use OO ActionScript code in JavaScript projects.