February
2011

Arts Tasmania, smARTmap, DHHS

Over the last couple of months, three new websites for Tasmanian government departments have launched, for which I developed the frontend. Two of them were projects for Arts Tasmania, while the other one was the new website for the Department of Health and Human Services.

October
2010

Recent Reads Vol.2

Interesting articles, great tutorials and resources I have recently come across.

October
2010

HTML5 placeholder attribute

HTML5 introduces a new placeholder attribute for input elements. Often it is useful to preset text input fields with certain values, to give an indication on which data format is expected for the input, or sometimes maybe you just don’t want to use a <label> tag for layout or design reasons. On input focus, the preset value will disappear to allow users to enter their value without having to select and delete the placeholder first.

September
2010

Multi column text with CSS

One of the most overdue techniques for web design is probably a convient way to display text in multiple columns. So far this had to be achieved the hard way by splitting text in separate containers, with scripting or some other complicated solution. CSS3 finally introduces an easy way to do it, and the latest browsers already support it.

August
2010

Recent Reads Vol.1

Interesting articles, great tutorials and resources I have recently come across.