Monthly Archives: March 2009
BounceBox Update, Version 1.1
I was using an implementation of my BounceBox mootools javascript class on a site I am working on at the moment, and made a couple of additions to the Class that I hope other will enjoy. The new version1.1 demo … Continue reading
Hack Safari to open links in new tabs, not new windows
Safari (by default) will open certain links (e.g. target=”_blank”) in a new browser window instead of a new tab even if you have your preferences set no too. Fortunately, there is a hidden preference you can set to force Safari … Continue reading
New Version of 'MiniShowCase Administration' coming – any enhancement requests
I am working on adding some features to the MiniShowCase Administration, like better user management, better image scaling options and better description management. If anyone has any ideas or enhancement requests, please post a comment below, or to be notified … Continue reading
Alternating row styles with Javascript
I am writing a list that outputs a large amount of data in a vertical structure, with many rows the list gets hard to tell which entry is which. Now, normally I would do this via PHP, something like < … Continue reading
removing .SVN directories recursively
I have been working a lot lately using SubVersion ‘s to maintain all the projects that I and some times others are all working on. A firm that I contract to has recently set up a SVN Server on a … Continue reading