What I hate in Javascript

April 28th, 2006

The thing that gets on my nerves the most about javascript, is it’s silent deaths. I have a function XpathAttr that if you don’t pass it the correct parameter, In this case a XMLHTTPRequest object, it dies. No error, no Exception, no nothing.
Now I realise I could throw my own exception, or check that the […]


Open Office Preferences Dialog

November 16th, 2005

The OpenOffice 2 preferences dialog boxes are downright terrible. To select which document format to Save As, you have to select “Text Document” from one dropdown box and then change a second dropdown to “Microsoft Word”, then to edit the preference for Calc, you have to change the first dropdown box, which automatically changes the […]