Viewing entries tagged with 'design'

Map the transparent layer of your PNG to a color

Posted by David on 18 April 2011 | Tags: , , ,

For those of us who still have to support IE6, one of the frustrating facts of life is that IE6 does not support full PNG-24 alpha transparency. Workarounds often include slow Javascript plugins, IE6 conditional CSS, or modifications to the visual design itself. All of these techniques are well and good, but there is one more trick you should have up your sleeve.

Read more...

FAD ALERT: 'Birth of a Hero' font

Posted by David on 21 June 2010 | Tags: ,

Have you seen this font recently? I have, over a dozen times within the last month.

YOUR BAND NAME HERE

Read more...

Rounded corners with CSS

Posted by David on 3 March 2010 | Tags: , , ,

Rounded corners are very commonplace in web design today. It is so common that the authors of the CSS 3 spec have decided to include it in the upcoming standard. Most browsers aren't supporting CSS 3 yet, but both the Gecko and Webkit rendering engines have had their own version of rounded corners CSS rules for a while now. It is a lot less work to simply apply a CSS rule to an element than to do it with images, so often recently I have been taking this approach. It doesn't work for IE. Internet Explorer users won't get the rounded corners. The corners are just a little added bonus to my users with the better browsers.

Read more...

Technical tips for logo design

Posted by David on 19 January 2010 | Tags: , ,

There are lots of articles out there that discuss the artistic aspects of logo design (this one is good, this one is too). I want to talk about the technical side of logo design and how flexible your logo needs to be. It helps to be aware of how your logo will be applied in the real world, and what problems you might encounter after you've finished drawing it. Here is my advice for when you sit down to draw your next logo, based on my own experience.

Read more...