<?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>Web and App development &#187; JavaScript</title>
	<atom:link href="http://webandapp.fr/blog/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://webandapp.fr/blog</link>
	<description>Our blog - articles, notes and news about what we do</description>
	<lastBuildDate>Sun, 24 Sep 2017 21:42:55 +0000</lastBuildDate>
	<language>en-GB</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>Make it blurry to hurry</title>
		<link>http://webandapp.fr/blog/2016/02/blurry-to-hurry/</link>
		<comments>http://webandapp.fr/blog/2016/02/blurry-to-hurry/#comments</comments>
		<pubDate>Mon, 01 Feb 2016 00:17:19 +0000</pubDate>
		<dc:creator><![CDATA[axelmichel]]></dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[Webtrends]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://webandapp.fr/blog/?p=108</guid>
		<description><![CDATA[<p>Using CSS and a bit of JavaScript to optimize image loading</p>
<p>The post <a rel="nofollow" href="http://webandapp.fr/blog/2016/02/blurry-to-hurry/">Make it blurry to hurry</a> appeared first on <a rel="nofollow" href="http://webandapp.fr/blog">Web and App development</a>.</p>
]]></description>
		<wfw:commentRss>http://webandapp.fr/blog/2016/02/blurry-to-hurry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let&#8217;s make history</title>
		<link>http://webandapp.fr/blog/2015/03/lets-make-history/</link>
		<comments>http://webandapp.fr/blog/2015/03/lets-make-history/#comments</comments>
		<pubDate>Sun, 22 Mar 2015 08:58:46 +0000</pubDate>
		<dc:creator><![CDATA[axelmichel]]></dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Webtrends]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[hashbang]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://localhost/am530/?p=11</guid>
		<description><![CDATA[<p>The History API: push, replace and last but not least pop</p>
<p>The post <a rel="nofollow" href="http://webandapp.fr/blog/2015/03/lets-make-history/">Let&#8217;s make history</a> appeared first on <a rel="nofollow" href="http://webandapp.fr/blog">Web and App development</a>.</p>
]]></description>
		<wfw:commentRss>http://webandapp.fr/blog/2015/03/lets-make-history/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bootstrap-datepicker.js and my trouble with &#8216;Invalid Date&#8217;</title>
		<link>http://webandapp.fr/blog/2014/08/bootstrap-datepicker-js-and-my-trouble-with-invalid-date/</link>
		<comments>http://webandapp.fr/blog/2014/08/bootstrap-datepicker-js-and-my-trouble-with-invalid-date/#comments</comments>
		<pubDate>Thu, 28 Aug 2014 08:08:35 +0000</pubDate>
		<dc:creator><![CDATA[axelmichel]]></dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Datepicker]]></category>
		<category><![CDATA[Dates]]></category>
		<category><![CDATA[Invalid Date]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://localhost/am530/?p=23</guid>
		<description><![CDATA[<p>How you can lose a lot of time because you focus too much</p>
<p>The post <a rel="nofollow" href="http://webandapp.fr/blog/2014/08/bootstrap-datepicker-js-and-my-trouble-with-invalid-date/">Bootstrap-datepicker.js and my trouble with &#8216;Invalid Date&#8217;</a> appeared first on <a rel="nofollow" href="http://webandapp.fr/blog">Web and App development</a>.</p>
]]></description>
		<wfw:commentRss>http://webandapp.fr/blog/2014/08/bootstrap-datepicker-js-and-my-trouble-with-invalid-date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WTFJS: Regex Mysterium</title>
		<link>http://webandapp.fr/blog/2011/11/wtfjs-regex-mysterium/</link>
		<comments>http://webandapp.fr/blog/2011/11/wtfjs-regex-mysterium/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 10:44:49 +0000</pubDate>
		<dc:creator><![CDATA[axelmichel]]></dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Dates]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[RegEx]]></category>

		<guid isPermaLink="false">http://localhost/am530/?p=8</guid>
		<description><![CDATA[<p>The very same regular expression with different results - how can this be?</p>
<p>The post <a rel="nofollow" href="http://webandapp.fr/blog/2011/11/wtfjs-regex-mysterium/">WTFJS: Regex Mysterium</a> appeared first on <a rel="nofollow" href="http://webandapp.fr/blog">Web and App development</a>.</p>
]]></description>
		<wfw:commentRss>http://webandapp.fr/blog/2011/11/wtfjs-regex-mysterium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
