<?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>Javascript Archives - Belchamber Web Tools &amp; Code</title>
	<atom:link href="https://tools.belchamber.us/articles/javascript-articles/feed/" rel="self" type="application/rss+xml" />
	<link>https://tools.belchamber.us/articles/javascript-articles/</link>
	<description>Free Web Tools, Code Snippets, Tutorials and Conversions</description>
	<lastBuildDate>Fri, 29 Jul 2016 12:06:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
<site xmlns="com-wordpress:feed-additions:1">99928718</site>	<item>
		<title>Preventing double form submissions with Parsley form validation</title>
		<link>https://tools.belchamber.us/preventing-double-form-submissions-parsley-form-validation/</link>
					<comments>https://tools.belchamber.us/preventing-double-form-submissions-parsley-form-validation/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Fri, 29 Jul 2016 12:06:35 +0000</pubDate>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[form validation]]></category>
		<category><![CDATA[parsley]]></category>
		<category><![CDATA[ux optimization]]></category>
		<guid isPermaLink="false">https://tools.belchamber.us/?p=1067</guid>

					<description><![CDATA[<p>Thanks to Jon Leigh for this snippet!  If you use Parsley form validation, a reliable form validation library, here&#8217;s an easy way to prevent double submissions of forms.  This disables the form submission button only once the form passes Parsley&#8217;s form validation. $.listen('parsley:form:validated', function(e){ if (e.validationResult) { /* Validation has passed, prevent double submissions */ [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/preventing-double-form-submissions-parsley-form-validation/">Preventing double form submissions with Parsley form validation</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/preventing-double-form-submissions-parsley-form-validation/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1067</post-id>	</item>
		<item>
		<title>Google Chrome&#8217;s form autocomplete feature &#8212; shutting it off to avoid UI chaos for complex forms</title>
		<link>https://tools.belchamber.us/google-chromes-form-autocomplete-feature-shutting-it-off-to-avoid-ui-chaos-for-complex-forms/</link>
					<comments>https://tools.belchamber.us/google-chromes-form-autocomplete-feature-shutting-it-off-to-avoid-ui-chaos-for-complex-forms/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sun, 07 Jun 2015 17:50:29 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[javascript]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=836</guid>

					<description><![CDATA[<p>All browsers have their idiosyncrasies &#8212; Internet Explorer had so many Microsoft is changing its name. Here&#8217;s another one of a hundred browser &#8220;idiot syncrasies&#8221; that wasted so much time.  I&#8217;ve always developed sites first for Firefox then Chrome then found I had to add more hacks on top for IE, the infamous &#8220;shiv&#8221; code [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/google-chromes-form-autocomplete-feature-shutting-it-off-to-avoid-ui-chaos-for-complex-forms/">Google Chrome&#8217;s form autocomplete feature &#8212; shutting it off to avoid UI chaos for complex forms</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/google-chromes-form-autocomplete-feature-shutting-it-off-to-avoid-ui-chaos-for-complex-forms/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">836</post-id>	</item>
		<item>
		<title>An example of browser sniffing:  Detect browser so your website can accommodate certain browser limitations or you want to isolate certain behavior and content to affect users only using particular browsers.</title>
		<link>https://tools.belchamber.us/an-example-of-browser-sniffing-detect-browser-so-your-website-can-accommodate-certain-browser-limitations-or-you-want-to-isolate-certain-behavior-and-content-to-affect-users-only-using-particular-br/</link>
					<comments>https://tools.belchamber.us/an-example-of-browser-sniffing-detect-browser-so-your-website-can-accommodate-certain-browser-limitations-or-you-want-to-isolate-certain-behavior-and-content-to-affect-users-only-using-particular-br/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sun, 23 Mar 2014 00:20:10 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Javascript]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=176</guid>

					<description><![CDATA[<p>Below is a sample of a code snippet I&#8217;ve used in different forms to achieve a better website experience for more visitors.  When I have time, I try to unlock more and improve more, after using Google Analytics to see what segment of visitors deserve more attention.  You need to  prioritize, but when so many [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/an-example-of-browser-sniffing-detect-browser-so-your-website-can-accommodate-certain-browser-limitations-or-you-want-to-isolate-certain-behavior-and-content-to-affect-users-only-using-particular-br/">An example of browser sniffing:  Detect browser so your website can accommodate certain browser limitations or you want to isolate certain behavior and content to affect users only using particular browsers.</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/an-example-of-browser-sniffing-detect-browser-so-your-website-can-accommodate-certain-browser-limitations-or-you-want-to-isolate-certain-behavior-and-content-to-affect-users-only-using-particular-br/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">176</post-id>	</item>
	</channel>
</rss>
