<?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 on: Beginners Guide to Using AJAX with jQuery Part 2</title>
	<atom:link href="http://www.devirtuoso.com/2009/08/beginners-guide-to-using-ajax-with-jquery-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devirtuoso.com/2009/08/beginners-guide-to-using-ajax-with-jquery-part-2/</link>
	<description>Web Development Wickedness</description>
	<lastBuildDate>Fri, 11 Dec 2009 12:28:24 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Beginners Computer Tutorial. &#124; Echelon-Us</title>
		<link>http://www.devirtuoso.com/2009/08/beginners-guide-to-using-ajax-with-jquery-part-2/comment-page-1/#comment-758</link>
		<dc:creator>Beginners Computer Tutorial. &#124; Echelon-Us</dc:creator>
		<pubDate>Mon, 23 Nov 2009 23:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.devirtuoso.com/?p=817#comment-758</guid>
		<description>[...] Beginners Guide to Using AJAX with jQuery Part 2 [...]</description>
		<content:encoded><![CDATA[<p>[...] Beginners Guide to Using AJAX with jQuery Part 2 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ant</title>
		<link>http://www.devirtuoso.com/2009/08/beginners-guide-to-using-ajax-with-jquery-part-2/comment-page-1/#comment-631</link>
		<dc:creator>Ant</dc:creator>
		<pubDate>Thu, 01 Oct 2009 14:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.devirtuoso.com/?p=817#comment-631</guid>
		<description>Thanks for the reply.

I managed to get this working after a bit of double checking and thought I&#039;d post up the solution in case anyone else has the same issue.

When I created my &quot;dictionary&quot; MySQL database, I created a table called &quot;Words&quot; and then imported the dictionary.csv file into that table.  This still didn&#039;t work so I went into the ajax.php file and found that changing lines 27 and 32 from &quot;Word&quot; to &quot;Words&quot; actually sorted the problem.  I think it was just the way that I imported the dictionary.csv file.

Anyway, works well and is a pretty cool example.</description>
		<content:encoded><![CDATA[<p>Thanks for the reply.</p>
<p>I managed to get this working after a bit of double checking and thought I&#8217;d post up the solution in case anyone else has the same issue.</p>
<p>When I created my &#8220;dictionary&#8221; MySQL database, I created a table called &#8220;Words&#8221; and then imported the dictionary.csv file into that table.  This still didn&#8217;t work so I went into the ajax.php file and found that changing lines 27 and 32 from &#8220;Word&#8221; to &#8220;Words&#8221; actually sorted the problem.  I think it was just the way that I imported the dictionary.csv file.</p>
<p>Anyway, works well and is a pretty cool example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn</title>
		<link>http://www.devirtuoso.com/2009/08/beginners-guide-to-using-ajax-with-jquery-part-2/comment-page-1/#comment-608</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Tue, 29 Sep 2009 01:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.devirtuoso.com/?p=817#comment-608</guid>
		<description>It could be a number of things.  My guess is it has something to do with your connection to your database.  If you open the db.php file at the top you&#039;ll see the connection info.  It will have to match what your database connection info is.  Also be sure to have the right column names in your database and some initial entries to play with.  These are all guesses, without an error it&#039;s hard to give you a solid answer..</description>
		<content:encoded><![CDATA[<p>It could be a number of things.  My guess is it has something to do with your connection to your database.  If you open the db.php file at the top you&#8217;ll see the connection info.  It will have to match what your database connection info is.  Also be sure to have the right column names in your database and some initial entries to play with.  These are all guesses, without an error it&#8217;s hard to give you a solid answer..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ant</title>
		<link>http://www.devirtuoso.com/2009/08/beginners-guide-to-using-ajax-with-jquery-part-2/comment-page-1/#comment-606</link>
		<dc:creator>Ant</dc:creator>
		<pubDate>Mon, 28 Sep 2009 13:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.devirtuoso.com/?p=817#comment-606</guid>
		<description>Thanks for this useful tutorial.  

However, when it comes to testing on my localhost, it doesn&#039;t seem to be working, even using the download files you provided with this tutorial.

Any ideas what could be causing this?  The example link works perfectly.</description>
		<content:encoded><![CDATA[<p>Thanks for this useful tutorial.  </p>
<p>However, when it comes to testing on my localhost, it doesn&#8217;t seem to be working, even using the download files you provided with this tutorial.</p>
<p>Any ideas what could be causing this?  The example link works perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Best Collection of jQuery Tutorials, Gift for Designers &#38; Developers. &#124; Web Design GroundBreak</title>
		<link>http://www.devirtuoso.com/2009/08/beginners-guide-to-using-ajax-with-jquery-part-2/comment-page-1/#comment-349</link>
		<dc:creator>Best Collection of jQuery Tutorials, Gift for Designers &#38; Developers. &#124; Web Design GroundBreak</dc:creator>
		<pubDate>Tue, 18 Aug 2009 01:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.devirtuoso.com/?p=817#comment-349</guid>
		<description>[...] and interesting tutorial about using the AJAX in jQuery, There is a first and second parts of [...]</description>
		<content:encoded><![CDATA[<p>[...] and interesting tutorial about using the AJAX in jQuery, There is a first and second parts of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LimeSpace &#8211; IT &#187; Links der Woche im Regen</title>
		<link>http://www.devirtuoso.com/2009/08/beginners-guide-to-using-ajax-with-jquery-part-2/comment-page-1/#comment-330</link>
		<dc:creator>LimeSpace &#8211; IT &#187; Links der Woche im Regen</dc:creator>
		<pubDate>Sat, 15 Aug 2009 05:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.devirtuoso.com/?p=817#comment-330</guid>
		<description>[...] präsentierte diese Woche den 2 Teil seiner JQuery Beginners Serie. Auch hier geht es um die 08/15 Funktion [...]</description>
		<content:encoded><![CDATA[<p>[...] präsentierte diese Woche den 2 Teil seiner JQuery Beginners Serie. Auch hier geht es um die 08/15 Funktion [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Absolute Beginner&#8217;s Guide To Podcasting (absolute Beg.. &#124; Echelon-Us</title>
		<link>http://www.devirtuoso.com/2009/08/beginners-guide-to-using-ajax-with-jquery-part-2/comment-page-1/#comment-313</link>
		<dc:creator>Absolute Beginner&#8217;s Guide To Podcasting (absolute Beg.. &#124; Echelon-Us</dc:creator>
		<pubDate>Fri, 14 Aug 2009 00:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.devirtuoso.com/?p=817#comment-313</guid>
		<description>[...] Beginners Guide to Using AJAX with jQuery Part 2 [...]</description>
		<content:encoded><![CDATA[<p>[...] Beginners Guide to Using AJAX with jQuery Part 2 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beginners Guide to Using AJAX with jQuery Part 2</title>
		<link>http://www.devirtuoso.com/2009/08/beginners-guide-to-using-ajax-with-jquery-part-2/comment-page-1/#comment-293</link>
		<dc:creator>Beginners Guide to Using AJAX with jQuery Part 2</dc:creator>
		<pubDate>Tue, 11 Aug 2009 15:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.devirtuoso.com/?p=817#comment-293</guid>
		<description>[...] the rest here: Beginners Guide to Using AJAX with jQuery Part 2   Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] the rest here: Beginners Guide to Using AJAX with jQuery Part 2   Share and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robot Building for Beginners &#124; Echelon-Us</title>
		<link>http://www.devirtuoso.com/2009/08/beginners-guide-to-using-ajax-with-jquery-part-2/comment-page-1/#comment-291</link>
		<dc:creator>Robot Building for Beginners &#124; Echelon-Us</dc:creator>
		<pubDate>Mon, 10 Aug 2009 23:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.devirtuoso.com/?p=817#comment-291</guid>
		<description>[...] Beginners Guide to Using AJAX with jQuery Part 2 [...]</description>
		<content:encoded><![CDATA[<p>[...] Beginners Guide to Using AJAX with jQuery Part 2 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
