<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Quick and Dirty AJAX</title>
	<link>http://15daysofjquery.com/quick-and-dirty-ajax/14/</link>
	<description>Examples and tutorials to help you learn JQuery</description>
	<pubDate>Thu, 28 Aug 2008 11:47:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>

	<item>
		<title>By: wesley</title>
		<link>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-56</link>
		<author>wesley</author>
		<pubDate>Fri, 09 Jun 2006 16:18:35 +0000</pubDate>
		<guid>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-56</guid>
					<description>the video doesn't load since you've got it set as private :)</description>
		<content:encoded><![CDATA[<p>the video doesn&#8217;t load since you&#8217;ve got it set as private <img src='http://15daysofjquery.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jack</title>
		<link>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-57</link>
		<author>Jack</author>
		<pubDate>Fri, 09 Jun 2006 16:39:34 +0000</pubDate>
		<guid>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-57</guid>
					<description>It's fixed now. Lesson to those watching me make mistakes in real time... double check your multimedia in multiple browsers -- stupid rookie mistake made by someone who should know better.</description>
		<content:encoded><![CDATA[<p>It&#8217;s fixed now. Lesson to those watching me make mistakes in real time&#8230; double check your multimedia in multiple browsers &#8212; stupid rookie mistake made by someone who should know better.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: John Resig</title>
		<link>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-58</link>
		<author>John Resig</author>
		<pubDate>Fri, 09 Jun 2006 16:57:48 +0000</pubDate>
		<guid>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-58</guid>
					<description>Great video, Jack! It's a great step through on how jQuery AJAX works.</description>
		<content:encoded><![CDATA[<p>Great video, Jack! It&#8217;s a great step through on how jQuery AJAX works.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jack</title>
		<link>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-59</link>
		<author>Jack</author>
		<pubDate>Fri, 09 Jun 2006 17:14:39 +0000</pubDate>
		<guid>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-59</guid>
					<description>Ladies and Gentleman... John Resig, the creator of jQuery.

Thanks for the kudos John.  Great to have you swing by!</description>
		<content:encoded><![CDATA[<p>Ladies and Gentleman&#8230; John Resig, the creator of jQuery.</p>
<p>Thanks for the kudos John.  Great to have you swing by!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: pete scott</title>
		<link>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-78</link>
		<author>pete scott</author>
		<pubDate>Thu, 15 Jun 2006 14:12:08 +0000</pubDate>
		<guid>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-78</guid>
					<description>For what it's worth, I couldn't get an XML file to load using the example posted on the jQuery page. I had to either use "$.getXML" (instead of "$.get") or pass the "type" parameter to "$.get") for it to work.

Using FF 1.5.0.3 on Debian + latest jQuery source, should that matter.</description>
		<content:encoded><![CDATA[<p>For what it&#8217;s worth, I couldn&#8217;t get an XML file to load using the example posted on the jQuery page. I had to either use &#8220;$.getXML&#8221; (instead of &#8220;$.get&#8221;) or pass the &#8220;type&#8221; parameter to &#8220;$.get&#8221;) for it to work.</p>
<p>Using FF 1.5.0.3 on Debian + latest jQuery source, should that matter.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jack</title>
		<link>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-79</link>
		<author>Jack</author>
		<pubDate>Thu, 15 Jun 2006 14:20:15 +0000</pubDate>
		<guid>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-79</guid>
					<description>I'll ask John Resig to look at your bug, as I am unable to test for this using Windows.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll ask John Resig to look at your bug, as I am unable to test for this using Windows.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jack</title>
		<link>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-87</link>
		<author>Jack</author>
		<pubDate>Fri, 16 Jun 2006 15:59:14 +0000</pubDate>
		<guid>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-87</guid>
					<description>Pete,
You probably thought I was giving you the brush off... but I contacted John Resig and he had this to say:

&lt;blockquote&gt;
John: it's possible that he's misrepresenting the content-type
that's why I included the $.getXML() method, to help with situations like these

Jack: For my edu-ma-cation, what do you mean by 'misrepresentign the content type'?

John: meaning it says something like "Content-type: text/html" when it actually means "Content-type: text/xml" - jQuery can't magically tell the difference and just assumes that you did, in fact, mean "html"
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Pete,<br />
You probably thought I was giving you the brush off&#8230; but I contacted John Resig and he had this to say:</p>
<blockquote><p>
John: it&#8217;s possible that he&#8217;s misrepresenting the content-type<br />
that&#8217;s why I included the $.getXML() method, to help with situations like these</p>
<p>Jack: For my edu-ma-cation, what do you mean by &#8216;misrepresentign the content type&#8217;?</p>
<p>John: meaning it says something like &#8220;Content-type: text/html&#8221; when it actually means &#8220;Content-type: text/xml&#8221; - jQuery can&#8217;t magically tell the difference and just assumes that you did, in fact, mean &#8220;html&#8221;
</p></blockquote>
]]></content:encoded>
				</item>
	<item>
		<title>By: Victor Boeff</title>
		<link>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-109</link>
		<author>Victor Boeff</author>
		<pubDate>Fri, 23 Jun 2006 13:47:33 +0000</pubDate>
		<guid>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-109</guid>
					<description>Does anyone know how to add a pageloader like the one when ThickBox is using when page loading when loading external data?</description>
		<content:encoded><![CDATA[<p>Does anyone know how to add a pageloader like the one when ThickBox is using when page loading when loading external data?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jack</title>
		<link>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-110</link>
		<author>Jack</author>
		<pubDate>Fri, 23 Jun 2006 13:57:20 +0000</pubDate>
		<guid>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-110</guid>
					<description>I just posted a short &lt;a href="http://15daysofjquery.com/jquery-lightbox/19/" rel="nofollow"&gt;tutorial on ThickBox&lt;/a&gt;.

If you run through the code you'll see that Cody Lindley, the guy that created it, appends a div to the page with an animated gif inside, and then removes the div when the content for the Thickbox is ready.</description>
		<content:encoded><![CDATA[<p>I just posted a short <a href="http://15daysofjquery.com/jquery-lightbox/19/" rel="nofollow">tutorial on ThickBox</a>.</p>
<p>If you run through the code you&#8217;ll see that Cody Lindley, the guy that created it, appends a div to the page with an animated gif inside, and then removes the div when the content for the Thickbox is ready.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: pete scott</title>
		<link>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-151</link>
		<author>pete scott</author>
		<pubDate>Thu, 06 Jul 2006 03:49:29 +0000</pubDate>
		<guid>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-151</guid>
					<description>for what it's worth, i just checked out your (and John's) reply, specified the content-type properly and it worked like a charm. Thanks! Sorry it took me so long to get back to you; I had a little baby boy. =]</description>
		<content:encoded><![CDATA[<p>for what it&#8217;s worth, i just checked out your (and John&#8217;s) reply, specified the content-type properly and it worked like a charm. Thanks! Sorry it took me so long to get back to you; I had a little baby boy. =]</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: hector</title>
		<link>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-420</link>
		<author>hector</author>
		<pubDate>Mon, 02 Oct 2006 23:49:18 +0000</pubDate>
		<guid>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-420</guid>
					<description>now the web page example drop an error with firefox 1.5</description>
		<content:encoded><![CDATA[<p>now the web page example drop an error with firefox 1.5</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: jazzle</title>
		<link>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-448</link>
		<author>jazzle</author>
		<pubDate>Sat, 21 Oct 2006 22:58:59 +0000</pubDate>
		<guid>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-448</guid>
					<description>jquery.com/demo/ajax/ &#62; [an error occurred while processing this directive] :(</description>
		<content:encoded><![CDATA[<p>jquery.com/demo/ajax/ &gt; [an error occurred while processing this directive] <img src='http://15daysofjquery.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jack</title>
		<link>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-452</link>
		<author>Jack</author>
		<pubDate>Sun, 22 Oct 2006 14:29:00 +0000</pubDate>
		<guid>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-452</guid>
					<description>Yep, I've contact John, the creator of jQuery, for an updated link.

Jack</description>
		<content:encoded><![CDATA[<p>Yep, I&#8217;ve contact John, the creator of jQuery, for an updated link.</p>
<p>Jack</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: pd</title>
		<link>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-778</link>
		<author>pd</author>
		<pubDate>Wed, 13 Dec 2006 04:32:10 +0000</pubDate>
		<guid>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-778</guid>
					<description>thanks for the cool demo however the page you initially drill down to appears to have vanished. I've seen it before but not for a while.

Could you provide a link to the page you base this tute on?</description>
		<content:encoded><![CDATA[<p>thanks for the cool demo however the page you initially drill down to appears to have vanished. I&#8217;ve seen it before but not for a while.</p>
<p>Could you provide a link to the page you base this tute on?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: pd</title>
		<link>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-779</link>
		<author>pd</author>
		<pubDate>Wed, 13 Dec 2006 04:33:12 +0000</pubDate>
		<guid>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-779</guid>
					<description>sorry, just saw the link *under* the youtube box

why did they go and change the site background colour to white from black?

just to confuse ppl?</description>
		<content:encoded><![CDATA[<p>sorry, just saw the link *under* the youtube box</p>
<p>why did they go and change the site background colour to white from black?</p>
<p>just to confuse ppl?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jack</title>
		<link>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-790</link>
		<author>Jack</author>
		<pubDate>Wed, 13 Dec 2006 16:05:55 +0000</pubDate>
		<guid>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-790</guid>
					<description>pd - I have looked, but I don't think that exact tutorial is on the jQuery site any more.</description>
		<content:encoded><![CDATA[<p>pd - I have looked, but I don&#8217;t think that exact tutorial is on the jQuery site any more.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Nagaraj Hubli</title>
		<link>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-12509</link>
		<author>Nagaraj Hubli</author>
		<pubDate>Tue, 11 Sep 2007 08:36:10 +0000</pubDate>
		<guid>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-12509</guid>
					<description>This video is incredible :)</description>
		<content:encoded><![CDATA[<p>This video is incredible <img src='http://15daysofjquery.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Tudo sobre jQuery - Cleiton.net</title>
		<link>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-36091</link>
		<author>Tudo sobre jQuery - Cleiton.net</author>
		<pubDate>Sun, 18 May 2008 23:18:26 +0000</pubDate>
		<guid>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-36091</guid>
					<description>[...] Quick and Dirty Ajax (inglês) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Quick and Dirty Ajax (inglês) [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: banto</title>
		<link>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-52000</link>
		<author>banto</author>
		<pubDate>Tue, 05 Aug 2008 15:12:31 +0000</pubDate>
		<guid>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-52000</guid>
					<description>Jack try searching over at http://www.ajaxtutorials.com they may have it over there.</description>
		<content:encoded><![CDATA[<p>Jack try searching over at <a href="http://www.ajaxtutorials.com" rel="nofollow">http://www.ajaxtutorials.com</a> they may have it over there.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: &#8220;The Complete Guide&#8221; for jQuery Developer- Reblog &#171; Dynamic Disruption</title>
		<link>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-61490</link>
		<author>&#8220;The Complete Guide&#8221; for jQuery Developer- Reblog &#171; Dynamic Disruption</author>
		<pubDate>Tue, 19 Aug 2008 02:42:32 +0000</pubDate>
		<guid>http://15daysofjquery.com/quick-and-dirty-ajax/14/#comment-61490</guid>
					<description>[...] Quick and Dirty AJAX with jQueryThe video discusses more complex aspects of using jQuery and AJAX. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Quick and Dirty AJAX with jQueryThe video discusses more complex aspects of using jQuery and AJAX. [&#8230;]</p>
]]></content:encoded>
				</item>
</channel>
</rss>
