<?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>SnipL0g &#187; javacript</title>
	<atom:link href="http://snippet.c0de.me/tag/javacript/feed/" rel="self" type="application/rss+xml" />
	<link>http://snippet.c0de.me</link>
	<description>code snippet web log</description>
	<lastBuildDate>Tue, 29 Jun 2010 00:09:16 +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>Javascript &#8211; jQuery &#8211; Timer</title>
		<link>http://snippet.c0de.me/2010/04/30/javascript-jquery-timer/</link>
		<comments>http://snippet.c0de.me/2010/04/30/javascript-jquery-timer/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 16:08:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[javacript]]></category>
		<category><![CDATA[minutes]]></category>
		<category><![CDATA[seconds]]></category>
		<category><![CDATA[setTimeout]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[timeout]]></category>
		<category><![CDATA[timer]]></category>

		<guid isPermaLink="false">http://snippet.c0de.me/?p=295</guid>
		<description><![CDATA[Author: slac3dork Site: http://snippet.c0de.me Summary: Click counter with jQuery framework. &#60;html&#62; &#60;head&#62; &#60;title&#62;Twitter like text area&#60;/title&#62; &#60;script type=&#34;text/javascript&#34; src=&#34;http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js&#34;&#62;&#60;/script&#62; &#60;script type=&#34;text/javascript&#34;&#62; $(function(){ setTimeout(run_timer, 0); var minutes = 0; var seconds = 0; function run_timer() { setTimeout(run_timer, 1000); if(minutes > 0) { time = minutes + " minutes " + seconds + " seconds"; } else [...]]]></description>
		<wfw:commentRss>http://snippet.c0de.me/2010/04/30/javascript-jquery-timer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript &#8211; Simple Image Slide Show</title>
		<link>http://snippet.c0de.me/2009/07/22/javascript-simple-image-slide-show/</link>
		<comments>http://snippet.c0de.me/2009/07/22/javascript-simple-image-slide-show/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 16:59:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[javacript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[jscript]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[slide show]]></category>
		<category><![CDATA[slideshow]]></category>

		<guid isPermaLink="false">http://c0de.me/snippet/?p=45</guid>
		<description><![CDATA[Author: slac3dork Site: http://snippet.c0de.me Summary: A simple slide show image using javascript. You must define all your images path. &#60;!DOCTYPE HTML PUBLIC &#34;-//W3C//DTD HTML 4.0.1//EN&#34;&#62; &#60;html&#62; &#60;head&#62; &#60;title&#62;Simple Image Slide Show&#60;/title&#62; &#60;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=iso-8859-1&#34;&#62; &#60;script type="text/javascript"&#62; /* _________ .__ .____ _______ / _____/ ____ &#124;__&#124;_____ &#124; &#124; \ _ \ ____ \_____ \ / [...]]]></description>
		<wfw:commentRss>http://snippet.c0de.me/2009/07/22/javascript-simple-image-slide-show/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
