andyford | 4 years ago | on: Lego Ideas Boeing 747 Cockpit Achieves 10k Supporters
andyford's comments
andyford | 4 years ago | on: Amazon’s search results are full of ads ‘unlawfully deceiving’ consumers
andyford | 4 years ago | on: Netlify Drop
andyford | 6 years ago | on: A Lunar Space Elevator Is Feasible and Inexpensive, Scientists Find
andyford | 8 years ago | on: Memoirs of an Ass
andyford | 8 years ago | on: Shoelace.css – A back to the basics CSS starter kit
andyford | 9 years ago | on: Stepping down as Nodevember organizer
andyford | 11 years ago | on: Rare Video Captures Sperm Whale in Deep Sea
andyford | 11 years ago | on: Submarine Cable Map 2014
andyford | 14 years ago | on: YUI Library relaunches with snappy UI
andyford | 14 years ago | on: The Shapes of CSS
andyford | 14 years ago | on: 535 ways to reload the page with JavaScript
andyford | 15 years ago | on: Alternative jQuery Documentation
andyford | 15 years ago | on: Top Programming Fonts
andyford | 15 years ago | on: Ask HN: What podcasts do you watch regularly?
andyford | 15 years ago | on: Why designers need to stop moaning about 99designs.com
andyford | 15 years ago | on: Ask HN: Anyone have a really smart way to organize css?
I'll admit it's a personal preference, but as a team consideration I don't recommend the 'all properties on one line' approach. It's discouraged in other languages so why do it in CSS?
Definitely check out OOCSS as well as the Natalie Downe talk both posted by in the comments already.
I can't overstate how highly I recommend Sass/SCSS. It's been mentioned already as "for Ruby". Yes, you need Ruby installed to use Sass/SCSS but you do not need to be working on a Ruby project to use it. You can run "sass --watch (directory name)" from the command line and sass will automatically compile your .scss (or .sass) files to .css files upon save. Even if you're scared of the command line I assure you, it's easy! If you're a TextMate user, there's also a great SCSS bundle here: https://github.com/kuroir/SCSS.tmbundle (it was enough for me to abandon CSSEdit for good)
One thing that hasn't been discussed in this thread yet is the organization of properties within a declaration block. It's a good idea to have an approach and stick with it. Alphabetizing the properties is one approach. I wrote about my preferred approach a couple years ago here: http://fordinteractive.com/2009/02/order-of-the-day-css-prop... (also check out the SitePoint discussion linked in the "Further Reading" section of the post)
andyford | 15 years ago | on: Designers, how do we get you guys to contribute to open source projects?
I'd argue that iOS is far more usable than Android in addition to being visually pleasing.
andyford | 15 years ago | on: How to Manage CSS Explosion