Category Archives: JavaScript


Webshots Get Original Photo Bookmarklet

A while ago I made a bookmarklet to get the original photo from a Flickr page. I used it myself a bit, but mostly I just did it to warn those who publish with Flickr that there wasn’t much more than the illusion of copy protection on photos. Flickr since made their security-by-obscurity a little […]

Playing Here

Playing Here is a website I made based on the MySpace Events Feed Creator. It uses the same process to index MySpace pages for events, but instead of creating feeds by band, it creates feeds by state, city, and venue. It also has a microformatted web interface, email subscriptions, and JavaScript includes for the events. […]

Sortable Tables with Totals and Averages

If you’re publishing any sort of complex statistics, it’s often helpful to be able to sort this data. If the data is coming from a database, you can often do this sorting on the server side rather easily, but sorting on the browser side in JavaScript is generally a better user experience. Contrary to what […]