Rapid Development – Generate your drive mappings
I posted a week ago about how to map a directory to a drive letter. This was a good tip for me because to get to my webroot directory, I...
Using Closures in Javascript
Closures in JavaScript are a very important tool. The ability to control the execution contexts of variables and functions gives a lot of...
Debugging JS and Ajax on IE
I am currently working through a problem and at the point of pulling my hair out. I have an Ajax process that pops up a nice little div on...
JSEclipse is so much fun
I was digging through a bunch of javascript code today and trying to trace out some variables. In JSEclipse, an eclipse plugin made by...
Speed Up Your Client Side Development. Watch the Firebug 1.0 Presentation from the Author.
A wonderful presentation by Joe Hewitt, creator of Firebug is available for viewing at Yahoo Theater. I use Firebug a lot when working with...
ColdFusion list functions in Javascript?
How many times have you wished for that? ColdFusion is tops at list parsing. I remember back in the day all my data structures were either...
Script Tags and how not to use them
The script tag should not be used in short-tag form. I found this out while playing with JQuery. JQuery has underwent a lot of changes to...