Ajax - Anybody else using it?

Pages: 1, 2
free web hosting

Read Latest Entries..: (Post #14) by michaelper22 on Dec 22 2005, 02:17 AM. (Line Breaks Removed)
It helps in reducing bandwidth usage - only small XML bits are sent to and from the server. Fast? You bet! Gmail is 20x faster than Hotmail.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion > CONTRIBUTE > Computers > Programming Languages > Java, Java Servlets, Java Script, & JSP

Ajax - Anybody else using it?

arboc7
Hi everybody,

I'm starting to use AJAX (Asynchronous Javascript And Xml), and it is quite nice and very cool. I was just wondering if anyone else is using it here yet??

Thanks!


Reply

sandbox
Hi arbo,

I've played around a little bit with googlemaps, but that's about it. The cool thing about ajax is that it doesn't require any new technologies that would cause incompatibilities between browsers. Of course it also opens up a brand new world for programmers to design web applications that look and feel more like desktop apps.

I'm pretty new to all the skills required to use AJAX, but I'm learning. Are you using it for anything specific yet?

Later.

Reply

mayank
Hey! I am not sure what this AJAX is! i mean I have an idea as you have written the full form of it...but according to me AJAX was a charcter in the game Age of Mythology laugh.gif

Reply

sandbox
Yeah, I had a dog named Ajax. Of course, we named her after the cleaning powder, not the mythological figure. smile.gif

Okay, so ajax is a term first introduced in this blog entry:

QUOTE(http://www.adaptivepath.com/publications/essays/archives/000385.php)
The name is shorthand for Asynchronous JavaScript + XML, and it represents a fundamental shift in what’s possible on the Web.
Defining Ajax

Ajax isn’t a technology. It’s really several technologies, each flourishing in its own right, coming together in powerful new ways. Ajax incorporates:

    * standards-based presentation using XHTML and CSS;
    * dynamic display and interaction using the Document Object Model;
    * data interchange and manipulation using XML and XSLT;
    * asynchronous data retrieval using XMLHttpRequest;
    * and JavaScript binding everything together.


Essentially, it is the fusion of several existing technologies that allow websites to be ultra-responsive. Have you gotten a gmail account recently? When you fill in your password that you want, the form automatically checks the strength of the password and reports back to you within a few seconds, and the cool thing is you don't have to click anything. The page is using ajax to update itself according to your input to form elements even before you hit the submit button.

The article has some cool diagrams and a more detailed explanation.

 

 

 


Reply

Microsoft
is AJAX the one like in runescape.com? it seems hard wacko.gif but may be cool where can i learn this "AJAX" ?

Reply

sandbox
AJAX is really a combination of the technologies listed above, so you have to be familiar with most of them in order to use it. I'm still learning. One day maybe I'll know enough to do a tutorial for t17. It may be way out of my skill level, but you never know I guess!

Reply

arboc7
AJAX is not really that hard to learn, if you know a good amount of javascript, that is. I am not an expert in javascript, but all I had to do was figure out the XML connection properties of certain browsers, then you can import text or XML into javascript (which is running after the page loads) and print it to a specifyed <div> tag. I might need a little help, but I might be able to come up with a tutorial.

As to how I have been using AJAX, only for content loading without reloading the whole page, just the content. Nothing fancy like Google Maps... smile.gif

Reply

sandbox
Ha! I just set up a hello world, and looked into the api a little bit. It's not too fancy either once you get past the hype.

MICROSOFT: I'm pretty sure runescape uses a java applet, not AJAX.


Reply

arboc7
QUOTE(sandbox @ Sep 12 2005, 08:40 PM)
MICROSOFT:  I'm pretty sure runescape uses a java applet, not AJAX.
*




runescape definitely uses a java applet, which actually works more like a full flash website...AJAX is essentially XHTML and JavaScript brought together to create a very nice, generally quick web application that does not require the end-viewer to reload the general page. You might say that AJAX is similar to iframes (or just frames in general) that confine to the latest web standards...

Reply

patelg
If you want to see AJAX example thne it GMAIL....You have seen it the way it does it, fast...

It will be slow for first time then it will use javascript all the way...Downside is Javascript is must for AJAX..

Also, it has some Accesibility issues, which is hard to achieve at this stage..

Also, it is AJAX is not new, it was in the industry but AJAX is the new name....


It is cool though..as the GMAIL is...

Reply

Latest Entries

michaelper22
It helps in reducing bandwidth usage - only small XML bits are sent to and from the server. Fast? You bet! Gmail is 20x faster than Hotmail.

Reply

arboc7
QUOTE(patelg @ Sep 22 2005, 06:29 PM)
Yes, because is so much depended on client machine......
*



Very true, but that is also what makes it so powerful, especially since the page that features AJAX does not have to be reloaded--it just sends a "background request" for the new content!

Simple in concept, yet complex in application...

Reply

patelg
QUOTE(arboc7 @ Sep 21 2005, 12:41 PM)
AJAX is wonderful (yet complicated), isn't it??
*



Yes, because is so much depended on client machine......

Reply

arboc7
QUOTE(cse-icons @ Sep 20 2005, 10:18 AM)
I recently came to know that Gmail works on AJAX and that is the reason behind the quick response to user actions, whether it is opening a mail or composing or email address auto complete.


First of all, thanks for the link (although it is just the simple, wonderful Wikipedia). Anyway, Google seems to be leading the charge with large-scale AJAX implementations. Not only is Gmail designed using AJAX, but Google Maps and Google Suggest are also top-notch AJAX applications.

AJAX is wonderful (yet complicated), isn't it??

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Pages: 1, 2
Similar Topics

Keywords : ajax

  1. Ajax: Achieve Ajax Program In 5 Lines Of Code! - (1)
    Well Last night, after a week of irritation and errors I finally created an easy Javascript object
    that easily and quickly allows you to develop an AJAX program in just 5 easy steps! Here's
    the link to the object I've created: http://www.demolaynyc.astahost.com/ajaxConn/ajaxConn.js
    Download it and read the Readme file that's under the same directory:
    http://www.demolaynyc.astahost.com/ajaxConn/Readme.html Basically what this object does is to
    connect to a server-side script (".php, .asp, .jsp, etc"), and what ever this script displays is
    sent back ...
  2. Ajax Request Messing Up Format - need help to figure out a better way to do this. (1)
  3. Ajax Code Need Help Debugging. - (9)
    I did a tutorial on ajax started to write my own It was all working well under safari but when i
    tried to test it out on other broswers it doesnt seem to work at all. I've spend a few hours
    already going over it and cant seem to figure it out at this stage. Heres the code that works under
    safari function createRequestObject(){ var request_o; //declare the variable to hold the object.
    var browser = navigator.appName; //find the browser name if(browser == "Microsoft Internet
    Explorer"){ /* Create the object using MSIE's method */ request_o = new ActiveXObj...
  4. Concerns On Ajax With Java - (3)
    Source article from Sun: http://java.sun.com/developer/technicalArticles/J2EE/AJAX/ Well, from
    this article, it shows that Ajax can be achieved with Java using Java Servlets or JSP's. For
    those who don't know what AJAX is, it's an object in Javascript technology that allows for
    instant communication between client-side and server-side. It's like changing a page's
    content without having to reload the whole page. Let's move on... Now when I looked at the JSP
    source code, the servlet's function was to simply validate a text and send back a r...
  5. Remote Ajax - Wtf?! (1)
    Any reason why Ajax doesn't work remotely? It looks almost as if ajax only works if its getting
    or sending info from the same server. What gives? could this have anything to do with the possible
    abuse of brute force scripts? If so, wouldn't this be a limitation in the browser only? Are
    there any browsers that allow remote Ajax? ...or am I doing something wrong? (I left that question
    at the end for a reason... I am sure that my script is flawless seeing as it works perfectly if i
    try to access something locally, but the second I try something remote, no info ...
  6. Scripting Help On Ajax Shoutbox - (1)
    HI, I'm currently working on an AJAX web app. It's a shoutbox. I have here attached the .js
    file fully documented so it's easy to understand. Problem: An error message alert occurs in IE
    6 Help: I need someone who can fix a code so that the error won't show up in IE. Note: I've
    tested it under Firefox and Opera and it works very well. Here's the code: /** * ezShout -
    AJAX/PHP ShoutBox * by Albert Villaroman * * For help and tutorials on usage, please refer to
    manual * * Note: Due to JS lack of standard OOP conventions, treat "Shoutbox...
  7. Help With Ajax - I can't figure it out... (0)
    Hello, I have recentlty ran into a problem on my website : When a user logs in, it adds him to an
    active users list in the MySQL database, but if they don't click the "logout" button, and just
    leave the site, it keeps them in the active users list forever until I manually go into the database
    and take them out. I heard from a friend that you could use AJAX to find out if the user is active,
    if he's not and he stays inactive for a certain amount of time, then it will take him out of the
    active users list. So I go to learn AJAX because all of the other languages I...
  8. Ajax Web Apps - (0)
    Well I just finished learning AJAX and want to start an AJAX web application. the thing is that I
    don't know what kind of application I want to work on so I'm asking you guys to come up
    with one that will use HTML, CSS, Javascript and PHP. Nothing too big but nothing to small as well.
    I'm starting a small ShoutBox. I want a type of application that would be used by companies. I
    have a software in mind where companies like Fast Food restaurants could install on their websites
    and have customers easily make orders while employees will see incoming orders live...
  9. Ajax And Php - question (9)
    Hi Dears i want learn Ajax , i know PHP and mysql , i want include ajax interface into my php
    projects . but i can not find tutorial about ajax in pixel2life.com or google. i need good tut about
    begin ajax and how its work and more samples to use if you have good link about ajax plz post here
    And if you about ajax software kit plz post here thanks /smile.gif" style="vertical-align:middle"
    emoid=":)" border="0" alt="smile.gif" /> ...
  10. Ajax Shoutbox For Ipb - Beta 2 Release - (4)
    Hi guys, Here's one of our preview releases of the projects going on under Antilost - an AJAX
    based ULTRA-LIGHT (only 20KB) Shoutbox, that works extremely fast and without refreshing your whole
    page. Can be easily integrated into IPB - although full integration module not ready yet. A
    demonstration can be found at: http://www.antilost.com/community/ Keep in mind that this is a
    develpomental release and is not completed yet. As we finish more and more of the coding part, the
    subsequent releases will be readily made availabel for download. So make sure you keep c...



Looking for ajax

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for ajax

*MORE FROM TRAP17.COM*
advertisement



Ajax - Anybody else using it?



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE