Friday 10.10.2008

Unfortunately named domains

12:26 am

How’s this for rather unfortunate domain names:

  • Welsh IT – www.welshit.co.uk
  • Speed of Art – www.speedofart.com
  • Morrison & Foerster – mofo.com (sounds like a good law firm to work in, more of a selling point to me!)
  • Therapist Finder – www.therapistfinder.com (is this therapy?)
  • Auctions Hit – www.auctionshit.com (Ebay competitor, lack of confidence there)
Saturday 20.09.2008

BBC iPlayer greasemonkey script

5:22 am

I use the BBC iPlayer. Every so often. It’s pretty good.

Only problem on my system is that the iPlayer does not like staying fullscreened on one monitor if I need to use the other screen (same issue with all other flash viewers it seems). Next best alternative is to view the video in the pop-out window; unfortunately, the window is rather small. Rather than try to fix the fullscreen issue, I found that adjusting the flash object dimensions manually did the trick. This does get rather tedious, but luckily, I have Greasemonkey installed.

Writing this was quite straightforward: this is a simple script which resizes the pop-out window to a nice size (HD-ready view of 1280×720), and allows you to resize the player by resizing the window (big criticism of the default behaviour).The bulk of the code is along these lines:


player.width = 1280;
player.height = 834;    // 720 + 114px of iPlayer chrome
resizeToPlayer(player);    //window.resizeTo(1286,916)
window.addEventListener('resize', function() { resizeToWindow(player); }, true);

Install Greasemonkey if not already (Firefox only), and install this script from the userscripts.org page.

Tuesday 16.09.2008

Dog saves owner

4:53 am

Owner has seizure. Dog dials 911. What a champ.

CPW: Do not pass go

4:50 am

Carphone Warehouse Lifeline Insurance? Total rubbish.

Sunday 14.09.2008

Random links

5:39 pm

Trash in NYC: http://anycoloryoulike.biz/arp

Sticky notes: http://vimeo.com/1700732

New homes in England are smaller than those in Europe (I’d like them to compare these to housing in Hong Kong / Japan though!)

If you’ve not seen this yet – animal battle at Kruger between some lions, buffalo and crocodiles!

Lactose Intolerance by groups – the text after the chart is particularly interesting regarding children’s tolerances. Whilst as babies they can consume milk happily, apparently 85% of Chinese & Japanese children will have lactose intolerance by the age of 10, though most could consume 200ml of milk with no issues. Also for more in-depth reading – The Norm amongst the world’s people.

Rickroll’ed! Antispore (if you’re angry after reading that site, you might want to find out what rickrolling is!)