<?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 AJAX Tutorial Part 2</title>
	<atom:link href="http://fiddyp.co.uk/beginners-ajax-tutorial-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://fiddyp.co.uk/beginners-ajax-tutorial-part-2/</link>
	<description>The personal blog of Andy Bailey</description>
	<lastBuildDate>Sun, 06 May 2012 21:06:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Chaitanya Kulkarni</title>
		<link>http://fiddyp.co.uk/beginners-ajax-tutorial-part-2/comment-page-1/#comment-1376</link>
		<dc:creator>Chaitanya Kulkarni</dc:creator>
		<pubDate>Tue, 02 Jun 2009 20:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.fiddyp.co.uk/beginners-ajax-tutorial-part-2/#comment-1376</guid>
		<description>I read 4th part  which allow to Display records serially but how to delete particular record from all those using Ajax.</description>
		<content:encoded><![CDATA[<p>I read 4th part  which allow to Display records serially but how to delete particular record from all those using Ajax.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Bailey</title>
		<link>http://fiddyp.co.uk/beginners-ajax-tutorial-part-2/comment-page-1/#comment-1375</link>
		<dc:creator>Andy Bailey</dc:creator>
		<pubDate>Thu, 21 Feb 2008 22:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.fiddyp.co.uk/beginners-ajax-tutorial-part-2/#comment-1375</guid>
		<description>just using window.XMLHttpRequest wont work on internet explorer for this type of function, that&#039;s why there is ActiveXObject(&quot;Microsoft.XMLHTTP&quot;) in there.
it was however, originally developed by Microsoft as part of Outlook Web Access 2000, as a server side API call but Mozilla incorporated the first compatible native implementation of XMLHttpRequest in Mozilla 1.0 , IE needs to use activex to achieve the same functionality, IE also has issues with caching dynamic pages so even though it was originally written by microsoft, they don&#039;t use it well in IE (coz it&#039;s crap)

happy now?</description>
		<content:encoded><![CDATA[<p>just using window.XMLHttpRequest wont work on internet explorer for this type of function, that&#8217;s why there is ActiveXObject(&#8220;Microsoft.XMLHTTP&#8221;) in there.<br />
it was however, originally developed by Microsoft as part of Outlook Web Access 2000, as a server side API call but Mozilla incorporated the first compatible native implementation of XMLHttpRequest in Mozilla 1.0 , IE needs to use activex to achieve the same functionality, IE also has issues with caching dynamic pages so even though it was originally written by microsoft, they don&#8217;t use it well in IE (coz it&#8217;s crap)</p>
<p>happy now?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://fiddyp.co.uk/beginners-ajax-tutorial-part-2/comment-page-1/#comment-1374</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 21 Feb 2008 22:10:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.fiddyp.co.uk/beginners-ajax-tutorial-part-2/#comment-1374</guid>
		<description>It allows you to send and receive data with javascript without
   refreshing the page and works on all browsers
   (except, you guessed it! Internet Explorer)

Huh?  The XMLHttpRequest was written by Microsoft... why wouldn&#039;t it work in IE?</description>
		<content:encoded><![CDATA[<p>It allows you to send and receive data with javascript without<br />
   refreshing the page and works on all browsers<br />
   (except, you guessed it! Internet Explorer)</p>
<p>Huh?  The XMLHttpRequest was written by Microsoft&#8230; why wouldn&#8217;t it work in IE?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anish R Nair</title>
		<link>http://fiddyp.co.uk/beginners-ajax-tutorial-part-2/comment-page-1/#comment-1373</link>
		<dc:creator>Anish R Nair</dc:creator>
		<pubDate>Wed, 02 Jan 2008 09:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.fiddyp.co.uk/beginners-ajax-tutorial-part-2/#comment-1373</guid>
		<description>I have to use two ajax functions in an asp page not in asp.net, how i hve to create and use it</description>
		<content:encoded><![CDATA[<p>I have to use two ajax functions in an asp page not in asp.net, how i hve to create and use it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 13 Great Articles - December 07, 2007 &#124; My lucky number 13</title>
		<link>http://fiddyp.co.uk/beginners-ajax-tutorial-part-2/comment-page-1/#comment-1372</link>
		<dc:creator>13 Great Articles - December 07, 2007 &#124; My lucky number 13</dc:creator>
		<pubDate>Fri, 07 Dec 2007 12:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.fiddyp.co.uk/beginners-ajax-tutorial-part-2/#comment-1372</guid>
		<description>[...] Beginners AJAX Tutorial Part 2 - Andy Bailey [...]</description>
		<content:encoded><![CDATA[<p>[...] Beginners AJAX Tutorial Part 2 &#8211; Andy Bailey [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Bailey</title>
		<link>http://fiddyp.co.uk/beginners-ajax-tutorial-part-2/comment-page-1/#comment-1371</link>
		<dc:creator>Andy Bailey</dc:creator>
		<pubDate>Wed, 05 Dec 2007 13:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.fiddyp.co.uk/beginners-ajax-tutorial-part-2/#comment-1371</guid>
		<description>ahhh, sauna and source code, a hot bit of AJAX.. Yum :-)
The next 2 parts will definitely be on time, I have them both saved as drafts ready to publish, they&#039;re still not &#039;look-at-what-a-cool-ajax-script-I-wrote&#039; yet but I think it&#039;s important to get the beginning stuff done a little bit at a time.. by part 6 you&#039;ll be able to put a useful script on a page and call it your own..</description>
		<content:encoded><![CDATA[<p>ahhh, sauna and source code, a hot bit of AJAX.. Yum <img src='http://fiddyp.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
The next 2 parts will definitely be on time, I have them both saved as drafts ready to publish, they&#8217;re still not &#8216;look-at-what-a-cool-ajax-script-I-wrote&#8217; yet but I think it&#8217;s important to get the beginning stuff done a little bit at a time.. by part 6 you&#8217;ll be able to put a useful script on a page and call it your own..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Opal Tribble</title>
		<link>http://fiddyp.co.uk/beginners-ajax-tutorial-part-2/comment-page-1/#comment-1370</link>
		<dc:creator>Opal Tribble</dc:creator>
		<pubDate>Wed, 05 Dec 2007 12:21:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.fiddyp.co.uk/beginners-ajax-tutorial-part-2/#comment-1370</guid>
		<description>Yes a part two!  I&#039;m printing this and will be perusing it while I&#039;m in the sauna this morning.

&lt;em&gt;Opal Tribble&#039;s last blog post..&lt;a href=&#039;http://feeds.feedburner.com/~r/veganmomma/khQh/~3/195441510/&#039; rel=&quot;nofollow&quot;&gt;Guest Posting &amp; Exercise From a Vegan Perspective&lt;/a&gt;&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>Yes a part two!  I&#8217;m printing this and will be perusing it while I&#8217;m in the sauna this morning.</p>
<p><em>Opal Tribble&#8217;s last blog post..<a href='http://feeds.feedburner.com/~r/veganmomma/khQh/~3/195441510/' rel="nofollow">Guest Posting &amp; Exercise From a Vegan Perspective</a></em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Bailey</title>
		<link>http://fiddyp.co.uk/beginners-ajax-tutorial-part-2/comment-page-1/#comment-1369</link>
		<dc:creator>Andy Bailey</dc:creator>
		<pubDate>Tue, 04 Dec 2007 22:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.fiddyp.co.uk/beginners-ajax-tutorial-part-2/#comment-1369</guid>
		<description>I saw my site thumbnail there thanks!
you should be able to run the code on your own PC, no need to upload it anywhere!</description>
		<content:encoded><![CDATA[<p>I saw my site thumbnail there thanks!<br />
you should be able to run the code on your own PC, no need to upload it anywhere!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: witchypoo</title>
		<link>http://fiddyp.co.uk/beginners-ajax-tutorial-part-2/comment-page-1/#comment-1368</link>
		<dc:creator>witchypoo</dc:creator>
		<pubDate>Tue, 04 Dec 2007 18:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.fiddyp.co.uk/beginners-ajax-tutorial-part-2/#comment-1368</guid>
		<description>Hi, Andy, did you see yourself on my blogroll?
You&#039;ve been an amazing resource for my php neediness.
I&#039;m a leeetle nervous about implementing the final code, but it isn&#039;t anything that a Ctrl-z wouldn&#039;t cure anyway.
Thanks again.

&lt;em&gt;witchypoo&#039;s last blog post..&lt;a href=&#039;http://psychicgeek.com/working-with-the-police-part-one/&#039; rel=&quot;nofollow&quot;&gt;Working with the police, part one&lt;/a&gt;&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>Hi, Andy, did you see yourself on my blogroll?<br />
You&#8217;ve been an amazing resource for my php neediness.<br />
I&#8217;m a leeetle nervous about implementing the final code, but it isn&#8217;t anything that a Ctrl-z wouldn&#8217;t cure anyway.<br />
Thanks again.</p>
<p><em>witchypoo&#8217;s last blog post..<a href='http://psychicgeek.com/working-with-the-police-part-one/' rel="nofollow">Working with the police, part one</a></em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Bailey</title>
		<link>http://fiddyp.co.uk/beginners-ajax-tutorial-part-2/comment-page-1/#comment-1367</link>
		<dc:creator>Andy Bailey</dc:creator>
		<pubDate>Tue, 04 Dec 2007 13:18:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.fiddyp.co.uk/beginners-ajax-tutorial-part-2/#comment-1367</guid>
		<description>Agen Iklan &#187; I have just written part 3 of the series and saved it ready for publishing next week so there wont be such a long wait this time!
thanks for visiting Agen, I hope you get some use out of these tutorials..</description>
		<content:encoded><![CDATA[<p>Agen Iklan &raquo; I have just written part 3 of the series and saved it ready for publishing next week so there wont be such a long wait this time!<br />
thanks for visiting Agen, I hope you get some use out of these tutorials..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

