<?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>dreamvib ~ music lounge &#187; ajax</title>
	<atom:link href="http://music.dreamvib.com/category/programming/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://music.dreamvib.com</link>
	<description></description>
	<lastBuildDate>Fri, 12 Jun 2009 08:31:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>javascript: array_push</title>
		<link>http://music.dreamvib.com/programming/javascript-array_push/</link>
		<comments>http://music.dreamvib.com/programming/javascript-array_push/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 15:43:20 +0000</pubDate>
		<dc:creator>dreamvib</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[array_push]]></category>

		<guid isPermaLink="false">http://blog.dreamvib.com/?p=9</guid>
		<description><![CDATA[one way of doing array push in javascript is by adding 1 to the length of the array.
for(d = 0; d< arr.length; d++){
    arr2[arr2.length++] = arr[d];
}
]]></description>
			<content:encoded><![CDATA[<p>one way of doing array push in javascript is by adding 1 to the length of the array.</p>
<p>for(d = 0; d< arr.length; d++){<br />
    arr2[arr2.length++] = arr[d];<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://music.dreamvib.com/programming/javascript-array_push/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
