<?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>That Norwegian Guy &#187; book</title>
	<atom:link href="http://thatnorwegianguy.com/tag/book/feed/" rel="self" type="application/rss+xml" />
	<link>http://thatnorwegianguy.com</link>
	<description>Eystein Mack Alnæs</description>
	<lastBuildDate>Fri, 16 Jul 2010 04:02:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>I Heart HTML5</title>
		<link>http://thatnorwegianguy.com/2010/07/i-heart-html5/</link>
		<comments>http://thatnorwegianguy.com/2010/07/i-heart-html5/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 12:16:59 +0000</pubDate>
		<dc:creator>Eystein</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://thatnorwegianguy.com/?p=257</guid>
		<description><![CDATA[A HTML5 for Web Designers review
I received, opened and read the HTML5 for Web Designers book by A Book Apart in 2 days. If you know me, that means it&#8217;s a good read. While reading I started taking notes on my iPad, thinking it would be good to do a review. Now this turned out [...]]]></description>
			<content:encoded><![CDATA[<h3>A HTML5 for Web Designers review</h3>
<p><img class="alignright size-medium wp-image-261" title="html5 for web designers" src="http://thatnorwegianguy.com/wp-content/uploads/2010/07/html5-for-web-designers-213x300.png" alt="html5 for web designers" width="213" height="300" />I received, opened and read the<a href="http://books.alistapart.com/product/html5-for-web-designers"> HTML5 for Web Designers book by A Book Apart</a> in 2 days. If you know me, that means it&#8217;s a good read. While reading I started taking notes on my iPad, thinking it would be good to do a review. Now this turned out to be part review, part notes, and part rant. A great mix i reckon. Get a cuppa and enjoy the read now, or Instapaper it for later.</p>
<p>Coming home from the gym this morning i found my long awaited <abbr title="HyperText Markup Language 5">HTML5</abbr> for web designers book had arrived. After admiring the package for a brief moment, * ooh, Happy Cog. ooh, New York *, I threw away the idea of taking unboxing photos, and had a hot shower. Don&#8217;t get to excited, I came from the gym remember?<br />
<span id="more-257"></span><br />
Breaking up the fresh book I dove straight into it over breakfast. It&#8217;s thin, only 85 pages, though I already knew that thanks to Twitter not being able to keep it&#8217;s mouth shut. The typography and layout makes it pleasant to read. And thanks to the foreword I now know that i can change my bio to &#8220;Accessible, standards-based designer-developer&#8221;, with a dash of &#8220;<abbr title="Cascading Style Sheets">CSS</abbr> author&#8221;. I haven&#8217;t been this excited about a book in a long time (since <a title="My review on Web Form Design" href="/2009/11/i-hate-forms/">Web Form Design</a> to be exact). I guess rich semantics are closer to my heart then <abbr title="Getting Things Done">GTD</abbr>, business and project management, agile work methods, and even <abbr title="User Experiense">UX</abbr>.</p>
<h4>Chapter 1</h4>
<p>The first chapter gives a brief summery of markup. Funnily enough it feels like reading a blog article, I&#8217;m pretty sure I&#8217;ve read a lot of this before, even in this exact wording. I don&#8217;t mind to much though, I&#8217;m not expecting the rest of the book to be the same. And it&#8217;s kept very short, concise, and straight to the point in an easy to understand way. I wish there were books like this when I started out with this webology.</p>
<h4>Chapter 2</h4>
<p>Chapter 2 sheds some enlightenment upon why certain elements are kept, deprecated, obsolete, changed, and what the difference is. It also has the first bits of markup in the book. HTML5 allows us to do sloppy markup, but there&#8217;s no need to throw all our lowercase closing tag goodness out the window. It allows sloppiness for all those old websites that are still out there. No need to break the web here. But for the sake of simplicity I&#8217;ll say goodbye to <abbr title="Extended HyperText Markup Language 5">XHTML</abbr> in regards to the boolean attributes. We also get simplified doctype, character encoding, script tags and stylesheet links. I for one like this, I hate it when the head element has more content the the body itself. And one big one, which I&#8217;m already using in client work &#8211; &#8220;The a element on steroids&#8221; &#8211; wrap your anchors around other elements, even block elements. The joy!</p>
<h4>Death to Flash! Aka. Chapter 3 &#8211;  Rich Media &#8211; talks about the canvas, audio, and video elements.</h4>
<p>Thought there isn&#8217;t much that&#8217;s new to me, it&#8217;s being explained in a very easy to understand way. I&#8217;ve consumed my fair share of HTML5 articles, tweets, blogs, comics, infographics, tables and podcasts, and have come across pretty much everything in the book (so far). But the book does a damn good job at explaining it better then the accumulated info in my head.</p>
<p>I finally understand how canvas differs from <abbr title="Scalable Vector Graphics">SVG</abbr>, when and how to use it, and when it shouldn&#8217;t be used. As with many things HTML5 fresh it&#8217;s dependent on JavaScript to work. Which I find strange to say the least. What about accessibility? We now have these wonderful alternatives, but have to provide a pile of fallbacks because of politics, history, worst/best case scenario etc. More so for the audio element, and heaps more for the video element. Ideally the <code>video</code> element is just that one element. But by the time it&#8217;s ready for a client site it looks more like this: <code>video &gt; source.ogv + source.mp4 + flash object &gt; param + direct download link</code>. I&#8217;ll still use them though. The same way I&#8217;ve always used any new techniques I can, with fallbacks, so I can be as ready as possible when we finally pull the plug on antique browsers and charge full speed ahead without having to learn lots of new scary stuff.</p>
<p>A minor complaint: Figures/illustrations/code that aren&#8217;t  on the same page as the text they illuminate. This is a bit odd I reckon. It&#8217;s something I&#8217;ve gotten used to seeing in ePub books, though I don&#8217;t like it. But in a print book? From the superstars of A List Apart fame? I&#8217;m just gonna let that hang there.</p>
<p>Of the three I&#8217;m actually most excited about the canvas element, probably because it&#8217;s a whole new thing to play with. Understandably audio and video is going to be, or already is, much more exciting for the social media industry, porn, and friends. And what I&#8217;ll spend more time working on then the canvas. I don&#8217;t know if the user will ever be able to tell any difference between Flash video and the video element. The only difference they should notice is that its easier to use and crashes less often. A good challenge for us designers and developers.</p>
<h4>Chapter 4 &#8211; web forms 2.0</h4>
<p>Now it gets exciting! Forget about better video penetration. Web forms is the original half of what has turned into the HTML5 specification. Forms are the hard to complete, annoying, intrusive, roadblocks of the information superhighway (did I really say that?). Anything that can make it less annoying to complete a form must be a good thing. And here we have (kind of) 50% of an entire HTML specification. I&#8217;m worried that this is also what will take browser vendors the longest to implement. Forms just can&#8217;t compete with YouTube in mainstream media. Gotta love the irony though, without forms there wouldn&#8217;t be any way to upload the videos in the first place.</p>
<p>Very much of HTML5 has come about by taking a good look at what is commonly used by developers via workarounds, for example jQuery UI date pickers, and creating a native HTML element for it. Paving the cowpaths as they say. In the case of forms, there&#8217;s a LOT to cover. I think the book might be worth it for this chapter alone. There&#8217;s placeholder, autofocus, required, autocomplete, datalist, search, email, URL, tel, sliders, number, color, and a plethora of date and time. And the good news is that you can use all of them today. It also explains how to check for browser compatibility using JavaScript so you can serve a fallback to the incompatibles. I&#8217;d like to see a Modernizr-like library that does all the heavy lifting for me. But instead I see a CSS nightmare. It&#8217;s highly unlikely that even bleeding edge browsers will have the same styling of all the new properties and attributes. Apparently they don&#8217;t allow for any styling at all for some of the elements. Though you might be able to work your way around that with javascript.</p>
<h4>Chapter 5 &#8211; Semantics.</h4>
<p>Tasty tasty semantics. I love semantics. They keep order on the anarchic web. I could spend hours discussing when to use a data list versus an ordered list. If I could find someone to discuss with.</p>
<p>This chapter covers what I first got interested in HTML5 for. The new elements. You know &#8211; header, footer, nav, section, time, aside, article. And some peculiar ones &#8211; progress, meter and mark. And did you know that HTML5 don&#8217;t have inline elements anymore? They are now &#8220;text-level semantics&#8221;. This makes sense, as we&#8217;re not supposed to describe elements by the way they appear on a display. There is some information on microformats, and good explanations on how to use the attributes for the new elements. I think the datetime would&#8217;ve kept me googling for a bit to get right.</p>
<p>There&#8217;s some pretty good explanations of when to use the new structural elements &#8211; header, footer, aside et al. I know I&#8217;ll be looking this up again when I get around to continue working on my HTML5 pet project. Maybe next decade. But sadly there&#8217;s no clear-cut answer to the difference between section and article. I personally feel like it&#8217;d make more sense to let a section be higher in the <abbr title="Document Object Model">DOM</abbr> then an article, even though that&#8217;s not a rule at all. And I&#8217;ll change my mind on this as soon as I read some more upon the subject.</p>
<h5>Sectioning content.</h5>
<p>It&#8217;s increasingly common that I don&#8217;t know in what context, part of a page or site, that a particular section (not the element) goes. It may be a widget, a blogpost, unordered list or anything. I&#8217;m doing my best to use <abbr title="Object Oriented CSS">OOCSS</abbr> practises to stay clear of to much duplication, but whenever a change shows up a couple months down the road there will always be something. The new HTML5 outlining method should help combat more of this. To use the example from the book &#8211; a blogpost title might be a <abbr title="Header level 2">H2</abbr> in the frontpage, with the site title being a <abbr title="Header level 1">H1</abbr>. But reading the blogpost by it self the title would probably be a H1. Wrapping the post in section, or more likely, an article element now allows you to use a H1 regardless. Because it is only belongs as a header to which section it is direct child of. Thus you can use the same markup and CSS no matter where you insert the blogpost.</p>
<h4>The final chapter. Use HTML5 today.</h4>
<p>I wasn&#8217;t sure what the last chapter would be, but this was bloody obvious. So we get to know that it&#8217;s pretty much a go ahead, except for <abbr title="Internet Explorer">IE</abbr>, which needs a special treatment as always. I know IE9 is gonna blow our socks off, even Andy Clarke is excited about it, but really &#8211; it&#8217;s still going to be IE.</p>
<p>A very useful bit was the info on ARIA role attributes. It&#8217;s a very easy method to add a needed flavor of accessibility.  This is mainly a note to self to start using that actively.</p>
<p>Finally it rounds off with some well wishes (thank you Jeremy) and a few quality links which I must now go and bookmark.</p>
<p>In conclusion, it is a great little book. You can read it anywhere, there&#8217;s no need to sit by the computer to try out the code examples. I&#8217;ll be using it to look up details later, or to prove a point in a heated discussion on semantics. There was a point where I wished the book was bigger and went more in-depth, but in the end I&#8217;m quite happy it wasn&#8217;t. I&#8217;ve probably spent more time writing this then it took me to actually read the book. So if you care about making good web, you know what to do. Happy reading!</p>
]]></content:encoded>
			<wfw:commentRss>http://thatnorwegianguy.com/2010/07/i-heart-html5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I hate forms</title>
		<link>http://thatnorwegianguy.com/2009/11/i-hate-forms/</link>
		<comments>http://thatnorwegianguy.com/2009/11/i-hate-forms/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 13:17:49 +0000</pubDate>
		<dc:creator>Eystein</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://thatnorwegianguy.com/?p=239</guid>
		<description><![CDATA[I hate forms. Always hated them. Hate filling them out. Hate marking them up. And definitely hate styling them.
But that has all changed. It appeared to me that after all, forms are about user experience, and user experience is something I&#8217;m quite passionate about. But what really made me get into forms where a combination [...]]]></description>
			<content:encoded><![CDATA[<p>I hate forms. Always hated them. Hate filling them out. Hate marking them up. And definitely hate styling them.</p>
<p>But that has all changed. It appeared to me that after all, forms are about user experience, and user experience is something I&#8217;m quite passionate about. But what really made me get into forms where a combination of events. I finally got hold of <a href="http://rosenfeldmedia.com/books/webforms/">Web Form Design</a> by <a title="@lukewdesign on Twitter" href="http://twitter.com/lukewdesign">Luke Wroblewski</a>. And I cannot believe I haven&#8217;t read it earlier. It&#8217;s been out since 2007 for something&#8217;s sake!</p>
<p><img class="size-full wp-image-245" style="float:right; margin: 0 0 5px 8px;" title="Web Form Design" src="http://thatnorwegianguy.com/wp-content/uploads/2009/11/webforms-lg.gif" alt="Web Form Design - Filling in the blanks" width="161" height="235" /> But it&#8217;s clearly a popular book, because I&#8217;ve been trying to get it of Amazon before, where it&#8217;s been sold out. Then I forgot about it. Then I remembered again as I stumbled across a link to the publishers own website (<a href="http://rosenfeldmedia.com/">rosenfeldmedia.com</a>). Enter creditcard details. While I was there I picked up a copy of Donna Spencer&#8217;s <a href="http://rosenfeldmedia.com/books/cardsorting/">Card Sorting</a> as well, also recommended. But for now I&#8217;ll stick to the forms.</p>
<p>I thought Web Form Design was going to be all about how to get your head around writing semantic HTML and valid CSS for forms without ending up in an asylum in the process. I was wrong. It is much better. There isn&#8217;t a single line of code in the book. At least not that I can remember. It puts all it&#8217;s emphasis on making forms user-friendly. This is clever, as it makes it almost timeless, something you can&#8217;t say about most HTML/CSS trends. And it really makes you think further about what Every. Single. Element does.</p>
<blockquote><p>Why is there? What does it do? Could it be better? Do I even need it?</p></blockquote>
<p>And the flow of going through a form. Now I&#8217;m aware of how to get a user into a form, through the form, submit the form, and what to do after the form is submitted. This is something most designers never think about. I know I didn&#8217;t. And I gotta say, it feels good to make these decisions based on research and facts, rather then a vague feeling. Sure, it takes me a bit longer to make a form now, but damn! &#8211; it turns out heaps better.</p>
<p>I usually get the graphic designs handed over from designers who know little or nothing about CSS, HTML, or JavaScript. I&#8217;m not sure how many times I&#8217;ve had to point out that a link usually has slightly more than one state. So imagine the forms. Now, luckily the people I work with welcome feedback and are happy to learn. But this time I&#8217;ve made a clear demand:</p>
<blockquote><p>Read this book before you ever design another form!</p></blockquote>
<p>Which means that my book is out on loan at the moment. I have to remember to get it back before I leave Sydney. It is definitely part of my library.</p>
<p>And as it happens, after finishing the book I was cleaning up my email, where among others a few hundred emails from the <a href="http://webstandardsgroup.org/">WSG</a> mailing list needed deleting. And as it turned out, there was a meeting, in Sydney, where <a title="@formulate on Twitter" href="http://twitter.com/formulate">Jessica Enders</a> (<a href="http://formulate.com.au/">formulate.com.au</a>) did a presentation on forms. Count me in! At the same time Sitepoint launched another book, <a href="http://thatnorwegianguy.com/2009/11/i-hate-forms/sitepoint.com/books/forms1/">Fancy Form Design</a>, which I&#8217;m currently reading. In short I&#8217;d say it makes a good appendix to Web Form Design. I have learned a lot from all this. And interestingly, nothing of this is new. No HTML5, no AJAX, no social media guerilla branding campaign (sic). Just plain old markup and solid dose of human behavior. I am really happy I&#8217;ve been able to improve so much in such a short time.</p>
<p>So now I don&#8217;t hate making forms anymore. Instead I hate how horrible some of the forms I&#8217;m forced to fill out are. And occasionally I get to love how well it can be done.</p>
]]></content:encoded>
			<wfw:commentRss>http://thatnorwegianguy.com/2009/11/i-hate-forms/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Review &#8211; Designing for the Web</title>
		<link>http://thatnorwegianguy.com/2009/09/review-designing-for-the-web/</link>
		<comments>http://thatnorwegianguy.com/2009/09/review-designing-for-the-web/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 04:25:11 +0000</pubDate>
		<dc:creator>Eystein</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://thatnorwegianguy.com/?p=194</guid>
		<description><![CDATA[Designing for the Web won&#8217;t teach you anything about HTML5, CSS3 or anything else the cool kids are talking about these days. Quite the opposite. And this is why you should read it. Actually, you should buy it for yourself, because Mark Boulton has gone through the extra trouble of creating his own independent publishing [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-195" title="Designing for the Web" src="http://thatnorwegianguy.com/wp-content/uploads/2009/09/fss_largepromo-210x300.jpg" alt="Designing for the Web" width="210" height="300" /><a href="http://www.fivesimplesteps.co.uk/">Designing for the Web</a> won&#8217;t teach you anything about HTML5, CSS3 or anything else the cool kids are talking about these days. Quite the opposite. And this is why you should read it. Actually, you should buy it for yourself, because Mark Boulton has gone through the extra trouble of <a href="http://www.markboulton.co.uk/journal/comments/new-shoes">creating his own</a> independent publishing house because the big distributors weren&#8217;t any fun to play with. But primarly you should buy it so you can read it once, then read it again.</p>
<p>Designing for the Web is a web design book that will still be valid next year, which is a novelty in the genre. This is because it is not about code examples, glossy buttons or Javascript GUI-animations.</p>
<p><span id="more-194"></span>It takes a look back at the roots of graphic design and shows us why we shouldn&#8217;t throw all that knowledge away, even though &#8220;the web is not print&#8221;. Mark Boulton has a background from art- and design school, which he uses to explain the academics of typography, layout, colour theory and grids. For each theory he shows when and how this applies to the web, and even when to be crazy and break the rules to make it even better. Just make sure you learn the rules before you break them.</p>
<p>I really like this read since I&#8217;m already comfortable with the ins and outs of the typical front-end coding and web standards, but I have literately no education on the graphic design/art side of web design. I&#8217;ve leafed through a lot of books on the subject, even started reading a few, but none have had any connection to web design.</p>
<p>I recommend this book to anyone who touches any part of the design process. That includes you too, code-monkeys!</p>
]]></content:encoded>
			<wfw:commentRss>http://thatnorwegianguy.com/2009/09/review-designing-for-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Everything you know about CSS is wrong</title>
		<link>http://thatnorwegianguy.com/2009/01/everything-you-know-about-css-is-wrong/</link>
		<comments>http://thatnorwegianguy.com/2009/01/everything-you-know-about-css-is-wrong/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 01:10:02 +0000</pubDate>
		<dc:creator>Eystein</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://thatnorwegianguy.com/?p=171</guid>
		<description><![CDATA[Having spare time has unexpected consequences. Such as plowing through an entire book in one sitting. Last night I finally picked up my copy of Everything you know about CSS is wrong. A daunting title indeed, but the book is just over 100 pages, so it&#8217;s a quick read. And what you learn is basically [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-172" title="Everything you know about CSS is wrong book" src="http://thatnorwegianguy.com/wp-content/uploads/2009/01/css-wrong-300x201.jpg" alt="" width="300" height="201" />Having spare time has unexpected consequences. Such as plowing through an entire book in one sitting. Last night I finally picked up my copy of <a href="http://www.sitepoint.com/books/csswrong1/">Everything you know about CSS is wrong</a>. A daunting title indeed, but the book is just over 100 pages, so it&#8217;s a quick read. And what you learn is basically that there&#8217;s a thing called <a title="CSS tables tutorial on 24 ways" href="http://24ways.org/2008/the-first-tool-you-reach-for">CSS tables</a>, which allows you to layout web-pages in wonderful ways.<br />
<span id="more-171"></span></p>
<p>The funny thing is that there&#8217;s nothing new about CSS tables. I don&#8217;t know why I haven&#8217;t encountered them before, because they work fine in most browsers. Probably because the idea of tables and layout leaves a taste of sick in the back of most peoples mouth? This book proves me wrong, it explains with good examples how the CSS tables properties work, how they compare to the old ways of positioning and floating, and why it&#8217;s the next big thing.</p>
<p>The reason why the authors reckon it&#8217;ll be huge is the forthcoming release of IE8, which will be the first IE to support CSS tables. Obviously it&#8217;ll take some time before IE6 and 7 are gone, but that&#8217;s no reason not to play with our new developer toys!</p>
<p>The book finishes off by looking into the future (CSS3), showing examples of what CSS will look like when we get to use the Template Layout Module (formerly Advanced Layout Module), Grid Positioning Module and the Multi-column Layout module. The way of writing CSS using these differs radically from the usual floats and positioning, and using CSS tables seems like a good in between step to me. So if you&#8217;re serious about your CSS and want to avoid skill rot this book is an easy first step onwards.</p>
]]></content:encoded>
			<wfw:commentRss>http://thatnorwegianguy.com/2009/01/everything-you-know-about-css-is-wrong/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Transcending CSS: The Fine Art of Web Design by Andy Clarke</title>
		<link>http://thatnorwegianguy.com/2006/11/transcending-css-the-fine-art-of-web-design-by-andy-clarke/</link>
		<comments>http://thatnorwegianguy.com/2006/11/transcending-css-the-fine-art-of-web-design-by-andy-clarke/#comments</comments>
		<pubDate>Mon, 20 Nov 2006 15:09:38 +0000</pubDate>
		<dc:creator>Eystein</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[book]]></category>

		<guid isPermaLink="false">http://thatnorwegianguy.wordpress.com/2006/11/20/transcending-css-the-fine-art-of-web-design-by-andy-clarke/</guid>
		<description><![CDATA[Andy Clarke of And All That Malarkey has finally had his baby boy, err, book! This book has been on my wishlist ever since I got a fair number of sneak-peaks at the CSS for developers Workshop in London two months ago. I have a feeling there will be a some CSS3 stuff in there, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.transcendingcss.com/images/tcss250.jpg" alt="Transcending CSS cover" align="right" height="250" width="250" />Andy Clarke of <a href="http://www.stuffandnonsense.co.uk/" title="And All That Malarkey" target="_blank">And All That Malarkey</a> has finally had his baby boy, err, <a href="http://www.transcendingcss.com/" title="Transcending CSS - the book" target="_blank">book</a>! This book has been on my <a href="http://www.amazon.com/gp/registry/wishlist/3BL8836HJXZYJ/ref=wl_web/" title="My Amazon Wishlist" target="_blank">wishlist</a> ever since I got a fair number of sneak-peaks at the <a href="http://www.carsonworkshops.com/" title="Carson Workshops homepage" target="_blank">CSS for developers Workshop</a> in London two months ago. I have a feeling there will be a some <a href="http://www.css3.info/" title="Everything you should know about CSS3" target="_blank">CSS3</a> stuff in there, some stuff about CSS attribute selectors, and alot of lists.</p>
<p>I will post a review as soon as I get my hands on this.</p>
<p>(Through <a href="http://www.stuffandnonsense.co.uk/archives/and_all_that_transcending_css_malarkey.html" title="Stuff and Nonsense" target="_blank">All That Malarkey</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://thatnorwegianguy.com/2006/11/transcending-css-the-fine-art-of-web-design-by-andy-clarke/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
