Archive for July, 2007

Get your jobs from UnorderedList

Saturday, July 28th, 2007

There are no more reasons to put up your own job board or even have your own local data about it.

List all the openings on UnorderedList and go to this Yahoo Pipe to get back whatever you want to get back. You can filter by company or location.

If this is not enough for you you can always go and duplicate the existing pipe and create your own…

script language attribute / JavaScript version

Tuesday, July 24th, 2007

There used to be a very nice attribute to the script tag that defined what version of JavaScript is present between the script tags. You’d say language=”JavaScript1.3″ and older browsers that only supported JavaScript 1.2 wouldn’t run the code. Unfortunately this is not the case anymore – the attribute has been deprecated and browsers don’t really support it anymore. IE says that JS 1.3 is the latest version it supports, Firefox and Safari support 1.7. Opera supports 1.5 and surprisingly all the 2.x version (huh?) and the browser in Blackberry (the reason for testing this) supports everything.

I know – search for what you need, but in this case I don’t really want to check for all the objects and methods that I need…

Check your own browsers JavaScript support.