Monthly Archives: September 2008

09/30/2008
Comments

JavaScript karaoke lyrics player

I saw a cool JavaScript karaoke player recently: DtTvB’s JavaScript karaoke player. It’s pretty cool. It reminds me of a JavaScript karaoke player I made in 2005 (there’s a video of it and also a live demo with three songs), … Continue reading


09/30/2008
Comments

Newton’s laws of DIVs

There’s this great bookmarklet that applies gravity to elements on a page. It’s just a fun toy in JavaScript, but it’s pretty cool. You’ll need a Webkit browser such as Safari or Google Chrome. It works better in Google Chrome … Continue reading


09/20/2008
Comments

Easy method of forcing a browser cache update

For years now, I’ve dealt with the problem of browsers caching external documents (stylesheets and their like) by appending the query symbol (the question mark [?]) to my URLs in the source code. As it’s now a different URL entirely … Continue reading