8bit dreams with Cubescape

8bit dreams with Cubescape

Sep 16

I love Chrome experiments, the Arcade Fire recently launched their own to promote their new album. One fantastic experiment I just came across was Cubescape. It allows you to draw 3D isometric pictures by dropping little blocks, it also allows you to play back the entire process from the beginning. This can be especially fun if you spend a lot of time creating a complex graphic and want to watch...

Alpha Transparency for PNG’s in IE6

Alpha Transparency for PNG’s in IE6

May 05

“Internet Explorer 6, I hate you. Alas, I must work to correct you.” – Craig McRae If you need to use a 24 bit PNG in IE6 and want it to work, you’re going to need a little help. First, start by creating a new stylesheet just for IE6, call it ‘f**kYouIE6.css’ or whatever you’d like. Then call the css with the following code after all of your other CSS...

Unordered Lists Need Headers

Unordered Lists Need Headers

Oct 11

Tables have <th> the property to signify the header of a table row, yet unordered lists have no way of signifying a title in their listing of information. It would be useful if there was a tag to signify the heading of such a listing of data. <uh> perhaps? Just a thought.