<?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/"
		>
<channel>
	<title>Comments for PHP Musings</title>
	<atom:link href="http://www.charles-reace.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.charles-reace.com/blog</link>
	<description>Random thoughts about PHP, MySQL, and life in general</description>
	<lastBuildDate>Sat, 10 Jul 2010 21:22:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Beginners&#8217; Corner: Learning Object-Oriented PHP by nodehead</title>
		<link>http://www.charles-reace.com/blog/2009/10/27/beginners-corner-learning-object-oriented-php/comment-page-1/#comment-1757</link>
		<dc:creator>nodehead</dc:creator>
		<pubDate>Sat, 10 Jul 2010 21:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.charles-reace.com/blog/?p=231#comment-1757</guid>
		<description>Nice resource list - I somehow hadn&#039;t come across the IBM pages before, thank you. For anyone who&#039;s really just starting off, The Bear Necessities is quite an entertaining introduction to OOP over at Zend&#039;s devzone (but, the ABSOLUTE basics):

http://devzone.zend.com/article/638</description>
		<content:encoded><![CDATA[<p>Nice resource list &#8211; I somehow hadn&#8217;t come across the IBM pages before, thank you. For anyone who&#8217;s really just starting off, The Bear Necessities is quite an entertaining introduction to OOP over at Zend&#8217;s devzone (but, the ABSOLUTE basics):</p>
<p><a href="http://devzone.zend.com/article/638" rel="nofollow">http://devzone.zend.com/article/638</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Book List App: One Query to Rule Them All by PHP Musings » Blog Archive » Book List App: One Query to Rule Them All &#124; Coder Online</title>
		<link>http://www.charles-reace.com/blog/2009/12/10/book-list-app-one-query-to-rule-them-all/comment-page-1/#comment-1755</link>
		<dc:creator>PHP Musings » Blog Archive » Book List App: One Query to Rule Them All &#124; Coder Online</dc:creator>
		<pubDate>Thu, 10 Dec 2009 09:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.charles-reace.com/blog/?p=246#comment-1755</guid>
		<description>[...] Continued here: PHP Musings » Blog Archive » Book List App: One Query to Rule Them All [...]</description>
		<content:encoded><![CDATA[<p>[...] Continued here: PHP Musings » Blog Archive » Book List App: One Query to Rule Them All [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Book List Application by PHP Musings &#187; Blog Archive &#187; Book List App: One Query to Rule Them All</title>
		<link>http://www.charles-reace.com/blog/2009/09/16/book-list-application/comment-page-1/#comment-1754</link>
		<dc:creator>PHP Musings &#187; Blog Archive &#187; Book List App: One Query to Rule Them All</dc:creator>
		<pubDate>Thu, 10 Dec 2009 08:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.charles-reace.com/blog/?p=205#comment-1754</guid>
		<description>[...] to Rule Them All December 10, 2009 4:58 am Charles PHP, SQL  I got side-tracked from working on this project for awhile, but I am trying to get back to it [...]</description>
		<content:encoded><![CDATA[<p>[...] to Rule Them All December 10, 2009 4:58 am Charles PHP, SQL  I got side-tracked from working on this project for awhile, but I am trying to get back to it [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Memory Usage in PHP GD Image Functions by Felix</title>
		<link>http://www.charles-reace.com/blog/2009/11/18/memory-usage-in-php-gd-image-functions/comment-page-1/#comment-1753</link>
		<dc:creator>Felix</dc:creator>
		<pubDate>Thu, 19 Nov 2009 12:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.charles-reace.com/blog/?p=243#comment-1753</guid>
		<description>Very interesting. I didn&#039;t know that GD holds image resources as bitmaps in RAM. This also means that any operations you do on an image will not modify it&#039;s size in RAM and that even a blank image, created using imagecreate[truecolor]() will potentially use up a lot of memory.</description>
		<content:encoded><![CDATA[<p>Very interesting. I didn&#8217;t know that GD holds image resources as bitmaps in RAM. This also means that any operations you do on an image will not modify it&#8217;s size in RAM and that even a blank image, created using imagecreate[truecolor]() will potentially use up a lot of memory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQLi: Avoid Explicitly Listing Every Column in bind_result() by Charles</title>
		<link>http://www.charles-reace.com/blog/2009/04/28/mysqli-avoiding-bind_result-for-every-column/comment-page-1/#comment-1752</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Wed, 11 Nov 2009 19:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.charles-reace.com/blog/?p=177#comment-1752</guid>
		<description>As an addendum to this, you can use a similar technique with a variable number of input parameters and the bind_param() function as described at http://phpbuilder.com/board/showthread.php?p=10933647#post10933647 .</description>
		<content:encoded><![CDATA[<p>As an addendum to this, you can use a similar technique with a variable number of input parameters and the bind_param() function as described at <a href="http://phpbuilder.com/board/showthread.php?p=10933647#post10933647" rel="nofollow">http://phpbuilder.com/board/showthread.php?p=10933647#post10933647</a> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Book List App: Using Auto-Suggest with CodeIgniter by Felix</title>
		<link>http://www.charles-reace.com/blog/2009/09/22/book-list-app-using-auto-suggest-with-codeigniter/comment-page-1/#comment-1750</link>
		<dc:creator>Felix</dc:creator>
		<pubDate>Tue, 22 Sep 2009 22:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.charles-reace.com/blog/?p=217#comment-1750</guid>
		<description>Indeed, AutoSuggest scripts can be hard to &quot;import&quot; and adapt to your own project, mainly because each project is unique. I wrote an AutoSuggest script from the ground up (well, using MooTools) for tastekid.com. Challenges included (well, besides the usual browser inconsistencies and cross-platformness) getting a non-standard response (well, it&#039;s JSON, but formatted more weirdly), a more complex way of filtering results (e.g. if you type &quot;Ra&quot; it will also suggest &quot;*The* Ramones&quot;) and finding the right balance between javascript filtering of results and PHP filtering. Normally, PHP would return 20-some results, but javascript would display only 5 of them and keep filtering them as the user types. When it has less than two suggestions, it will make another request. It was a two-day job, but it was fun :)
You can view the script (if you care) &lt;a href=&quot;http://www.tastekid.com/javascript/ac.js&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; (the site doesn&#039;t include it, it uses a single cached and minified js file that contains everything).</description>
		<content:encoded><![CDATA[<p>Indeed, AutoSuggest scripts can be hard to &#8220;import&#8221; and adapt to your own project, mainly because each project is unique. I wrote an AutoSuggest script from the ground up (well, using MooTools) for tastekid.com. Challenges included (well, besides the usual browser inconsistencies and cross-platformness) getting a non-standard response (well, it&#8217;s JSON, but formatted more weirdly), a more complex way of filtering results (e.g. if you type &#8220;Ra&#8221; it will also suggest &#8220;*The* Ramones&#8221;) and finding the right balance between javascript filtering of results and PHP filtering. Normally, PHP would return 20-some results, but javascript would display only 5 of them and keep filtering them as the user types. When it has less than two suggestions, it will make another request. It was a two-day job, but it was fun :)<br />
You can view the script (if you care) <a href="http://www.tastekid.com/javascript/ac.js" rel="nofollow">here</a> (the site doesn&#8217;t include it, it uses a single cached and minified js file that contains everything).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NetBeans: Opening a Non-Project File by Charles</title>
		<link>http://www.charles-reace.com/blog/2009/04/05/netbeans-opening-a-non-project-file/comment-page-1/#comment-1746</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Tue, 14 Apr 2009 00:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.charles-reace.com/blog/?p=167#comment-1746</guid>
		<description>Glad it helped you. I&#039;m also glad to see it wasn&#039;t just me who did not find this intuitive.</description>
		<content:encoded><![CDATA[<p>Glad it helped you. I&#8217;m also glad to see it wasn&#8217;t just me who did not find this intuitive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NetBeans: Opening a Non-Project File by nrg_alpha</title>
		<link>http://www.charles-reace.com/blog/2009/04/05/netbeans-opening-a-non-project-file/comment-page-1/#comment-1745</link>
		<dc:creator>nrg_alpha</dc:creator>
		<pubDate>Mon, 13 Apr 2009 16:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.charles-reace.com/blog/?p=167#comment-1745</guid>
		<description>Ah, that&#039;s nice to know! Thanks for bringing that up. I too always wondered about that (I&#039;m not entirely keen on putting EVERYTHING into projects [other than complete website projects that is]).

I gravitated to NetBeans 6.5 from Dreamweaver a while ago, as I do find it to be an exceptional IDE over all (packed with lots of features and customizability). But I also found that googling things (much like you did) revealed more about the app than the documentation. I&#039;ll chalk this one up as yet another nice little nugget.

Cheers</description>
		<content:encoded><![CDATA[<p>Ah, that&#8217;s nice to know! Thanks for bringing that up. I too always wondered about that (I&#8217;m not entirely keen on putting EVERYTHING into projects [other than complete website projects that is]).</p>
<p>I gravitated to NetBeans 6.5 from Dreamweaver a while ago, as I do find it to be an exceptional IDE over all (packed with lots of features and customizability). But I also found that googling things (much like you did) revealed more about the app than the documentation. I&#8217;ll chalk this one up as yet another nice little nugget.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UTF8 in PHP and MySQL by Felix</title>
		<link>http://www.charles-reace.com/blog/2008/10/03/utf8-in-php-and-mysql/comment-page-1/#comment-1744</link>
		<dc:creator>Felix</dc:creator>
		<pubDate>Tue, 31 Mar 2009 09:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.charles-reace.com/blog/?p=103#comment-1744</guid>
		<description>Regarding the 2008/10/04 addition: I think using htmlentities($string, ENT_COMPAT, &quot;UTF-8&quot;); should work fine and it would even be safer than htmlspecialchars() because it will convert more characters. :-)</description>
		<content:encoded><![CDATA[<p>Regarding the 2008/10/04 addition: I think using htmlentities($string, ENT_COMPAT, &#8220;UTF-8&#8243;); should work fine and it would even be safer than htmlspecialchars() because it will convert more characters. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NetBeans IDE and PHP by criterion9</title>
		<link>http://www.charles-reace.com/blog/2008/12/12/netbeans-ide-and-php/comment-page-1/#comment-1742</link>
		<dc:creator>criterion9</dc:creator>
		<pubDate>Wed, 18 Mar 2009 15:48:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.charles-reace.com/blog/?p=137#comment-1742</guid>
		<description>I love the latest NetBeans IDE. You can quickly import javascript frameworks and libraries into your PHP apps and do line by line debugging on the fly. It will also parse the source files for &quot;documentation&quot; to feed you during auto complete.</description>
		<content:encoded><![CDATA[<p>I love the latest NetBeans IDE. You can quickly import javascript frameworks and libraries into your PHP apps and do line by line debugging on the fly. It will also parse the source files for &#8220;documentation&#8221; to feed you during auto complete.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
