<?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; Javascript</title>
	<atom:link href="http://www.freecodecollection.com/category/javascript/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>Breaking long string into multiple line- javascript</title>
		<link>http://www.freecodecollection.com/breaking-long-string-into-multiple-line-javascript/</link>
		<comments>http://www.freecodecollection.com/breaking-long-string-into-multiple-line-javascript/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 11:35:36 +0000</pubDate>
		<dc:creator>Hussain</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[multiline text]]></category>
		<category><![CDATA[split]]></category>
		<category><![CDATA[String]]></category>

		<guid isPermaLink="false">http://freecodecollection.com/?p=60</guid>
		<description><![CDATA[<p>Many time we are displaying text in javascript in the limit area where we want to break the string into multiple line. Recently I got requirement, so I created this function which helps to solve the problem <a href='http://www.freecodecollection.com/breaking-long-string-into-multiple-line-javascript/' rel="nofollow">Continue reading...</a></p>]]></description>
			<content:encoded><![CDATA[<p>Many time we are displaying text in javascript in the limit area where we want to break the string into multiple line. Recently I got requirement, so I created this function which helps to solve the problem <a href='http://www.freecodecollection.com/breaking-long-string-into-multiple-line-javascript/' rel="nofollow">Continue reading...</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.freecodecollection.com/breaking-long-string-into-multiple-line-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>creating a draggable sitemap with jquery</title>
		<link>http://www.freecodecollection.com/creating-a-draggable-sitemap-with-jquery/</link>
		<comments>http://www.freecodecollection.com/creating-a-draggable-sitemap-with-jquery/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 14:41:52 +0000</pubDate>
		<dc:creator>Hussain</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[drag and drop]]></category>
		<category><![CDATA[draggable]]></category>
		<category><![CDATA[sitemap]]></category>

		<guid isPermaLink="false">http://freecodecollection.com/?p=23</guid>
		<description><![CDATA[<p>There are a handful of javascript libraries and plugins available that attempt this task, but none of them worked flawlessly with our HTML. The real issue here is that javascript alone cannot produce a slick solution, the HTML and CSS need to be carefully constructed to ensure that the experience is seamless and pleasant. <a href='http://www.freecodecollection.com/creating-a-draggable-sitemap-with-jquery/' rel="nofollow">Continue reading...</a></p>]]></description>
			<content:encoded><![CDATA[<p>There are a handful of javascript libraries and plugins available that attempt this task, but none of them worked flawlessly with our HTML. The real issue here is that javascript alone cannot produce a slick solution, the HTML and CSS need to be carefully constructed to ensure that the experience is seamless and pleasant. <a href='http://www.freecodecollection.com/creating-a-draggable-sitemap-with-jquery/' rel="nofollow">Continue reading...</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.freecodecollection.com/creating-a-draggable-sitemap-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
