Tag Archives: Web
Sugar Scrub
I am reading Andy Clarke’s Transcending CSS, and in it he encourages looking for Web design inspiration in places other than the Web: cereal boxes, newspapers, magazines, buildings, to name a few. (This is something I’ve done for some time … Continue reading
Don’t Let A Spec Pick Your Button Type
Ever need to create a <button> of type button when you’re doing a little DOM scripting? Easy enough, right? It should go something like this: var okButton = document.createElement(‘button’); okButton.type = ‘button’; Nevertheless when you run this code in IE6, … Continue reading
ColorBurn’s Back
Web designers will be glad to know that ColorBurn is back! Shortly after the first of the year, ColorBurn just stopped working. I looked around on the Net for an explanation, but all I could find were others also wondering … Continue reading