hellovetica
the future's later
bootstrap looks like a nice basis for web work. not a fan of the less approach though - wjy not do that on the server? »
this video demo of open type features in firefox is so hot. so hot »
noah stokes' new "portfolio" is excellent. i'd hire him »
the quirksmode page on wrappable zero-width spacing for the web is interesting. seems like we still need to browser detect, but we can use ­ everywhere but FF2, so it's not a tough detection (=~ /Firefox\/2\./). I wonder though, does putting the hyphen within (as in ppk's example) a function name cause ambiguity? maybe zero-width space (with wbr tags for old IEs) is a better generic solution. what are other people using? »
give up and use tables. 47 minutes seems fair. why have i never seen this before? »
css tables are pretty awesome. i like the future »
typeface.js is crazy awesome - convert a typeface to a series of JSON vectors, then render text using a canvas element for each word, with paths for the characters. evil but wonderful »
taptaptap has pretty apps with a lovely js interface. loving the screenshot viewer thingy »
salti pointed out this nice article about producing pretty bar graphs with CSS »
TreeMenu3 looks like a nice robust dhtml tree menu (if such a thing can exist), which is built entirely by transforming ul/li elements in-place, so degrades beautifully. »