Conditional CSS: 2 Techniques

by dave vogler
Conditional CSS

Let's face it, all browsers are not created equal. Some are actually quite atrocious in their disregard for web standards. Unfortunately, some of those browsers are still in use today.. (you know who you are, IE6). Whether or not to support older browsers like IE6, whether to force visitors to upgrade or gracefully degrade their experience, this is a topic for another day. In any case, if you want to serve a special stylesheet for a specific browser, there are several methods to use.

categories:

Using MAMP as a Development Platform

by dave vogler
MAMP

If you're in charge of developing or maintaining a website, it is highly recommended that you maintain a development server- a place where you've got a running duplicate of your site. This provides a place to test and debug site changes without affecting your live production server.

categories: