<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Federico Cargnelutti</title>
	<atom:link href="http://blog.fedecarg.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fedecarg.com</link>
	<description>Simple is better than complex. Complex is better than complicated. &#124; @fedecarg</description>
	<lastBuildDate>Mon, 20 Feb 2012 12:23:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Using Annotations in PHP by Federico</title>
		<link>http://blog.fedecarg.com/2008/07/19/using-annotations-in-php/#comment-7543</link>
		<dc:creator><![CDATA[Federico]]></dc:creator>
		<pubDate>Mon, 20 Feb 2012 12:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=318#comment-7543</guid>
		<description><![CDATA[Looks good, thanks Rasmus.]]></description>
		<content:encoded><![CDATA[<p>Looks good, thanks Rasmus.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Annotations in PHP by Rasmus Schultz (@mindplaydk)</title>
		<link>http://blog.fedecarg.com/2008/07/19/using-annotations-in-php/#comment-7542</link>
		<dc:creator><![CDATA[Rasmus Schultz (@mindplaydk)]]></dc:creator>
		<pubDate>Mon, 20 Feb 2012 03:13:13 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=318#comment-7542</guid>
		<description><![CDATA[Having worked with annotations in C# extensively, I was not satisfied with any of the implementations available for PHP, for a number of reasons - I wrote my own annotation library, which is available here:

http://code.google.com/p/php-annotations/

If you&#039;d like to understand why none of the existing implementations cut it for me, you can read about my design-considerations for this project here:

http://code.google.com/p/php-annotations/wiki/DesignConsiderations]]></description>
		<content:encoded><![CDATA[<p>Having worked with annotations in C# extensively, I was not satisfied with any of the implementations available for PHP, for a number of reasons &#8211; I wrote my own annotation library, which is available here:</p>
<p><a href="http://code.google.com/p/php-annotations/" rel="nofollow">http://code.google.com/p/php-annotations/</a></p>
<p>If you&#8217;d like to understand why none of the existing implementations cut it for me, you can read about my design-considerations for this project here:</p>
<p><a href="http://code.google.com/p/php-annotations/wiki/DesignConsiderations" rel="nofollow">http://code.google.com/p/php-annotations/wiki/DesignConsiderations</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend_Form Performance Issues by Federico</title>
		<link>http://blog.fedecarg.com/2008/07/06/zend_form-performance-issues/#comment-7520</link>
		<dc:creator><![CDATA[Federico]]></dc:creator>
		<pubDate>Mon, 06 Feb 2012 14:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=289#comment-7520</guid>
		<description><![CDATA[Updated, thanks ;)]]></description>
		<content:encoded><![CDATA[<p>Updated, thanks ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend_Form Performance Issues by André</title>
		<link>http://blog.fedecarg.com/2008/07/06/zend_form-performance-issues/#comment-7519</link>
		<dc:creator><![CDATA[André]]></dc:creator>
		<pubDate>Sun, 05 Feb 2012 21:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=289#comment-7519</guid>
		<description><![CDATA[Hi Federico,
try change the line below:
   $cache-&gt;save($form, $this-&gt;_formId);
to
   $cache-&gt;save($form-&gt;__toString(), $this-&gt;_formId);

this will fix bug related by iongion.
bye bye]]></description>
		<content:encoded><![CDATA[<p>Hi Federico,<br />
try change the line below:<br />
   $cache-&gt;save($form, $this-&gt;_formId);<br />
to<br />
   $cache-&gt;save($form-&gt;__toString(), $this-&gt;_formId);</p>
<p>this will fix bug related by iongion.<br />
bye bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL Split String Function by Mijo</title>
		<link>http://blog.fedecarg.com/2009/02/22/mysql-split-string-function/#comment-7515</link>
		<dc:creator><![CDATA[Mijo]]></dc:creator>
		<pubDate>Sat, 04 Feb 2012 22:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=1239#comment-7515</guid>
		<description><![CDATA[Thanks,very useful]]></description>
		<content:encoded><![CDATA[<p>Thanks,very useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL Split String Function by Jon</title>
		<link>http://blog.fedecarg.com/2009/02/22/mysql-split-string-function/#comment-7512</link>
		<dc:creator><![CDATA[Jon]]></dc:creator>
		<pubDate>Thu, 02 Feb 2012 09:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=1239#comment-7512</guid>
		<description><![CDATA[Sir. 
You are a hero in my eyes =]

This function should come very much in handy!]]></description>
		<content:encoded><![CDATA[<p>Sir.<br />
You are a hero in my eyes =]</p>
<p>This function should come very much in handy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript: Retrieve and paginate JSON-encoded data by Federico</title>
		<link>http://blog.fedecarg.com/2011/10/09/javascript-retrieve-and-paginate-json-encoded-data/#comment-7507</link>
		<dc:creator><![CDATA[Federico]]></dc:creator>
		<pubDate>Mon, 30 Jan 2012 10:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fedecarg.com/?p=2165#comment-7507</guid>
		<description><![CDATA[More options here: http://www.jquery4u.com/plugins/10-jquery-pagination-plugins]]></description>
		<content:encoded><![CDATA[<p>More options here: <a href="http://www.jquery4u.com/plugins/10-jquery-pagination-plugins" rel="nofollow">http://www.jquery4u.com/plugins/10-jquery-pagination-plugins</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript: Retrieve and paginate JSON-encoded data by Yuriy Salmin</title>
		<link>http://blog.fedecarg.com/2011/10/09/javascript-retrieve-and-paginate-json-encoded-data/#comment-7502</link>
		<dc:creator><![CDATA[Yuriy Salmin]]></dc:creator>
		<pubDate>Sat, 28 Jan 2012 14:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fedecarg.com/?p=2165#comment-7502</guid>
		<description><![CDATA[Hi,

Thanks for your plugin, very useful.

I noticed that if I have around 300-500 items in list script working very slow.

Can you please suggest something?]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for your plugin, very useful.</p>
<p>I noticed that if I have around 300-500 items in list script working very slow.</p>
<p>Can you please suggest something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript: Asynchronous Script Loading and Lazy Loading by Daniel Demmel (@daaain)</title>
		<link>http://blog.fedecarg.com/2011/07/12/javascript-asynchronous-script-loading-and-lazy-loading/#comment-7499</link>
		<dc:creator><![CDATA[Daniel Demmel (@daaain)]]></dc:creator>
		<pubDate>Fri, 27 Jan 2012 16:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fedecarg.com/?p=2118#comment-7499</guid>
		<description><![CDATA[There&#039;s a trick which FB is doing in the code samples and can be important if you are on https:

e.src = document.location.protocol + &#039;//connect.facebook.net/en_US/all.js&#039;;

Essentially making sure that the protocol is matching the current URL&#039;s.]]></description>
		<content:encoded><![CDATA[<p>There&#8217;s a trick which FB is doing in the code samples and can be important if you are on https:</p>
<p>e.src = document.location.protocol + &#8216;//connect.facebook.net/en_US/all.js&#8217;;</p>
<p>Essentially making sure that the protocol is matching the current URL&#8217;s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL Split String Function by Federico</title>
		<link>http://blog.fedecarg.com/2009/02/22/mysql-split-string-function/#comment-7494</link>
		<dc:creator><![CDATA[Federico]]></dc:creator>
		<pubDate>Thu, 26 Jan 2012 09:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=1239#comment-7494</guid>
		<description><![CDATA[@naeem you need to create the function SPLIT_STR() before using it http://dev.mysql.com/doc/refman/5.0/en/create-procedure.html]]></description>
		<content:encoded><![CDATA[<p>@naeem you need to create the function SPLIT_STR() before using it <a href="http://dev.mysql.com/doc/refman/5.0/en/create-procedure.html" rel="nofollow">http://dev.mysql.com/doc/refman/5.0/en/create-procedure.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

