<?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>Blog.hio.fr &#187; javascript</title>
	<atom:link href="http://blog.hio.fr/category/dev/javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.hio.fr</link>
	<description>Success is the ability to go from one failure to another with no loss of enthusiasm.</description>
	<lastBuildDate>Wed, 16 May 2012 15:50:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Comment vérifier des code postaux en javascript avec jQuery</title>
		<link>http://blog.hio.fr/2010/10/20/comment-verifier-des-code-postaux-en-javascript-avec-jquery.html</link>
		<comments>http://blog.hio.fr/2010/10/20/comment-verifier-des-code-postaux-en-javascript-avec-jquery.html#comments</comments>
		<pubDate>Wed, 20 Oct 2010 09:46:13 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=581</guid>
		<description><![CDATA[Code javascript qui sert a vérifier un code postal selon un format (exemple: LLCCC, L = lettre , C = chiffre), ainsi qu'a limiter au maximum les erreurs de saisies en ne permettant aucune erreur,
gère plusieurs format par pays voir par exemple pour l'Angleterre qui a plusieurs format de code postaux.

<pre lang="javascript">
case "GB":
  var params = {
    'format' : ['LCCLL', 'LLCCLL' , 'LCCCLL', 'LLCCCLL', 'LCLCLL', 'LLCLCLL'],
    'required' : true
}
</pre> <a href="http://blog.hio.fr/2010/10/20/comment-verifier-des-code-postaux-en-javascript-avec-jquery.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2010/10/20/comment-verifier-des-code-postaux-en-javascript-avec-jquery.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comment valider un formulaire avec jQuery</title>
		<link>http://blog.hio.fr/2009/10/01/comment-valider-un-formulaire-avec-jquery.html</link>
		<comments>http://blog.hio.fr/2009/10/01/comment-valider-un-formulaire-avec-jquery.html#comments</comments>
		<pubDate>Thu, 01 Oct 2009 20:28:59 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=457</guid>
		<description><![CDATA[Valider un formulaire en javascript est quelque chose qu'on a tous fais 1000 fois et si on se simplifiai la tache en ne le fesant plus et qu'on laissait <strong>jQuery</strong> nous aider a le faire une bonne fois pour toute. <a href="http://blog.hio.fr/2009/10/01/comment-valider-un-formulaire-avec-jquery.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2009/10/01/comment-valider-un-formulaire-avec-jquery.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

