<?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>Free Code Collection &#187; HTML-Css</title>
	<atom:link href="http://www.freecodecollection.com/category/html-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.freecodecollection.com</link>
	<description>Your own code collection</description>
	<lastBuildDate>Mon, 19 Jul 2010 12:46:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dynamic DOM Table &#8211; javascript</title>
		<link>http://www.freecodecollection.com/dynamic-dom-table-javascript/</link>
		<comments>http://www.freecodecollection.com/dynamic-dom-table-javascript/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 11:44:57 +0000</pubDate>
		<dc:creator>Hussain</dc:creator>
				<category><![CDATA[DOM]]></category>
		<category><![CDATA[HTML-Css]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[DOM table]]></category>
		<category><![CDATA[dynamic table]]></category>

		<guid isPermaLink="false">http://freecodecollection.com/?p=62</guid>
		<description><![CDATA[<p>Many time we require to create dynamic table, in javascript which require lot of effort. To ease this I have created function which helps the generate DOM table just passing table id, column headings as array and row data as 2D array. It will return a whole DOM table object which can be append and add in any parent object. CSS can be added as per choice by giving obj.className.  <a href='http://www.freecodecollection.com/dynamic-dom-table-javascript/' rel="nofollow">Continue reading...</a></p>]]></description>
			<content:encoded><![CDATA[<p>Many time we require to create dynamic table, in javascript which require lot of effort. To ease this I have created function which helps the generate DOM table just passing table id, column headings as array and row data as 2D array. It will return a whole DOM table object which can be append and add in any parent object. CSS can be added as per choice by giving obj.className.  <a href='http://www.freecodecollection.com/dynamic-dom-table-javascript/' rel="nofollow">Continue reading...</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.freecodecollection.com/dynamic-dom-table-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Three column layout using div and CSS</title>
		<link>http://www.freecodecollection.com/create-three-column-layout-using-div-and-css/</link>
		<comments>http://www.freecodecollection.com/create-three-column-layout-using-div-and-css/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 07:05:09 +0000</pubDate>
		<dc:creator>Hussain</dc:creator>
				<category><![CDATA[HTML-Css]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[html css layout]]></category>
		<category><![CDATA[layout]]></category>

		<guid isPermaLink="false">http://freecodecollection.com/?p=5</guid>
		<description><![CDATA[<p>
In this tutorial you will learn to create a three column layout using css, and divs<br />
Here is the sample sketch of layout.
 <a href='http://www.freecodecollection.com/create-three-column-layout-using-div-and-css/' rel="nofollow">Continue reading...</a></p>]]></description>
			<content:encoded><![CDATA[<p>
In this tutorial you will learn to create a three column layout using css, and divs<br />
Here is the sample sketch of layout.
 <a href='http://www.freecodecollection.com/create-three-column-layout-using-div-and-css/' rel="nofollow">Continue reading...</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.freecodecollection.com/create-three-column-layout-using-div-and-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
