Tag Archives: javascript

Cached Commons

I’ve been working on rebuilding the theme for my site as I find a free hour or two every now and then. Eventually I’d like to do a new design, but for now I’m just working on rewriting the code itself. That will be a post for another day, but one of my focuses is […]

delegating focus

So here’s the problem — you have a web based application that uses multiple forms, often on the same page. Any arbitrary combination or number of forms may appear on the same page at the same time. For example, you may have a small login box as well as a form to subscribe to a […]

Open links in a new window

In the transistion to XHTML, many webmasters are shocked to discover that links with target=”_blank” (which would typically cause the link to open in a new window) prevent their page from validating. This is actually part of the behavior of the link, and (to use proper MVC seperation) therefore should be handled by a scripting […]