<?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>Johnstyle</title>
	<atom:link href="http://www.johnstyle.fr/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johnstyle.fr</link>
	<description>Passionné de programmation informatique sur internet et plus particulièrement spécialisé en PHP POO, je m&#039;intéresse de près aux dernières innovations web tels que Wordpress, jQuery, HTML 5 ainsi que diverses API tel que Google et Facebook.</description>
	<lastBuildDate>Fri, 11 May 2012 13:41:34 +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>CSS3 Préfixe des propriétés CSS des différents navigateurs</title>
		<link>http://www.johnstyle.fr/programmation/css3-prefixe-des-proprietes-css-des-differents-navigateurs/</link>
		<comments>http://www.johnstyle.fr/programmation/css3-prefixe-des-proprietes-css-des-differents-navigateurs/#comments</comments>
		<pubDate>Fri, 11 May 2012 13:41:19 +0000</pubDate>
		<dc:creator>Johnstyle</dc:creator>
				<category><![CDATA[Programmation]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[prefix]]></category>
		<category><![CDATA[W3C]]></category>

		<guid isPermaLink="false">http://www.johnstyle.fr/?p=141</guid>
		<description><![CDATA[Les nouvelles propriétés CSS3 mettent du temps à être normalisées, c&#8217;est donc pour cela que le W3C recommande aux navigateurs web d&#8217;utiliser des propriétés &#171;&#160;propriétaires&#160;&#187; leur permettant d&#8217;ajouter les nouvelles fonctionnalités du CSS3 mais aussi de faire des essais en situation réelle avant l&#8217;implémentation des propriétés finales. Elles se distinguent par un préfixe propre à [...]]]></description>
		<wfw:commentRss>http://www.johnstyle.fr/programmation/css3-prefixe-des-proprietes-css-des-differents-navigateurs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Enlever proprement les préfixes &#171;&#160;Privé&#160;&#187; et &#171;&#160;Protégé&#160;&#187; des titres</title>
		<link>http://www.johnstyle.fr/programmation/wordpress-enlever-proprement-les-prefixes-prive-et-protege-des-titres/</link>
		<comments>http://www.johnstyle.fr/programmation/wordpress-enlever-proprement-les-prefixes-prive-et-protege-des-titres/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 17:49:31 +0000</pubDate>
		<dc:creator>Johnstyle</dc:creator>
				<category><![CDATA[Programmation]]></category>
		<category><![CDATA[add_filter]]></category>
		<category><![CDATA[Fonction]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.johnstyle.fr/?p=72</guid>
		<description><![CDATA[Je cherchais récemment le moyen d&#8217;enlever les préfixes &#171;&#160;Privé&#160;&#187; (Private) et &#171;&#160;Protégé&#160;&#187; (Protected) des articles et après plusieurs recherches dans Google la seule solution proposée était d&#8217;enlever à la volée les préfixes via un preg_replace();&#8230; autant dire que ce n&#8217;est pas une chose à faire ! Je suis donc aller à la recherche des filtres [...]]]></description>
		<wfw:commentRss>http://www.johnstyle.fr/programmation/wordpress-enlever-proprement-les-prefixes-prive-et-protege-des-titres/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress Colonnes personnalisées dans l&#8217;administration</title>
		<link>http://www.johnstyle.fr/programmation/wordpress-colonnes-personnalisees-dans-ladministration/</link>
		<comments>http://www.johnstyle.fr/programmation/wordpress-colonnes-personnalisees-dans-ladministration/#comments</comments>
		<pubDate>Sun, 11 Sep 2011 10:38:00 +0000</pubDate>
		<dc:creator>Johnstyle</dc:creator>
				<category><![CDATA[Programmation]]></category>
		<category><![CDATA[Fonction]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.johnstyle.fr/wordpress-colonnes-personalisees-dans-ladministration.html</guid>
		<description><![CDATA[Lorsque vous administrez votre blog, vous souhaitez afficher les miniatures des articles directement dans la listes ? afficher des variables personnalisées ? ou bien afficher n&#8217;importe quel élément personnalisé ? Voici une astuce pour ajouter des colonnes dans la liste des posts de votre administration. Ajoutez dans le fichier fonction.php de votre thème : // [...]]]></description>
		<wfw:commentRss>http://www.johnstyle.fr/programmation/wordpress-colonnes-personnalisees-dans-ladministration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Fonction get_tag_feed_link();</title>
		<link>http://www.johnstyle.fr/programmation/wordpress-fonction-get_tag_feed_link/</link>
		<comments>http://www.johnstyle.fr/programmation/wordpress-fonction-get_tag_feed_link/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 11:05:00 +0000</pubDate>
		<dc:creator>Johnstyle</dc:creator>
				<category><![CDATA[Programmation]]></category>
		<category><![CDATA[Fonction]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.johnstyle.fr/wordpress-fonction-get_tag_feed_link.html</guid>
		<description><![CDATA[Alors que la fonction get_category_feed_link(); est implémentée dans WordPress, la fonction get_tag_feed_link(); ne l&#8217;est pas. Voici donc une petite fonction de remplacement : function get_tag_feed_link($tag_id, $feed = &#039;&#039;) { return get_term_feed_link($tag_id, &#039;post_tag&#039;, $feed); }]]></description>
		<wfw:commentRss>http://www.johnstyle.fr/programmation/wordpress-fonction-get_tag_feed_link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sécuriser son hébergement mutualisé OVH</title>
		<link>http://www.johnstyle.fr/blog/securiser-son-hebergement-mutualise-ovh/</link>
		<comments>http://www.johnstyle.fr/blog/securiser-son-hebergement-mutualise-ovh/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 10:54:00 +0000</pubDate>
		<dc:creator>Johnstyle</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[OVH]]></category>

		<guid isPermaLink="false">http://www.johnstyle.fr/securiser-son-hebergement-mutualise-ovh.html</guid>
		<description><![CDATA[Voici une petite astuce pour mieux sécuriser votre hébergement OVH. Dans votre fichier .htaccess copiez les lignes suivantes : # Désactive les directives obsolètes register_globals SetEnv REGISTER_GLOBALS 0 # Désactive les magic_quotes SetEnv MAGIC_QUOTES 0 # Protège la lecture des répertoires Options -Indexes]]></description>
		<wfw:commentRss>http://www.johnstyle.fr/blog/securiser-son-hebergement-mutualise-ovh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome fête ses 3 ans</title>
		<link>http://www.johnstyle.fr/blog/google-chrome-fete-ses-3-ans/</link>
		<comments>http://www.johnstyle.fr/blog/google-chrome-fete-ses-3-ans/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 10:45:46 +0000</pubDate>
		<dc:creator>Johnstyle</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Chrome]]></category>

		<guid isPermaLink="false">http://www.johnstyle.fr/?p=46</guid>
		<description><![CDATA[Déjà 3 ans (2 septembre 2008) que Google a lancé son navigateur Chrome, 13 versions plus tard Google lance un site web retraçant l&#8217;historique des principaux navigateurs web. http://evolutionofweb.appspot.com]]></description>
		<wfw:commentRss>http://www.johnstyle.fr/blog/google-chrome-fete-ses-3-ans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Augmentez la rapidité de chargement de votre site internet</title>
		<link>http://www.johnstyle.fr/blog/augmentez-la-rapidite-de-chargement-de-votre-site-internet/</link>
		<comments>http://www.johnstyle.fr/blog/augmentez-la-rapidite-de-chargement-de-votre-site-internet/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 10:15:00 +0000</pubDate>
		<dc:creator>Johnstyle</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://www.johnstyle.fr/augmentez-la-rapidite-de-chargement-de-votre-site-internet.html</guid>
		<description><![CDATA[Un trop grand nombre de sites internet se chargent très lentement ce qui a pour conséquence de perdre des visiteurs et d&#8217;être moins bien positionné dans les résultats de recherche Google (cf: http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html). Une petite astuce permet de gagner un peu de rapidité en ajoutant uniquement quelques lignes dans votre .htaccess SetOutputFilter DEFLATE AddOutputFilterByType DEFLATE [...]]]></description>
		<wfw:commentRss>http://www.johnstyle.fr/blog/augmentez-la-rapidite-de-chargement-de-votre-site-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Rendre les URL cliquables dans un post</title>
		<link>http://www.johnstyle.fr/programmation/wordpress-rendre-les-url-cliquables-dans-un-post/</link>
		<comments>http://www.johnstyle.fr/programmation/wordpress-rendre-les-url-cliquables-dans-un-post/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 07:30:00 +0000</pubDate>
		<dc:creator>Johnstyle</dc:creator>
				<category><![CDATA[Programmation]]></category>
		<category><![CDATA[Fonction]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.johnstyle.fr/wordpress-rendre-les-url-cliquables-dans-un-post.html</guid>
		<description><![CDATA[Par défaut lorsque vous saisissez une URL dans un post WordPress celle-ci n&#8217;est pas cliquable et donne ceci : http://www.johnstyle.fr Un petit hack à placer dans votre fichier function.php de votre thème vous permettra de rendre ces URL cliquables automatiquement comme ceci : http://www.johnstyle.fr add_filter(&#039;the_content&#039;, &#039;linkUrlInContent&#039;); add_filter(&#039;the_excerpt&#039;, &#039;linkUrlInContent&#039;); function linkUrlInContent($content){ return preg_replace(&#34;#-(http://[^\s&#60;\&#34;&#039;]+)($&#124;\s&#124;&#60;)#si&#34;, &#34;$1$2&#34;, preg_replace(&#34;#(^&#124;\s&#124;&#62;&#124;\(&#124;\)&#124;:\.)(http://[^\s&#60;\&#34;&#039;\(\)]+)($&#124;\s&#124;&#60;&#124;\(&#124;\)&#124;\.)#si&#34;, &#34;$1&#60;a [...]]]></description>
		<wfw:commentRss>http://www.johnstyle.fr/programmation/wordpress-rendre-les-url-cliquables-dans-un-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Créez une application Firefox en compilant un script Greasemonkey</title>
		<link>http://www.johnstyle.fr/blog/creez-une-application-firefox-en-compilant-un-script-greasemonkey/</link>
		<comments>http://www.johnstyle.fr/blog/creez-une-application-firefox-en-compilant-un-script-greasemonkey/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 16:53:00 +0000</pubDate>
		<dc:creator>Johnstyle</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Greasemonkey]]></category>

		<guid isPermaLink="false">http://www.johnstyle.fr/creeez-une-application-firefox-en-compilant-un-script-greasemonkey.html</guid>
		<description><![CDATA[Si vous développez des hack Firefox via l&#8217;application Greasemonkey vous pouvez compiler vos scripts pour obtenir un add-on qui sera plus facilement exportable. Pour cela utilisez cet outil en ligne : http://blog.arpitnext.com/greasemonkey-compiler-xpi/]]></description>
		<wfw:commentRss>http://www.johnstyle.fr/blog/creez-une-application-firefox-en-compilant-un-script-greasemonkey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comment créer un site internet ?</title>
		<link>http://www.johnstyle.fr/blog/comment-creer-un-site-internet/</link>
		<comments>http://www.johnstyle.fr/blog/comment-creer-un-site-internet/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 11:34:31 +0000</pubDate>
		<dc:creator>Johnstyle</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[comment créer un site internet]]></category>
		<category><![CDATA[comment créer un site web]]></category>
		<category><![CDATA[création de site internet]]></category>
		<category><![CDATA[création de site web]]></category>
		<category><![CDATA[site internet]]></category>
		<category><![CDATA[site internet gratuit]]></category>
		<category><![CDATA[site web]]></category>
		<category><![CDATA[site web gratuit]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.johnstyle.fr/?p=60</guid>
		<description><![CDATA[1 – Introduction à la création d&#8217;un site internet De plus en plus de professionnels, d&#8217;associations ou même de particuliers souhaitent créer un site internet, ils se dirigent dans un premier temps vers des services gratuit. Malheureusement ces services ont leurs limites : publicité omniprésentes, indisponibilité des services, etc… Je vous conseille donc d&#8217;opter pour [...]]]></description>
		<wfw:commentRss>http://www.johnstyle.fr/blog/comment-creer-un-site-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

