How to find the original Flickr Photo URL and User from a Static Flickr Image URL/Permalink

Got a link like //farm3.static.flickr.com/2085/2177060015_258bcfaff9_m.jpg and want to find out which user posted it, more images by that user, see the full-size version, etc? Seek no longer, the answer is very simple!

TinyMCE CSS Classes and IDs Plugin : bramus_cssextras 0.5.0 hits the net!

Huzzah! bramus_cssextras 0.5.0 has been released! No new features have been added, yet this version differs a lot from the previously released versions of bramus_cssextras: Under the hood bramus_cssextras has been totally rewritten to make it TinyMCE 3.0 compatible.

My Javascript (non-AJAX) Progress Bar Class : jsProgressBarHandler

Don’t you just hate it when people wrongly label something as AJAX? A fine example of this is the – so called – AJAX Progress Bar. Above that the javascript could … well … let’s say “a rewrite needs to be done” popped up in my head, resulting in jsProgressBarHandler, a Prototype.js class to dynamically …

My Code Snippet : Automatically start Lightbox on page load (autoFireLightbox)

Ever wanted to automatically start Lightbox so that it shows an image immediately after the page has loaded? It’s possible! Someone posted a little Javascript Code Snippet that provides this functionality in the Lightbox Forums. Although the code is OK, it requires editing Lightbox.js, which will of course break when a new version is released …