<?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 Joe Freeman&#039;s Weblog</title>
	<atom:link href="http://joefreeman.co.uk/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://joefreeman.co.uk/blog</link>
	<description>Musings on Software Development, etc</description>
	<lastBuildDate>Wed, 17 Feb 2010 01:45:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Stock Quotes with Ext JS Charts by Ricky Baratan</title>
		<link>http://joefreeman.co.uk/blog/2009/07/stocks-with-ext-js-charts/comment-page-1/#comment-714</link>
		<dc:creator>Ricky Baratan</dc:creator>
		<pubDate>Wed, 17 Feb 2010 01:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://joefreeman.co.uk/blog/?p=4#comment-714</guid>
		<description>Wow wonderful demo, thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Wow wonderful demo, thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lineographic Interpretations of Images, with an Etch-a-sketch by Semepe Maple</title>
		<link>http://joefreeman.co.uk/blog/2009/09/lineographic-interpretations-of-images-with-an-etch-a-sketch/comment-page-1/#comment-614</link>
		<dc:creator>Semepe Maple</dc:creator>
		<pubDate>Tue, 26 Jan 2010 22:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://joefreeman.co.uk/blog/?p=155#comment-614</guid>
		<description>Is it possible to take a look at your Report? I really like this kind of thing and I´d love to read the whole work if it is possible, of course!

Congrats!</description>
		<content:encoded><![CDATA[<p>Is it possible to take a look at your Report? I really like this kind of thing and I´d love to read the whole work if it is possible, of course!</p>
<p>Congrats!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lineographic Interpretations of Images, with an Etch-a-sketch by Floasttrowdot</title>
		<link>http://joefreeman.co.uk/blog/2009/09/lineographic-interpretations-of-images-with-an-etch-a-sketch/comment-page-1/#comment-508</link>
		<dc:creator>Floasttrowdot</dc:creator>
		<pubDate>Sat, 02 Jan 2010 07:11:44 +0000</pubDate>
		<guid isPermaLink="false">http://joefreeman.co.uk/blog/?p=155#comment-508</guid>
		<description>Cool issue, I didn&#039;t thought reading it would be so awesome when I read your title with link!</description>
		<content:encoded><![CDATA[<p>Cool issue, I didn&#8217;t thought reading it would be so awesome when I read your title with link!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deploying an Erlang Appliance with SUSE Studio by Build Momentum with Linux and Erlang &#124; foreach.in</title>
		<link>http://joefreeman.co.uk/blog/2009/08/deploying-an-erlang-appliance-with-suse-studio/comment-page-1/#comment-464</link>
		<dc:creator>Build Momentum with Linux and Erlang &#124; foreach.in</dc:creator>
		<pubDate>Tue, 22 Dec 2009 23:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://joefreeman.co.uk/blog/?p=123#comment-464</guid>
		<description>[...] building linux images easy even for an old Windoze guy like me!  Joe Freeman put together a nice blog post about using this service to setup an Erlang environment.  At this point I am thinking [...]</description>
		<content:encoded><![CDATA[<p>[...] building linux images easy even for an old Windoze guy like me!  Joe Freeman put together a nice blog post about using this service to setup an Erlang environment.  At this point I am thinking [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FULLTEXT Search with MySQL and CodeIgniter by Joe</title>
		<link>http://joefreeman.co.uk/blog/2009/10/fulltext-search-with-mysql-and-codeigniter/comment-page-1/#comment-453</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Mon, 21 Dec 2009 19:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://joefreeman.co.uk/blog/?p=187#comment-453</guid>
		<description>I think you basically need to have &#039;default&#039; values for your search parameters. For example, you could have:

&lt;pre lang=&quot;php&quot;&gt;
function search($keywords = &#039;none&#039;, $location = &#039;all&#039;, $start = 0)
&lt;/pre&gt;

Then check within the function for these as special cases. You can&#039;t use the empty string (as I have in my example) because by missing it out, the consecutive slashes in the URL will be ignored.

(I just noticed a bug in my &lt;code&gt;_setup_pagination&lt;/code&gt; function by the way—it wasn&#039;t making use of the &lt;code&gt;$uri_segment&lt;/code&gt;, which may help you out if you&#039;re using additional URL segments.)</description>
		<content:encoded><![CDATA[<p>I think you basically need to have &#8216;default&#8217; values for your search parameters. For example, you could have:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">function</span> search<span style="color: #009900;">&#40;</span><span style="color: #000088;">$keywords</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'none'</span><span style="color: #339933;">,</span> <span style="color: #000088;">$location</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'all'</span><span style="color: #339933;">,</span> <span style="color: #000088;">$start</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">0</span><span style="color: #009900;">&#41;</span></pre></div></div>

<p>Then check within the function for these as special cases. You can&#8217;t use the empty string (as I have in my example) because by missing it out, the consecutive slashes in the URL will be ignored.</p>
<p>(I just noticed a bug in my <code>_setup_pagination</code> function by the way—it wasn&#8217;t making use of the <code>$uri_segment</code>, which may help you out if you&#8217;re using additional URL segments.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FULLTEXT Search with MySQL and CodeIgniter by mike</title>
		<link>http://joefreeman.co.uk/blog/2009/10/fulltext-search-with-mysql-and-codeigniter/comment-page-1/#comment-452</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Mon, 21 Dec 2009 18:23:29 +0000</pubDate>
		<guid isPermaLink="false">http://joefreeman.co.uk/blog/?p=187#comment-452</guid>
		<description>Hey there, first let me say thanks! This is a great tutorial.

I&#039;ve converted this to use 2 search fields, one for &quot;keyword(s)&quot; and one for &quot;location&quot; - It works nicely as far as the search part goes but, breaks the pagination. If the user only enters a keyword and no location, then clicks &quot;page 2&quot;, it assumes that &quot;10&quot; is the location. On the other hand if the user enters keyword and location the pagination works fine... Any tips on how I can tell it that there was no location and to use that part of the uri segment for pagination?

thanks!</description>
		<content:encoded><![CDATA[<p>Hey there, first let me say thanks! This is a great tutorial.</p>
<p>I&#8217;ve converted this to use 2 search fields, one for &#8220;keyword(s)&#8221; and one for &#8220;location&#8221; &#8211; It works nicely as far as the search part goes but, breaks the pagination. If the user only enters a keyword and no location, then clicks &#8220;page 2&#8243;, it assumes that &#8220;10&#8243; is the location. On the other hand if the user enters keyword and location the pagination works fine&#8230; Any tips on how I can tell it that there was no location and to use that part of the uri segment for pagination?</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FULLTEXT Search with MySQL and CodeIgniter by Robert</title>
		<link>http://joefreeman.co.uk/blog/2009/10/fulltext-search-with-mysql-and-codeigniter/comment-page-1/#comment-388</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Fri, 11 Dec 2009 09:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://joefreeman.co.uk/blog/?p=187#comment-388</guid>
		<description>Thank you a lot for sharing this.

That was sooo helpful.

I only changed the following in my setup: The default value for $results_per_page I set to 10, and I skipped the following if-statement. Because in your setup if no value is passed to the method it will select all entries. I don&#039;t ever want this, so I changed it.</description>
		<content:encoded><![CDATA[<p>Thank you a lot for sharing this.</p>
<p>That was sooo helpful.</p>
<p>I only changed the following in my setup: The default value for $results_per_page I set to 10, and I skipped the following if-statement. Because in your setup if no value is passed to the method it will select all entries. I don&#8217;t ever want this, so I changed it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Book Review: Ext JS 3.0 Cookbook by Jorge</title>
		<link>http://joefreeman.co.uk/blog/2009/11/book-review-ext-js-3-0-cookbook/comment-page-1/#comment-354</link>
		<dc:creator>Jorge</dc:creator>
		<pubDate>Tue, 01 Dec 2009 13:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://joefreeman.co.uk/blog/?p=238#comment-354</guid>
		<description>Joe,

I&#039;m glad you found the book useful.  Thank you for putting together this comprehensive review.

Jorge.</description>
		<content:encoded><![CDATA[<p>Joe,</p>
<p>I&#8217;m glad you found the book useful.  Thank you for putting together this comprehensive review.</p>
<p>Jorge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Script to Compare MySQL Database Schemas by Agustincl</title>
		<link>http://joefreeman.co.uk/blog/2009/07/php-script-to-compare-mysql-database-schemas/comment-page-1/#comment-324</link>
		<dc:creator>Agustincl</dc:creator>
		<pubDate>Wed, 25 Nov 2009 11:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://joefreeman.co.uk/blog/?p=110#comment-324</guid>
		<description>Hello there....
I try the script in a window machine. Don&#039;t know why but the mysql_close() in DbDiff.php line 61 make my server crash with a Internal Server Error. I comment this line and woala!!!!!   

Nice tool!!!!  Thanks a lot...   :)</description>
		<content:encoded><![CDATA[<p>Hello there&#8230;.<br />
I try the script in a window machine. Don&#8217;t know why but the mysql_close() in DbDiff.php line 61 make my server crash with a Internal Server Error. I comment this line and woala!!!!!   </p>
<p>Nice tool!!!!  Thanks a lot&#8230;   <img src='http://joefreeman.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Script to Compare MySQL Database Schemas by macol</title>
		<link>http://joefreeman.co.uk/blog/2009/07/php-script-to-compare-mysql-database-schemas/comment-page-1/#comment-316</link>
		<dc:creator>macol</dc:creator>
		<pubDate>Mon, 23 Nov 2009 12:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://joefreeman.co.uk/blog/?p=110#comment-316</guid>
		<description>very nice.
Thanks for sharing this.

I don&#039;t like the copy and paste thing but it&#039;s a very simple to use tool.</description>
		<content:encoded><![CDATA[<p>very nice.<br />
Thanks for sharing this.</p>
<p>I don&#8217;t like the copy and paste thing but it&#8217;s a very simple to use tool.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
