Articles
25 December 2009 | 1 Comment
A day or so ago I wrote a post about the extensions for developers already available for those running the developer or beta channel versions of Chrome. In this post I also mentioned the extension that allows you to search the PHP docs. From the time I new about the extensions I wanted to write [...]
Tagged in chrome, extension, how-to, javascript
Articles
12 December 2009 | 5 Comments
A while ago I wrote an article on using jQuery and plain JavaScript to add keyboard interaction to HTML forms. I then recently logged into one of Yahoo’s services and encountered their nifty caps lock indicator on the password field and thought I would replicate this using the code I wrote for the article mentioned [...]
Tagged in how-to, javascript, jquery
Articles
6 December 2009 | 6 Comments
A few days ago I had the requirements to add scrollable tables, with a static header, that was also zebra striped and would highlight the current row on hover. I was looking for a scrollable table jQuery plugin already and having played with Chromatable I decided to simply add the missing functionality with the help [...]
Tagged in chromatable, how-to, jquery