<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Monday By Noon &#187; Jonathan Snook</title>
	<atom:link href="http://mondaybynoon.com/tag/jonathan-snook/feed/" rel="self" type="application/rss+xml" />
	<link>http://mondaybynoon.com</link>
	<description>A resource for Web designers and developers to read about and discuss their craft.</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:49:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>&#8226; Book Review: Scalable and Modular Architecture for CSS (SMACSS)</title>
		<link>http://mondaybynoon.com/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmondaybynoon.com%2F20120109%2Fbook-review-smacss%2F&#038;seed_title=%26%238226%3B+Book+Review%3A+Scalable+and+Modular+Architecture+for+CSS+%28SMACSS%29</link>
		<comments>http://mondaybynoon.com/20120109/book-review-smacss/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 13:09:58 +0000</pubDate>
		<dc:creator>Jonathan Christopher</dc:creator>
				<category><![CDATA[Book Reviews]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Jonathan Snook]]></category>
		<category><![CDATA[Snook]]></category>

		<guid isPermaLink="false">http://mondaybynoon.com/?p=2382</guid>
		<description><![CDATA[With the focus being on the latest and greatest CSS3 snippet to replicate something we've done with images for years, it's rare to read a solid discussion on the fundamentals of CSS. It was completely refreshing to read just that in Scalable and Modular Architecture for CSS (SMACSS) by Jonathan Snook.<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2382&c=12085350' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2382&c=12085350' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://smacss.com/"><img src="http://mondaybynoon.com/wp-content/uploads/smacss.png" alt="SMACSS book cover" title="SMACSS book cover" width="413" height="586" class="alignright size-full wp-image-2383" /></a></p>
<p>With the focus being on the latest and greatest CSS3 snippet to replicate something we&#8217;ve done with images for years, it&#8217;s rare to read a solid discussion on the fundamentals of CSS. It was completely refreshing to read just that in <a href="http://smacss.com/">Scalable and Modular Architecture for CSS</a> (SMACSS) by <a href="http://snook.ca">Jonathan Snook</a>.</p>
<p>I&#8217;ve had a long time respect for Jonathan. I remember reading his articles as I was teaching myself CSS, he was then just as much as he is now involved in the community and sharing his knowledge. I found his advice not only to be sound, but also referencing stuff he was currently working on. For one reason or another, that&#8217;s really rare with the more &#8220;Web famous&#8221; designers/developers out there, and I really like that.</p>
<p>The book is preempted on the site like so:</p>
<blockquote><p>
  I’ve been analyzing my process (and the process of those around me) and figuring out how best to structure code for projects on a larger scale. What I&#8217;ve found is a process that works equally well for sites small and large.</p>
<p>  Learn how to structure your CSS to allow for flexibility and maintainability as your project and your team grows.
</p></blockquote>
<p>A bit later, the premise is wrapped up with:</p>
<blockquote><p>
  SMACSS (pronounced &#8220;smacks&#8221;) is more style guide than rigid framework. There is no library within here for you to download or install. SMACSS is a way to examine your design process and as a way to fit those rigid frameworks into a flexible thought process. It is an attempt to document a consistent approach to site development when using CSS. And really, who isn’t building a site with CSS these days?!
</p></blockquote>
<p><strong>Refreshing.</strong> Much of what we read about lately is the latest CSS framework or boilerplate <em>whatchamacallit</em>. Fact of the matter is, while those tools can be useful, they&#8217;re only part of the solution. It&#8217;s up to you to fulfill the rest with your own know-how, and you need a plan of action.</p>
<h2>Scalable and Modular Architecture for CSS</h2>
<p>The book is broken down into easily digestible chapters.</p>
<ul>
<li>Four Types of CSS Rules</li>
<li>Themes and Typography</li>
<li>Depth of Applicability</li>
<li>Selector Performance</li>
<li>State Representation</li>
<li>HTML5 and SMACSS</li>
<li>Prototyping</li>
<li>Formatting Code</li>
</ul>
<p>There are a few additional sections, but for the purpose of this review I&#8217;d like to focus on the overall structure and message of the book and try to explain why I think it&#8217;s so valuable.</p>
<p>Jonathan is trying to explain his fundamental approach to CSS as a whole. We&#8217;re far beyond simple tips and tricks and instead focusing on the big picture approach, how you&#8217;d handle the overall architecture of the way you style an entire site from start to finish.</p>
<p>Jonathan begins by explaining that he&#8217;s broken down CSS into four parts:</p>
<ol>
<li>Base</li>
<li>Layout</li>
<li>Module</li>
<li>State</li>
</ol>
<p>This is the foundation of SMACSS and the segmentation is discussed throughout the book. Jonathan focuses on the fact that writing effective CSS means cutting down the amount of CSS while striking a balance with specificity. Thinking about CSS in these four parts is fundamental to SMACSS. Jonathan outlines specific definitions for each of the four categories of CSS.</p>
<dl>
<dt><a href="http://smacss.com/book/fourtypes">Base</a></dt>
<dd>The defaults. They are almost exclusively single element selectors but it could include attribute selectors, pseudo-class selectors, child selectors or sibling selectors.</dd>
<dt><a href="http://smacss.com/book/fourtypes">Layout</a></dt>
<dd>Divide the page into sections. Layouts hold one or more modules together.</dd>
<dt><a href="http://smacss.com/book/fourtypes">Module</a></dt>
<dd>The reusable, modular parts of our design. They are the callouts, the sidebar sections, the product lists and so on.</dd>
<dt><a href="http://smacss.com/book/fourtypes">State</a></dt>
<dd>Ways to describe how our modules or layouts will look when in a particular state. Is it hidden or expanded? Is it active or inactive?</dd>
</dl>
<p>Understanding this segmentation is essential to the SMACSS concept. The naming rules for each of the four categories are explained in the chapter as well. From there, a much more elaborate explanation of each is offered, putting more context to the reasoning behind the classification. Additionally, working examples are provided along the way, offering some context as to why Jonathan has come to these conclusions surrounding his method of writing CSS.</p>
<p>Perhaps the most complex category in the group is that of state. I&#8217;d be willing to bet that while most people do (correctly) use CSS classes to control the state of various elements on page, most do it with the sledgehammer called specificity. Jonathan takes the time to thoroughly explain a targeted approach to styling state that will help avoid both frustration and confusion down the line.</p>
<p>One of my favorite sections of the book is <a href="http://smacss.com/book/applicability">Depth of Applicability</a> which outlines at length the necessity of finding a balance between dependency on HTML structure and specificity of your CSS. The fact of the matter is, you don&#8217;t want the way you&#8217;ve written your CSS to grossly over-effect the way you need to maintain your HTML.</p>
<p>Jonathan also touches on what appears to be a growing topic, <a href="http://smacss.com/book/selectors">Selector Performance</a>. While changes are often negligible, performance will continue to grow in importance as the CSS layer is doing more complex things like border radii, box shadow, and other more intense operations.</p>
<p>I could outline why I like each and every chapter of <a href="http://smacss.com/">SMACSS</a> but instead I&#8217;d like to encourage you to give it a read. By far <strong>one of my favorite</strong> additions is the <a href="http://smacss.com/book/screencast-1">recently added screencast</a> outlining how Jonathan would apply SMACSS to <em>someone else&#8217;s</em> project after he had become frustrated with implementing SMACSS on his own. Additional members-only features look to be added in the future, so that&#8217;s something to consider after you&#8217;ve perused the contents of the book.</p>
<h3>Overall reaction</h3>
<p>SMACSS started out (and continues to be) a <a href="http://smacss.com/book/">free ebook</a>. A pricing model was introduced that gets you access to platform versions (PDF, Kindle) and there&#8217;s also a Lifetime Membership available with additional benefits, including a discount on the workshop Jonathan has built from this endeavor.</p>
<p>SMACSS can be read in a single sitting, and I think it should be. In fact, reading it a couple times over a couple of months would be a great idea in my opinion. It&#8217;s important to take the advice into account <em>while working</em>, and the only way to do that is to pick a piece out that you think will integrate well <strong>and try it</strong>.</p>
<p>Breaking habits is hard, especially when it comes to work. People get settled in their ways and if it works, it works. Don&#8217;t fix what&#8217;s broken. It&#8217;s important, though, to qualify your methods from time to time in an effort to make sure you&#8217;re still doing not only your clients justice, but yourself by producing the best work possible. What better way to do that than to compare your workflow to a highly respected professional?</p>
<p>I can&#8217;t say enough how refreshing it was to read <a href="http://smacss.com/">SMACSS</a> as Jonathan has put into words something I&#8217;ve struggled to vocalize for some time now, and done a better job than I could have hoped to do. His recent experience at Yahoo! really puts the book into perspective and shows the application to working among teams on very large scale projects, something you don&#8217;t often get a look into as an observer.</p>
<p>While Jonathan isn&#8217;t touting SMACSS as the end-all-be-all for CSS, he rightly explains that CSS <em>deserves</em> a targeted process, a style guide, some sort of structure. He doesn&#8217;t think that everyone should use his, but hopes a glimpse at how he works will help you refine (or define) your own.</p>
<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2382&c=1259353236' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2382&c=1259353236' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></content:encoded>
			<wfw:commentRss>http://mondaybynoon.com/20120109/book-review-smacss/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>&#8226; An Interview with Jonathan Snook</title>
		<link>http://mondaybynoon.com/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmondaybynoon.com%2F20071231%2Fan-interview-with-jonathan-snook%2F&#038;seed_title=%26%238226%3B+An+Interview+with+Jonathan+Snook</link>
		<comments>http://mondaybynoon.com/20071231/an-interview-with-jonathan-snook/#comments</comments>
		<pubDate>Mon, 31 Dec 2007 14:07:13 +0000</pubDate>
		<dc:creator>Jonathan Christopher</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Interview]]></category>
		<category><![CDATA[freelance]]></category>
		<category><![CDATA[Jonathan Snook]]></category>

		<guid isPermaLink="false">http://mondaybynoon.com/2007/12/31/an-interview-with-jonathan-snook/</guid>
		<description><![CDATA[Recently, I was able to pull Jonathan Snook away from his many projects for a few minutes to have a quick chat.<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=115&c=150290638' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=115&c=150290638' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></description>
			<content:encoded><![CDATA[<p>Recently, I was able to pull <a href="http://snook.ca/jonathan">Jonathan Snook</a> away from his many projects for a few minutes to have a quick chat. I&#8217;ve been a long time fan of Mr. Snook. I recently saw him speak at <a href="/2007/11/12/future-of-web-design-nyc-2007-recap/">The Future of Web Design 2007 in NYC</a>, and before that finished his <em>excellent</em> book, <a href="/2007/10/15/accelerated-dom-scripting-book-review/">Accelerated DOM Scripting</a>. Jonathan Snook is a highly respected individual in the Web design &amp; Development community, here are a few words with him:</p>
<dl class="interview">
<dt>Quick formalities. Could you provide a bit of a bio for yourself?</dt>
<dd>I&#8217;m currently a freelance designer and developer based out of <a href="http://www.ottawa.com/">Ottawa, Canada</a>.</dd>
<dt>What got you started working on the Web?</dt>
<dd>I&#8217;ve always been a computer geek. I used to hang out on the <a href="http://en.wikipedia.org/wiki/Bulletin_board_system"><abbr title="Bulletin Board System">BBS</abbr></a>s of the day. When the internet came around, it was fun to see all the information out there. But it wasn&#8217;t until the web came around that things really started to take off. So, it became a hobby of mine until 1999 when I decided to break into the sector and try to make a career out of it. I landed a job at a local agency within the month and, as they say, the rest is history.</dd>
<dt>What&#8217;s a typical day like in the life of Jonathan Snook? Is there such a thing?</dt>
<dd>As a freelancer, no day is typical &#8212; especially with family. While the type of projects I work on vary, most of my time is spent from home with the occasional conference call or on-site visit.</dd>
<dt>You&#8217;re basically famous for a multitude of talents; what do you call yourself? Designer, developer, programmer, writer, all of the above (and then some)?</dt>
<dd>It depends on who I&#8217;m talking to. At the most basic level, I&#8217;ll just say that &#8220;I make web sites&#8221;. If I&#8217;m talking to someone who understands the web then I&#8217;ll say that &#8220;I&#8217;m a freelance web designer/developer&#8221;. That covers the majority of the cases.</dd>
<dt>Of all your talents, which do you enjoy working with the best?</dt>
<dd>That&#8217;s one of the great things of having multiple disciplines &#8212; I can work on whatever I like best at any moment. Sometimes I want to design, other times I want to get knee deep into code. In the end, it&#8217;s all about solving problems in different ways.</dd>
<dt>Geeky details. Would you mind outlining your choice of hardware and software you wouldn&#8217;t want to be without?</dt>
<dd>I&#8217;m still a diehard <a href="http://en.wikipedia.org/wiki/Microsoft_Windows">Windows</a> user running <a href="http://en.wikipedia.org/wiki/Microsoft_Office">Microsoft Office</a>. But I couldn&#8217;t live without <a href="http://www.ultraedit.com/">UltraEdit</a>, my text editor of choice for a number of years. I also need to have <a href="http://en.wikipedia.org/wiki/Adobe_Fireworks">Fireworks</a> for design work and <a href="http://en.wikipedia.org/wiki/Adobe_Dreamweaver">Dreamweaver</a> for heavy HTML work.</dd>
<dt>You&#8217;ve managed to release an excellent book recently, how was the writing experience? If given the choice, would you start over and do it again? What would you do differently?</dt>
<dd>Writing is hard. I found myself doing a heck of a lot more research than I ever thought I would. That can really slow you down. I&#8217;m not sure that I&#8217;d do anything differently except have a better understanding of the time and effort it deserves. Writing an entire book definitely isn&#8217;t something that I necessarily want to do again but I&#8217;ll probably write a chapter or two for multi-author books when the opportunity arises.</dd>
<dt>You&#8217;re familiar with both the agency as well as freelance way of life, can you say that you&#8217;ve got a preference?</dt>
<dd>For the most part, I prefer the freedom that freelance brings. I like working from home. I like working closely with clients to build cool things. It takes a great deal of discipline, though, which I don&#8217;t always have. Working within an agency also has some freedoms, like the freedom from decisions. It&#8217;s nice to just ask, &#8220;which is more important&#8221; and then let a project manager handle the client. For now, though, I&#8217;ll continue with the freelance life. It still offers up potential. I&#8217;d like to take advantage of that and exhaust those possibilities before I jump back into working for someone else.</dd>
<dt>What is it that keeps you speaking at conferences, writing books, and maintaining your very popular website?</dt>
<dd>I still enjoy the process of sharing knowledge. But at the same time, it&#8217;s also vital marketing for my own business. It&#8217;s a great win-win.</dd>
<dt>I want to thank you so much for taking some of your valuable time to interview with me, Jonathan. I know you&#8217;re an extremely busy person and I really appreciate it.</dt>
<dd>Thanks so much for asking.</dd>
</dl>
<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=115&c=346277638' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=115&c=346277638' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></content:encoded>
			<wfw:commentRss>http://mondaybynoon.com/20071231/an-interview-with-jonathan-snook/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Database Caching 1/56 queries in 0.050 seconds using apc
Object Caching 587/654 objects using apc

Served from: www.mondaybynoon.com @ 2012-02-11 09:54:24 -->
