<?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 &#8211; Programming blog &#8211; website programming blog, blog on website programming .net, java , php and mor</title>
	<atom:link href="https://www.searchenginegenie.com/programming-blog/tag/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.searchenginegenie.com/programming-blog</link>
	<description></description>
	<lastBuildDate>Tue, 20 Jul 2010 15:24:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.5</generator>
	<item>
		<title>Ajax</title>
		<link>https://www.searchenginegenie.com/programming-blog/ajax/</link>
					<comments>https://www.searchenginegenie.com/programming-blog/ajax/#respond</comments>
		
		<dc:creator><![CDATA[Camilla]]></dc:creator>
		<pubDate>Fri, 02 May 2008 05:17:00 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript.]]></category>
		<guid isPermaLink="false">http://www.searchenginegenie.com/programming-blog/ajax/</guid>

					<description><![CDATA[The term AJAX referred as &#8220;Asynchronous JavaScript And XML,&#8221; but is now used much more generally to cover all methods of communicating with a server using JavaScript. Using the Ajax techniques we can submit server requests and get the information from the server to the user without the necessity of waiting for a page load. [&#8230;]]]></description>
										<content:encoded><![CDATA[<p class="MsoNormal">The term AJAX referred as<span> </span>&#8220;Asynchronous JavaScript And XML,&#8221;<span> </span>but is now used much more generally to cover all methods of communicating with a server using JavaScript.</p>
<p><span style="font-size: 12pt; font-family: &amp;amp;quot;">Using the Ajax techniques we can submit server requests and get the information from the server to the user without the necessity of waiting for a page load. The page update without refresh was done by Javascript, PHP and XML&#8217;s XMLHTTPRequest object.<br />
</span><br />
Ajax is actually a grouping of several technologies working together to offer this capability. This could include the techniques bellow,</p>
<ul>
<li><span style="font-size: 12pt; font-family: &amp;amp;quot;">Ajax</span><span style="font-size: 12pt; font-family: &amp;amp;quot;"> offer standards-based presentation using XHTML and CSS.</span></li>
<li>
<p class="MsoNormal">Client, server interaction made using DOM( Document Object Model) and provide dynamic display.</p>
</li>
<li><span style="font-size: 12pt; font-family: &amp;amp;quot;">Data interchange and manipulation was performed by XML and XSLT.</span></li>
<li>
<p class="MsoNormal">Asynchronous data recovery using XMLHttpRequest.</p>
</li>
<li>
<p class="MsoNormal">And make JavaScript binding with everything together.</p>
</li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://www.searchenginegenie.com/programming-blog/ajax/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: www.searchenginegenie.com @ 2024-08-26 13:18:02 by W3 Total Cache
-->