Agile Tortoise
Greg Pierce’s blog
Javascript
Servoy: wrapping global methods
One of the best things about Servoy 4 is the dramatically improved JavaScript support. With full support for functions, and the “apply”, method you can now do very cool things in the runtime environment.
The example below shows how to take a pre-defined global method, alias it, and replace the original with a new version [...]
Monday, July 21st, 2008. Posted in Javascript, Servoy | No Comments »>
Firebug
Though widely blogged already, one of my favorite developer tools, Firebug just release a major update. If you work with HTML/CSS/JS, you really need this Firefox extension.
Tuesday, December 5th, 2006. Posted in CSS, HTML, Javascript | No Comments »>
Javascript animation library
Bernie’s Better Animation Class is quite interesting and simple to use. Nice stuff!
Friday, November 3rd, 2006. Posted in Javascript | No Comments »>
Custom Events in Javascript
Seth has done some very cool work with custom events in JavaScript, and thoroughly documented it as well. A very clever solution to a problem not well handled by the current batch of browsers.
Friday, June 30th, 2006. Posted in Javascript, Misc | 1 Comment »>
Firebug
I feel like this is something I should have known about by now, but I just discovered the Firefox extension Firebug. Wow. DOM browser with live update, Javascript debugging with AJAX features, console logging for your javascripts — all in a very slick tabbed pane in the main Firefox window.
If you are one [...]
Sunday, June 11th, 2006. Posted in Javascript | No Comments »>