<?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>Blog Desarrollo - Información para desarrolladores &#187; PHP</title>
	<atom:link href="http://blogdesarrollo.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogdesarrollo.com</link>
	<description>Noticias, manuales, recursos, eventos para el desarrollo web.</description>
	<lastBuildDate>Tue, 15 May 2012 12:52:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Testing A/B con phpScenario</title>
		<link>http://blogdesarrollo.com/testing/2010/11/23/testing-ab-con-phpscenario/</link>
		<comments>http://blogdesarrollo.com/testing/2010/11/23/testing-ab-con-phpscenario/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 23:33:07 +0000</pubDate>
		<dc:creator>alegg</dc:creator>
				<category><![CDATA[Testing]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://blogdesarrollo.com/?p=818</guid>
		<description><![CDATA[Si bien los Testing A/B son una de esas buenas prácticas que deberiamos implementar a la hora de desarrollar webs, es algo que no se utiliza muy a menudo o al menos yo no utilizo mucho&#8230; Leyendo ya no se que, en no se donde, encontré esta libreria que podria ayudarnos a hacer estos tests. [...]]]></description>
			<content:encoded><![CDATA[<p>Si bien los Testing A/B son una de esas buenas prácticas que deberiamos implementar a la hora de desarrollar webs, es algo que no se utiliza muy a menudo o al menos yo no utilizo mucho&#8230;</p>
<p>Leyendo ya no se que, en no se donde, encontré esta libreria que podria ayudarnos a hacer estos tests. La verdad que no la probe, pero tiene buena pinta.</p>
<p>Url: <a href="http://www.phpscenario.org/" target="_blank">http://www.phpscenario.org/</a></p>
<p style="text-align: center;"><a href="http://blogdesarrollo.com/wp-content/uploads/2010/11/testingab.jpg"><img class="size-full wp-image-819 aligncenter" title="testingab" src="http://blogdesarrollo.com/wp-content/uploads/2010/11/testingab.jpg" alt="Testing A/B" width="554" height="213" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogdesarrollo.com/testing/2010/11/23/testing-ab-con-phpscenario/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Compatibilidad de nombres entre CSS y Javascript</title>
		<link>http://blogdesarrollo.com/php/2009/02/14/compatibilidad-de-nombres-entre-css-y-javascript/</link>
		<comments>http://blogdesarrollo.com/php/2009/02/14/compatibilidad-de-nombres-entre-css-y-javascript/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 22:47:09 +0000</pubDate>
		<dc:creator>alegg</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[js]]></category>

		<guid isPermaLink="false">http://blogdesarrollo.com/?p=95</guid>
		<description><![CDATA[Esta lista puede hacerte ahorrar algunos minutos de debug&#8230; · background –&#62; background · background-attachment –&#62; backgroundAttachment · background-color –&#62; backgroundColor · background-image –&#62; backgroundImage · background-position –&#62; backgroundPosition · background-repeat –&#62; backgroundRepeat · border –&#62; border · border-bottom –&#62; borderBottom · border-bottom-color –&#62; borderBottomColor · border-bottom-style –&#62; borderBottomStyle · border-bottom-width –&#62; borderBottomWidth · border-color [...]]]></description>
			<content:encoded><![CDATA[<p>Esta lista puede hacerte ahorrar algunos minutos de debug&#8230;</p>
<p>· background –&gt; background<br />
· background-attachment –&gt; backgroundAttachment<br />
· background-color –&gt; backgroundColor<br />
· background-image –&gt; backgroundImage<br />
· background-position –&gt; backgroundPosition<br />
· background-repeat –&gt; backgroundRepeat<br />
· border –&gt; border<br />
· border-bottom –&gt; borderBottom<br />
· border-bottom-color –&gt; borderBottomColor<br />
· border-bottom-style –&gt; borderBottomStyle<br />
· border-bottom-width –&gt; borderBottomWidth<br />
· border-color –&gt; borderColor<br />
· border-left –&gt; borderLeft<br />
· border-left-color –&gt; borderLeftColor<br />
· border-left-style –&gt; borderLeftStyle<br />
· border-left-width –&gt; borderLeftWidth<br />
· border-right –&gt; borderRight<br />
· border-right-color –&gt; borderRightColor<br />
· border-right-style –&gt; borderRightStyle<br />
· border-right-width –&gt; borderRightWidth<br />
· border-style –&gt; borderStyle<br />
· border-top –&gt; borderTop<br />
· border-top-color –&gt; borderTopColor<br />
· border-top-style –&gt; borderTopStyle<br />
· border-top-width –&gt; borderTopWidth<br />
· border-width –&gt; borderWidth<br />
· clear –&gt; clear<br />
· clip –&gt; clip<br />
· color –&gt; color<br />
· cursor –&gt; cursor<br />
· display –&gt; display<br />
· filter –&gt; filter<br />
· font –&gt; font<br />
· font-family –&gt; fontFamily<br />
· font-size –&gt; fontSize<br />
· font-variant –&gt; fontVariant<br />
· font-weight –&gt; fontWeight<br />
· height –&gt; height<br />
· left –&gt; left<br />
· letter-spacing –&gt; letterSpacing<br />
· line-height –&gt; lineHeight<br />
· list-style –&gt; listStyle<br />
· list-style-image –&gt; listStyleImage<br />
· list-style-position –&gt; listStylePosition<br />
· list-style-type –&gt; listStyleType<br />
· margin –&gt; margin<br />
· margin-bottom –&gt; marginBottom<br />
· margin-left –&gt; marginLeft<br />
· margin-right –&gt; marginRight<br />
· margin-top –&gt; marginTop<br />
· overflow –&gt; overflow<br />
· padding –&gt; padding<br />
· padding-bottom –&gt; paddingBottom<br />
· padding-left –&gt; paddingLeft<br />
· padding-right –&gt; paddingRight<br />
· padding-top –&gt; paddingTop<br />
· page-break-after –&gt; pageBreakAfter<br />
· page-break-before –&gt; pageBreakBefore<br />
· position –&gt; position<br />
· float –&gt; styleFloat<br />
· text-align –&gt; textAlign<br />
· text-decoration –&gt; textDecoration<br />
· text-decoration: blink –&gt; textDecorationBlink<br />
· text-decoration: line-through –&gt; textDecorationLineThrough<br />
· text-decoration: none –&gt; textDecorationNone<br />
· text-decoration: overline –&gt; textDecorationOverline<br />
· text-decoration: underline –&gt; textDecorationUnderline<br />
· text-indent –&gt; textIndent<br />
· text-transform –&gt; textTransform<br />
· top –&gt; top<br />
· vertical-align –&gt; verticalAlign<br />
· visibility –&gt; visibility<br />
· width –&gt; width<br />
· z-index –&gt; zIndex</p>
<p>Fuente: http://blog.oridoki.com/</p>
]]></content:encoded>
			<wfw:commentRss>http://blogdesarrollo.com/php/2009/02/14/compatibilidad-de-nombres-entre-css-y-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Acceder a los contactos con la API de Gmail Contacts y PHP</title>
		<link>http://blogdesarrollo.com/php/2009/02/03/6/</link>
		<comments>http://blogdesarrollo.com/php/2009/02/03/6/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 19:49:03 +0000</pubDate>
		<dc:creator>alegg</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[gmail]]></category>

		<guid isPermaLink="false">http://www.blogdesarrollo.com/?p=6</guid>
		<description><![CDATA[Interesante artículo publicado en viciao2k3.net sobre como acceder a los contactos con la API de Gmail Contacts y PHP. Pueden acceder al articulo haciendo click aqui]]></description>
			<content:encoded><![CDATA[<p>Interesante artículo publicado en <a href="http://www.viciao2k3.net" target="_blank">viciao2k3.net</a> sobre como acceder a los contactos con la API de Gmail Contacts y PHP. Pueden acceder al articulo haciendo <a href="http://www.viciao2k3.net/blog/php/acceder-a-los-contactos-con-la-api-de-gmail-contacts/">click aqui</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogdesarrollo.com/php/2009/02/03/6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework v1.7.4 Disponible</title>
		<link>http://blogdesarrollo.com/php/2009/02/03/zend-framework-v174-disponible/</link>
		<comments>http://blogdesarrollo.com/php/2009/02/03/zend-framework-v174-disponible/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 19:39:58 +0000</pubDate>
		<dc:creator>alegg</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.blogdesarrollo.com/?p=3</guid>
		<description><![CDATA[La ultima version del Zend Framework ya puede bajarse desde aquí. Algunas de las mejoras en el framework pueden leerse en el sitio de Zend. Correction of the caching example for Zend_Translate Feature to disable XML to Object mapping in Zend_Gdata Removing a back require in the jQuery UI helper widget Correcting a problem with [...]]]></description>
			<content:encoded><![CDATA[<p>La ultima version del Zend Framework ya puede bajarse desde <a href="http://framework.zend.com/download/latest/">aquí</a>.</p>
<p>Algunas de las mejoras en el framework pueden leerse en el sitio de Zend.</p>
<ul>
<li>Correction of the caching example for Zend_Translate</li>
<li>Feature to disable XML to Object mapping in Zend_Gdata</li>
<li>Removing a back require in the jQuery UI helper widget</li>
<li>Correcting a problem with log writing in Zend_Config_Writer_Ini</li>
<li>Fixed a problem where Zend/DB/Oracle returned an empty rowset</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blogdesarrollo.com/php/2009/02/03/zend-framework-v174-disponible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

