Posts tagged CSS
Writing JavaScript specific CSS
May 1st
I wrote an article recently recommending Using jQuery to write JavaScript specific CSS, I’ve since change my mind on this approach. The approach I’ve moved to is similar, but doesn’t rely on a framework and allows more flexibility like moving all of my JavaScript includes to the bottom of the page for better performance.
In More >
Enable JavaScript specific CSS with one line of jQuery
Apr 22nd
jQuery is by far my favorite JavaScript framework in terms of simplicity and just pure DOM power. I picked up a little trick at a conference quite a few months back and improved upon it and thought it could benefit anyone that believes in the mantra of progressive enhancement. Here’s the line of More >
15 Great Resources for Up and Coming CSS Designers
Mar 18th
Working at a corporation with a bunch of stuffy Java Developers it seems like there’s a resistance against using purely CSS for layout, decoration, and design. These Java Developers love their tables and don’t want to let them go. Recently we hired two CSS designers, all they think do and breath is CSS, More >