<?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: How Ajax Works</title> <atom:link href="http://www.webdesignerdepot.com/2008/11/how-ajax-works/feed/" rel="self" type="application/rss+xml" /><link>http://www.webdesignerdepot.com/2008/11/how-ajax-works/</link> <description>Web Design Resources and Tutorials</description> <lastBuildDate>Sat, 11 Feb 2012 03:33:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=abc</generator> <item><title>By: amr darwish</title><link>http://www.webdesignerdepot.com/2008/11/how-ajax-works/#comment-608189</link> <dc:creator>amr darwish</dc:creator> <pubDate>Mon, 15 Nov 2010 06:59:05 +0000</pubDate> <guid
isPermaLink="false">http://www.webdesignerdepot.com/?p=321#comment-608189</guid> <description>Nice…good way to learn some AJAX…</description> <content:encoded><![CDATA[<p>Nice…good way to learn some AJAX…</p> ]]></content:encoded> </item> <item><title>By: webdesignerslog</title><link>http://www.webdesignerdepot.com/2008/11/how-ajax-works/#comment-602483</link> <dc:creator>webdesignerslog</dc:creator> <pubDate>Sun, 24 Oct 2010 12:47:14 +0000</pubDate> <guid
isPermaLink="false">http://www.webdesignerdepot.com/?p=321#comment-602483</guid> <description>Hi I&#039;m new to AJAX thanks for such a great explanation...</description> <content:encoded><![CDATA[<p>Hi I&#8217;m new to AJAX thanks for such a great explanation&#8230;</p> ]]></content:encoded> </item> <item><title>By: wedding invites</title><link>http://www.webdesignerdepot.com/2008/11/how-ajax-works/#comment-585816</link> <dc:creator>wedding invites</dc:creator> <pubDate>Thu, 08 Jul 2010 01:31:07 +0000</pubDate> <guid
isPermaLink="false">http://www.webdesignerdepot.com/?p=321#comment-585816</guid> <description>It looks like you are trying to test this on your local machine. If you wish to test it on your local machine you must install Microsoft’s Personal Web Server (PWS) or Internet Information Services (IIS) on your PC.</description> <content:encoded><![CDATA[<p>It looks like you are trying to test this on your local machine. If you wish to test it on your local machine you must install Microsoft’s Personal Web Server (PWS) or Internet Information Services (IIS) on your PC.</p> ]]></content:encoded> </item> <item><title>By: technology</title><link>http://www.webdesignerdepot.com/2008/11/how-ajax-works/#comment-582886</link> <dc:creator>technology</dc:creator> <pubDate>Wed, 09 Jun 2010 16:57:02 +0000</pubDate> <guid
isPermaLink="false">http://www.webdesignerdepot.com/?p=321#comment-582886</guid> <description>ASP pages are server side scripts and run on Microsoft IIS servers. It looks like you are trying to test this on your local machine. If you wish to test it on your local machine you must install Microsoft’s Personal Web Server (PWS) or Internet Information Services (IIS) on your PC. Follow the steps below to do this.</description> <content:encoded><![CDATA[<p>ASP pages are server side scripts and run on Microsoft IIS servers. It looks like you are trying to test this on your local machine. If you wish to test it on your local machine you must install Microsoft’s Personal Web Server (PWS) or Internet Information Services (IIS) on your PC. Follow the steps below to do this.</p> ]]></content:encoded> </item> <item><title>By: Billy</title><link>http://www.webdesignerdepot.com/2008/11/how-ajax-works/#comment-577318</link> <dc:creator>Billy</dc:creator> <pubDate>Wed, 21 Apr 2010 11:57:31 +0000</pubDate> <guid
isPermaLink="false">http://www.webdesignerdepot.com/?p=321#comment-577318</guid> <description>A great little introduction to Ajax, It&#039;s really worth looking into this more</description> <content:encoded><![CDATA[<p>A great little introduction to Ajax, It&#8217;s really worth looking into this more</p> ]]></content:encoded> </item> <item><title>By: istsexshop</title><link>http://www.webdesignerdepot.com/2008/11/how-ajax-works/#comment-575628</link> <dc:creator>istsexshop</dc:creator> <pubDate>Sat, 10 Apr 2010 10:21:06 +0000</pubDate> <guid
isPermaLink="false">http://www.webdesignerdepot.com/?p=321#comment-575628</guid> <description>ajax it’s very good for fiyakali web’s</description> <content:encoded><![CDATA[<p>ajax it’s very good for fiyakali web’s</p> ]]></content:encoded> </item> <item><title>By: DrBB</title><link>http://www.webdesignerdepot.com/2008/11/how-ajax-works/#comment-572985</link> <dc:creator>DrBB</dc:creator> <pubDate>Tue, 30 Mar 2010 14:23:36 +0000</pubDate> <guid
isPermaLink="false">http://www.webdesignerdepot.com/?p=321#comment-572985</guid> <description>All very lucid, and thanks. What brings me here is trying to figure something out about AJAX architecture. Is it possible to embed another AJAX call within the content that gets returned to the user-facing page by the initial call? I&#039;ve got an app that successfully runs a database query and echoes the results to my page, but in some cases there is more than one row that fits the query criteria. I&#039;d like to be able to display part of the information (just the name) and let the user select the one that fits, with the selection action also running as an Ajax script so no additional page load is needed. But whereas I can include html tags--e.g. hyperlinks--inside the initial data return and they work fine, I can&#039;t seem to run any additional javascript from there. Any suggestions on how to get around this problem?</description> <content:encoded><![CDATA[<p>All very lucid, and thanks. What brings me here is trying to figure something out about AJAX architecture. Is it possible to embed another AJAX call within the content that gets returned to the user-facing page by the initial call? I&#8217;ve got an app that successfully runs a database query and echoes the results to my page, but in some cases there is more than one row that fits the query criteria. I&#8217;d like to be able to display part of the information (just the name) and let the user select the one that fits, with the selection action also running as an Ajax script so no additional page load is needed. But whereas I can include html tags&#8211;e.g. hyperlinks&#8211;inside the initial data return and they work fine, I can&#8217;t seem to run any additional javascript from there. Any suggestions on how to get around this problem?</p> ]]></content:encoded> </item> <item><title>By: Paralante</title><link>http://www.webdesignerdepot.com/2008/11/how-ajax-works/#comment-566722</link> <dc:creator>Paralante</dc:creator> <pubDate>Wed, 10 Feb 2010 19:28:40 +0000</pubDate> <guid
isPermaLink="false">http://www.webdesignerdepot.com/?p=321#comment-566722</guid> <description>&quot;With AJAX, your JavaScript communicates directly with the server, through the JavaScript XMLHttpRequest object.&quot;  This is not web design information. This web programming information...</description> <content:encoded><![CDATA[<p>&#8220;With AJAX, your JavaScript communicates directly with the server, through the JavaScript XMLHttpRequest object.&#8221;  This is not web design information. This web programming information&#8230;</p> ]]></content:encoded> </item> <item><title>By: Anmy</title><link>http://www.webdesignerdepot.com/2008/11/how-ajax-works/#comment-564211</link> <dc:creator>Anmy</dc:creator> <pubDate>Fri, 22 Jan 2010 15:54:49 +0000</pubDate> <guid
isPermaLink="false">http://www.webdesignerdepot.com/?p=321#comment-564211</guid> <description>wery good text//im starting to learn AJAX</description> <content:encoded><![CDATA[<p>wery good text//im starting to learn AJAX</p> ]]></content:encoded> </item> <item><title>By: erotik market</title><link>http://www.webdesignerdepot.com/2008/11/how-ajax-works/#comment-562971</link> <dc:creator>erotik market</dc:creator> <pubDate>Mon, 04 Jan 2010 07:29:45 +0000</pubDate> <guid
isPermaLink="false">http://www.webdesignerdepot.com/?p=321#comment-562971</guid> <description>ajax it&#039;s very good for fiyakali web&#039;s</description> <content:encoded><![CDATA[<p>ajax it&#8217;s very good for fiyakali web&#8217;s</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (User agent is rejected)
Database Caching 3/8 queries in 0.003 seconds using disk
Object Caching 486/490 objects using disk

Served from: www.webdesignerdepot.com @ 2012-02-11 02:08:26 -->
