<?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>Mushtitude</title>
	<atom:link href="http://www.mushtitude.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mushtitude.com</link>
	<description>Developpement LAMP</description>
	<lastBuildDate>Wed, 02 Dec 2009 17:45:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>jQuery – easyShare</title>
		<link>http://www.mushtitude.com/2009/12/02/jquery-%e2%80%93-easyshare/</link>
		<comments>http://www.mushtitude.com/2009/12/02/jquery-%e2%80%93-easyshare/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 17:45:45 +0000</pubDate>
		<dc:creator>st3ph</dc:creator>
				<category><![CDATA[Développement]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[easyShare]]></category>
		<category><![CDATA[partage]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.mushtitude.com/?p=31</guid>
		<description><![CDATA[Il y a quelques temps mois j&#8217;ai développé un petit plugin  jQuery pour faciliter le partage d&#8217;un article ou une page sur n&#8217;importe quel réseau social, et ce de la façon la plus simple possible.
Oue mais il y en a déjà plein des plugins du genre, alors pourquoi en faire un énième ?
Bonne question&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>Il y a quelques <span style="text-decoration: line-through;">temps</span> mois j&#8217;ai développé un petit <strong>plugin  jQuery</strong> pour faciliter le <strong>partage</strong> d&#8217;un article ou une page sur n&#8217;importe quel <strong>réseau social</strong>, et ce de la façon la plus simple possible.</p>
<blockquote><p>Oue mais il y en a déjà plein des plugins du genre, alors pourquoi en faire un énième ?</p></blockquote>
<p>Bonne question&#8230; pour commencer je n&#8217;étais pas satisfait des solutions existantes, elles étaient soit trop complexe à mettre en place pour un <strong>utilisateur lambda</strong>, soit incomplètes, soit &#8230; j&#8217;aime bien développer mes propres trucs.</p>
<p>Bref c&#8217;est comme cela qu&#8217;est né jQuery.easyShare ! Un plugin tout simple, ne demandant que quelques lignes pour le mettre en place, et hop on partage tout et n&#8217;importe quoi en un clique.</p>
<p><a title="Démo jQuery.easyShare, partager simplement." href="http://demos.mushtitude.com/easyShare/" target="_blank">Page de démonstration et d&#8217;instructions</a></p>
<p>A noter que je suis intéressé par le portage sous forme d&#8217;un <strong>plugin Wordpress</strong> si le temps me le permet, sinon si une âme charitable se porte volontaire&#8230; héhéhéééé</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mushtitude.com/2009/12/02/jquery-%e2%80%93-easyshare/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CakePHP &#8211; Lithium</title>
		<link>http://www.mushtitude.com/2009/10/27/cakephp-lithium/</link>
		<comments>http://www.mushtitude.com/2009/10/27/cakephp-lithium/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 09:58:21 +0000</pubDate>
		<dc:creator>st3ph</dc:creator>
				<category><![CDATA[CakePHP]]></category>

		<guid isPermaLink="false">http://www.mushtitude.com/?p=29</guid>
		<description><![CDATA[Un petit mot pour dire que Cake3 devient officiellement Lithium.
Pour ceux ou celles qui n&#8217;ont pas tout suivi, Lithium est une refonte totale de CakePHP &#171;&#160;from scratch&#160;&#187; visant à exploiter au mieux les nouveautés de php 5.3, notamment les namespace.
Whoa, easy now, let&#8217;s not jump to any hasty conclusions. The fact of the matter is [...]]]></description>
			<content:encoded><![CDATA[<p>Un petit mot pour dire que <strong>Cake3</strong> devient officiellement <a title="Lithium Framework" href="http://li3.rad-dev.org/" target="_blank">Lithium</a>.</p>
<p>Pour ceux ou celles qui n&#8217;ont pas tout suivi, Lithium est une refonte totale de <strong>CakePHP</strong> &laquo;&nbsp;from scratch&nbsp;&raquo; visant à exploiter au mieux les nouveautés de <strong>php 5.3</strong>, notamment les <a title="PHP 5.3 Namespace" href="http://www.php.net/manual/en/language.namespaces.rationale.php" target="_blank">namespace</a>.</p>
<blockquote><p>Whoa, easy now, let&#8217;s not jump to any hasty conclusions. The fact of the matter is that from the very beginning, this project was written from scratch to be its own entity. It always has been, and that&#8217;s true whether or not it exists within the CakePHP ecosystem. The same developers who are focused on it now were focused on it when it was a sub-project of CakePHP, and several of them are continuing to contribute to CakePHP and stay active in the community, just as they were when it was called Cake3.</p></blockquote>
<p>Nate nous explique dans un <a title="Lithium : and-were-baaaack" href="http://rad-dev.org/lithium/wiki/blog/and-were-baaaack" target="_blank">long post</a> les pourquoi du comment et le &laquo;&nbsp;détachement&nbsp;&raquo; du projet. On y apprend aussi le rapprochement avec d&#8217;autres frameworks PHP tel que <a title="Symfony" href="http://www.symfony-project.org/" target="_blank">Symfony</a> ou <a title="Zend framework" href="http://framework.zend.com/" target="_blank">Zend</a>. En effet il sera donc possible d&#8217;utiliser des modules d&#8217;autres frameworks (et vice versa à terme je présume).</p>
<p>Bref que du bon à venir !</p>
<p><a title="Lithium Framework" href="http://li3.rad-dev.org/" target="_blank">Site du projet Lithium</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mushtitude.com/2009/10/27/cakephp-lithium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP &#8211; Helper Gravatar</title>
		<link>http://www.mushtitude.com/2009/10/16/cakephp-helper-gravatar/</link>
		<comments>http://www.mushtitude.com/2009/10/16/cakephp-helper-gravatar/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 20:14:29 +0000</pubDate>
		<dc:creator>st3ph</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[gravatar]]></category>
		<category><![CDATA[helper]]></category>

		<guid isPermaLink="false">http://www.mushtitude.com/?p=26</guid>
		<description><![CDATA[Gravatar ?
Pour ceux (ou celles) qui débarquent sur le web, voici un petit récapitulatif de ce qu&#8217;est gravatar tiré de leur site
Your Gravatar is an image that follows you from site to site appearing beside your name when you do things like comment or post on a blog. Avatars help identify your posts on blogs [...]]]></description>
			<content:encoded><![CDATA[<h2>Gravatar ?</h2>
<p>Pour ceux (ou celles) qui débarquent sur le web, voici un petit récapitulatif de ce qu&#8217;est <a title="Gravatar" href="http://www.gravatar.com/" target="_blank">gravatar</a> tiré de leur site</p>
<blockquote><p>Your Gravatar is an image that follows you from site to site appearing beside your name when you do things like comment or post on a blog. Avatars help identify your posts on blogs and web forums, so why not on any site?</p></blockquote>
<p>En gros cela permet d&#8217;assigner un avatar à une adresse email, permettant ainsi, pour tous les sites supportant <strong>Gravatar</strong>, d&#8217;afficher le bon avatar chaque fois que l&#8217;on utilise cette adresse email, évitant ainsi d&#8217;une part l&#8217;upload de son avatar sur tous les sites, et surtout d&#8217;avoir à le changer une seule fois si besoin.</p>
<h2>Et donc ?</h2>
<p>Maintenant que c&#8217;est clair, je voulais simplement pointer du doigt un <strong>helper</strong> <a title="CakePHP" href="http://cakephp.org/" target="_blank">CakePHP</a> sur lequel je viens de tomber, offrant le plus simplement du monde le support de <strong>Gravatar sur vos (nos) applications CakePHP</strong>. Plutôt cool non ?</p>
<h2>Téléchargement et détails</h2>
<p><a title="Helper Gravatar" href="http://hayden.id.au/articles/cakephp-gravatar-helper" target="_blank">http://hayden.id.au/articles/cakephp-gravatar-helper</a></p>
<p><a title="Télécharger le helper Gravatar" href="http://github.com/hharnett/cakephp-gravatar-helper" target="_blank">Téléchargement</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mushtitude.com/2009/10/16/cakephp-helper-gravatar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP &#8211; Mise à jour de l&#8217;API et du manuel</title>
		<link>http://www.mushtitude.com/2009/10/16/cakephp-mise-a-jour-de-lapi-et-du-manuel/</link>
		<comments>http://www.mushtitude.com/2009/10/16/cakephp-mise-a-jour-de-lapi-et-du-manuel/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 08:11:38 +0000</pubDate>
		<dc:creator>st3ph</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Développement]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[manuel]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.mushtitude.com/?p=24</guid>
		<description><![CDATA[L&#8217;API et le manuel officiels CakePHP ont été mis à jour respectivement hier matin et ce matin même.
Dans l&#8217;ensemble peu de chose à dire (et donc un post inutile) étant donné le peu d&#8217;informations disponible sur ce qui a changé, à part ces deux twits
http://twitter.com/cakephp/status/4881410913
http://twitter.com/cakephp/status/4908730391
J&#8217;espère qu&#8217;ils ont supprimé tout ce qui a été déprécié sur [...]]]></description>
			<content:encoded><![CDATA[<p>L&#8217;<a title="CakePHP API" href="http://api.cakephp.org/" target="_self">API</a> et le <a title="CakePHP Manuel" href="http://book.cakephp.org/" target="_self">manuel</a> officiels <a title="CakePHP" href="http://www.cakephp.org" target="_self">CakePHP</a> ont été mis à jour respectivement hier matin et ce matin même.</p>
<p>Dans l&#8217;ensemble peu de chose à dire (et donc un post inutile) étant donné le peu d&#8217;informations disponible sur ce qui a changé, à part ces deux twits</p>
<p><a title="Twit API Update" href="http://book.cakephp.org/" target="_self">http://twitter.com/cakephp/status/4881410913</a></p>
<p><a title="Twit Manuel Update" href="http://twitter.com/cakephp/status/4908730391" target="_self">http://twitter.com/cakephp/status/4908730391</a></p>
<p>J&#8217;espère qu&#8217;ils ont supprimé tout ce qui a été déprécié sur les dernières versions afin de retrouver quelque chose de propre pour nos futurs développements et surtout pour les nouveaux arrivants sur ce <strong>framework</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mushtitude.com/2009/10/16/cakephp-mise-a-jour-de-lapi-et-du-manuel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery &#8211; easyTicker</title>
		<link>http://www.mushtitude.com/2009/10/08/jquery-easyticker/</link>
		<comments>http://www.mushtitude.com/2009/10/08/jquery-easyticker/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 20:30:12 +0000</pubDate>
		<dc:creator>st3ph</dc:creator>
				<category><![CDATA[Développement]]></category>
		<category><![CDATA[easyticker]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.mushtitude.com/?p=19</guid>
		<description><![CDATA[jQuery &#8211; easyTicker est un des premiers plugins jQuery que j&#8217;ai développé (et le premier à paraître sur ce site).
Il permet de créer simplement un (ou plusieurs) &#171;&#160;newsticker&#160;&#187;  à partir d&#8217;une liste.
Fonctionnalités

Supporte n&#8217;importe quel contenu (texte, images&#8230;)
Très leger (666 octets)
Testé avec Firefox, IE6+, Opera, Safari et Chrome

Démo
Télécharger le pack complet
Il s&#8217;agit de la première [...]]]></description>
			<content:encoded><![CDATA[<p>jQuery &#8211; easyTicker est un des premiers plugins jQuery que j&#8217;ai développé (et le premier à paraître sur ce site).</p>
<p>Il permet de créer simplement un (ou plusieurs) &laquo;&nbsp;newsticker&nbsp;&raquo;  à partir d&#8217;une liste.</p>
<p>Fonctionnalités</p>
<ul>
<li>Supporte n&#8217;importe quel contenu (texte, images&#8230;)</li>
<li>Très leger (666 octets)</li>
<li>Testé avec Firefox, IE6+, Opera, Safari et Chrome</li>
</ul>
<p><a title="Démo jQuery - easyTicker" href="http://demos.mushtitude.com/easyTicker/" target="_blank">Démo</a></p>
<p><a title="Télécharger le pack complet" href="http://jquery-easyticker.googlecode.com/files/easyTicker.zip">Télécharger le pack complet</a></p>
<p>Il s&#8217;agit de la première version, tous les feedbacks et autres suggestions sont les bienvenues.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mushtitude.com/2009/10/08/jquery-easyticker/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Woot</title>
		<link>http://www.mushtitude.com/2009/05/20/woot/</link>
		<comments>http://www.mushtitude.com/2009/05/20/woot/#comments</comments>
		<pubDate>Wed, 20 May 2009 17:02:38 +0000</pubDate>
		<dc:creator>st3ph</dc:creator>
				<category><![CDATA[Actualités]]></category>

		<guid isPermaLink="false">http://www.mushtitude.com/?p=1</guid>
		<description><![CDATA[Et voilà nous y sommes, après presque deux ans sans bloguer et des centaines milliers enfin plein beaucoup de lignes de codes derrière moi j&#8217;ai décidé d&#8217;ouvrir un nouvel espace, consacré au développement web et au partage de plugins JQuery et cakePHP que j&#8217;ai fait (voir d&#8217;autres trucs aussi mais c&#8217;est mois intéressant).
Bref que du [...]]]></description>
			<content:encoded><![CDATA[<p>Et voilà nous y sommes, après presque deux ans sans bloguer et des <del datetime="2009-09-21T10:03:14+00:00">centaines</del> <del datetime="2009-09-21T10:03:14+00:00">milliers</del> enfin plein beaucoup de lignes de codes derrière moi j&#8217;ai décidé d&#8217;ouvrir un nouvel espace, consacré au développement web et au partage de <strong>plugins JQuery</strong> et <strong>cakePHP</strong> que j&#8217;ai fait (voir d&#8217;autres trucs aussi mais c&#8217;est mois intéressant).</p>
<p>Bref que du bon hein ?<br />
Donc je vous présente ce blog sous <a title="Wordpress" href="http://wordpress.org/" target="_blank"><strong>Wordpress</strong></a>, plus puissant, plus rapide, plus fort, plus&#8230; je finirais cette phrase plus tard, je vais déjà m&#8217;atteler à corriger le tinyMCE qui ne fonctionne pas dans la rédaction d&#8217;article&#8230;</p>
<p>[Suite]</p>
<p>Ok bon c&#8217;était le plugin pour avoir des smileys qui plantait tinyMCE (non je ne voulais pas l&#8217;utiliser, juste voir comment il fonctionnait suite à un hack par mes soins de tinyMCE pour insérer des smileys à la volée, plutôt cool n&#8217;est ce pas?).</p>
<p>Bref je trouve ce speech déjà plutôt long et stérile pour un premier post qui ne sera jamais lu.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mushtitude.com/2009/05/20/woot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
