<?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>Zemoon Blog by Vlatko Zdrale &#187; JavaScript</title>
	<atom:link href="http://blog.zemoon.com/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.zemoon.com</link>
	<description>Web developing Tips&#038;Tricks by Vlatko Zdrale</description>
	<lastBuildDate>Tue, 28 Sep 2010 17:28:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Simple jquery confirmation link</title>
		<link>http://blog.zemoon.com/simple-jquery-confirmation-link/</link>
		<comments>http://blog.zemoon.com/simple-jquery-confirmation-link/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 17:28:16 +0000</pubDate>
		<dc:creator>Vlatko Zdrale</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.zemoon.com/?p=110</guid>
		<description><![CDATA[If you want simple confirmation for link (usually for delete link in your applications) here is simple code you can use:]]></description>
		<wfw:commentRss>http://blog.zemoon.com/simple-jquery-confirmation-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get the index of the current element, jquery getEq</title>
		<link>http://blog.zemoon.com/get-the-index-of-the-current-element-jquery-geteq/</link>
		<comments>http://blog.zemoon.com/get-the-index-of-the-current-element-jquery-geteq/#comments</comments>
		<pubDate>Mon, 20 Sep 2010 18:01:18 +0000</pubDate>
		<dc:creator>Vlatko Zdrale</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.zemoon.com/?p=104</guid>
		<description><![CDATA[If you want to grab index of some element you can use this function:]]></description>
		<wfw:commentRss>http://blog.zemoon.com/get-the-index-of-the-current-element-jquery-geteq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Detect enter key pressed</title>
		<link>http://blog.zemoon.com/detect-enter-key-pressed/</link>
		<comments>http://blog.zemoon.com/detect-enter-key-pressed/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 23:03:20 +0000</pubDate>
		<dc:creator>Vlatko Zdrale</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.zemoon.com/?p=57</guid>
		<description><![CDATA[Do you want to detect if somebody pressed enter on your form (maybe to prevent form submitting when someone press enter key). Here is jquery code that can help you to detect enter key being pressed]]></description>
		<wfw:commentRss>http://blog.zemoon.com/detect-enter-key-pressed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Disable Enter key in the form using JavaScript</title>
		<link>http://blog.zemoon.com/disable-enter-key-in-the-form-using-javascript/</link>
		<comments>http://blog.zemoon.com/disable-enter-key-in-the-form-using-javascript/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 17:20:33 +0000</pubDate>
		<dc:creator>Vlatko Zdrale</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://blog.zemoon.com/disable-enter-key-in-the-form-using-javascript/</guid>
		<description><![CDATA[Have an HTML form on your site and sometimes you are receiving incomplete submissions? Ever wonder why? I&#8217;ll tell you. Many times your visitors are hitting the &#8216;Enter&#8217; key instead of the &#8216;Tab&#8217; key, and pressing &#8216;Enter&#8217; button is not taking them to next field but submits the form, and that is causing incomplete form [...]]]></description>
		<wfw:commentRss>http://blog.zemoon.com/disable-enter-key-in-the-form-using-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript leading zero string prototype</title>
		<link>http://blog.zemoon.com/javascript-leading-zero-string-prototype/</link>
		<comments>http://blog.zemoon.com/javascript-leading-zero-string-prototype/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 18:43:43 +0000</pubDate>
		<dc:creator>Vlatko Zdrale</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://blog.zemoon.com/javascript-leading-zero-string-prototype/</guid>
		<description><![CDATA[When you are working with dates it is useful to have all dates formatted in a same way. For example, it is better to have all dates formatted like &#8217;2007-01-01&#8242; then like &#8217;2007-1-1&#8242;. This is javascript prototype that can help you with this leading zeros: &#60;script type="text/javascript"&#62; String.prototype.leadingZero = function(){ if (this.length == 1) return [...]]]></description>
		<wfw:commentRss>http://blog.zemoon.com/javascript-leading-zero-string-prototype/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Detect different browsers with Javascript</title>
		<link>http://blog.zemoon.com/detect-different-browsers-with-javascript/</link>
		<comments>http://blog.zemoon.com/detect-different-browsers-with-javascript/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 18:03:58 +0000</pubDate>
		<dc:creator>Vlatko Zdrale</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://blog.zemoon.com/detect-different-browsers-with-javascript/</guid>
		<description><![CDATA[If you are working with JavaScript you were probably in situation that your script is working with some browsers and not working with others. It would help to know which browser is user using. Here is table with some object detection code which can help you to determine that: Scheme Description document.getElementById Detects IE5+, Firefox1+, [...]]]></description>
		<wfw:commentRss>http://blog.zemoon.com/detect-different-browsers-with-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.262 seconds -->

