Category Archives: annoyances

I wish i was taller

I swear.. the amount of times I’ve played indoor and being hit in the family jewels. One time is too many. Let alone about 4 times in less than a year. The conclusion here is I’m too short. Or I have bad luck. In any case. I hope it doesn’t happen again. I’m not sure [...]

Also posted in general | Tagged , | Comments closed

Need vs Desire the buyers conflict

I should really discern between the two more often. Always happens when purchasing new gadgets… or anything new for that matter. New things make you happy. For a while at least. That’s until it’s sitting in dust, tucked away, ignored. Your purchase has just become an addition to the pile of (expensive) un-used pile of [...]

Also posted in general | Tagged , , | Comments closed

Be consistent

I have a pet peeve. It’s when people aren’t consistent. This is rage inducing whenever I drive. I’ll get stuck behind someone who goes putter to 45 km/h then creep up to 50 km/h almost make it to 60 km/h (the speed limit) Then drop painfully back to 45 km/h This makes me yell out [...]

Posted in annoyances | Tagged | Comments closed

I hate ATM’s

Harsh words I know. Sure they do their job, but do they do it well? I think ATM’s (Automatic Teller Machines) are almost a symptom of function forcing a design. There’s not that much of a complex nature for ATM’s, but you could almost say the same for websites. These aren’t new things, they’re around [...]

Also posted in user interface | Tagged , , , | Comments closed

change element – type – IE issue

In jQuery you can easily change the type of an element via: jQuery(’#element_id’).type = ‘button’; Unfortunately Internet Explorer does not agree with that. I believe it’s because one the element is set you can’t change the type. So in order to work around this issue you have to replace the element completely. replace_type = function(id, [...]

Also posted in web development | Tagged , | Comments closed

IE issue: radio button jQuery.change()

Quick fix for radio button change events when Internet Explorer once again decides not to work like any other browser.

Also posted in web development | Tagged , , | Comments closed

Page optimized by WP Minify WordPress Plugin