I just ran into two nifty web design helpers: ProCSSor – ever edited your CSS in Dreamweaver, Notepad, Notepad 2, in-browser editor and some other program at work you don’t remember? Then you know what it’s like to see your CSS go to pot. ProCSSor re-prettifies your CSS automatically. Maki – an app that you [...]
Posts tagged css
Google Fonts?
I just came across this. Google font directory. Useable on any webpage. Cool. Google Font API
CSS Typography in the Future
Great look at the future of typography controls in CSS. And I love the poster. The Future of CSS Typography
CSS !important supersedes DHTML changes
Finally, with the help of Firebug and lots of patience, I discovered why my jQuery animation wasn’t working (on a personal project of mine, more on that later…) Essentially I intended to animate a div from 100px to a calculated height ($(window).document.height()-$(this).height()) but for the life of me, I could not get it to work. [...]