cse-icons
Sep 20 2005, 03:18 PM
| | hi friends,
For a nice brief introduction to AJAX visit:
http://en.wikipedia.org/wiki/AJAX
It seems like an interesting bit to learn. 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.
If anyone has a link to a good tutorial to AJAX, it would be quite helpful.
Cheers.a |
Reply
arboc7
Sep 21 2005, 01:41 AM
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
patelg
Sep 22 2005, 11:29 PM
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
Sep 23 2005, 01:03 AM
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
michaelper22
Dec 22 2005, 02:17 AM
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
Similar Topics
Keywords : ajax
- Tutorial Needed?!
PHP+Ajax (11)
I Liked This Form Builder
It also uses Ajax (4) www.wufoo.com The form builder is unbelievably easy to use. I made a form in like 20 seconds. The
functionality is good ( though pros could probably make a better form that would suit them, this one
is good for newbies. ) All you have to do is drag and drop some modules and your form is ready.
Now for the cons : You are only allowed to make 3 forms and the limitation of 100 entries per form.
So technically this is not completely free, but it is good if you need a cool looking
form in a jiffy. Its ....
Problems With Trying To Validate Ajax Called Html
(1) I've been validating my site on http://validator.w3.org so far so good but what I'm
interested in is validating my page that has been modified by Ajax requests. Viewing the source code
afterwards wont show the new code in Firefox and its the same for other browsers I believe(yes I
have tried and cant remember ever seeing the newly inserted HTML in the source code). I'm
certain my code is not going to be valid there because I've hacked away at getting it to work
and its very long so there are bound to be mistakes hence the reason why I would want to va....
Ie 7 Issue With Ajax
Some ajax calls dont seem to work (1) function reload_char() { race_id = Ext.get('race').dom.value; gender =
Ext.get('race_gender').dom.value; face = Ext.get('race_face').dom.value; hair_id =
Ext.get('race_hair').dom.value; // race race_letter =
Array('H','E','T','M','G'); race = race_letter ; /*
//gender if(race == 'G' || race == 'M') { gender = ''; } //hair
if(hair_id == 1) { hair = 'a'; } else { hair = 'b'; } image =
'80px-'+race+gender+face+hair+&....
Zk
the number 1 Ajax Framework (1) ZK is an open-source Ajax Web framework that enables rich user interface for Web applications with
little programming. Its an event-driven, component-based framework to enable rich user interfaces
for Web applications. ZK includes an AJAX-based event-driven engine, a rich set of XUL and XHTML
components and a markup language called ZUML (ZK User Interface Markup Language). With ZK, you
represent your application in feature-rich XUL and XHTML components and manipulate them upon events
triggered by user's activity, similar to what is done in desktop applications. Un....
Ajax Functions On Free Host
Is free hosting supported an ajax scripts? (6) Is it possible to add an ajax scripts to a free webhosting? If possible i would like to create a
website using a pure ajax scripts... /smile.gif" style="vertical-align:middle" emoid=":)"
border="0" alt="smile.gif" />.. An additional to this question is.. Is there a way ajax scripts will
be suported by back button on browsers? (firefox, ie etc. supported)?....
Php - Ajax: E-mail Protection, Clickable Image
(2) Description Concept sparked by the following topic: Email Address Protection From Spam Bots
. The idea is to have an image, when clicked on, turn into selectable text. The e-mail is encoded,
and that encoding is sent to the server through AJAX to be decoded via PHP. After it is decoded, it
gets sent back to be inserted into a text field which is automatically selected upon clicking the
image. I have decided to keep things limited to one page for now, where the concept can be easily
seen. Code $get = $_GET ; if ($get != ""){ echo "....
Integrity Checks Failing During Multiple Ajax Request
somehow the checks fail due to lag. (0) Heres my merit system at its current stage. http://sonesay.trap17.com/index.php note: select a
character from the drop down list to see output. I've been working on this locally on my mac
and because of little or no delay I did not see the problem until I decided to upload to the WWW.
The problem lies in the adding of merits to each category. Although there are integrity checks on
the PHP side before executing the update to mysql database it somehow fails because of the lag. i.e
multiple 'add' buttons can be pressed before the section gets reloaded. so if....
Ajax Request Messing Up Format
need help to figure out a better way to do this. (1) my merit system here. http://sonesay.trap17.com/chars.php I've got a heading where it
includes a number being the total that can change. Initially I've loaded it with a default value
of 0 and then after the ajax retrieval gets replaced with a dummy value of 1 for now(I will do
correct calculations later). The problem here is I'm not sure how I'm suppose to layout the
heading properly to allow ajax updates to take place and only affect the number count. What happens
after the ajax call is the new output number in this case '1' is is put on a ne....
Ajax - Internet Messenger (im) Connected To Ym, Jabber, Gtalk
(2) Internet Messenger (IM) server are becoming high interest nowdays since meebo.com launch its
services that collaborate to other IM server. behind the service, AJAX take the best part on showing
its power. with ajax technology, meebo becoming the busiest IM site in the world. there is another
free source of ajax based-IM "Claros". It's collaborate into Jabber network such as Gtalk. And
now i'm seeking of documentation about how to collaborate IM server (ajax based) into YM. please
get me an info, thanks....
Real Time Updating With Ajax
I need a bit help with ajax in this real time chat script. (5) CODE <script type='text/javascript'> function submitForm() { var
xhr; try { xhr = new XMLHttpRequest(); } catch(e)
{ xhr = new ActiveXObject(Microsoft.XMLHTTP); } xhr.onreadystatechange
=function() { if(xhr.readyState == 4) { if(xhr.status == 200)
document.getElementById('c').innerHTML="SENT"; else
document.ajax.dyn.value="ERROR CODE" + xhr.status; } }; var data=document.ajax.dyn.value;
//var chat=document.aja....
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....
Faux Ajax Loading - Css Only
Pretend your site is Ajax based (3) Link: http://www.jlhaslip.trap17.com/samples/misc/ajax/index.html Check that out. The first page
has information and the second and has the actual example of its use with sample CSS code. I find
that when you visit a site which has a slow server and attempt to view 'large' Image files,
it is pretty boring to sit and stare at a blank screen, so this little snippet of code can be used
to give the visitor something to see to indicate that the image is being downloaded. I built a
small animated gif that sits in the background of the space allocated for the image....
Ajax - A New Technology
AJAX relies on Java Script (10) Recently i did one of my project using AJAX and i could experience the real advantage of this
Language , What do you say about that ?....
How Can I Make An Auto-updating Shoutbox Type Script?
I have a few ideas involving AJAX but im looking for something more.. (4) Hi all. Ive just started to experiment with AJAX working with PHP and MYSQL to get data and display
it and im looking to implement it into a shoutbox similar to the one here on the forums but i have a
question... i know how to use ajax and JS to refresh the contents of a DIV every few seconds r so
and that essentially reloads the shoutbox content as the REFRESH button does up there ^^ on the
shoutbox but i think it silly that it should update every few seconds even if theres no new activity
so what im looking for is a way of letting my AJAX know when there is a new ent....
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....
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 ....
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....
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....
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 ....
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....
Ruby On Rails, Ajax, Scriptaculous, Etc.
(2) Since Web 2.0 has become one of the top buzzwords nowadays, I'm curious about the new languages:
Ruby (on Rails), AJAX and scriptaculous are several methods programmers use to make web
applications. I'd like to build some applications, but the trouble is where to start. How easy
is it to make a web app in the first place? Which programs/languages have a learning curve
that's not so steep? ....
Script.aculo.us - A Library Of Ajax Scripts To Improve Your Website's Design
many ways to impress your visitors (0) SCRIPT.ACULO.US Homepage AJAX is a futuristic language used by experts to
program the web. It adds many interesting features which will enhance your website. Click the link
below for a demo of all the things you can do with the AJAX scripts available on script.aculo.us:
http://wiki.script.aculo.us/scriptaculous/show/Demos The current version (1.7.0) of the entire
library of their scripts is available as a download in ZIP , TAR.GZ and TAR.BZ2
format. ZIP {146KB} TAR.GZ TAR.BZ2 Please see the documentation available on....
Building A Chat Using Javascript, Php, And Ajax
(2) I have heard that you can build a chat for a website that would display the username, etc, using
PHP, Javascript, and AJAX. So Im wondering how this can be done and if there are any tutorials on
how to do it, or tutorials on AJAX. Thank you.....
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" /> ....
Killer App For Creating Ajax Web Applications - Its Free!
(0) Its called PHP Designer 2006, and it supports advanced programming environment for PHP, HTML, XML,
CSS, JavaScript, Java, Perl, VB, C#, Java & SQL, and all these technologies are perfect for Ajax.
The work area is very easy and simple which makes it great for beginners. I recommend this for the
people that want to start ajax. http://www.mpsoftware.dk/phpdesigner.php ....
Backbase - A Great Ajax Development Framework
Has anyone tried it out yet? Its really cool! (2) Has anyone tried out BackBase yet? Its a great AJAX developing framework that allows you to create
rich applications, using JS, XML and optionally some PHP. I was REALLY fascinated by this framework
when I first tried it! You can create applications like Windows Live Mail, with customized
context menus, etc. I highly recommend that you try out this framework for developing great USER
friendly and feature-rich applications. Although, please note that the FREE version is around 30MB+
and takes a long time downloading and uploading! If you are going to try it out....
Test Edit Title + Description > changes go here
AJAX edit feature > changes go here (0) this is a test post to edit title + description of a post via AJAX edit feature of the forums.
DISREGARD.....
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....
Ajax
Asynchoronous Javascript + XML (22) Know that that google is bringing new services like gmail, google suggest, maps and earth it would
be interesting to know how it was done ... i was reading an article in a magazine and what they use
is AJAX that means Asynchoronous Javascript + XML and it refers to the combination of Document
Object Model (DOM), XHTML, CSS, XMLHttpRequest and Javascript AJAX is not a new technology, is
just the combination of some other powerfull technologies ... the idea of AJAX is to make an
application run from the web like if it is running in the owners pc ... to forge....
Looking for ajax
|
|
Searching Video's for ajax
|
advertisement
|
|