<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Warping it up! &#187; XMLHttpRequest</title>
	<atom:link href="http://www.bytefarmers.com/log/tag/xmlhttprequest/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bytefarmers.com/log</link>
	<description>Fini Alring's Glossy Tech Zine</description>
	<lastBuildDate>Sat, 15 May 2010 09:26:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Introduction to AJAX</title>
		<link>http://www.bytefarmers.com/log/2005/08/13/introduction-to-ajax/</link>
		<comments>http://www.bytefarmers.com/log/2005/08/13/introduction-to-ajax/#comments</comments>
		<pubDate>Sat, 13 Aug 2005 21:04:32 +0000</pubDate>
		<dc:creator>Fini Alring</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Steroids]]></category>
		<category><![CDATA[WarpXML]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XMLHttpRequest]]></category>

		<guid isPermaLink="false">http://www.bytefarmers.com/log/2005/08/13/introduction-to-ajax/</guid>
		<description><![CDATA[I started as a Web Developer in 1996, and quicky found the wonders of JavaScript, and has since been doing tons of stuff with it. When doing more complex stuff it has always been an issue of how to get the code to communicate between client and server, as well as between frames and what [...]]]></description>
			<content:encoded><![CDATA[<p>I started as a Web Developer in 1996, and quicky found the wonders of JavaScript, and has since been doing tons of stuff with it. When doing more complex stuff it has always been an issue of how to get the code to communicate between client and server, as well as between frames and what have you.. In the beginning we had to use hidden frames and iframes to send data back and forth, without reloading the main window. But one of the best features for doing that has only been widely used for 3-4 years in cross-browser enviroments (IE 5.0 introduced it). Itâ€™s the XMLHttpRequest API which allows the client to send and recieve XML documents thru ordinary HTTP GET &#038; POST methods. The IO is handled asyncronously and uses events calls to inform the client of the status.</p>
<p>This introduction was taken from the pages of my own AJAX API, which I am releasing very soon, stay tuned!!</p>
<p><a href="http://www.bytefarmers.com/log/code/javascript/warpxml/">WarpXML 2.0 &#8211; AJAX on Steriods</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bytefarmers.com/log/2005/08/13/introduction-to-ajax/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dojo &#8211; The Browser Toolkit</title>
		<link>http://www.bytefarmers.com/log/2005/06/13/dojo-the-browser-toolkit/</link>
		<comments>http://www.bytefarmers.com/log/2005/06/13/dojo-the-browser-toolkit/#comments</comments>
		<pubDate>Mon, 13 Jun 2005 11:07:31 +0000</pubDate>
		<dc:creator>Fini Alring</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[DOJO]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[XMLHttpRequest]]></category>

		<guid isPermaLink="false">http://www.bytefarmers.com/log/2005/06/13/dojo-the-browser-toolkit/</guid>
		<description><![CDATA[Oh, well you can&#8217;t mention &#8216;em all except one, so here&#8217;s the AJAX / browser UI toolkit briefly mentioned in the previous post. I haven&#8217;t tried this or any of the other mentioned Ajax API&#8217;s because I have written my own a long time before all this Ajax talk, I won&#8217;t promise when I&#8217;ll release [...]]]></description>
			<content:encoded><![CDATA[<p>Oh, well you can&#8217;t mention &#8216;em all except one, so here&#8217;s the AJAX / browser UI toolkit briefly mentioned in the <a href="/log/2005/06/13/simple-ajax-code-kit-sack/">previous post</a>. I haven&#8217;t tried this or any of the other mentioned Ajax API&#8217;s because I have written my own a long time before all this Ajax talk, I won&#8217;t promise when I&#8217;ll release it, because it seems I have to evaluate the feature sets of quite a number of api&#8217;s first.. One&#8217;s api has to be superior ofcourse (<em>Seriously I will probably go for a multi-layered architecture, attempting to base a complex Ajax core upon a low-level core, allowing for the many uses XML data has on a website</em>)..</p>
<p>* <a href="http://dojotoolkit.com/">Dojo Toolkit</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bytefarmers.com/log/2005/06/13/dojo-the-browser-toolkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple AJAX Code-Kit (SACK)</title>
		<link>http://www.bytefarmers.com/log/2005/06/13/simple-ajax-code-kit-sack/</link>
		<comments>http://www.bytefarmers.com/log/2005/06/13/simple-ajax-code-kit-sack/#comments</comments>
		<pubDate>Mon, 13 Jun 2005 10:21:13 +0000</pubDate>
		<dc:creator>Fini Alring</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[SACK]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[XMLHttpRequest]]></category>

		<guid isPermaLink="false">http://www.bytefarmers.com/log/2005/06/13/simple-ajax-code-kit-sack/</guid>
		<description><![CDATA[In this seemingly unlimited stream of AJAX articles and frameworks, let me present you to SACK. SACK is a light-weight AJAX API, written by Gregory Wild-Smith. Gregory writes: &#8220;Iâ€™ve seen AJAX solutions like SAJAX or Dojo, and they havenâ€™t really interested me. They seem to bloated and, for the most part, rather insecure. This is [...]]]></description>
			<content:encoded><![CDATA[<p>In this seemingly unlimited stream of AJAX articles and frameworks, let me present you to <a href="http://twilightuniverse.com/2005/05/sack-of-ajax/">SACK</a>. SACK is a light-weight AJAX API, written by <a href="http://twilightuniverse.com">Gregory Wild-Smith</a>.</p>
<blockquote class="floatRight"><p>Gregory writes: &#8220;<em>Iâ€™ve seen AJAX solutions like <a href="http://www.modernmethod.com/sajax/">SAJAX</a> or <a href="http://dojotoolkit.com/">Dojo</a>, and they havenâ€™t really interested me. They seem to bloated and, for the most part, <a href="http://www.intertwingly.net/blog/2005/03/16/AJAX-Considered-Harmful">rather</a> <a href="http://www.intertwingly.net/blog/2005/04/01/Sajax-Still-UnSafe">insecure</a>.<br />
This is mostly because they appear to be trying to do things with AJAX that it can do, but should it?</em>&#8220;</p></blockquote>
<p>* <a href="http://twilightuniverse.com/2005/05/sack-of-ajax/">Sack of AJAX</a><br />
* <a href="http://twilightuniverse.com/2005/06/we-fear-change/">AJAX &#8211; We fear change</a><br />
* <a href="http://twilightuniverse.com/2005/06/shiny-new-sack/">Shiny New Sack</a><br />
* <a href="http://twilightuniverse.com/2005/03/ajax-whiter-than-white/">AJAX : Whiter than White?</a></p>
<p>* <a href="http://twilightuniverse.com/projects/sack/">Simple AJAX Code-Kit (SACK) Docs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bytefarmers.com/log/2005/06/13/simple-ajax-code-kit-sack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAJAX V0.10 &#8211; Simple AJAX Toolkit</title>
		<link>http://www.bytefarmers.com/log/2005/06/09/sajax-v010-simple-ajax-toolkit/</link>
		<comments>http://www.bytefarmers.com/log/2005/06/09/sajax-v010-simple-ajax-toolkit/#comments</comments>
		<pubDate>Thu, 09 Jun 2005 12:03:58 +0000</pubDate>
		<dc:creator>Fini Alring</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[ModernMethod]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[SAJAX]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[Toolkit]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[XMLHttpRequest]]></category>

		<guid isPermaLink="false">http://www.bytefarmers.com/log/2005/06/09/sajax-v010-simple-ajax-toolkit/</guid>
		<description><![CDATA[I have not had time to evaluate this framework, but I have come across it the last couple of days, so I might as well post a note about, to get you started on this. * In not too distant future I will be releasing my own XML frameworks as Open Source (most probably CC-GNU [...]]]></description>
			<content:encoded><![CDATA[<p>I have not had time to evaluate this framework, but I have come across it the last couple of days, so I might as well post a note about, to get you started on this. </p>
<p>* In not too distant future I will be releasing my own XML frameworks as Open Source (most probably CC-GNU GPL), I just thought I would like to update them a little first, since they were mainly written in 2002.</p>
<blockquote><p>&#8220;<em>Sajax is an open source tool to make programming websites using the Ajax framework â€” also known as XMLHTTPRequest or remote scripting â€” as easy as possible. Sajax makes it easy to call PHP, Perl or Python functions from your webpages via JavaScript without performing a browser refresh. The toolkit does 99% of the work for you so you have no excuse to not use it.</em>&#8220;</p></blockquote>
<p>* <a href="http://www.modernmethod.com/sajax/">SAJAX &#8211; Simple Ajax Toolkit by ModernMethod &#8211; XMLHTTPRequest Toolkit</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bytefarmers.com/log/2005/06/09/sajax-v010-simple-ajax-toolkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX in practice and it&#8217;s problems</title>
		<link>http://www.bytefarmers.com/log/2005/05/13/ajax-in-practice-and-its-problems/</link>
		<comments>http://www.bytefarmers.com/log/2005/05/13/ajax-in-practice-and-its-problems/#comments</comments>
		<pubDate>Thu, 12 May 2005 22:58:39 +0000</pubDate>
		<dc:creator>Fini Alring</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[XMLHttpRequest]]></category>

		<guid isPermaLink="false">http://www.bytefarmers.com/log/2005/05/13/ajax-in-practice-and-its-problems/</guid>
		<description><![CDATA[Thomas Baekdal writes about the usability issues of XML/JS/HTML or these days just AJAX. * Usability issues with XMLHttpRequest. * Usable XMLHttpRequest in Practice]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.baekdal.com">Thomas Baekdal</a> writes about the usability issues of XML/JS/HTML or these days just AJAX.</p>
<p>* <a href="http://www.baekdal.com/articles/Usability/XMLHttpRequest-guidelines/">Usability issues with XMLHttpRequest.</a></p>
<p>* <a href="http://www.baekdal.com/articles/usability/usable-XMLHttpRequest/">Usable XMLHttpRequest in Practice</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bytefarmers.com/log/2005/05/13/ajax-in-practice-and-its-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</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 (enhanced) (user agent is rejected)
Database Caching 13/19 queries in 0.014 seconds using disk

Served from: www.bytefarmers.com @ 2010-07-30 11:57:01 -->