<?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>Benoitt76</title>
	<atom:link href="http://www.benoitt76.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benoitt76.info</link>
	<description>aides et astuces de développement</description>
	<lastBuildDate>Wed, 10 Feb 2010 14:44:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>JQuery avec un Input Button et une redirection</title>
		<link>http://www.benoitt76.info/jquery-avec-un-input-button-et-une-redirection/</link>
		<comments>http://www.benoitt76.info/jquery-avec-un-input-button-et-une-redirection/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 14:42:04 +0000</pubDate>
		<dc:creator>Benoitt76</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Button Redirection]]></category>
		<category><![CDATA[Input]]></category>
		<category><![CDATA[Redirect]]></category>

		<guid isPermaLink="false">http://www.benoitt76.info/?p=36</guid>
		<description><![CDATA[Créer un bouton de redirection avec JQuery
&#60;input type="button" name="modifier" id="buttonModifier" value="Modifier"/&#62;
&#60;script type="text/javascript"&#62;
&#60;!--
jQuery(function($){
$("#buttonModifier").click(function() {
window.location.href = "/espaceadherent/";
});
});
//--&#62;
&#60;/script&#62;

]]></description>
		<wfw:commentRss>http://www.benoitt76.info/jquery-avec-un-input-button-et-une-redirection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JQuery et les checkbox</title>
		<link>http://www.benoitt76.info/jquery-et-les-checkbox/</link>
		<comments>http://www.benoitt76.info/jquery-et-les-checkbox/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 15:10:04 +0000</pubDate>
		<dc:creator>Benoitt76</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[CheckBox]]></category>

		<guid isPermaLink="false">http://www.benoitt76.info/?p=27</guid>
		<description><![CDATA[Voici comment Manipuler une checkbox avec JQuery 
<strong>Notre Checkbox : </strong>
&#60;input type="checkbox" name="Cocher" value="bar" id="myCheckbox" /&#62;]]></description>
		<wfw:commentRss>http://www.benoitt76.info/jquery-et-les-checkbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manipuler Zend_Date</title>
		<link>http://www.benoitt76.info/manipuler-zend_date/</link>
		<comments>http://www.benoitt76.info/manipuler-zend_date/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 10:06:29 +0000</pubDate>
		<dc:creator>Benoitt76</dc:creator>
				<category><![CDATA[Zend]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[Zend_Date]]></category>

		<guid isPermaLink="false">http://www.benoitt76.info/?p=24</guid>
		<description><![CDATA[Date courante :
$dateTime = new Zend_Date();
Récupérer simplement la date :
$date = $dateTime->get(Zend_Date::DATES);

Récupérer simplement l&#8217;heure :
$heure = $dateTime->get(Zend_Date::TIMES);
Récupérer l&#8217;année courante :
$year = $dateTime->get(Zend_Date::YEAR);
Récupérer le mois courant :
$month = $dateTime->get(Zend_Date::MONTH);
Récupérer le jour courant :
$day = $dateTime->get(Zend_Date::DAY);
Récupérer l&#8217;heure courante :
$hour = $dateTime->get(Zend_Date::HOUR);
Récupérer les minute courante :
$minute = $dateTime->get(Zend_Date::MINUTE);
Récupérer les secondes courante :
$second = $dateTime->get(Zend_Date::SECOND);
Créer une date existante :
$date [...]]]></description>
		<wfw:commentRss>http://www.benoitt76.info/manipuler-zend_date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JQuery et les Select Box</title>
		<link>http://www.benoitt76.info/jquery-et-select-box/</link>
		<comments>http://www.benoitt76.info/jquery-et-select-box/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 08:56:46 +0000</pubDate>
		<dc:creator>Benoitt76</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Select Box]]></category>
		<category><![CDATA[SelectBox]]></category>

		<guid isPermaLink="false">http://hebergement.benoitt76.info/Benoitt76.info/?p=8</guid>
		<description><![CDATA[Les différentes possibilitées possible sur une Select Box avec JQuery]]></description>
		<wfw:commentRss>http://www.benoitt76.info/jquery-et-select-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Form et un select box en ajax</title>
		<link>http://www.benoitt76.info/zend-form-et-un-select-box-en-ajax/</link>
		<comments>http://www.benoitt76.info/zend-form-et-un-select-box-en-ajax/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 17:00:30 +0000</pubDate>
		<dc:creator>Benoitt76</dc:creator>
				<category><![CDATA[Zend]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Form]]></category>
		<category><![CDATA[Select]]></category>

		<guid isPermaLink="false">http://hebergement.benoitt76.info/Benoitt76.info/?p=6</guid>
		<description><![CDATA[Conditions :

Zend_Form_Element_Select alimenté en ajax.

Probléme :

La select box renvoie la bonne valeur, mais le validateur refuse de valider le formulaire car il ne connais pas les valeur.]]></description>
		<wfw:commentRss>http://www.benoitt76.info/zend-form-et-un-select-box-en-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
