Switching to netnewswire

I’ve decided to make the switch from google reader to NetNewsWire for my syndication because:
- It supports authenticated feeds so can get feeds from my university forum, online project management tools etc.
- An iphone application
I’ll probably switch back when google releases offline functionality for the iphone.
http://www.shedali.com/skitchImages//Contacts-20080906-194017.jpg

Posted in: Uncategorized, Web by admin Comments

tidy xml from terminal

Here’s a tip which is particularly useful for tidying up flex documents until flex builder starts supporting auto format
navigate to relevant directory using darwin and type
tidy -xml -indent -m bcards.xml
mac developer manual

html colour from flash choice

After making my flash navigation multicoloured (randomly on run-time), I thought it would be cool to have the selected tab determine the colour of the title element of the page, or for any other CSS element for that matter. After a bit of tinkering this is what I got:

Each of the tabs generate a random [...]