<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Web Development</title>
	<atom:link href="http://w3carpenter.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://w3carpenter.wordpress.com</link>
	<description>Knowledges collected while doing diverse web developments</description>
	<lastBuildDate>Mon, 18 Jan 2010 00:28:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='w3carpenter.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Web Development</title>
		<link>http://w3carpenter.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://w3carpenter.wordpress.com/osd.xml" title="Web Development" />
	<atom:link rel='hub' href='http://w3carpenter.wordpress.com/?pushpress=hub'/>
		<item>
		<title>PNG Files Do Not Show Transparency in Internet Explorer</title>
		<link>http://w3carpenter.wordpress.com/2010/01/18/png-files-do-not-show-transparency-in-internet-explorer/</link>
		<comments>http://w3carpenter.wordpress.com/2010/01/18/png-files-do-not-show-transparency-in-internet-explorer/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 00:26:52 +0000</pubDate>
		<dc:creator>w3carpenter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://w3carpenter.wordpress.com/?p=60</guid>
		<description><![CDATA[Web developers who work using PNG files can use AlphaImageLoader as the example below &#60;html&#62; &#60;head&#62;&#60;/head&#62; &#60;body bgColor="blue"&#62; &#60;!-- This DIV is the target container for the image. --&#62; &#60;DIV ID="oDiv" STYLE="position:absolute; left:140px; height:400; width:400; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='image.png', sizingMethod='scale');" &#62; &#60;/DIV&#62; &#60;/body&#62; &#60;/html&#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=w3carpenter.wordpress.com&amp;blog=7850639&amp;post=60&amp;subd=w3carpenter&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Web developers who work using PNG files can use AlphaImageLoader as the example below</p>
<pre>&lt;html&gt;
&lt;head&gt;&lt;/head&gt;
&lt;body bgColor="blue"&gt;
&lt;!-- This DIV is the target container for the image.  --&gt;
&lt;DIV ID="oDiv" STYLE="position:absolute; left:140px; height:400; width:400;
     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
     src='image.png', sizingMethod='scale');" &gt;
&lt;/DIV&gt;
&lt;/body&gt;
&lt;/html&gt;</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/w3carpenter.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/w3carpenter.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/w3carpenter.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/w3carpenter.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/w3carpenter.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/w3carpenter.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/w3carpenter.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/w3carpenter.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/w3carpenter.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/w3carpenter.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/w3carpenter.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/w3carpenter.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/w3carpenter.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/w3carpenter.wordpress.com/60/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=w3carpenter.wordpress.com&amp;blog=7850639&amp;post=60&amp;subd=w3carpenter&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://w3carpenter.wordpress.com/2010/01/18/png-files-do-not-show-transparency-in-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f30f052e916b0bed355f6c1d6f4b263b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">w3carpenter</media:title>
		</media:content>
	</item>
		<item>
		<title>Use the hyphen(-) instead of the underscore(_) in coding</title>
		<link>http://w3carpenter.wordpress.com/2009/11/18/use-hyphen-instead-of-underscore_-in-coding/</link>
		<comments>http://w3carpenter.wordpress.com/2009/11/18/use-hyphen-instead-of-underscore_-in-coding/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 02:57:33 +0000</pubDate>
		<dc:creator>w3carpenter</dc:creator>
				<category><![CDATA[Coding rule]]></category>
		<category><![CDATA[good coding practice]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://w3carpenter.wordpress.com/?p=49</guid>
		<description><![CDATA[Use the hyphen(-) instead of the underscore(_) in coding It is good coding practice to avoid the need for URL escape characters. As a rule of thumb, avoid using the special characters above when formulating a URI string (filename), and I recommend using the hyphen (-) instead of the underscore (_) (as all search engines [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=w3carpenter.wordpress.com&amp;blog=7850639&amp;post=49&amp;subd=w3carpenter&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h1>Use the hyphen(-) instead of the underscore(_) in coding</h1>
<p>It is good coding practice to avoid the need for URL escape characters. As a rule of thumb, avoid using the special characters above when formulating a URI string (filename), and I recommend using the hyphen (-) instead of the underscore (_) (as all search engines recognize the hyphen as a space separator, but the same is not true for the underscore; and older browsers do not correctly interpret the underscore in CSS). If you must use the above characters make sure to escape them using the above escape characters so when the browser parses your code it will not misinterpret the link. It&#8217;s important to note that these URL escape characters differ from HTML escape characters.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/w3carpenter.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/w3carpenter.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/w3carpenter.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/w3carpenter.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/w3carpenter.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/w3carpenter.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/w3carpenter.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/w3carpenter.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/w3carpenter.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/w3carpenter.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/w3carpenter.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/w3carpenter.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/w3carpenter.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/w3carpenter.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=w3carpenter.wordpress.com&amp;blog=7850639&amp;post=49&amp;subd=w3carpenter&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://w3carpenter.wordpress.com/2009/11/18/use-hyphen-instead-of-underscore_-in-coding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f30f052e916b0bed355f6c1d6f4b263b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">w3carpenter</media:title>
		</media:content>
	</item>
		<item>
		<title>How to center div using CSS both in IE and in FF</title>
		<link>http://w3carpenter.wordpress.com/2009/11/18/how-to-center-div-using-css-both-in-ie-and-in-ff/</link>
		<comments>http://w3carpenter.wordpress.com/2009/11/18/how-to-center-div-using-css-both-in-ie-and-in-ff/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 02:27:31 +0000</pubDate>
		<dc:creator>w3carpenter</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[align]]></category>
		<category><![CDATA[center]]></category>
		<category><![CDATA[div]]></category>

		<guid isPermaLink="false">http://w3carpenter.wordpress.com/?p=35</guid>
		<description><![CDATA[How to center div using CSS both in IE and in FF In case trying to center a div named &#8216;container&#8217;, we can center the div like below &#160; &#60;body&#62; &#60;div id=&#8221;container&#8221;&#62;&#60;/div&#62; &#60;/body&#62; &#160; /* Define default values for the whole site */ body { margin: 0; padding: 0; } /* Define wrapper division for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=w3carpenter.wordpress.com&amp;blog=7850639&amp;post=35&amp;subd=w3carpenter&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h1>How to center div using CSS both in IE and in FF</h1>
<p>In case trying to center a div named &#8216;container&#8217;, we can center the div like below</p>
<pre>&nbsp;</pre>
<p>&lt;body&gt;</p>
<p>    &lt;div id=&#8221;container&#8221;&gt;&lt;/div&gt;</p>
<p>&lt;/body&gt;</p>
<pre>&nbsp;</pre>
<p>/* Define default values for the whole site */</p>
<pre>body {
    margin: 0;
    padding: 0;
}</pre>
<p>/* Define wrapper division for this page */</p>
<pre>#container {
    width: 900px;
    margin: 0 auto;
}</pre>
<p>/* Style for FF */</p>
<pre>:root #container {
    text-align: -moz-center;
}</pre>
<div style="float:right;margin-right:150px;margin-top:-150px;"><a href="http://www.amazon.com/gp/product/B001NCDFTM?ie=UTF8&amp;tag=w3csitboorev-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B001NCDFTM"><img src="http://w3carpenter.files.wordpress.com/2009/07/41t52fq0nxl-_sl160_.jpg" border="0" alt="" /></a><img style="border:none!important;margin:0!important;" src="http://www.assoc-amazon.com/e/ir?t=w3csitboorev-20&amp;l=as2&amp;o=1&amp;a=B001NCDFTM" border="0" alt="" width="1" height="1" /></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/w3carpenter.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/w3carpenter.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/w3carpenter.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/w3carpenter.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/w3carpenter.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/w3carpenter.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/w3carpenter.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/w3carpenter.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/w3carpenter.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/w3carpenter.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/w3carpenter.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/w3carpenter.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/w3carpenter.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/w3carpenter.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=w3carpenter.wordpress.com&amp;blog=7850639&amp;post=35&amp;subd=w3carpenter&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://w3carpenter.wordpress.com/2009/11/18/how-to-center-div-using-css-both-in-ie-and-in-ff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f30f052e916b0bed355f6c1d6f4b263b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">w3carpenter</media:title>
		</media:content>

		<media:content url="http://w3carpenter.files.wordpress.com/2009/07/41t52fq0nxl-_sl160_.jpg" medium="image" />

		<media:content url="http://www.assoc-amazon.com/e/ir?t=w3csitboorev-20&#38;l=as2&#38;o=1&#38;a=B001NCDFTM" medium="image" />
	</item>
		<item>
		<title>Cross Browser Inline-block</title>
		<link>http://w3carpenter.wordpress.com/2009/08/17/cross-browser-inline-block/</link>
		<comments>http://w3carpenter.wordpress.com/2009/08/17/cross-browser-inline-block/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 06:51:57 +0000</pubDate>
		<dc:creator>w3carpenter</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Cross Browser]]></category>
		<category><![CDATA[Inline-block]]></category>

		<guid isPermaLink="false">http://w3carpenter.wordpress.com/?p=31</guid>
		<description><![CDATA[Cross Browser Inline-block Inline-block is a great state to have an element’s display set at. It gives you the best of both inline and block elements: the ability to add padding, margins, while remaining inline with content around it. So why is it so badly supported? Firefox 3+, Safari and Opera have no problem with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=w3carpenter.wordpress.com&amp;blog=7850639&amp;post=31&amp;subd=w3carpenter&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h1>Cross Browser Inline-block</h1>
<div>
<p>Inline-block is a great state to have an element’s display set at. It gives you the best of both inline and block elements: the ability to add padding, margins, while remaining inline with content around it. So why is it so <strong>badly</strong> supported? Firefox 3+, Safari and Opera have no problem with it, but what about Internet Explorer and Firefox 2?</p>
<p>Here is all you <em>should</em> have to have to use inline-block… if it was supporting by all browsers. Unfortunately, this will only work for Firefox 3+, Safari, and Opera.</p>
<pre>#div {
  display:inline-block;
}</pre>
<p>In versions of Firefox before 3, elements with inline-block defined as their display state would default back to their naitive state. To counter this, we use a <a href="http://reference.sitepoint.com/css/vendorspecific" target="_blank">Vendor Specific Extension</a> -moz-inline-box. Yes, you’d think -moz-inline-block would make more sense, but that property doesn’t exist. <img src="http://www.aarongloege.com/wp-content/plugins/wp-smiley-switcher/noktahhitam/icon_confused.gif" alt="" /></p>
<pre>#div {
  display:-moz-inline-box;
  display:inline-block;
}</pre>
<p>If the browser does not support -moz-inline-box, then it uses inline-block, and vice verca. It’s an annoying thing to have to do, and unexpected that it’s for Firefox, but it get’s the job done.</p>
<p>So now that only leaves Internet Explorer. Ah, Internet Explorer. The browser that likes to give us that extra work we love doing…. Inline-block for Internet Explorer is a little more tricky. If an element is inline natively, then it can be declared using inline-block, simply as that. However, if it’s anything other than inline, then you have make the element’s <strong>hasLayout</strong> attribute set to true. If you’re confused about what hasLayout is, I suggest reading <a title="hasLayout: What is is, and how to use it" href="http://www.aarongloege.com/blog/web-development/css/haslayout/">hasLayout: What is is, and how to use it</a>.</p>
<p>In this case, we’ll use zoom to set hasLayout to true, and then set display as inline.</p>
<pre>#div {
  display:-moz-inline-box;
  display:inline-block;
  zoom:1;
  *display:inline;
}</pre>
<p>And there you have it. This will work in IE 5+, Firefox, Safari, and Opera.</p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/w3carpenter.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/w3carpenter.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/w3carpenter.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/w3carpenter.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/w3carpenter.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/w3carpenter.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/w3carpenter.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/w3carpenter.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/w3carpenter.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/w3carpenter.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/w3carpenter.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/w3carpenter.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/w3carpenter.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/w3carpenter.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=w3carpenter.wordpress.com&amp;blog=7850639&amp;post=31&amp;subd=w3carpenter&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://w3carpenter.wordpress.com/2009/08/17/cross-browser-inline-block/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f30f052e916b0bed355f6c1d6f4b263b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">w3carpenter</media:title>
		</media:content>

		<media:content url="http://www.aarongloege.com/wp-content/plugins/wp-smiley-switcher/noktahhitam/icon_confused.gif" medium="image" />
	</item>
		<item>
		<title>Beginning CSS Web Development From Novice to Professional</title>
		<link>http://w3carpenter.wordpress.com/2009/07/20/beginning-css-web-development-from-novice-to-professional/</link>
		<comments>http://w3carpenter.wordpress.com/2009/07/20/beginning-css-web-development-from-novice-to-professional/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 09:06:37 +0000</pubDate>
		<dc:creator>w3carpenter</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://w3carpenter.wordpress.com/?p=3</guid>
		<description><![CDATA[Beginning CSS Web Development: From Novice to Professional, Simon Collison, Apress (September 18, 2008), 448 pages About the Author SIMON COLLISON has been working with web sites for almost six years. the author runs Ersckine Design, a full-service web agency established in late 2006. As the lead web developer at Agenzia from 2002 to 2006, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=w3carpenter.wordpress.com&amp;blog=7850639&amp;post=3&amp;subd=w3carpenter&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/gp/product/B001NCDFTM?ie=UTF8&amp;tag=w3csitboorev-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B001NCDFTM">Beginning CSS Web Development: From Novice to Professional</a><img style="border:medium none!important;margin:0!important;" src="http://www.assoc-amazon.com/e/ir?t=w3csitboorev-20&amp;l=as2&amp;o=1&amp;a=B001NCDFTM" border="0" alt="" width="1" height="1" />, Simon Collison, Apress (September 18, 2008), 448 pages</p>
<p><strong>About the Author</strong></p>
<blockquote><p>SIMON COLLISON has been working with web sites for almost six years. the author runs Ersckine Design, a full-service web agency established in late 2006. As the lead web developer at Agenzia from 2002 to 2006, he worked on numerous web projects&#8230;</p></blockquote>
<p><strong>Introduction</strong></p>
<blockquote><p>&#8220;Once you have read this book, you&#8217;re going to be a full-fledged web wizard, using CSS to save you and your clients time, money, and stress.&#8221;</p></blockquote>
<p>In this book, the author of this book, Simon Collison, is mentioning like above and I agree with the statement above absolutely. Actually, I have completed a web application after reading this book and I have a confidence to make it well.</p>
<p><strong>What are the benefits of Web standards?</strong></p>
<blockquote><p>Web standards bring many benefits. Web pages are reduced in size, making download times faster, in turn using much less bandwidth. Compatibility with user agents (browsers, cell phones, PDAs, assistive software) is increased&#8230;</p>
<p>In addition, standards also are great because they allow for the separation of content from presentation and do wonders for site accessibility.</p></blockquote>
<p><strong>How does the author carry out overall purposes of the book?</strong></p>
<p>Like the title of this book the author of this book tries to deal contents from basic to advance.</p>
<p>Every chapters start from the brief introduction about it and treated a lot of examples  and why it needs and how to apply it to the contents.</p>
<p>So <a href="http://www.amazon.com/gp/product/B001NCDFTM?ie=UTF8&amp;tag=w3csitboorev-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B001NCDFTM">Beginning CSS Web Development: From Novice to Professional</a><img style="border:medium none!important;margin:0!important;" src="http://www.assoc-amazon.com/e/ir?t=w3csitboorev-20&amp;l=as2&amp;o=1&amp;a=B001NCDFTM" border="0" alt="" width="1" height="1" /> will be helpful to every developers.</p>
<p>This book deals facts regarding CSS from Core Concepts to Layout as below.</p>
<div style="float:right;margin-right:150px;"><a href="http://www.amazon.com/gp/product/B001NCDFTM?ie=UTF8&amp;tag=w3csitboorev-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B001NCDFTM"><img src="http://w3carpenter.files.wordpress.com/2009/07/41t52fq0nxl-_sl160_.jpg" border="0" alt="" /></a><img style="border:none!important;margin:0!important;" src="http://www.assoc-amazon.com/e/ir?t=w3csitboorev-20&amp;l=as2&amp;o=1&amp;a=B001NCDFTM" border="0" alt="" width="1" height="1" /></div>
<ul>
<li>Get to know CSS</li>
<li>Core Concepts of CSS</li>
<li>CSS Building Blocks</li>
<li>Text</li>
<li>Color, Backgrounds, and Images</li>
<li>Lists</li>
<li>Links</li>
<li>Tables and Definition Lists</li>
<li>Layout Basics</li>
<li>Classic Layouts</li>
<li>Layout Manipulation</li>
<li>The Journey from Layout to Template</li>
<li>Usability and Accessibility Enhancements</li>
<li>Tips, Tricks, and Troubles</li>
<li>Case Study: The Dead Goods</li>
<li>CSS Reference</li>
</ul>
<p>I really recommend you read this book <a href="http://www.amazon.com/gp/product/B001NCDFTM?ie=UTF8&amp;tag=w3csitboorev-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B001NCDFTM">Beginning CSS Web Development: From Novice to Professional</a><img style="border:none!important;margin:0!important;" src="http://www.assoc-amazon.com/e/ir?t=w3csitboorev-20&amp;l=as2&amp;o=1&amp;a=B001NCDFTM" border="0" alt="" width="1" height="1" />.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/w3carpenter.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/w3carpenter.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/w3carpenter.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/w3carpenter.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/w3carpenter.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/w3carpenter.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/w3carpenter.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/w3carpenter.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/w3carpenter.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/w3carpenter.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/w3carpenter.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/w3carpenter.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/w3carpenter.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/w3carpenter.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=w3carpenter.wordpress.com&amp;blog=7850639&amp;post=3&amp;subd=w3carpenter&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://w3carpenter.wordpress.com/2009/07/20/beginning-css-web-development-from-novice-to-professional/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f30f052e916b0bed355f6c1d6f4b263b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">w3carpenter</media:title>
		</media:content>

		<media:content url="http://www.assoc-amazon.com/e/ir?t=w3csitboorev-20&#38;l=as2&#38;o=1&#38;a=B001NCDFTM" medium="image" />

		<media:content url="http://www.assoc-amazon.com/e/ir?t=w3csitboorev-20&#38;l=as2&#38;o=1&#38;a=B001NCDFTM" medium="image" />

		<media:content url="http://w3carpenter.files.wordpress.com/2009/07/41t52fq0nxl-_sl160_.jpg" medium="image" />

		<media:content url="http://www.assoc-amazon.com/e/ir?t=w3csitboorev-20&#38;l=as2&#38;o=1&#38;a=B001NCDFTM" medium="image" />

		<media:content url="http://www.assoc-amazon.com/e/ir?t=w3csitboorev-20&#38;l=as2&#38;o=1&#38;a=B001NCDFTM" medium="image" />
	</item>
	</channel>
</rss>
