<?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>Wed, 31 Mar 2010 22:54:17 +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>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 &#8216;2007-01-01&#8242; then like &#8216;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 '0' + this; [...]]]></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+, and Opera7+ (modern [...]]]></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.208 seconds -->
