<?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>Axilcreations</title>
	<atom:link href="http://www.axilcreations.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.axilcreations.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 12 May 2010 11:44:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>CSS Advantage</title>
		<link>http://www.axilcreations.com/blog/2010/05/12/hello-world/</link>
		<comments>http://www.axilcreations.com/blog/2010/05/12/hello-world/#comments</comments>
		<pubDate>Wed, 12 May 2010 07:20:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://axilcreations.com/blog/?p=1</guid>
		<description><![CDATA[Browsers read through tables twice before displaying their contents, once to work out their structure and once to determine their content Tables appear on the screen all in one go &#8211; no part of the table will appear until the &#8230; <a href="http://www.axilcreations.com/blog/2010/05/12/hello-world/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Browsers read through tables twice before displaying their contents,  once to work out their structure and once to determine their content</p>
<p>Tables appear on the screen all in one go &#8211; no  part of the table will appear until the entire table is downloaded and  rendered</p>
<p>Tables encourage the use of spacer images to  aid with positioning. CSS generally requires less code than cumbersome  tables</p>
<p>All code to do with the layout can be placed  in an external CSS document, which will be called up just once and then  cached (stored) on the user&#8217;s computer; table layout, stored in each  HTML document, must be loaded up each time a new page downloads</p>
]]></content:encoded>
			<wfw:commentRss>http://www.axilcreations.com/blog/2010/05/12/hello-world/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
	</channel>
</rss>

