Archive for April, 2009

Editra Dark Style — Umbra

php

I’ve cre­ated a dark style for the Edi­tra excel­lent code edi­tor. The style is based of the Mocha style (one of the default ones) but with some of my changes. See some previews:

Progressive Enhancement vs. Graceful Degradation

This is a sum­mary from a com­ment on Pro­gres­sive Enhance­ment and Grace­ful Degra­da­tion view the orig­i­nal post here. Basi­cally (and apolo­gies here if I’m preach­ing to the con­verted) there are two usabil­ity philoso­phies, with a sub­tle dis­tinc­tion between them that’s lost on a lot of people.

Converting ICO file to PNG using PHP

I’ve been look­ing for a while for a way to con­vert ICO files to PNG to eas­ily dis­play them on the web page. There is a nice class in PHP­Classes site writ­ten by Joshua Hat­field that does just that. Haven’t tried it myself, but the code looks promis­ing enough, and the sam­ple works pretty good. See the […]