Tag Archives: JavaScript

Spooky!

I’ve spent some spare minutes here and there over the last several days working on a new theme for the site. Try out my Halloween Theme.

Theme switching requires Javascript and at least a moderately modern browser. [...]

Bees, Beavers, and Other Busy People

Yeah, yeah…. No updates in a while. I’ve been in the zone at work, and haven’t had time to get online from home.

Over the last week or so, I’ve spent a lot of time hacking my way through some SOAP::Lite and XMLRPC::Lite voodoo. [...]

Remote Scripting with IFRAME

Eric Costello (of glish.com fame) has an excellent article on Remote Scripting with IFRAME. . [...]

Choosing Standards

There’s an old saying in the computing field: “The great thing about standards is that there are so many to choose from.” Funny, but true. Too true.

This is a topic I read a lot about. You can find essays and articles all over the web by people like Jeffrey Zeldman, Scott Andrew Lepara, or this article at Web Techniques by Molly E. [...]

Dynamic Form Controls

Some time back, I was working on some code at work where we wanted to dynamically disable and re-enable certain form elements based on other user input. Internet Explorer adds a “disabled” property to form elements that makes this simple. [...]