Check out my latest project: JSBin - live JavaScript pastebin

Archive for the "project" Tag

jQuery Tag Suggestion

If you're familiar with del.icio.us you will be familiar with the tag suggesting as-you-type support. The reason why, I believe, the tagging works so well within del.icio.us is that it helps you create a subset of tags that you commonly use for different types of links. This way, it makes it easier to find tagged [...]

Auto-populate multiple select boxes

To follow on from Auto-populating Select Boxes using jQuery & AJAX, I've had more than a few requests for how to do this for multiple select boxes. In response, I've written a jQuery plugin and have included a simple example of three select boxes populating each other driven by a MySQL database.

Add Twitter to your blog (step-by-step)

Update - updated 31-May 2008 Updated to specify timeouts, and timeout functions - see options below. Also Twitter have changed their API so 'withFriends' now requires authentication. With friends will be disabled regardless until I find out what the new plan is. Download latest Twitter.js Following on from how [...]

TinyURL JavaScript API

I've been writing a bookmarklet for Twitter that will allow you to post URLs to Twitter, that are first compressed using TinyURL. So I thought I'd share the TinyURL callback API I wrote.