CSS Development Techniques
CSS has always been my least favorite part of developing a site. When I am writing a site from the ground up, I will make my layouts using inline styles to speed up prototyping and once I have finalized on my layout I will then go back through my design and write the CSS for it.
I am curious how other developers/designers out there go about their CSS. Leave a comment and let me know. I am open for suggestions on my method.

My name is Noah Everett. I live in Tulsa, OK. I started 
Personally, I write all the xhtml first, upload the page to the server and then use the Firefox developer toolbar to write all the css. Once I’ve settled on the css or a portion of it, I copy the css to my local file and save. I find it the fastest way to write css.
If you are on a Mac i would totally recommend CSSEdit (http://macrabbit.com/cssedit/) I use textmate for all my development and used to use it for all my css but i tried CSSEdit and my development speed has increased ten fold. Check it out, its live preview is priceless, and it renders using the safari engine which is also nice.