<?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 are you using Ajax?</title>
	<atom:link href="http://bokardo.com/archives/how-are-you-using-ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://bokardo.com/archives/how-are-you-using-ajax/</link>
	<description>Interface Design &#38; UX by Joshua Porter</description>
	<lastBuildDate>Wed, 28 Sep 2011 20:28:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: how to use AJAX</title>
		<link>http://bokardo.com/archives/how-are-you-using-ajax/#comment-21294</link>
		<dc:creator>how to use AJAX</dc:creator>
		<pubDate>Tue, 19 Sep 2006 13:36:16 +0000</pubDate>
		<guid isPermaLink="false">http://bokardo.com/archives/how-are-you-using-ajax/#comment-21294</guid>
		<description>I have created a file and a list of items to be added in to the list from the Database(SQL server) and how can i achieve the data from the data base to ajax and from ajax to the jsp page.</description>
		<content:encoded><![CDATA[<p>I have created a file and a list of items to be added in to the list from the Database(SQL server) and how can i achieve the data from the data base to ajax and from ajax to the jsp page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: best online casinos</title>
		<link>http://bokardo.com/archives/how-are-you-using-ajax/#comment-673</link>
		<dc:creator>best online casinos</dc:creator>
		<pubDate>Thu, 26 May 2005 20:35:31 +0000</pubDate>
		<guid isPermaLink="false">http://bokardo.com/archives/how-are-you-using-ajax/#comment-673</guid>
		<description>Excellent, that was really well explained and helpful

&lt;a href=&quot;http://www.online-casinos-starter.com&quot; title=&quot;best online casinos&quot; rel=&quot;nofollow&quot;&gt;best online casinos&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Excellent, that was really well explained and helpful</p>
<p><a href="http://www.online-casinos-starter.com" title="best online casinos" rel="nofollow">best online casinos</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarven Capadisli</title>
		<link>http://bokardo.com/archives/how-are-you-using-ajax/#comment-629</link>
		<dc:creator>Sarven Capadisli</dc:creator>
		<pubDate>Thu, 12 May 2005 14:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://bokardo.com/archives/how-are-you-using-ajax/#comment-629</guid>
		<description>I am using this technology on &lt;a href=&quot;http://www.csarven.ca.&quot; title=&quot;Weblog of Sarven Capadisli&quot; rel=&quot;nofollow&quot;&gt;my site&lt;/a&gt; and it appears to work-out in most cases. There are some issues with some browsers, since they don&#039;t support XMLHttpRequest (i.e. Konqueror, IE5.2.3(mac), and Opera [prior to 8]).

It is definitely a great technology to play around with, however the limitations are written all over it, or rather giving it a justifiable use. I can see this (the search implementation) having major impact on libraries, and pratically any site with heavy content (i.e. knowledgebase),  but as far as weblogs go, I think in most cases, it is unnecessary.

XMLHttpRequest is not new, it just needs to be marketed well  - Apple (&lt;a href=&quot;http://www.apple.com.au/macosx/&quot; title=&quot;Mac OS X&quot; rel=&quot;nofollow&quot;&gt;Mac OS X Tiger&lt;/a&gt;), Google (&lt;a href=&quot;http://www.google.com/webhp?complete=1&amp;hl=en&quot; title=&quot;Google Suggest&quot; rel=&quot;nofollow&quot;&gt;Google Suggest&lt;/a&gt;) and Microsoft  (who knows what) seems to invest a lot of resources.</description>
		<content:encoded><![CDATA[<p>I am using this technology on <a href="http://www.csarven.ca." title="Weblog of Sarven Capadisli" rel="nofollow">my site</a> and it appears to work-out in most cases. There are some issues with some browsers, since they don&#8217;t support XMLHttpRequest (i.e. Konqueror, IE5.2.3(mac), and Opera [prior to 8]).</p>
<p>It is definitely a great technology to play around with, however the limitations are written all over it, or rather giving it a justifiable use. I can see this (the search implementation) having major impact on libraries, and pratically any site with heavy content (i.e. knowledgebase),  but as far as weblogs go, I think in most cases, it is unnecessary.</p>
<p>XMLHttpRequest is not new, it just needs to be marketed well  &#8211; Apple (<a href="http://www.apple.com.au/macosx/" title="Mac OS X" rel="nofollow">Mac OS X Tiger</a>), Google (<a href="http://www.google.com/webhp?complete=1&amp;hl=en" title="Google Suggest" rel="nofollow">Google Suggest</a>) and Microsoft  (who knows what) seems to invest a lot of resources.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Udi</title>
		<link>http://bokardo.com/archives/how-are-you-using-ajax/#comment-628</link>
		<dc:creator>Udi</dc:creator>
		<pubDate>Thu, 12 May 2005 13:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://bokardo.com/archives/how-are-you-using-ajax/#comment-628</guid>
		<description>I&#039;ve tried and tried to think of a good use for Ajax on my new site and I couldn&#039;t think of one.  I did use XMLHTTP to send a request to the server behind the scenes (for flagging an item &#039;off-topic&#039; or &#039;innapropriate&#039; etc.), but I didn&#039;t need any data back or confirmation, so I never handle the response.  Does that still &quot;count&quot; as Ajax usage?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried and tried to think of a good use for Ajax on my new site and I couldn&#8217;t think of one.  I did use XMLHTTP to send a request to the server behind the scenes (for flagging an item &#8216;off-topic&#8217; or &#8216;innapropriate&#8217; etc.), but I didn&#8217;t need any data back or confirmation, so I never handle the response.  Does that still &#8220;count&#8221; as Ajax usage?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vito</title>
		<link>http://bokardo.com/archives/how-are-you-using-ajax/#comment-627</link>
		<dc:creator>Vito</dc:creator>
		<pubDate>Thu, 12 May 2005 12:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://bokardo.com/archives/how-are-you-using-ajax/#comment-627</guid>
		<description>I just finished a project that used a lookup similar to a Win32 app.

It contained a couple text input boxes: Name, Department, Office, Title and Phone. They enter in a name and on exit, it looks up the user.

If the query finds only one user, it pulls the data back as XML and populates the remaining fields and moves on. If not, then it pops up a lookup window with the list of records it found from the text input.

Pretty kewl performance. Gotta find more places to use it. :-)

L8R,
Vito
</description>
		<content:encoded><![CDATA[<p>I just finished a project that used a lookup similar to a Win32 app.</p>
<p>It contained a couple text input boxes: Name, Department, Office, Title and Phone. They enter in a name and on exit, it looks up the user.</p>
<p>If the query finds only one user, it pulls the data back as XML and populates the remaining fields and moves on. If not, then it pops up a lookup window with the list of records it found from the text input.</p>
<p>Pretty kewl performance. Gotta find more places to use it. <img src='http://bokardo.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>L8R,<br />
Vito</p>
]]></content:encoded>
	</item>
</channel>
</rss>

