<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>latest scrap in Ajax tag| nScraps.com</title>
<description></description>
<link>http://nscraps.com/tag/Ajax</link>
<language>en</language>
<generator>http://nscraps.com/</generator>
<image>
	<url>http://nscraps.com/logo.png</url>
	<title>latest scrap in Ajax tag| nScraps.com</title>
	<link>http://nscraps.com</link>
</image>
   <item>
        <title><![CDATA[Ajax File Load into HTML DIV]]></title>
       <link>http://nscraps.com/HTML/1414-ajax-file-load-into-html-div.htm</link>
	   <category><![CDATA[HTML]]></category>       <description><![CDATA[ &lt;h2&gt;How to Load File into a Specific DIV&lt;/h2&gt;This below ajax code is to load file into a particular DIV on a web page. The id is used to search for the specified DIV to get the file contents on that web page location&lt;h3&gt;Ajax Load t...<a href=http://nscraps.com/HTML/1414-ajax-file-load-into-html-div.htm>Read full scrap</a>]]></description>
       <author>webmaster@nscraps.com(nScraps.com)</author>
       <pubDate>Tue, 30 Aug 2011 11:49:01 +0530</pubDate>
   </item>
      <item>
        <title><![CDATA[Dynamic Image Download]]></title>
       <link>http://nscraps.com/JavaScript/1167-dynamic-image-download.htm</link>
	   <category><![CDATA[JavaScript]]></category>       <description><![CDATA[ &lt;h2&gt;Image Parsing from Different Domain&lt;/h2&gt;The below function for Image fetching from different URLs written in Javascript and jQuery. This script is used to download the image dynamically from other website. This script may required hig...<a href=http://nscraps.com/JavaScript/1167-dynamic-image-download.htm>Read full scrap</a>]]></description>
       <author>webmaster@nscraps.com(nScraps.com)</author>
       <pubDate>Fri, 15 Jul 2011 11:52:43 +0530</pubDate>
   </item>
      <item>
        <title><![CDATA[Ajax XMLHttp Request Example for Web Browsers]]></title>
       <link>http://nscraps.com/JavaScript/1162-ajax-xmlhttp-request-example-for-web-browsers.htm</link>
	   <category><![CDATA[JavaScript]]></category>       <description><![CDATA[ &lt;h2&gt;XMLHttpRequest Examples&lt;/h2&gt;Ajax XMLHttpRequest is the API used in browser and written in javascript would send the HTTP or HTTPS request to the server for particular element instead of loading the entire web page and return the serve...<a href=http://nscraps.com/JavaScript/1162-ajax-xmlhttp-request-example-for-web-browsers.htm>Read full scrap</a>]]></description>
       <author>webmaster@nscraps.com(nScraps.com)</author>
       <pubDate>Thu, 14 Jul 2011 12:22:20 +0530</pubDate>
   </item>
      <item>
        <title><![CDATA[Ajax GET Request Creation]]></title>
       <link>http://nscraps.com/JavaScript/1071-ajax-get-request-creation.htm</link>
	   <category><![CDATA[JavaScript]]></category>       <description><![CDATA[ &lt;h2&gt;How to Create Ajax GET Request&lt;/h2&gt;Ajax is the client side language to create the interactive web applications by using group of methods. XMLHttpRequest is usually used to communicate the web server to retrieve the information on the ...<a href=http://nscraps.com/JavaScript/1071-ajax-get-request-creation.htm>Read full scrap</a>]]></description>
       <author>webmaster@nscraps.com(nScraps.com)</author>
       <pubDate>Mon, 04 Jul 2011 12:05:12 +0530</pubDate>
   </item>
      <item>
        <title><![CDATA[Ajax POST Request Code]]></title>
       <link>http://nscraps.com/JavaScript/1069-ajax-post-request-code.htm</link>
	   <category><![CDATA[JavaScript]]></category>       <description><![CDATA[ &lt;h2&gt;POST Request Creation in Ajax Code&lt;/h2&gt;Ajax applications only uses GET request in most of the cases. In certain occasions it's necessary to create POST request instead of GET request. The Ajax POST request script will help you to crea...<a href=http://nscraps.com/JavaScript/1069-ajax-post-request-code.htm>Read full scrap</a>]]></description>
       <author>webmaster@nscraps.com(nScraps.com)</author>
       <pubDate>Mon, 04 Jul 2011 11:53:20 +0530</pubDate>
   </item>
      <item>
        <title><![CDATA[Javascript Dynamic File Loader using jQuery]]></title>
       <link>http://nscraps.com/JavaScript/1068-javascript-dynamic-file-loader-using-jquery.htm</link>
	   <category><![CDATA[JavaScript]]></category>       <description><![CDATA[ &lt;h2&gt;jQuery Dynamic File Loading&lt;/h2&gt;This jQuery file loading function is used to load the dynamic files. This function is employed in many web application to upload the files through form fields. The set time out returns error message whi...<a href=http://nscraps.com/JavaScript/1068-javascript-dynamic-file-loader-using-jquery.htm>Read full scrap</a>]]></description>
       <author>webmaster@nscraps.com(nScraps.com)</author>
       <pubDate>Mon, 04 Jul 2011 11:43:48 +0530</pubDate>
   </item>
      <item>
        <title><![CDATA[Ajax Code in jquery Example]]></title>
       <link>http://nscraps.com/JavaScript/1058-ajax-code-jquery-example.htm</link>
	   <category><![CDATA[JavaScript]]></category>       <description><![CDATA[ &lt;h2&gt;Example Ajax Program in jQuery&lt;/h2&gt;By Using jQuery we can perform Ajax very easily. Compare to JavaScript Ajax can be performed easily in jQuery. Use the below example to call a webpage using Ajax. &lt;code&gt;$.ajax({  	type: &qu...<a href=http://nscraps.com/JavaScript/1058-ajax-code-jquery-example.htm>Read full scrap</a>]]></description>
       <author>webmaster@nscraps.com(nScraps.com)</author>
       <pubDate>Mon, 04 Jul 2011 00:12:27 +0530</pubDate>
   </item>
      <item>
        <title><![CDATA[Ajax HTTP Request and Content Loading]]></title>
       <link>http://nscraps.com/JavaScript/1054-ajax-http-request-content-loading.htm</link>
	   <category><![CDATA[JavaScript]]></category>       <description><![CDATA[ &lt;h2&gt;Ajax &amp; jQuery Function to Load Div Content&lt;/h2&gt;The function below created in support of both Ajax and jQuery can help you to refer rhe HTTP request and load the content into a specified web page div element on success. Otherwise i...<a href=http://nscraps.com/JavaScript/1054-ajax-http-request-content-loading.htm>Read full scrap</a>]]></description>
       <author>webmaster@nscraps.com(nScraps.com)</author>
       <pubDate>Fri, 01 Jul 2011 12:07:22 +0530</pubDate>
   </item>
      <item>
        <title><![CDATA[How to Disable HTML Form Field]]></title>
       <link>http://nscraps.com/JavaScript/975-how-to-disable-html-form-field.htm</link>
	   <category><![CDATA[JavaScript]]></category>       <description><![CDATA[ &lt;h3&gt;Javascript Code HTML Form Disabling&lt;/h3&gt;The below javascript function will enable you to disable HTML form on your website. This javascript function for HTML form disabling uses the element tag name to identify the HTML form to disabl...<a href=http://nscraps.com/JavaScript/975-how-to-disable-html-form-field.htm>Read full scrap</a>]]></description>
       <author>webmaster@nscraps.com(nScraps.com)</author>
       <pubDate>Thu, 16 Jun 2011 15:59:45 +0530</pubDate>
   </item>
      <item>
        <title><![CDATA[How to send special characters in ajax]]></title>
       <link>http://nscraps.com/JavaScript/163-send-special-characters-ajax.htm</link>
	   <category><![CDATA[JavaScript]]></category>       <description><![CDATA[ Sending special characters in AjaxIn normal we can not send special characters like '!@#$%^&&*' via Ajax. In order to send Special characters we have to call the escape function. escape(String) Example code for sending Special chars via Ajax:va...<a href=http://nscraps.com/JavaScript/163-send-special-characters-ajax.htm>Read full scrap</a>]]></description>
       <author>webmaster@nscraps.com(nScraps.com)</author>
       <pubDate>Wed, 11 May 2011 10:25:27 +0530</pubDate>
   </item>
   </channel>
</rss>