<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'How can I insert the ajax in my page' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'How can I insert the ajax in my page' posted on the 'AJAX' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Tue, 18 Jun 2013 23:36:41 -0700</pubDate>
    <lastBuildDate>Tue, 18 Jun 2013 23:36:41 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>How can I insert the ajax in my page</title>
      <link>http://www.programmersheaven.com/mb/ajax/321807/321807/how-can-i-insert-the-ajax-in-my-page/</link>
      <description>Hi! I've heard about the ajax. I just wonder how can i put ajax on my page i am using asp classic. my friend told me that it is written in xml format but i dont have any idea on xml programming. I am interesting to learn this thing. thanks.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/ajax/321807/321807/how-can-i-insert-the-ajax-in-my-page/</guid>
      <pubDate>Sun, 20 Nov 2005 00:17:32 -0700</pubDate>
      <category>AJAX</category>
    </item>
    <item>
      <title>Re: How can I insert the ajax in my page</title>
      <link>http://www.programmersheaven.com/mb/ajax/321807/324301/re-how-can-i-insert-the-ajax-in-my-page/#324301</link>
      <description>: Hi! I've heard about the ajax. I just wonder how can i put ajax on my page i am using asp classic. my friend told me that it is written in xml format but i dont have any idea on xml programming. I am interesting to learn this thing. thanks.&lt;br /&gt;
: &lt;br /&gt;
I am no expert. I don't even know ASP. only JavaScript and HTML. XML is very much like HTML, but requires any HTML to be in specific format to be read (ie. all lower case tags). furthermore, XML is like a library to create HTML. In this way, XML views the HTML as a tree of so-called nodes, so programmers are aware of the entire mark-up at once, rather than having to filter through the text, splicing and concaterating through the document to find an element. XML DOM also stores each type of tag element into an array, which further simplifies things.&lt;br /&gt;
&lt;br /&gt;
JavaScript is &lt;span style="color: Green;"&gt;not a add on&lt;/span&gt;. Every browser should be aware of it. JavaScript can modify HTML with XML objects or by name attributes of HTML tags, however given many inputs of the same type, text for example, you would have to give each a different name, whereas XML stores them all an an array. This proves useful when writing a script, because you can easily make reference to any active element, without having to give each element an event and pass its name, although at times it is necessary to find the type of data expected.&lt;br /&gt;
&lt;br /&gt;
In essence AJAX would be a script, written in JavaScript that is very much DOM/XML aware, obviously, but there are further intricasies that make AJAX. The &lt;span style="color: Green;"&gt;script should be forward-looking&lt;/span&gt;. To explain this I must reiterrate that DOM/XML stores a markup that has already been written, (back-looking). You can add data and settings to the document markup with a cookie, but the cookie idea is still created then applied (back-looking). So, where does AJAX look? to the server, most likely. It should call on a script that will update data as the document loads, or, in the case of a text box, everytime a key is pressed, the script compares it to a database on the server... resulting in auto-completion, like an the address bar of your browser, sort of. The difference lies in the fact that the user doesn't ever have had to been to the site or entered a single letter into a text box before. The data doesn't come from the user computer. A stock market ticker, written in JavaScript, would also have to be written using AJAX, since it would need to get real time quotes from the server. It is this forward looking thinking that AJAX implies.&lt;br /&gt;
&lt;br /&gt;
I wouldn't call this cutting edge or even say it is a particular break-through, yet someone thought it cunning enough to give it a board on this forum. That's just my 2 bits; look around on the web, you'll find it. Here are some starting places: &lt;a href="http://www.w3.org/"&gt;http://www.w3.org/&lt;/a&gt; or &lt;a href="http://www.devguru.com/"&gt;http://www.devguru.com/&lt;/a&gt; or &lt;a href="http://www.google.com/"&gt;http://www.google.com/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: Green;"&gt;WHAT you;see_is_what=you.get;&lt;/span&gt;&lt;br /&gt;
-Russ aka DangeRuss&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/ajax/321807/324301/re-how-can-i-insert-the-ajax-in-my-page/#324301</guid>
      <pubDate>Fri, 16 Dec 2005 00:46:53 -0700</pubDate>
      <category>AJAX</category>
    </item>
    <item>
      <title>Re: How can I insert the ajax in my page</title>
      <link>http://www.programmersheaven.com/mb/ajax/321807/344525/re-how-can-i-insert-the-ajax-in-my-page/#344525</link>
      <description>The term AJAX contains an 'X' apparently standing for XML, however XML is not required. You can pass plain text or any HTM or javascript back and forth with AJAX too without refreshing the entire page, only a particular &amp;lt;div&amp;gt; or area where you can write the innerHTML element to show what comes back. I think any javascript has to be run using the eval() function, otherwise the page won't see it, I really haven't tried that yet. But I've been using AJAX, sometimes referred to as AHAH or AJAH (with HTML only) and it works great.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/ajax/321807/344525/re-how-can-i-insert-the-ajax-in-my-page/#344525</guid>
      <pubDate>Wed, 06 Sep 2006 14:20:31 -0700</pubDate>
      <category>AJAX</category>
    </item>
    <item>
      <title>Re: How can I insert the ajax in my page</title>
      <link>http://www.programmersheaven.com/mb/ajax/321807/385549/re-how-can-i-insert-the-ajax-in-my-page/#385549</link>
      <description>&lt;a href="http://www.w3schools.com/Ajax/Default.Asp"&gt;http://www.w3schools.com/Ajax/Default.Asp&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.sematopia.com/?p=34"&gt;http://www.sematopia.com/?p=34&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://learn-ajax-tutorial.com/"&gt;http://learn-ajax-tutorial.com/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Cheers&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/ajax/321807/385549/re-how-can-i-insert-the-ajax-in-my-page/#385549</guid>
      <pubDate>Tue, 10 Feb 2009 23:12:42 -0700</pubDate>
      <category>AJAX</category>
    </item>
    <item>
      <title>Re: How can I insert the ajax in my page</title>
      <link>http://www.programmersheaven.com/mb/ajax/321807/393406/re-how-can-i-insert-the-ajax-in-my-page/#393406</link>
      <description>&lt;a href="http://www.j2mesalsa.com/ajax/"&gt;http://www.j2mesalsa.com/ajax/&lt;/a&gt;&lt;br /&gt;
www.asp.net/ajax/&lt;br /&gt;
&lt;br /&gt;
more cheers&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/ajax/321807/393406/re-how-can-i-insert-the-ajax-in-my-page/#393406</guid>
      <pubDate>Tue, 07 Jul 2009 07:20:31 -0700</pubDate>
      <category>AJAX</category>
    </item>
  </channel>
</rss>