<?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>Your Daily Mixed Net Soup &#187; AJAX Design</title>
	<atom:link href="http://www.mixedsoup.com/category/ajax-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mixedsoup.com</link>
	<description>Ultimate Guides To Find Your Path Through The Net</description>
	<lastBuildDate>Sat, 31 Jul 2010 10:00:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>RIA &#8211; Rich Internet Application And Content Management</title>
		<link>http://www.mixedsoup.com/ria-rich-internet-application-and-content-management/</link>
		<comments>http://www.mixedsoup.com/ria-rich-internet-application-and-content-management/#comments</comments>
		<pubDate>Tue, 06 May 2008 01:47:56 +0000</pubDate>
		<dc:creator>MixedSoup</dc:creator>
				<category><![CDATA[AJAX Design]]></category>
		<category><![CDATA[Learn AJAX]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Quick Tips]]></category>

		<guid isPermaLink="false">http://www.mixedsoup.com/?p=715</guid>
		<description><![CDATA[

Today everyone talks about Web 2.0. But while the idea of a collective intelligence, implied here by the term&#8217;s inventor Tim O&#8217;Reily remains an object of trivial speculations, it is obvious that the World Wide Web is changing. Web applications are increasingly approaching the level of functionality, which is usually found only in desktop applications. [...]]]></description>
		<wfw:commentRss>http://www.mixedsoup.com/ria-rich-internet-application-and-content-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Activating SOAP using Ajax</title>
		<link>http://www.mixedsoup.com/activating-soap-using-ajax/</link>
		<comments>http://www.mixedsoup.com/activating-soap-using-ajax/#comments</comments>
		<pubDate>Fri, 02 May 2008 01:43:58 +0000</pubDate>
		<dc:creator>MixedSoup</dc:creator>
				<category><![CDATA[AJAX Design]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[AJAX Tips]]></category>
		<category><![CDATA[Learn AJAX]]></category>

		<guid isPermaLink="false">http://www.mixedsoup.com/?p=313</guid>
		<description><![CDATA[

Any business transactions who want nothing more than security, speed and accuracy of application use SOAP for information transportation between applications. Using HTTP, developers are able to use the internet and more specifically, the browsers to ensure that the application and information transfer will never require more than a stable internet connection. Based on current [...]]]></description>
		<wfw:commentRss>http://www.mixedsoup.com/activating-soap-using-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax Without the Works</title>
		<link>http://www.mixedsoup.com/ajax-without-the-works/</link>
		<comments>http://www.mixedsoup.com/ajax-without-the-works/#comments</comments>
		<pubDate>Thu, 01 May 2008 01:43:49 +0000</pubDate>
		<dc:creator>MixedSoup</dc:creator>
				<category><![CDATA[AJAX Design]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[AJAX Tips]]></category>
		<category><![CDATA[Learn AJAX]]></category>

		<guid isPermaLink="false">http://www.mixedsoup.com/?p=312</guid>
		<description><![CDATA[

When we talk about Ajax, we often encounter XMLHttpRequest, Flash, Java, iframe and frame functions. Without them, Ajax will practically be nothing. They provide the function and process data. But there is actually a trick on how to build an Ajax based program without using these functions. You don’t even need to fool the system [...]]]></description>
		<wfw:commentRss>http://www.mixedsoup.com/ajax-without-the-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AjaxControlToolkit Tricks</title>
		<link>http://www.mixedsoup.com/ajaxcontroltoolkit-tricks/</link>
		<comments>http://www.mixedsoup.com/ajaxcontroltoolkit-tricks/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 01:43:42 +0000</pubDate>
		<dc:creator>MixedSoup</dc:creator>
				<category><![CDATA[AJAX Design]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[AJAX Tips]]></category>
		<category><![CDATA[Learn AJAX]]></category>

		<guid isPermaLink="false">http://www.mixedsoup.com/?p=311</guid>
		<description><![CDATA[

Today we will take a look at a few AjaxControlToolkit tricks. If you have been working with ASP.NET long enough you know how important this function is to your Ajax based application. In fact, I have been looking online and most of the things I see related to the latest ASP.NET release are concerns regarding [...]]]></description>
		<wfw:commentRss>http://www.mixedsoup.com/ajaxcontroltoolkit-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building an Ajax Loader</title>
		<link>http://www.mixedsoup.com/building-an-ajax-loader/</link>
		<comments>http://www.mixedsoup.com/building-an-ajax-loader/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 01:43:34 +0000</pubDate>
		<dc:creator>MixedSoup</dc:creator>
				<category><![CDATA[AJAX Design]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[AJAX Tips]]></category>
		<category><![CDATA[Learn AJAX]]></category>

		<guid isPermaLink="false">http://www.mixedsoup.com/?p=310</guid>
		<description><![CDATA[

Communication from the server to the client sometimes is broken up that absolutely nothing is loaded to the webpage. It is a very easy concept most of the time since you will just load your XMLHttpRequest properly. However, the problem usually occurs when as simple as XML and HTTP cannot even recognize the request from [...]]]></description>
		<wfw:commentRss>http://www.mixedsoup.com/building-an-ajax-loader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
