Separate HTML and CSS for fast clear & clean code

Another great article from Jonathan Snook reasoning thorugh the benefits of specific css class selectors with some good examples. Really calls to mind his SMACSS principles I've been loving.

Embedded Link

Decoupling HTML From CSS | Smashing Coding
For years, the Web standards community has talked about the separation of concerns. Separate your CSS from your JavaScript from your HTML. We all do that, right? CSS goes into its own file; JavaScript…

Mobile Specific Sites Hurt

I've said it before I don't want a different experience on mobile vs desktop. I always am scrolling around a mobile version of a site to find the link to get to the full site because whoever designed it deemed that I as a mobile user wouldn't appreciate the functionality the site brought. I still agree with the responses to Jakob Nielson's recent publication that we should have mobile versions of our sites. I agree whole-heartedly with the responses from smashing magazine here and Josh Clark and many others. It's encouraging to see the flood of people coming out to contradict the uncharacteristically unwise council from this UX giant. Here Bruce Lawsen gives a great recap of the whole story and the points argued by both sides.

Embedded Link

Why We Shouldn't Make Separate Mobile Websites | Smashing Magazine
There has been a long-running war going on over the mobile Web: it can be summarized with the following question: “Is there a mobile Web?” That is, is the mobile device so fundamentally…