Browsing archives for 'Articles'

jQueryDocs Documentation Search Chrome Extension Released

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 , , ,

Replicating Yahoo’s Caps Lock Indicator With jQuery

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 , ,

Scrollable, Zebra Tables With Highlighting Rows With Chromatable and 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 , ,