<?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>Ajax Matters</title>
	<atom:link href="http://www.ajaxmatters.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ajaxmatters.com</link>
	<description>AJAX Tutorials</description>
	<lastBuildDate>Thu, 05 Aug 2010 06:12:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Getting Started with AJAX using Java : Tutorial</title>
		<link>http://www.ajaxmatters.com/2006/05/getting-started-with-ajax-using-java-tutorial/</link>
		<comments>http://www.ajaxmatters.com/2006/05/getting-started-with-ajax-using-java-tutorial/#comments</comments>
		<pubDate>Mon, 22 May 2006 23:01:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">ajaxmatters.com.php5-10.dfw1-2.websitetestlink.com/?p=15</guid>
		<description><![CDATA[We learnt how AJAX works in previous articles; now we want to explore some techniques for using AJAX with Java technologies such as Java Server Pages (JSP), Java Server Faces (JSF) and others.
The most common way of using AJAX with Java technologies is to use JavaScript. You need to have AJAX functions, such as, creating [...]]]></description>
		<wfw:commentRss>http://www.ajaxmatters.com/2006/05/getting-started-with-ajax-using-java-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Started with Google Web Toolkit Tutorial</title>
		<link>http://www.ajaxmatters.com/2006/05/getting-started-with-google-web-toolkit-tutorial/</link>
		<comments>http://www.ajaxmatters.com/2006/05/getting-started-with-google-web-toolkit-tutorial/#comments</comments>
		<pubDate>Sun, 21 May 2006 23:01:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">ajaxmatters.com.php5-10.dfw1-2.websitetestlink.com/?p=14</guid>
		<description><![CDATA[Building AJAX applications using Frameworks: 
Any developer will typically create his Ajax application by writing XHTML pages and JavaScript code with his favorite integrated development environment (IDE) or even text editors. A number of different libraries and frameworks exist which allow programmers to use pre-designed JavaScript classes to implement otherwise time-consuming dynamic behaviors, such as [...]]]></description>
		<wfw:commentRss>http://www.ajaxmatters.com/2006/05/getting-started-with-google-web-toolkit-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Handling Complex DataTypes using ASP.NET AJAX</title>
		<link>http://www.ajaxmatters.com/2006/05/handling-complex-datatypes-using-asp-net-ajax/</link>
		<comments>http://www.ajaxmatters.com/2006/05/handling-complex-datatypes-using-asp-net-ajax/#comments</comments>
		<pubDate>Sat, 20 May 2006 23:01:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">ajaxmatters.com.php5-10.dfw1-2.websitetestlink.com/?p=13</guid>
		<description><![CDATA[Use of complex data types in Ajax programming is a tricky issue. In many   scenarios we need to communicate between the clientand server via strings only.
In this article we discuss how  ASP.NET AJAX handles complex data types. We wil use a web service for Ajax communication which will be exposed to client [...]]]></description>
		<wfw:commentRss>http://www.ajaxmatters.com/2006/05/handling-complex-datatypes-using-asp-net-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The JDA Revolution</title>
		<link>http://www.ajaxmatters.com/2006/05/the-jda-revolution/</link>
		<comments>http://www.ajaxmatters.com/2006/05/the-jda-revolution/#comments</comments>
		<pubDate>Fri, 19 May 2006 23:01:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">ajaxmatters.com.php5-10.dfw1-2.websitetestlink.com/?p=12</guid>
		<description><![CDATA[Synopsis: As the amount of logic implemented in javascript increases in response to demands in accessibility and client-side functionality, the opportunity for foot-shooting has increased exponentially. JDA is a nimble, kevlar-booted javascript message-passing kernel which manages communication between separate javascript modules and enforces that modularization. JDA stands for Javascript Dataflow Architecture. It is an open [...]]]></description>
		<wfw:commentRss>http://www.ajaxmatters.com/2006/05/the-jda-revolution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dealing with Long Running Processes in ASP.NET</title>
		<link>http://www.ajaxmatters.com/2006/05/dealing-with-long-running-processes-in-asp-net/</link>
		<comments>http://www.ajaxmatters.com/2006/05/dealing-with-long-running-processes-in-asp-net/#comments</comments>
		<pubDate>Thu, 18 May 2006 23:01:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">ajaxmatters.com.php5-10.dfw1-2.websitetestlink.com/?p=11</guid>
		<description><![CDATA[Introduction
. Whether we use Ajax or not, if it is a very long running process the browser may show a time-out error.
In case of ASP.NET AJAX if we use a script manager then we also have to define the time-out for the request which can be difficult in the scenario where we cannot predict how [...]]]></description>
		<wfw:commentRss>http://www.ajaxmatters.com/2006/05/dealing-with-long-running-processes-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update Multiple Page Elements Using The XMLHTTPRequest Object and JavaScript</title>
		<link>http://www.ajaxmatters.com/2006/05/update-multiple-page-elements-using-the-xmlhttprequest-object-and-javascript/</link>
		<comments>http://www.ajaxmatters.com/2006/05/update-multiple-page-elements-using-the-xmlhttprequest-object-and-javascript/#comments</comments>
		<pubDate>Wed, 17 May 2006 23:01:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">ajaxmatters.com.php5-10.dfw1-2.websitetestlink.com/?p=10</guid>
		<description><![CDATA[In the development of Ajax application many times we will encounter following issues.

The requiremnt to update multiple text boxes simultaneously.
Fill more that one dropdown list.
Update a combination of text boxes, dropdown lists and div tags.
Call different web pages and different webservices at the same time.

Imagine the case of a financial data site (such as a [...]]]></description>
		<wfw:commentRss>http://www.ajaxmatters.com/2006/05/update-multiple-page-elements-using-the-xmlhttprequest-object-and-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chartered Financial Analyst &#8211; CFA Exam</title>
		<link>http://www.ajaxmatters.com/2006/05/chartered-financial-analyst-cfa-exam/</link>
		<comments>http://www.ajaxmatters.com/2006/05/chartered-financial-analyst-cfa-exam/#comments</comments>
		<pubDate>Wed, 17 May 2006 11:39:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[CFA]]></category>

		<guid isPermaLink="false">http://www.ajaxmatters.com/?p=21</guid>
		<description><![CDATA[A lot more programmers and IT pro&#8217;s are studying for the Chartered Financial Analyst  CFA  Exam these days. The CFA Exam is a three stage  exam commencing with CFA Level 1 Exam which is held in June and December each year.
CFA opens many horizons for developers as there is a constant requirement in the finance [...]]]></description>
		<wfw:commentRss>http://www.ajaxmatters.com/2006/05/chartered-financial-analyst-cfa-exam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating an AJAX-Enabled Grid using ICallbackEventHandler (Part 2)</title>
		<link>http://www.ajaxmatters.com/2006/05/creating-an-ajax-enabled-grid-using-icallbackeventhandler-part-2/</link>
		<comments>http://www.ajaxmatters.com/2006/05/creating-an-ajax-enabled-grid-using-icallbackeventhandler-part-2/#comments</comments>
		<pubDate>Tue, 16 May 2006 23:01:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">ajaxmatters.com.php5-10.dfw1-2.websitetestlink.com/?p=9</guid>
		<description><![CDATA[In my previous article of Ajax enabled grid using ICallbackEventHandler I outline the creation of a grid with the following operations 

Sort the grid in ascending or in descending order by clicking on the arrows next to a column name.
Change pages of the grid.
Change page length of the grid. 

In this article we will discuss [...]]]></description>
		<wfw:commentRss>http://www.ajaxmatters.com/2006/05/creating-an-ajax-enabled-grid-using-icallbackeventhandler-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to GWT Remote Procedure Calls (RPC)  (with example application)</title>
		<link>http://www.ajaxmatters.com/2006/05/introduction-to-gwt-remote-procedure-calls-rpc-with-example-application/</link>
		<comments>http://www.ajaxmatters.com/2006/05/introduction-to-gwt-remote-procedure-calls-rpc-with-example-application/#comments</comments>
		<pubDate>Mon, 15 May 2006 23:01:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">ajaxmatters.com.php5-10.dfw1-2.websitetestlink.com/?p=8</guid>
		<description><![CDATA[Services in GWT
Google Web Toolkit is a Web Application Framework dealing with Servers and Clients. When a Server is required to do some processing in a web-app Services must be used. A service is used to invoke server-side code from the client (and vice-versa occasionally). 
In GWT the Client side code pages run more like [...]]]></description>
		<wfw:commentRss>http://www.ajaxmatters.com/2006/05/introduction-to-gwt-remote-procedure-calls-rpc-with-example-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating an ASP.NET AJAX-Enabled Grid using ICallbackEventHandler (Part 1)</title>
		<link>http://www.ajaxmatters.com/2006/05/creating-an-ajax-enabled-grid-using-icallbackeventhandler-part-1/</link>
		<comments>http://www.ajaxmatters.com/2006/05/creating-an-ajax-enabled-grid-using-icallbackeventhandler-part-1/#comments</comments>
		<pubDate>Sun, 14 May 2006 23:01:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">ajaxmatters.com.php5-10.dfw1-2.websitetestlink.com/?p=7</guid>
		<description><![CDATA[This article details the development of an ASP.NET AJAX-enabled grid using ICallbackEventHandler, with operations which include sorting, paging and page length change. I will work through the code in sequence, but it may help to download to the entire code sample here
The basic features of the gird are as follows (All operations are asynchronous)

Sort in [...]]]></description>
		<wfw:commentRss>http://www.ajaxmatters.com/2006/05/creating-an-ajax-enabled-grid-using-icallbackeventhandler-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
