Fitts’ Law vs. Apple on Windows, continued, again

Two years ago I wrote about Fitts’ Law vs. iTunes/Safari describing the lack of the upperleft and upperright pixels in the Windows distribution of Safari. The lack of those two pixels resulted in some really odd behavior (the upper right corner for example didn’t trigger the close button, as you clicked *through it*, hitting the …

Drobo, my experience so far.

This post is outdated. Not everything is accurate anymore. More than three years later I still have my Drobo running and have performed disk swaps without any problems. Drobo has grown up by now. One remaining issue though is the speed (although that should be better with the newer models): it’s not optimal. A few …

Accessing data saved in the class property of DOM-elements with jQuery

Use of this plugin is not recommended anymore. Use data-* attributes and $.fn.data instead. This was a possible solution, a long time ago. A few weeks ago former colleague Jurriaan wrote a PrototypeJS extension to accessing data stored within classes of HTML elements. Basically it comes down to assigning extra classes (classes such as gender_male …

Introducing BramVanDamme.be

Bram.us always went along with the tagline “Days in the Life of a Geezer named Bramus!” As of last week this is no more as this site doesn’t fully track my online trail as – next to this blog – I’m blogging on Nieuw in Gent, tweeting all day long, uploading pics to flickr, bookmarking …

Using Dropbox as an automatic and free Web Publishing solution

In addition to having moved my mail to Google Apps for your Domain I decided to take it to the next level about a month ago by using Dropbox for storing both personal as professional (viz. 3RDS-related) data in the cloud. This decision made me more mobile than ever, as I can access any file, …

Enabling Image Upload in Staff Panel of Kayako Support Suite

When it comes to features and functionality Kayako Supportsuite is a fine product indeed. One of the things that is lacking though is the ability to upload new images to the server in order for you to insert them into a KB article for example. Took me a little while, but I found out how …

PS_BRAMUS.TextConvert: PSD2TXT and TXT2PSD for the masses!

What if you could extract all text strings from a PSD file into a TXT file? Sure, it’s possible, thanks to PS_BRAMUS.TextExport, the PSD2TXT script I wrote a few months ago. Now, what if you wanted to do that in the opposite direction and import strings from a TXT file into a PSD file (viz. …

jQuery.serializeAnything : Serialize anything (and not just forms!)

Code snippet I found somewhere in my archive: jQuery.serializeAnything() is a jQuery Extension that serializes any element you specify, in contrast to jQuery’s builtin serialize() function which is limited to serializing form elements only.