<?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 Rick Baker&#039;s Personal Website</title>
	<atom:link href="http://www.rb69.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rb69.com</link>
	<description>Oh well, whatever, nevermind.</description>
	<lastBuildDate>Mon, 08 Feb 2010 15:33:49 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Run a PHP script in the background using AJAX by Asif hossain</title>
		<link>http://www.rb69.com/2009/10/run-a-php-script-in-the-background-using-ajax/comment-page-1/#comment-2665</link>
		<dc:creator>Asif hossain</dc:creator>
		<pubDate>Mon, 08 Feb 2010 15:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.rb69.com/?p=79#comment-2665</guid>
		<description>Sorry, the code is not running, i was successfull for direct php code was running by a function call NOT for your code, YAHOO.util.Connect.asyncRequest(&#039;GET&#039;,&#039;url/to/script.php&#039;,spawnCallback); YAHOO is unrecognized .. errror</description>
		<content:encoded><![CDATA[<p>Sorry, the code is not running, i was successfull for direct php code was running by a function call NOT for your code, YAHOO.util.Connect.asyncRequest(&#8217;GET&#8217;,'url/to/script.php&#8217;,spawnCallback); YAHOO is unrecognized .. errror</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Run a PHP script in the background using AJAX by Asif hossain</title>
		<link>http://www.rb69.com/2009/10/run-a-php-script-in-the-background-using-ajax/comment-page-1/#comment-2664</link>
		<dc:creator>Asif hossain</dc:creator>
		<pubDate>Mon, 08 Feb 2010 14:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.rb69.com/?p=79#comment-2664</guid>
		<description>Hi, you are great, i was looking for this, it`s working , i will download the yahoo .js file and upload it into my clients site, thanks , no more old fashion php bachgroung process is required, take care</description>
		<content:encoded><![CDATA[<p>Hi, you are great, i was looking for this, it`s working , i will download the yahoo .js file and upload it into my clients site, thanks , no more old fashion php bachgroung process is required, take care</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finding fragmented tables in MySQL by RickB</title>
		<link>http://www.rb69.com/2009/10/finding-fragmented-tables-in-mysql/comment-page-1/#comment-2658</link>
		<dc:creator>RickB</dc:creator>
		<pubDate>Thu, 04 Feb 2010 09:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.rb69.com/?p=76#comment-2658</guid>
		<description>Yeah, a slow time would definitely be best as each table will be locked during the time it’s being optimized, so if it’s a large table it can take a bit.</description>
		<content:encoded><![CDATA[<p>Yeah, a slow time would definitely be best as each table will be locked during the time it’s being optimized, so if it’s a large table it can take a bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finding fragmented tables in MySQL by Les VanBrunt</title>
		<link>http://www.rb69.com/2009/10/finding-fragmented-tables-in-mysql/comment-page-1/#comment-2656</link>
		<dc:creator>Les VanBrunt</dc:creator>
		<pubDate>Sat, 30 Jan 2010 23:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.rb69.com/?p=76#comment-2656</guid>
		<description>Is this something you could safely put into a cron task?  Could you have it automatically optimize tables like once a week during a slow time?</description>
		<content:encoded><![CDATA[<p>Is this something you could safely put into a cron task?  Could you have it automatically optimize tables like once a week during a slow time?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deleting records from multiple tables with a single query by RickB</title>
		<link>http://www.rb69.com/2009/09/deleting-records-from-multiple-tables-with-a-single-query/comment-page-1/#comment-2644</link>
		<dc:creator>RickB</dc:creator>
		<pubDate>Wed, 18 Nov 2009 12:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.rb69.com/?p=66#comment-2644</guid>
		<description>Thanks for the feedback, glad it helped you out.</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback, glad it helped you out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deleting records from multiple tables with a single query by RickB</title>
		<link>http://www.rb69.com/2009/09/deleting-records-from-multiple-tables-with-a-single-query/comment-page-1/#comment-2643</link>
		<dc:creator>RickB</dc:creator>
		<pubDate>Wed, 18 Nov 2009 12:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.rb69.com/?p=66#comment-2643</guid>
		<description>Glad it helped!</description>
		<content:encoded><![CDATA[<p>Glad it helped!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deleting records from multiple tables with a single query by Bruce</title>
		<link>http://www.rb69.com/2009/09/deleting-records-from-multiple-tables-with-a-single-query/comment-page-1/#comment-2640</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Tue, 17 Nov 2009 17:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.rb69.com/?p=66#comment-2640</guid>
		<description>Great post.  This was exactly what I was looking for and it worked perfectly. You probably saved me an hour of frustration.  Thanks!</description>
		<content:encoded><![CDATA[<p>Great post.  This was exactly what I was looking for and it worked perfectly. You probably saved me an hour of frustration.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Splitting a very large MySQL dump file by Mark</title>
		<link>http://www.rb69.com/2009/10/extracting-a-table-from-a-large-mysql-backup-file/comment-page-1/#comment-2639</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 17 Nov 2009 13:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.rb69.com/?p=74#comment-2639</guid>
		<description>Absolutely fantastic! I’ve been struggling with this for 2 days, trying to grab a single table out of a 5 gig database backup. This worked flawlessly.</description>
		<content:encoded><![CDATA[<p>Absolutely fantastic! I’ve been struggling with this for 2 days, trying to grab a single table out of a 5 gig database backup. This worked flawlessly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deleting records from multiple tables with a single query by Randy</title>
		<link>http://www.rb69.com/2009/09/deleting-records-from-multiple-tables-with-a-single-query/comment-page-1/#comment-2604</link>
		<dc:creator>Randy</dc:creator>
		<pubDate>Tue, 27 Oct 2009 00:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.rb69.com/?p=66#comment-2604</guid>
		<description>I have been trying to figure out how to delete from 4 tables all containing related info about the main table and this worked perfectly.  Thank you so much!</description>
		<content:encoded><![CDATA[<p>I have been trying to figure out how to delete from 4 tables all containing related info about the main table and this worked perfectly.  Thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wordbook testing by RickB</title>
		<link>http://www.rb69.com/2009/08/wordbook-testing/comment-page-1/#comment-2442</link>
		<dc:creator>RickB</dc:creator>
		<pubDate>Tue, 08 Sep 2009 08:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.rb69.com/?p=65#comment-2442</guid>
		<description>Thanks Allen.  Didn&#039;t even know that was there.</description>
		<content:encoded><![CDATA[<p>Thanks Allen.  Didn&#8217;t even know that was there.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
