<?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>Blogging</title>
	<atom:link href="http://scandinavianbooks.com/blog1/feed/" rel="self" type="application/rss+xml" />
	<link>http://scandinavianbooks.com/blog1</link>
	<description>What a mess!</description>
	<lastBuildDate>Sat, 31 Jul 2010 21:04:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Plug-in PHP – 100 power solutions, by Robin Nixon</title>
		<link>http://scandinavianbooks.com/blog1/plug-in-php-%e2%80%93-100-power-solutions-by-robin-nixon/</link>
		<comments>http://scandinavianbooks.com/blog1/plug-in-php-%e2%80%93-100-power-solutions-by-robin-nixon/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 04:13:02 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Blogging software]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[100 power solutions]]></category>
		<category><![CDATA[book review]]></category>
		<category><![CDATA[php programming]]></category>
		<category><![CDATA[Plug-in PHP]]></category>
		<category><![CDATA[Robin Nixon]]></category>

		<guid isPermaLink="false">http://scandinavianbooks.com/blog1/?p=81</guid>
		<description><![CDATA[This is a practical, nice guide to the huge and marvelous world of PHP plug-ins and snippets. There is a wide range of  solutions to problems you have and will be encountering if you are a programmer, create websites or are a webmaster, and this book introduces you to those solutions. The book has a [...]]]></description>
			<content:encoded><![CDATA[<p>This is a practical, nice guide to the huge and marvelous world of PHP plug-ins and snippets. There is a <a href="http://www.amazon.com/gp/product/0071666591?ie=UTF8&amp;tag=leserglede-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0071666591"><img src="http://www.leserglede.com/pics/41GU1iAXPQL._SL160_.jpg" border="0" alt="Plug-in PHP - 100 power solutions, by Robin Nixon" hspace="5" vspace="5" align="left" /></a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=leserglede-20&amp;l=as2&amp;o=1&amp;a=0071666591" border="0" alt="" width="1" height="1" />wide range of  solutions to problems you have and will be encountering if you are a programmer, create websites or are a webmaster, and this book introduces you to those solutions. The book has a good introduction that shows you in detail how to set up a PHP+MySQL+Apache server solution, using the best, most current and up to date technology with free programs available. Then, having done that, it gives you 100 power plug-ins that are ready to go and the can easily be included on your web pages.</p>
<p>PHP is a very versatile language, and there are an incredible number of people writing all sorts of programs – small and large – that they share with others. Learning the basics about how to build such useful little pieces of code, how to integrate them into you web site, and last but not least – how to modify them to suit your needs is very useful. It’s the stuff that enables you to create first-rate, efficient and dynamic websites. Few books that I know of do a  better job demonstrating these techniques than <em>Plug-in PHP</em>.</p>
<p>Each and every plug-in discussed in <em>Plug-in PHP</em> represents a complete, usable and working solution, and gives you immediate results. And all of the plug-ins presented in the book, along with some other useful snippets of code, are available on a companion website so that you can download, modify, experiment or do whatever you want with them (you are not allowed to sell them, of course). And there’s little or no learning curve, because each one is self-contained and thoroughly documented.</p>
<p><em>Plug-in PHP</em> also contains a lot of good and useful tips about programming along with ideas and suggestions for further adapting the functions to your own needs. It even breaks down all the variables, arrays and functions used by each into at-a-glance tables, accompanied by a screen grab of every function in action. This makes the book extremely easy to use, even for complete beginners to PHP programming.</p>
<p>Here’s a quick listing of the plug-ins: Wrap Text; Caps Control; Friendly Text; Strip Whitespace; Word Selector; Count Tail; Text Truncate; Spell Check; Remove Accents; Shorten Text; Upload File; Resize Image; Make Thumbnail; Image Alter; Image Crop; Image Enlarge; Image Display; Image Convert; GIF Text; Image Watermark; Relative to Absolute URL; Get Links from URL; Check Links; Directory List; Query Highlight; Rolling Copyright; Embed YouTube Video; Create List; Hit Counter; Referer Log; Evaluate Expression; Validate Credit Card; Create Captcha; Check Captcha; Validate Text; Validate E-mail; Spam Catch; Send E-mail; BB Code; Pound Code; Check Links; Get Title from URL; Auto Back Links; Create Short URL; Use Short URL; Simple Web Proxy; Page Updated?; HTML to RSS; RSS to HTML; HTML to Mobile; Users Online; Post to Guestbook; Get Guestbook; Post to Chat; View Chat; Send Tweet; Send Direct Tweet; Get Tweets; Replace Smileys; Replace SMS Talk; Add User to DB; Get User from DB; Verify User in DB; Sanitize String; Create Session; Open Session; Close Session; Secure Session; Manage Cookie; Block User by Cookie; Create Google Chart; Curl Get Contents; Fetch Wiki Page; Fetch Flickr Stream; Get Yahoo! Answers; Search Yahoo!; Get Yahoo! Stock News; Get Yahoo! News; Search Google Books; Convert Currency; Ajax Request; Post Ajax Request; Get Ajax Request; Protect E-mail; Toggle Text; Status Message; Slide Show; Input Prompt; Words from Root; Predict Word; Get Country by IP; Bypass Captcha; Get Book from ISBN; Get Amazon Sales Rank; Pattern Match Word; Suggest Spelling; Google Translate; Corner GIF; Rounded Table; Display Bing Map.</p>
<p>Many of the plug-ins in the book can also easily be adapted slightly for other purposes, and all of them seem to me to be written in very efficient and compact code. There is an impressive range of stuff here &#8211; for processing text; image uploading and manipulation; content management; forms and user input; integrating your website with others; creating chat and messaging services; using MySQL; managing sessions and cookies; dealing with APIs; RSS; and XML; as well as integration with JavaScript and Ajax; and more.</p>
<p><em>Plug-in PHP</em> is a very useful and well-written book that I do not hesitate to recommend for users that are just now starting to use PHP and even to people with intermediate skills. For very advanced users, on the other hand, there is little new in this book. It’s a great resource that I strongly recommend for its targeted groups of users!</p>
<div class="linkbox">Links to books by <strong>Robin Nixon</strong> at <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fgp%2Fentity%2FRobin-Nixon%2FB002K8U1WC%3Fie%3DUTF8%26ref_%3Dntt%5Fathr%5Fdp%5Fpel%5F1&amp;tag=leserglede-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957">Amazon US</a><img style="border: none !important; margin: 0px !important;" src="https://www.assoc-amazon.com/e/ir?t=leserglede-20&amp;l=ur2&amp;o=1" border="0" alt="" width="1" height="1" />, <a href="http://www.amazon.co.uk/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.co.uk%2Fgp%2Fentity%2FRobin-Nixon%2FB002K8U1WC%3Fie%3DUTF8%26ref_%3Dntt%5Fathr%5Fdp%5Fpel%5F1&amp;tag=wwwleserglede-21&amp;linkCode=ur2&amp;camp=1634&amp;creative=19450">Amazon UK</a><img style="border: none !important; margin: 0px !important;" src="https://www.assoc-amazon.co.uk/e/ir?t=wwwleserglede-21&amp;l=ur2&amp;o=2" border="0" alt="" width="1" height="1" />, and <a href="http://www.amazon.ca/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.ca%2Fs%3Fie%3DUTF8%26search-alias%3Dbooks-ca%26field-author%3DRobin%2520Nixon&amp;tag=leserglede09-20&amp;linkCode=ur2&amp;camp=15121&amp;creative=390961">Amazon CAN</a><img style="border: none !important; margin: 0px !important;" src="https://www.assoc-amazon.ca/e/ir?t=leserglede09-20&amp;l=ur2&amp;o=15" border="0" alt="" width="1" height="1" />. See also <a href="http://clk.tradedoubler.com/click?p=1600&amp;a=1434793&amp;g=16861834&amp;url=http://www.bokkilden.no/SamboWeb/enkeltSok.do?enkeltsok=Robin%20Nixon" target="_blank">Bokkilden</a>.</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://scandinavianbooks.com/blog1/the-css-anthology-101-essential-tips-by-rachel-andrew/" rel="bookmark" class="crp_title">The CSS Anthology: 101 Essential Tips, by Rachel Andrew</a></li><li><a href="http://scandinavianbooks.com/blog1/php-objects-patterns-and-practice-second-edition-by-matt-zandstra/" rel="bookmark" class="crp_title">PHP Objects, Patterns, and Practice (Second Edition), by Matt Zandstra</a></li><li><a href="http://scandinavianbooks.com/blog1/css-in-easy-steps-by-mike-mcgrath/" rel="bookmark" class="crp_title">CSS in Easy Steps, by Mike McGrath</a></li><li><a href="http://scandinavianbooks.com/blog1/make-editing-in-wordpress-easier-3/" rel="bookmark" class="crp_title">Make editing in WordPress easier!</a></li><li><a href="http://scandinavianbooks.com/blog1/bulletproof-web-design-improving-flexibility-and-protecting-against-worst-case-scenarios-with-xhtml-and-css-2nd-edition-by-dan-cederholm/" rel="bookmark" class="crp_title">Bulletproof Web Design: Improving flexibility and protecting against worst-case scenarios with XHTML and CSS (2nd Edition), by Dan Cederholm</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><p>&copy;2010 <a href="http://scandinavianbooks.com/blog1">Blogging</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://scandinavianbooks.com/blog1/plug-in-php-%e2%80%93-100-power-solutions-by-robin-nixon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS in Easy Steps, by Mike McGrath</title>
		<link>http://scandinavianbooks.com/blog1/css-in-easy-steps-by-mike-mcgrath/</link>
		<comments>http://scandinavianbooks.com/blog1/css-in-easy-steps-by-mike-mcgrath/#comments</comments>
		<pubDate>Sun, 30 May 2010 21:09:15 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[book review]]></category>
		<category><![CDATA[Mike McGrath]]></category>

		<guid isPermaLink="false">http://scandinavianbooks.com/blog1/?p=79</guid>
		<description><![CDATA[Cascading Style Sheets is an important language to master for people designers wanting their web pages to look good, load fast and be easy to maintain. In this book author Mike McGrath explains CSS and gives a good overview of how to use it. CSS in Easy Steps is short and sweet. I was surprised [...]]]></description>
			<content:encoded><![CDATA[<p>Cascading Style Sheets <a href="http://www.amazon.com/gp/product/1840783648?ie=UTF8&amp;tag=leserglede-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1840783648"><img src="http://www.leserglede.com/pics/51VAtGCdMtL._SL160_.jpg" border="0" alt="CSS in Easy Steps, by Mike McGrath" hspace="6" vspace="5" align="left" /></a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=leserglede-20&amp;l=as2&amp;o=1&amp;a=1840783648" border="0" alt="" width="1" height="1" /> is an important language to master for people designers wanting their web pages to look good, load fast and be easy to maintain. In this book author Mike McGrath explains CSS and gives a good overview of how to use it.</p>
<p><em>CSS in Easy Steps</em> is short and sweet. I was surprised by the amount of material McGrath has been able to get into the less than 200 pages of this book. It contains a fairly comprehensive overview of CSS with fairly wide coverage and with a very good presentation of the principal features of CSS. It even has a relatively good presentation of some of the new features of CSS3.</p>
<p>However, there are some minor flaws in the book. For instance, McGrath gives readers a basic CSS page layout using absolute positioned sidebars without explaining the limitations of this design at all. Designs with absolutely positioned sidebars are hardly ever used, and should not be used by people why do not know the problems of these designs (e.g. overwriting the footer is there is more content in the sidebars than in the main content column). Also, a few references or links to further explanations or more advanced examples or problems involved in using CSS would have improved the book.</p>
<p>Even so, this is a good and useful book. To my mind this book, written in an easy to follow style, with good explanations in plain English, is a very useful book for beginners. For more advanced users there is little new in this book, and it is far too brief to serve as a reference book.</p>
<div class="linkbox">Links to books by <strong>Mike McGrath</strong> at <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fgp%2Fentity%2FMike-McGrath%2FB001JS22XU%3Fie%3DUTF8%26ref_%3Dntt%5Fathr%5Fdp%5Fpel%5F1&amp;tag=leserglede-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957">Amazon US</a><img style="border: none !important; margin: 0px !important;" src="https://www.assoc-amazon.com/e/ir?t=leserglede-20&amp;l=ur2&amp;o=1" border="0" alt="" width="1" height="1" /> and <a href="http://www.amazon.co.uk/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.co.uk%2Fs%3Fie%3DUTF8%26search-alias%3Dbooks-uk%26ref_%3Dntt%5Fathr%5Fdp%5Fsr%5F1%26field-author%3DMike%2520McGrath&amp;tag=wwwleserglede-21&amp;linkCode=ur2&amp;camp=1634&amp;creative=19450">Amazon UK</a><img style="border: none !important; margin: 0px !important;" src="https://www.assoc-amazon.co.uk/e/ir?t=wwwleserglede-21&amp;l=ur2&amp;o=2" border="0" alt="" width="1" height="1" />.</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://scandinavianbooks.com/blog1/css-mastery-advanced-web-standards-solutions-second-edition-by-andy-budd-simon-collison-and-cameron-moll/" rel="bookmark" class="crp_title">CSS Mastery: Advanced Web Standards Solutions, Second Edition, by Andy Budd, Simon Collison and Cameron Moll</a></li><li><a href="http://scandinavianbooks.com/blog1/the-css-anthology-101-essential-tips-by-rachel-andrew/" rel="bookmark" class="crp_title">The CSS Anthology: 101 Essential Tips, by Rachel Andrew</a></li><li><a href="http://scandinavianbooks.com/blog1/cascading-style-sheets-the-definitive-guide-by-eric-a-meyer/" rel="bookmark" class="crp_title">Cascading Style Sheets &#8211; The Definitive Guide, by Eric A. Meyer</a></li><li><a href="http://scandinavianbooks.com/blog1/bulletproof-web-design-improving-flexibility-and-protecting-against-worst-case-scenarios-with-xhtml-and-css-2nd-edition-by-dan-cederholm/" rel="bookmark" class="crp_title">Bulletproof Web Design: Improving flexibility and protecting against worst-case scenarios with XHTML and CSS (2nd Edition), by Dan Cederholm</a></li><li><a href="http://scandinavianbooks.com/blog1/css-the-missing-manual-by-david-mcfarland/" rel="bookmark" class="crp_title">CSS: The Missing Manual, by David McFarland</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><p>&copy;2010 <a href="http://scandinavianbooks.com/blog1">Blogging</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://scandinavianbooks.com/blog1/css-in-easy-steps-by-mike-mcgrath/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The CSS Anthology: 101 Essential Tips, by Rachel Andrew</title>
		<link>http://scandinavianbooks.com/blog1/the-css-anthology-101-essential-tips-by-rachel-andrew/</link>
		<comments>http://scandinavianbooks.com/blog1/the-css-anthology-101-essential-tips-by-rachel-andrew/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 03:43:11 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[book review]]></category>
		<category><![CDATA[Rachel Andrew]]></category>

		<guid isPermaLink="false">http://scandinavianbooks.com/blog1/?p=77</guid>
		<description><![CDATA[The CSS Anthology: 101 Essential Tips, Tricks &#38; Hacks, 3rd Edition, which is the full title of the current version of the book, is a good book on CSS. However, I bought it after having seen the ad for it on sitepoint’s site. I have to say I expected it to be a little more [...]]]></description>
			<content:encoded><![CDATA[<p><em>The CSS Anthology: 101 Essential Tips, Tricks &amp; Hacks, 3rd Edition,</em> which is the <a href="http://www.amazon.com/gp/product/0957921888?ie=UTF8&amp;tag=leserglede-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0957921888"><img src="http://www.leserglede.com/pics/51FBcurPAcL._SL160_.jpg" border="0" alt="The CSS Antalogy: 101 Essential Tips, by Rachel Andrew" hspace="6" vspace="4" align="left" /></a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=leserglede-20&amp;l=as2&amp;o=1&amp;a=0957921888" border="0" alt="" width="1" height="1" /> full title of the current version of the book, is a good book on CSS. However, I bought it after having seen the ad for it on sitepoint’s site. I have to say I expected it to be a little more advanced than it turned out to be, and a little bit more a jour as well. The good folks at sitepoint are sometimes a little too good and to clever in their marketing, and create impressions that don’t usually meet the expectations. Almost to the point where I now finally have learned to divide what they write by pi and will most likely keep a larger distance to their products. Sitepoint should perhaps ask what they want as a publisher: Satisfied customers that re-purchase or sales that give customer dissatisfaction.</p>
<p>Oh well, on to the book itself. The book is quite good and covers CSS broadly without giving much in-depth coverage and very few references. Rachel Andrew provides a large number of good, standards compliant examples of how to use CSS in a set of different situations. It is a book that I would think of as very useful for people with beginning to intermediate CSS-skills.</p>
<p><em>The CSS Anthology: 101 Essential Tips, Tricks &amp; Hacks</em> is a practical introduction and guide. The author shows how to use CSS for all the common purposes: for styling text, formatting headings and images, for styling forms and for user interfaces and navigation.</p>
<p>The book has a preface, nine chapters, and an index. Chapter 1 is an introduction to CSS showing why it is replacing HTML table and layout formatting, and the basic concepts of CSS. The other chapters have a &#8220;problem/solution&#8221; format dealing with various design issues, and solutions to those issues using CSS. There is also quite a bit of material about browser-compatibility issues, but some of this is quickly getting old as new version have been launched and/or are in the process of being launched.</p>
<p>The book is mostly useful as a practical guide. It is not very good as a reference book. Nor is it very up to date as far as the emerging CSS3 standards are concerned. This disappointed me a little, as most people creating web pages today or in the near future will want to use these new techniques instead of the older and often more complicated ones.</p>
<p>I recommend  <em>The CSS Anthology: 101 Essential Tips, Tricks &amp; Hacks</em> primarily for people wanting to learn CSS that prefers to do it by solving practical problems one by one as they encounter them.</p>
<div class="linkbox">Links to books by <strong>Rachel Andrew</strong> at <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fgp%2Fentity%2FRachel-Andrew%2FB001K89B2Y%3Fie%3DUTF8%26ref_%3Dntt%5Fathr%5Fdp%5Fpel%5Fpop%5F1&amp;tag=leserglede-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957">amazon US</a><img style="border: none !important; margin: 0px !important;" src="https://www.assoc-amazon.com/e/ir?t=leserglede-20&amp;l=ur2&amp;o=1" border="0" alt="" width="1" height="1" /> and <a href="http://www.amazon.co.uk/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.co.uk%2Fs%3Fie%3DUTF8%26x%3D0%26ref_%3Dnb%5Fsb%5Fnoss%26y%3D0%26field-keywords%3Drachel%2520andrew%26url%3Dsearch-alias%253Daps&amp;tag=wwwleserglede-21&amp;linkCode=ur2&amp;camp=1634&amp;creative=19450">Amazon UK</a><img style="border: none !important; margin: 0px !important;" src="https://www.assoc-amazon.co.uk/e/ir?t=wwwleserglede-21&amp;l=ur2&amp;o=2" border="0" alt="" width="1" height="1" />.</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://scandinavianbooks.com/blog1/css-mastery-advanced-web-standards-solutions-second-edition-by-andy-budd-simon-collison-and-cameron-moll/" rel="bookmark" class="crp_title">CSS Mastery: Advanced Web Standards Solutions, Second Edition, by Andy Budd, Simon Collison and Cameron Moll</a></li><li><a href="http://scandinavianbooks.com/blog1/css-in-easy-steps-by-mike-mcgrath/" rel="bookmark" class="crp_title">CSS in Easy Steps, by Mike McGrath</a></li><li><a href="http://scandinavianbooks.com/blog1/cascading-style-sheets-the-definitive-guide-by-eric-a-meyer/" rel="bookmark" class="crp_title">Cascading Style Sheets &#8211; The Definitive Guide, by Eric A. Meyer</a></li><li><a href="http://scandinavianbooks.com/blog1/plug-in-php-%e2%80%93-100-power-solutions-by-robin-nixon/" rel="bookmark" class="crp_title">Plug-in PHP – 100 power solutions, by Robin Nixon</a></li><li><a href="http://scandinavianbooks.com/blog1/css-the-missing-manual-by-david-mcfarland/" rel="bookmark" class="crp_title">CSS: The Missing Manual, by David McFarland</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><p>&copy;2010 <a href="http://scandinavianbooks.com/blog1">Blogging</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://scandinavianbooks.com/blog1/the-css-anthology-101-essential-tips-by-rachel-andrew/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Mastery: Advanced Web Standards Solutions, Second Edition, by Andy Budd, Simon Collison and Cameron Moll</title>
		<link>http://scandinavianbooks.com/blog1/css-mastery-advanced-web-standards-solutions-second-edition-by-andy-budd-simon-collison-and-cameron-moll/</link>
		<comments>http://scandinavianbooks.com/blog1/css-mastery-advanced-web-standards-solutions-second-edition-by-andy-budd-simon-collison-and-cameron-moll/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 18:52:49 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS2.1]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[cross-browser support]]></category>
		<category><![CDATA[wep layout]]></category>

		<guid isPermaLink="false">http://scandinavianbooks.com/blog1/?p=71</guid>
		<description><![CDATA[Andy Budd, the first author of CSS Mastery: Advanced Web Standards Solutions, is renowned in the web development community as one of the foremost proponents of web standard in Great Britain. The first edition of this book was very good, but is already outdated, so this major revision was timely. This is a 300 page [...]]]></description>
			<content:encoded><![CDATA[<p>Andy Budd, the first author of <em>CSS Mastery: Advanced Web Standards Solutions</em>, is renowned in the web development community as one of the foremost proponents of web standard in Great Britain. <a href="http://www.amazon.com/gp/product/1430223979?ie=UTF8&amp;tag=leserglede-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1430223979"><img src="http://www.leserglede.com/pics2/51GHSFFHQBL._SL160_.jpg" border="0" alt="CSS Mastery, Andy Budd" hspace="6" vspace="4" align="left" /></a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=leserglede-20&amp;l=as2&amp;o=1&amp;a=1430223979" border="0" alt="" width="1" height="1" /> The first edition of this book was very good, but is already outdated, so this major revision was timely.</p>
<p>This is a 300 page book, very hands on, which demonstrate what CSS can achieve. It is a hands-on learning tool rather than a reference text. It has lots of code examples, is good when it comes to discussing cross-browser support, has some discussion of CSS3, as well as CSS3 examples, showing new CSS3 features, and CSS3 equivalents to tried and tested CSS2 techniques.</p>
<p>The book starts off with a discussion of CSS and its basics. Then we immediately delve deeper into the use of it – visual formatting with CSS, positioning, design effects, and so on. The focus is more on design issues than with the coding itself. Chapters 6 and 7 focus on efficient layouts.</p>
<p>The book is good at conveying best practice concepts in CSS design, as well as solutions to some tricky problems in CSS (two chapters are devoted to this). The section on dealing with browser bugs is very good.</p>
<p>This is not a book for beginners. It is more advanced and more design oriented.  There are lots of discussions of fairly advanced techniques, which makes the book useful for more experienced designers. I would say it is an intermediate level book.</p>
<p>One problem with this book needs to be mentioned: It has a lot of typos and errors. The list of errors (available online) is now more than 11 pages long. If you can live with that &#8211; personally I don&#8217;t much like books with typos and errors &#8211; then this is a good book to learn from.</p>
<div class="linkbox">Links to <em>CSS Mastery: Advanced Web Standards Solutions</em> by Andy Budd et al. at <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fs%3Fie%3DUTF8%26sort%3Drelevancerank%26search-alias%3Dbooks%26ref_%3Dntt%255Fathr%255Fdp%255Fsr%255F1%26field-author%3DAndy%2520Budd&amp;tag=leserglede-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957">amazon US</a><img style="border: none !important; margin: 0px !important;" src="https://www.assoc-amazon.com/e/ir?t=leserglede-20&amp;l=ur2&amp;o=1" border="0" alt="" width="1" height="1" /> and <a href="http://www.amazon.co.uk/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.co.uk%2Fs%3Fie%3DUTF8%26x%3D0%26ref_%3Dnb%255Fsb%255Fnoss%26y%3D0%26field-keywords%3Dandy%2520budd%2520CSS%2520mastery%26url%3Dsearch-alias%253Daps&amp;tag=wwwleserglede-21&amp;linkCode=ur2&amp;camp=1634&amp;creative=19450">amazon UK</a><img style="border: none !important; margin: 0px !important;" src="https://www.assoc-amazon.co.uk/e/ir?t=wwwleserglede-21&amp;l=ur2&amp;o=2" border="0" alt="" width="1" height="1" />.</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://scandinavianbooks.com/blog1/the-css-anthology-101-essential-tips-by-rachel-andrew/" rel="bookmark" class="crp_title">The CSS Anthology: 101 Essential Tips, by Rachel Andrew</a></li><li><a href="http://scandinavianbooks.com/blog1/php-objects-patterns-and-practice-second-edition-by-matt-zandstra/" rel="bookmark" class="crp_title">PHP Objects, Patterns, and Practice (Second Edition), by Matt Zandstra</a></li><li><a href="http://scandinavianbooks.com/blog1/bulletproof-web-design-improving-flexibility-and-protecting-against-worst-case-scenarios-with-xhtml-and-css-2nd-edition-by-dan-cederholm/" rel="bookmark" class="crp_title">Bulletproof Web Design: Improving flexibility and protecting against worst-case scenarios with XHTML and CSS (2nd Edition), by Dan Cederholm</a></li><li><a href="http://scandinavianbooks.com/blog1/css-in-easy-steps-by-mike-mcgrath/" rel="bookmark" class="crp_title">CSS in Easy Steps, by Mike McGrath</a></li><li><a href="http://scandinavianbooks.com/blog1/cascading-style-sheets-the-definitive-guide-by-eric-a-meyer/" rel="bookmark" class="crp_title">Cascading Style Sheets &#8211; The Definitive Guide, by Eric A. Meyer</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><p>&copy;2010 <a href="http://scandinavianbooks.com/blog1">Blogging</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://scandinavianbooks.com/blog1/css-mastery-advanced-web-standards-solutions-second-edition-by-andy-budd-simon-collison-and-cameron-moll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cascading Style Sheets &#8211; The Definitive Guide, by Eric A. Meyer</title>
		<link>http://scandinavianbooks.com/blog1/cascading-style-sheets-the-definitive-guide-by-eric-a-meyer/</link>
		<comments>http://scandinavianbooks.com/blog1/cascading-style-sheets-the-definitive-guide-by-eric-a-meyer/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 18:35:18 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS2.1]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[Cascading Style Sheets]]></category>
		<category><![CDATA[CSS2]]></category>
		<category><![CDATA[Definitive Guide CSS]]></category>
		<category><![CDATA[Eric A. Meyer]]></category>
		<category><![CDATA[great reference on CSS]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://scandinavianbooks.com/blog1/?p=69</guid>
		<description><![CDATA[Eric A. Meyer is a well-known and much respected expert on the subject of CSS. In this book he uses his trademark wit and humor to explore all the properties of CSS. The book covers CSS2 and CSS2.1, as well as basic CSS. It also introduces some of the emerging elements of CSS3. I really [...]]]></description>
			<content:encoded><![CDATA[<p>Eric A. Meyer is a well-known and much respected expert on the subject of CSS. In this book he uses his trademark wit and humor to explore all the properties of CSS. The book covers CSS2 and CSS2.1, as well <a href="http://www.amazon.com/gp/product/0596527330?ie=UTF8&amp;tag=leserglede-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0596527330"><img src="http://www.leserglede.com/pics/51CO%2BrT68gL._SL160_.jpg" border="0" alt="Cascading Style Sheets - Eric A. Meyer" hspace="6" vspace="4" align="left" /></a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=leserglede-20&amp;l=as2&amp;o=1&amp;a=0596527330" border="0" alt="" width="1" height="1" /> as basic CSS. It also introduces some of the emerging elements of CSS3.</p>
<p>I really enjoyed this book. It is very solid and an excellent reference for anything CSS. But it is presented in a precise and concise manner with a huge smile. Eric Meyer seems to have enjoyed writing the book. And that actually makes the book more intesting. The examples &#8211; of which there are many &#8211; are sometimes funny, and his comments interesting.</p>
<p>Don&#8217;t get me wrong &#8211; this is a great reference book. And all reference books are to some extent boring &#8211; because they cover so much, and always deal with a lot you already know. And this book does all that. But Meyer shows that it is possible to liven up even boring books a little here and there.</p>
<p><em>CSS: The Definitive Guide</em> details the ins and outs of the CSS specification. It has numerous easy to follow examples. The illustrations are invaluable as they allow you to easily compare the markup, the applied style sheets, and the results. It is very comprehensive and virtually leaves no stone unturned.</p>
<p>If you want to learn more about the newer versions of CSS or you want to have a few really good in-depth reference books on CSS around, then this is a book I strongly recommend. One of the top books on CSS. Really a Definite Guide!</p>
<div class="linkbox">Links to books by <strong>Eric A. Meyer</strong> at <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fgp%2Fentity%2FEric-A.-Meyer%2FB001H9RS4E%3Fie%3DUTF8%26ref_%3Dntt%255Fathr%255Fdp%255Fpel%255F1&amp;tag=leserglede-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957">amazon US</a><img style="border: none !important; margin: 0px !important;" src="https://www.assoc-amazon.com/e/ir?t=leserglede-20&amp;l=ur2&amp;o=1" border="0" alt="" width="1" height="1" />, <a href="http://www.amazon.co.uk/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.co.uk%2Fs%3Fie%3DUTF8%26x%3D0%26ref_%3Dnb%255Fsb%255Fnoss%26y%3D0%26field-keywords%3Deric%2520a%2520meyer%2520CSS%26url%3Dsearch-alias%253Daps&amp;tag=wwwleserglede-21&amp;linkCode=ur2&amp;camp=1634&amp;creative=19450">amazon UK</a><img style="border: none !important; margin: 0px !important;" src="https://www.assoc-amazon.co.uk/e/ir?t=wwwleserglede-21&amp;l=ur2&amp;o=2" border="0" alt="" width="1" height="1" />, and <a href="http://www.amazon.ca/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.ca%2Fs%3Fie%3DUTF8%26x%3D0%26ref_%3Dnb%255Fsb%255Fnoss%26y%3D0%26field-keywords%3Deric%2520a%2520meyer%2520css%26url%3Dsearch-alias%253Daps&amp;tag=leserglede09-20&amp;linkCode=ur2&amp;camp=15121&amp;creative=390961">amazon CAN</a><img style="border: none !important; margin: 0px !important;" src="https://www.assoc-amazon.ca/e/ir?t=leserglede09-20&amp;l=ur2&amp;o=15" border="0" alt="" width="1" height="1" />.</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://scandinavianbooks.com/blog1/css-mastery-advanced-web-standards-solutions-second-edition-by-andy-budd-simon-collison-and-cameron-moll/" rel="bookmark" class="crp_title">CSS Mastery: Advanced Web Standards Solutions, Second Edition, by Andy Budd, Simon Collison and Cameron Moll</a></li><li><a href="http://scandinavianbooks.com/blog1/the-art-of-seo-theory-in-practice-by-eric-enge-stephan-spencer-rand-fishkin-jessie-stricchiola/" rel="bookmark" class="crp_title">The Art of SEO (Theory in Practice), by Eric Enge, Stephan Spencer, Rand Fishkin, Jessie Stricchiola</a></li><li><a href="http://scandinavianbooks.com/blog1/css-in-easy-steps-by-mike-mcgrath/" rel="bookmark" class="crp_title">CSS in Easy Steps, by Mike McGrath</a></li><li><a href="http://scandinavianbooks.com/blog1/the-css-anthology-101-essential-tips-by-rachel-andrew/" rel="bookmark" class="crp_title">The CSS Anthology: 101 Essential Tips, by Rachel Andrew</a></li><li><a href="http://scandinavianbooks.com/blog1/php-objects-patterns-and-practice-second-edition-by-matt-zandstra/" rel="bookmark" class="crp_title">PHP Objects, Patterns, and Practice (Second Edition), by Matt Zandstra</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><p>&copy;2010 <a href="http://scandinavianbooks.com/blog1">Blogging</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://scandinavianbooks.com/blog1/cascading-style-sheets-the-definitive-guide-by-eric-a-meyer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Objects, Patterns, and Practice (Second Edition), by Matt Zandstra</title>
		<link>http://scandinavianbooks.com/blog1/php-objects-patterns-and-practice-second-edition-by-matt-zandstra/</link>
		<comments>http://scandinavianbooks.com/blog1/php-objects-patterns-and-practice-second-edition-by-matt-zandstra/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 18:06:44 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[advanced]]></category>
		<category><![CDATA[book review]]></category>
		<category><![CDATA[Matt Zandstra]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://scandinavianbooks.com/blog1/?p=65</guid>
		<description><![CDATA[Matt Zandstra is a Web programmer, works for Yahoo! in London, and has also been a writer for a decade. He knows his subject well and he is a good teacher and writer. Object oriented programming is one of his big interests. PHP Objects, Patterns, and Practice, Second Edition is for the intermediate to advanced [...]]]></description>
			<content:encoded><![CDATA[<p>Matt Zandstra is a Web programmer, works for Yahoo! in London, and has also been a writer for a decade. He knows his subject well and he is a good teacher and writer. Object oriented programming is one of his big interests.</p>
<p><span class="style10"><em>PHP Objects, Patterns, and Practice, Second Edition</em> is for <a href="http://www.amazon.com/gp/product/1590599098?ie=UTF8&amp;tag=leserglede-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1590599098"><img src="http://www.leserglede.com/pics2/51g0tM559hL._SL160_.jpg" border="0" alt="PHP Objects, Patters, and Practice, by Matt Zandstra" hspace="6" vspace="4" align="left" /></a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=leserglede-20&amp;l=as2&amp;o=1&amp;a=1590599098" border="0" alt="" width="1" height="1" /> the intermediate to advanced web developer/programmer interested in learning more about object oriented programming. It is designed to show you how to meld the power of PHP with the sound enterprise development techniques embraced by professional programmers. And while the book spends a little bit of time on the basics of object oriented programming, it quickly moves well beyond that and into advanced topics.</span></p>
<p>This book deals with issues like working with static methods and properties, abstract classes, interfaces, design patterns, exception handling, and more. You’ll also be exposed to key tools such as PEAR, CVS, Phing, and phpDocumentor and more. The emphasis is on:</p>
<ul class="style1">
<li>Writing solid, maintainable code by embracing object–oriented techniques and design patterns.</li>
<li>Creating detailed, versatile documentation using the powerful phpDocumentor automated documentation system.</li>
<li>Gaining new flexibility during the development process by managing your code within a CVS repository and using the Phing build system.</li>
<li>Capitalizing upon the quality code of others by using the PEAR package management solution.</li>
</ul>
<p>I like <em>PHP Objects, Patterns, and Practice</em> a lot. It is a great reference on techniques and showed a lot of correct and efficient ways of doing some things I needed to get done. And I would think most PHP programmers and developers that want to embrace sound, scalable development techniques such as object–orientation, design patterns, testing, and documentation will find this book interesting and benefit from it.</p>
<div class="linkbox">Links to <em>PHP Objects, Patterns, and Practice</em> at <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fgp%2Fentity%2FMatt-Zandstra%2FB001ITYM3S%3Fie%3DUTF8%26ref_%3Dntt%255Fathr%255Fdp%255Fpel%255Fpop%255F1&amp;tag=leserglede-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957">Amazon US</a><img style="border: none !important; margin: 0px !important;" src="https://www.assoc-amazon.com/e/ir?t=leserglede-20&amp;l=ur2&amp;o=1" border="0" alt="" width="1" height="1" />, <a href="http://www.amazon.co.uk/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.co.uk%2Fs%3Fie%3DUTF8%26redirect%3Dtrue%26search-type%3Dss%26index%3Dbooks-uk%26field-author%3DMatt%2520Zandstra&amp;tag=wwwleserglede-21&amp;linkCode=ur2&amp;camp=1634&amp;creative=19450">amazon UK</a><img style="border: none !important; margin: 0px !important;" src="https://www.assoc-amazon.co.uk/e/ir?t=wwwleserglede-21&amp;l=ur2&amp;o=2" border="0" alt="" width="1" height="1" />, and <a href="http://www.amazon.ca/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.ca%2Fs%3Fie%3DUTF8%26x%3D0%26ref_%3Dnb%255Fss%26y%3D0%26field-keywords%3Dmatt%2520zandstra%26url%3Dsearch-alias%253Daps&amp;tag=leserglede09-20&amp;linkCode=ur2&amp;camp=15121&amp;creative=390961">amazon CAN</a><img style="border: none !important; margin: 0px !important;" src="https://www.assoc-amazon.ca/e/ir?t=leserglede09-20&amp;l=ur2&amp;o=15" border="0" alt="" width="1" height="1" />.</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://scandinavianbooks.com/blog1/css-mastery-advanced-web-standards-solutions-second-edition-by-andy-budd-simon-collison-and-cameron-moll/" rel="bookmark" class="crp_title">CSS Mastery: Advanced Web Standards Solutions, Second Edition, by Andy Budd, Simon Collison and Cameron Moll</a></li><li><a href="http://scandinavianbooks.com/blog1/the-art-of-seo-theory-in-practice-by-eric-enge-stephan-spencer-rand-fishkin-jessie-stricchiola/" rel="bookmark" class="crp_title">The Art of SEO (Theory in Practice), by Eric Enge, Stephan Spencer, Rand Fishkin, Jessie Stricchiola</a></li><li><a href="http://scandinavianbooks.com/blog1/bulletproof-web-design-improving-flexibility-and-protecting-against-worst-case-scenarios-with-xhtml-and-css-2nd-edition-by-dan-cederholm/" rel="bookmark" class="crp_title">Bulletproof Web Design: Improving flexibility and protecting against worst-case scenarios with XHTML and CSS (2nd Edition), by Dan Cederholm</a></li><li><a href="http://scandinavianbooks.com/blog1/css-the-missing-manual-by-david-mcfarland/" rel="bookmark" class="crp_title">CSS: The Missing Manual, by David McFarland</a></li><li><a href="http://scandinavianbooks.com/blog1/cascading-style-sheets-the-definitive-guide-by-eric-a-meyer/" rel="bookmark" class="crp_title">Cascading Style Sheets &#8211; The Definitive Guide, by Eric A. Meyer</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><p>&copy;2010 <a href="http://scandinavianbooks.com/blog1">Blogging</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://scandinavianbooks.com/blog1/php-objects-patterns-and-practice-second-edition-by-matt-zandstra/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bulletproof Web Design: Improving flexibility and protecting against worst-case scenarios with XHTML and CSS (2nd Edition), by Dan Cederholm</title>
		<link>http://scandinavianbooks.com/blog1/bulletproof-web-design-improving-flexibility-and-protecting-against-worst-case-scenarios-with-xhtml-and-css-2nd-edition-by-dan-cederholm/</link>
		<comments>http://scandinavianbooks.com/blog1/bulletproof-web-design-improving-flexibility-and-protecting-against-worst-case-scenarios-with-xhtml-and-css-2nd-edition-by-dan-cederholm/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 19:16:55 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Landing page design]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[book review]]></category>
		<category><![CDATA[Bulletproof Web Design]]></category>
		<category><![CDATA[Dan Cederholm]]></category>
		<category><![CDATA[robust web design]]></category>
		<category><![CDATA[XHTML and CSS]]></category>

		<guid isPermaLink="false">http://scandinavianbooks.com/blog1/?p=62</guid>
		<description><![CDATA[Dan Cederholm is one of the smartest minds in CSS and HTML. He is internationally known as a deep and innovative coder. He has been working on real-world sites for no-nonsense businesses like Google, ESPN, and Fast Company, Inc. He embraces flexible, adaptable design using Web standards through his design work, writing, and speaking. Dan [...]]]></description>
			<content:encoded><![CDATA[<p>Dan Cederholm is one of the smartest minds in CSS and HTML. He is internationally known as a deep and innovative coder. He has been working on real-world sites for no-nonsense businesses like Google, ESPN, and Fast Company, Inc. He embraces flexible, adaptable design using <a href="http://www.amazon.com/gp/product/0321509021?ie=UTF8&amp;tag=leserglede-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0321509021"><img src="http://www.leserglede.com/pics/512TRQ74cnL._SL160_.jpg" border="0" alt="Bulletproof Web Design, by Dan Cederholm" hspace="6" vspace="4" align="left" /></a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=leserglede-20&amp;l=as2&amp;o=1&amp;a=0321509021" border="0" alt="" width="1" height="1" /> Web standards through his design work, writing, and speaking. Dan is the author of two best-selling books: <em>Bulletproof Web Design</em> and <em>Web Standards Solutions</em>. Dan also runs the popular weblog SimpleBits, where he writes articles and commentary on the Web, technology, and life. He also plays a mean ukulele and occasionally wears a baseball cap.</p>
<p>In this book Cederholm examines a number of the real world challenges that Web designs are exposed to, and seeks to show how designs can be coded using CSS so that they become “bulletproof”.</p>
<p>And <em>Bulletproof Web Design</em> does an incredible job of teaching that &#8211; step-by-step, by showing you how to make your website `Bulletproof.&#8217; Cederholm introduces the book by defining what it means to have a bulletproof website. He uses the example of a police officer wearing a bulletproof vest. No, it is not 100% protection against a bullet &#8211; but it decreases the chances and gives extra protection. When applied to a website, this means that your website can handle the `bullets&#8217; being thrown at it. These are things like text resizing, use of assistive devices, no CSS, no images, and a few other examples.</p>
<p>This is a wonderful book, where Cederholm deals with coding and design problems all the way from multi-column layouts that stay crispy in milk, to maintaining fine control of web fonts and sizes without alienating users. I have just finished reading it, and I liked it a lot. It is very useful and practically oriented. Just about every problem a modern web designer faces is examined, with solutions ranging from good to better to best.</p>
<p>Cederholm’s point is that no matter how visually appealing or content-packed a Web site may be; if it&#8217;s not adaptable to a variety of situations and reaching the widest possible audience, it isn&#8217;t really succeeding. So he outlines standards-based strategies for building designs that provide flexibility, readability, and user control &#8211; key components of every successful site. Each chapter starts out with an example of a good looking, great site &#8211; that employs a traditional HTML-based approach and is not bulletproof. Then Dan then deconstructs it, pointing out its limitations. He then gives the site a make-over using XHTML and Cascading Style Sheets (CSS), so you can see how to replace bloated code with lean markup and CSS for fast-loading sites that are accessible to all users.</p>
<p>Finally, in the last part of the book, he covers several popular fluid and elastic-width layout techniques and pieces together all of the page components discussed in prior chapters into a single-page template.</p>
<p><em>Bulletproof Web Design</em> is a nice, useful reference as well as a great source for inspiration.</p>
<div class="linkbox">Links to books by Dan Cederholm at <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fgp%2Fentity%2FDan-Cederholm%2FB001IGJNDK%3Fie%3DUTF8%26ref_%3Dntt%255Fathr%255Fdp%255Fpel%255F1&amp;tag=leserglede-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957">Amazon US</a><img style="border: none !important; margin: 0px !important;" src="https://www.assoc-amazon.com/e/ir?t=leserglede-20&amp;l=ur2&amp;o=1" border="0" alt="" width="1" height="1" />, <a href="http://www.amazon.co.uk/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.co.uk%2Fs%3Fie%3DUTF8%26x%3D0%26ref_%3Dnb%255Fss%26y%3D0%26field-keywords%3Ddan%2520cederholm%26url%3Dsearch-alias%253Dstripbooks&amp;tag=wwwleserglede-21&amp;linkCode=ur2&amp;camp=1634&amp;creative=19450">Amazon UK</a><img style="border: none !important; margin: 0px !important;" src="https://www.assoc-amazon.co.uk/e/ir?t=wwwleserglede-21&amp;l=ur2&amp;o=2" border="0" alt="" width="1" height="1" />, and <a href="http://www.amazon.ca/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.ca%2Fs%3Fie%3DUTF8%26redirect%3Dtrue%26search-type%3Dss%26index%3Dbooks-ca%26field-author%3DDan%2520Cederholm&amp;tag=leserglede09-20&amp;linkCode=ur2&amp;camp=15121&amp;creative=390961">Amazon CAN</a><img style="border: none !important; margin: 0px !important;" src="https://www.assoc-amazon.ca/e/ir?t=leserglede09-20&amp;l=ur2&amp;o=15" border="0" alt="" width="1" height="1" />.</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://scandinavianbooks.com/blog1/css-mastery-advanced-web-standards-solutions-second-edition-by-andy-budd-simon-collison-and-cameron-moll/" rel="bookmark" class="crp_title">CSS Mastery: Advanced Web Standards Solutions, Second Edition, by Andy Budd, Simon Collison and Cameron Moll</a></li><li><a href="http://scandinavianbooks.com/blog1/php-objects-patterns-and-practice-second-edition-by-matt-zandstra/" rel="bookmark" class="crp_title">PHP Objects, Patterns, and Practice (Second Edition), by Matt Zandstra</a></li><li><a href="http://scandinavianbooks.com/blog1/css-in-easy-steps-by-mike-mcgrath/" rel="bookmark" class="crp_title">CSS in Easy Steps, by Mike McGrath</a></li><li><a href="http://scandinavianbooks.com/blog1/the-css-anthology-101-essential-tips-by-rachel-andrew/" rel="bookmark" class="crp_title">The CSS Anthology: 101 Essential Tips, by Rachel Andrew</a></li><li><a href="http://scandinavianbooks.com/blog1/css-the-missing-manual-by-david-mcfarland/" rel="bookmark" class="crp_title">CSS: The Missing Manual, by David McFarland</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><p>&copy;2010 <a href="http://scandinavianbooks.com/blog1">Blogging</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://scandinavianbooks.com/blog1/bulletproof-web-design-improving-flexibility-and-protecting-against-worst-case-scenarios-with-xhtml-and-css-2nd-edition-by-dan-cederholm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hidden marketing in WordPress plugins &#8211; WordPress should clean up their act</title>
		<link>http://scandinavianbooks.com/blog1/hidden-marketing-in-wordpress-plugins-wordpress-should-clean-up-their-act/</link>
		<comments>http://scandinavianbooks.com/blog1/hidden-marketing-in-wordpress-plugins-wordpress-should-clean-up-their-act/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 22:34:44 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Blogging software]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[affiliate]]></category>
		<category><![CDATA[scam]]></category>
		<category><![CDATA[commercial products]]></category>
		<category><![CDATA[free for all]]></category>
		<category><![CDATA[hidden marketing]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://scandinavianbooks.com/blog1/?p=60</guid>
		<description><![CDATA[I am getting increasingly annoyed by WordPress plugins that pretend to be free, but that in reality are commercial. Is WordPress really going to permit that kind of hidden marketing on their sites and via their blogs? Do they get paid for it? Are they unable to distinguish between free plugins and commercial products? In [...]]]></description>
			<content:encoded><![CDATA[<p>I am getting increasingly annoyed by WordPress plugins that pretend to be free, but that in reality are commercial. Is WordPress really going to permit that kind of hidden marketing on their sites and via their blogs? Do they get paid for it? Are they unable to distinguish between free plugins and commercial products?</p>
<p>In many countries around the world, for instance in the Scandinavian countries, one of which I come from, some of the types of marketing used here are actually illegal. Does WordPress want to permit marketing that is illegal in some of the markets they apply to, and which are very borderline even in the US and  the UK?</p>
<p>Look for instance at &#8220;All in one SEO&#8221; and &#8220;WP Ajax Edit Comments&#8221; plugins. One pushes you to look at their offerings every time you upgrade, the other one forces you to register on their site and promotes a &#8220;professional version&#8221; there.</p>
<p>In my opinion these and similar plugins should be banned from marketing via the WordPress channels, or at the very least be marked clearly as &#8220;for pay&#8221; or &#8220;commercial products&#8221; or something of this kind. I am strongly against marketing where things are presented as free which when they are not!</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://scandinavianbooks.com/blog1/make-editing-in-wordpress-easier-3/" rel="bookmark" class="crp_title">Make editing in WordPress easier!</a></li><li><a href="http://scandinavianbooks.com/blog1/wordpress-support-of-foreign-languages-not-good-enough/" rel="bookmark" class="crp_title">WordPress&#8217; support of foreign languages not good enough</a></li><li><a href="http://scandinavianbooks.com/blog1/do-big-corporations-hack-blogs-to-shut-them-up/" rel="bookmark" class="crp_title">Do big corporations hack blogs to shut them up?</a></li><li><a href="http://scandinavianbooks.com/blog1/bad-templates-for-wordpress/" rel="bookmark" class="crp_title">Bad templates for WordPress</a></li><li><a href="http://scandinavianbooks.com/blog1/a-warning-about-windows-live-writer/" rel="bookmark" class="crp_title">A Warning About Windows Live Writer</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><p>&copy;2010 <a href="http://scandinavianbooks.com/blog1">Blogging</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://scandinavianbooks.com/blog1/hidden-marketing-in-wordpress-plugins-wordpress-should-clean-up-their-act/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Please nuke the owner of spe.atdmt.com</title>
		<link>http://scandinavianbooks.com/blog1/please-nuke-the-owner-of-spe-atdmt-com/</link>
		<comments>http://scandinavianbooks.com/blog1/please-nuke-the-owner-of-spe-atdmt-com/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 22:36:10 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Hack]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[ad network]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[amazon.com]]></category>
		<category><![CDATA[ad server nuisance]]></category>
		<category><![CDATA[amazon to a halt]]></category>
		<category><![CDATA[owner spe.atdmt.com]]></category>
		<category><![CDATA[slows down browsing]]></category>

		<guid isPermaLink="false">http://scandinavianbooks.com/blog1/?p=54</guid>
		<description><![CDATA[I don&#8217;t quite know what &#8220;spe.atdmt.com&#8221; is. I think it is an adserver of some sort. I don&#8217;t know who owns it (if you are the owner or works in the company or a company running it &#8211; please report to me), but I intend to find out. This adserver is completely mucking up my [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t quite know what &#8220;spe.atdmt.com&#8221; is. I think it is an adserver of some sort. I don&#8217;t know who owns it (if you are the owner or works in the company or a company running it &#8211; please report to me), but I intend to find out.</p>
<p>This adserver is completely mucking up my internet use. Time after time I see my machine not moving on to the next site I have clicked because it is waiting for &#8220;spe.atdmt.com&#8221;.</p>
<p>And recently I was completely unable to go back to the previous page while surfing on amazon.com. I read about a particular book and wanted to go back. Several times I was unable to do it, and had to first reload the page I was on and the quickly press back, and then it worked. But then, in the end, even this little trick stopped working, and I had to leave amazon entirely.</p>
<p>So nuke the bastards that slow down my browsing and probabaly that of millions of other people. I hope Amazon, Google and other corporations do something about this &#8211; this can&#8217;t be in their interest either.</p>
<p>spe.atdmt.com &#8211; you suck! Big time!</p>
<p>PS: There are hundreds of people complaining about spe.atdmt.com on the net. <a href="http://www.robtex.com/dns/spe.atdmt.com.edgesuite.net.html" target="_blank">robtex.com</a> has a little info about it:</p>
<blockquote><p>Summary<br />
spe.atdmt.com.edgesuite.net has two IP numbers. They are on the same IP network. spe.atdmt.com cnames to this hostname. This hostname cnames to a1521.x.akamai.net. fr.bebo.com, blogs.abc.es, www.bebo.com, www.esri.com, rmd.atdmt.com and at least 100 other hosts point to the same IP. spe.atdmt.com.edgesuite.net is hosted on two servers in United States. </p></blockquote>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://scandinavianbooks.com/blog1/yahoo-searches-and-blogs/" rel="bookmark" class="crp_title">Yahoo searches and blogs</a></li><li><a href="http://scandinavianbooks.com/blog1/blog-editing-with-flock/" rel="bookmark" class="crp_title">Blog editing with Flock</a></li><li><a href="http://scandinavianbooks.com/blog1/affiliates-scammed-at-commission-junction/" rel="bookmark" class="crp_title">Affiliates scammed at Commission Junction?</a></li><li><a href="http://scandinavianbooks.com/blog1/blogging-is-great-fun-but-why/" rel="bookmark" class="crp_title">Blogging is great fun! But why?</a></li><li><a href="http://scandinavianbooks.com/blog1/do-big-corporations-hack-blogs-to-shut-them-up/" rel="bookmark" class="crp_title">Do big corporations hack blogs to shut them up?</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><p>&copy;2010 <a href="http://scandinavianbooks.com/blog1">Blogging</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://scandinavianbooks.com/blog1/please-nuke-the-owner-of-spe-atdmt-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Art of SEO (Theory in Practice), by Eric Enge, Stephan Spencer, Rand Fishkin, Jessie Stricchiola</title>
		<link>http://scandinavianbooks.com/blog1/the-art-of-seo-theory-in-practice-by-eric-enge-stephan-spencer-rand-fishkin-jessie-stricchiola/</link>
		<comments>http://scandinavianbooks.com/blog1/the-art-of-seo-theory-in-practice-by-eric-enge-stephan-spencer-rand-fishkin-jessie-stricchiola/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 02:51:08 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Blogs and SEO]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO strategy]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[Eric Enge]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[SEO Practice]]></category>
		<category><![CDATA[SEO Theory]]></category>
		<category><![CDATA[Stephan Spencer]]></category>

		<guid isPermaLink="false">http://scandinavianbooks.com/blog1/?p=52</guid>
		<description><![CDATA[This is a newly published book about Search Engine Optimization (SEO) which brings you state-of-the-art knowledge and best practice on implementing and putting that knowledge into use and make you site visible to the search engines. In order to succeed in the web economy, optimizing your site for search engine visibility and visits from people [...]]]></description>
			<content:encoded><![CDATA[<p>This is a newly published book about Search Engine Optimization (SEO) which brings you state-of-the-art knowledge and<a href="http://www.amazon.com/gp/product/0596518862?ie=UTF8&amp;tag=worldofbooks100-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0596518862"><img src="http://www.leserglede.com/pics/41bXXm7RRGL._SL160_.jpg" border="0" alt="The Art of SEO (Theory in Practice)" hspace="6" vspace="4" align="left" /></a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=worldofbooks100-20&amp;l=as2&amp;o=1&amp;a=0596518862" border="0" alt="" width="1" height="1" /> best practice on implementing and putting that knowledge into use and make you site visible to the search engines. In order to succeed in the web economy, optimizing your site for search engine visibility and visits from people searching for what you can offer is essential.</p>
<p><span class="style10"><em>The Art of SEO (Theory in Practice)</em> is written by four of the most noted experts in the field of search engine optimization (SEO). Here they provide you with proven guidelines and cutting-edge techniques for planning and executing a comprehensive SEO strategy.<br />
</span></p>
<p><span class="style10">There are many misconceptions and misunderstanding about SEO, and the authors know and tell a lot about those too, along with the fundamentals of good SEO. The book actually more or less gives you an education in SEO. It also addresses effectively working SEO tactics and provides you with  a complete reference to SEO best practices. Some topics addressed in <em>The Art of SEO</em> are:<br />
</span></p>
<ul class="style1">
<li>Explore the underlying theory behind SEO and how search engines work</li>
<li>Learn the steps you need to prepare for, execute, and evaluate SEO initiatives</li>
<li>Examine a number of advanced strategies and tactics</li>
<li>Understand the intricacies involved in managing complex SEO projects</li>
<li>Learn what&#8217;s necessary to build a competent SEO team with defined roles</li>
<li>Glimpse the future of search and what lies ahead for the SEO industry</li>
</ul>
<p>Here is the chapter by chapter content of the book:</p>
<p><span class="style1">Ch 1: The Search Engines: Reflecting Consciousness and Connecting Commerce</span></p>
<p>Ch 2: Search Engine Basics</p>
<p>Ch 3: Determining Your SEO Objectives and Defining Your Site&#8217;s Audience</p>
<p>Ch 4: First Stages of SEO</p>
<p>Ch 5: Keyword Research</p>
<p>Ch 6: Developing an SEO-Friendly Website</p>
<p>Ch 7: Creating Link-Worthy Content and Link Marketing</p>
<p>Ch 8: Optimizing for Vertical Search</p>
<p>Ch 9: Tracking Results and Measuring Success</p>
<p>Ch 10: Domain Changes, Post-SEO Redesigns, and Troubleshooting</p>
<p>Ch 11: Honing the Craft: SEO Research and Study</p>
<p>Ch 12: Build an In-House SEO Team, Outsource It, or Both?</p>
<p>Ch 13: An Evolving Art Form: The Future of SEO</p>
<p><span class="style10">If you want to learn more about SEO, this is one of the best books for it. No major topic has been left out. SEO  has so many components, and this book helps you see how they come together in bringing traffic to your site. A great investment! </span></p>
<div class="bluebox style1">Links to <em>The Art of SEO (Theory in Practice)</em> at <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fgp%2Fentity%2FEric-Enge%2FB002QK62EU%3Fie%3DUTF8%26ref_%3Dntt%255Fathr%255Fdp%255Fpel%255F1&amp;tag=leserglede-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957">Amazon US</a><img style="border: none !important; margin: 0px !important;" src="https://www.assoc-amazon.com/e/ir?t=leserglede-20&amp;l=ur2&amp;o=1" border="0" alt="" width="1" height="1" />, <a href="http://www.amazon.co.uk/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.co.uk%2Fs%3Fie%3DUTF8%26x%3D0%26ref_%3Dnb%255Fss%26y%3D0%26field-keywords%3Deric%2520enge%26url%3Dsearch-alias%253Daps&amp;tag=soc-class-21&amp;linkCode=ur2&amp;camp=1634&amp;creative=19450">Amazon UK</a><img style="border: none !important; margin: 0px !important;" src="https://www.assoc-amazon.co.uk/e/ir?t=soc-class-21&amp;l=ur2&amp;o=2" border="0" alt="" width="1" height="1" />, and <a href="http://www.amazon.ca/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.ca%2Fs%3Fie%3DUTF8%26x%3D0%26ref_%3Dnb%255Fss%26y%3D0%26field-keywords%3Deric%2520enge%26url%3Dsearch-alias%253Daps&amp;tag=soc-class07-20&amp;linkCode=ur2&amp;camp=15121&amp;creative=390961">Amazon CAN</a><img style="border: none !important; margin: 0px !important;" src="https://www.assoc-amazon.ca/e/ir?t=soc-class07-20&amp;l=ur2&amp;o=15" border="0" alt="" width="1" height="1" />.</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://scandinavianbooks.com/blog1/css-the-missing-manual-by-david-mcfarland/" rel="bookmark" class="crp_title">CSS: The Missing Manual, by David McFarland</a></li><li><a href="http://scandinavianbooks.com/blog1/search-engine-optimization-all-in-one-desk-reference-for-dummies-by-bruce-clay-and-susan-esparza/" rel="bookmark" class="crp_title">Search Engine Optimization All-in-one Desk Reference for Dummies, by Bruce Clay and Susan Esparza</a></li><li><a href="http://scandinavianbooks.com/blog1/php-objects-patterns-and-practice-second-edition-by-matt-zandstra/" rel="bookmark" class="crp_title">PHP Objects, Patterns, and Practice (Second Edition), by Matt Zandstra</a></li><li><a href="http://scandinavianbooks.com/blog1/cascading-style-sheets-the-definitive-guide-by-eric-a-meyer/" rel="bookmark" class="crp_title">Cascading Style Sheets &#8211; The Definitive Guide, by Eric A. Meyer</a></li><li><a href="http://scandinavianbooks.com/blog1/search-engine-optimization-on-web-sites/" rel="bookmark" class="crp_title">Search Engine Optimization on Web Sites</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><p>&copy;2010 <a href="http://scandinavianbooks.com/blog1">Blogging</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://scandinavianbooks.com/blog1/the-art-of-seo-theory-in-practice-by-eric-enge-stephan-spencer-rand-fishkin-jessie-stricchiola/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
