<?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>Franck Maurin</title>
	<atom:link href="http://www.franckmaurin.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.franckmaurin.com</link>
	<description>UI &#38; Front-end development</description>
	<lastBuildDate>Thu, 23 Aug 2012 17:29:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Change the body class name for a WordPress template page</title>
		<link>http://www.franckmaurin.com/change-the-body-class-name-for-a-wordpress-template-page/</link>
		<comments>http://www.franckmaurin.com/change-the-body-class-name-for-a-wordpress-template-page/#comments</comments>
		<pubDate>Thu, 23 Aug 2012 16:21:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.franckmaurin.com/?p=426</guid>
		<description><![CDATA[When you create a template page like &#8220;template-about.php&#8221; in your theme, WordPress add this ugly class name page-template-template-about-php in the body. So we&#8217;ll edit this. Open the &#8220;functions.php&#8221; and add this following code for renaming page-template-template-about-php to page-template-about. // Rename &#8230; <a href="http://www.franckmaurin.com/change-the-body-class-name-for-a-wordpress-template-page/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.franckmaurin.com/change-the-body-class-name-for-a-wordpress-template-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use html5 history with WordPress and jQuery</title>
		<link>http://www.franckmaurin.com/how-to-use-html5-history-with-wordpress-jquery/</link>
		<comments>http://www.franckmaurin.com/how-to-use-html5-history-with-wordpress-jquery/#comments</comments>
		<pubDate>Sun, 22 Apr 2012 00:30:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.franckmaurin.com/?p=347</guid>
		<description><![CDATA[Although less famous than the canvas and video tags, the HTML5 history is still a great feature of HTML5. I&#8217;ll teach you how to make your wordpress website full ajax with no anchor urls. 1 Template PHP code: // remove &#8230; <a href="http://www.franckmaurin.com/how-to-use-html5-history-with-wordpress-jquery/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.franckmaurin.com/how-to-use-html5-history-with-wordpress-jquery/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to make mouse wheel scroll smooth in Windows OS</title>
		<link>http://www.franckmaurin.com/how-to-make-mouse-wheel-scroll-smooth-in-windows-os/</link>
		<comments>http://www.franckmaurin.com/how-to-make-mouse-wheel-scroll-smooth-in-windows-os/#comments</comments>
		<pubDate>Sat, 03 Sep 2011 08:13:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[parallax]]></category>

		<guid isPermaLink="false">http://www.franckmaurin.com/?p=261</guid>
		<description><![CDATA[Hey dude! You&#8217;ve developed a lovely parralax website but it looks jerky with mouse wheel on Microsoft Windows OS browsers? Don&#8217;t worry, with this following code, you&#8217;ll make the scrolling smooth as in Mac OS: 1 jQuery code $html = &#8230; <a href="http://www.franckmaurin.com/how-to-make-mouse-wheel-scroll-smooth-in-windows-os/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.franckmaurin.com/how-to-make-mouse-wheel-scroll-smooth-in-windows-os/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>The parallax effects with jQuery</title>
		<link>http://www.franckmaurin.com/the-parallax-effects-with-jquery/</link>
		<comments>http://www.franckmaurin.com/the-parallax-effects-with-jquery/#comments</comments>
		<pubDate>Sun, 23 Jan 2011 18:39:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[nike]]></category>
		<category><![CDATA[parallax]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.franckmaurin.com/?p=59</guid>
		<description><![CDATA[Early this year, we can notice this new Nike website with an amazing scrolling effect. How it works? I&#8217;ll try explain that with my little code. 1 Demo Explanation Note that there are visually 3 movements: The window scroll, the &#8230; <a href="http://www.franckmaurin.com/the-parallax-effects-with-jquery/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.franckmaurin.com/the-parallax-effects-with-jquery/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Use the html5 placeholder attribute now</title>
		<link>http://www.franckmaurin.com/use-the-html5-placeholder-attribute-now/</link>
		<comments>http://www.franckmaurin.com/use-the-html5-placeholder-attribute-now/#comments</comments>
		<pubDate>Sun, 19 Sep 2010 22:29:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.franckmaurin.com/?p=19</guid>
		<description><![CDATA[Until the html5 placeholder attribute works on Gecko or IE browsers, you can use this following jQuery code: // jQuery code var i = document.createElement("input"); // Only bind if placeholder isn't natively supported by the browser if (!("placeholder" in i)) &#8230; <a href="http://www.franckmaurin.com/use-the-html5-placeholder-attribute-now/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.franckmaurin.com/use-the-html5-placeholder-attribute-now/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Take a good start in jQuery plugins building</title>
		<link>http://www.franckmaurin.com/take-a-good-start-in-jquery-plugins-building/</link>
		<comments>http://www.franckmaurin.com/take-a-good-start-in-jquery-plugins-building/#comments</comments>
		<pubDate>Sun, 19 Sep 2010 22:08:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.franckmaurin.com/?p=17</guid>
		<description><![CDATA[Today O my brothers, your humble narrator will teach you good practices for a good start in creating jQuery plugins. Create a plugin is usefull for reuse your code for any dom elements and others websites with a simple : &#8230; <a href="http://www.franckmaurin.com/take-a-good-start-in-jquery-plugins-building/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.franckmaurin.com/take-a-good-start-in-jquery-plugins-building/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
