Check out my latest project: Code Dumper

Archive for the "plugin" Tag

Last.fm Recent Album Artwork Plugin

My blog is now running a WordPress plugin that shows the album covers from Last.fm of songs I've recently listened to. There's a lot of plugins out there, but none that I found that did the job of getting the artwork, and certainly not for the most recent albums. Download the Last.fm recent album artwork [...]

A few more jQuery plugins: crop, labelOver and pluck

I've been hoarding a few plugins which I thought it was about time I did some sharing. They are: crop - crop any image on the fly using JavaScript only labelOver - based on an article over at A List Apart an accessible method of compressing forms pluck - return an array of values for a specific attribute

jQuery tutorial: Text box hints

Updated March '08: I've separated the plugin to a separate jquery.hint.js file and included a fix to get around Firefox's autocomplete You will see a lot of web sites with search boxes have text already populated inside of the field and when you select the input text box it disappears and reappears when it’s not selected. This [...]

jQuery Mousehold Event

I'm working on a web application for Work and we're working towards recreating an existing desktop application on a web page (don't get me started on that one!). Anyway, traditional applications have 'spinners' that make numbers or items go up and down (I'm working on that too). This jQuery plugin adds the missing 'repeat' event. Download [...]

del.icio.us-like Text Grow jQuery Plugin

If you're familiar with the del.icio.us tag search box, then you'll know it will grow with the length of the content you enter. This is particularly useful for search boxes or tagging entry boxes, though the only downfall (I think) of del.icio.us's entry box is that it can grow to become wider than the entire page [...]