Jul 24, 2008

Ajax - Asynchoronous Javascript + XML

Free Web Hosting, No Ads > CONTRIBUTE > Technology
Pages: 1, 2, 3

free web hosting

Ajax - Asynchoronous Javascript + XML

karlo
Ok, let's say AJAX is the best. But let's face it, in one country, probably 25% of the people there uses Windows 98 with Internet Explorer 5.5 installed, how they will be able to view AJAX-based websites? Or you can make an HTML-only version of your AJAX website. It takes time, but at least you are sure that your website is 100% compatible. smile.gif

Reply

Static_Fury
AJAX seems to be more of a concept, much like googles new features. They are all in the"beta" or experimental stages....they are feeling things out and getting peoples reactions. If the new google is built on AJAX than i would say its going over VERY well.

Reply

tillo
If you say AJAX to me, I'm thinking of the dutch soccer club. Soccer is sport number 1 in the Netherlands and many people are supporting AJAX (http://english.ajax.nl/). The best soccer players of AJAX and other dutch team players are put in the dutch national team to play in the football league.

Reply

michaelper22
I like the new AJAX applications. I would want to make a small application that uses AJAX for reducing page loads.

QUOTE(karlo @ Aug 20 2005, 09:28 AM) *

Ok, let's say AJAX is the best. But let's face it, in one country, probably 25% of the people there uses Windows 98 with Internet Explorer 5.5 installed, how they will be able to view AJAX-based websites? Or you can make an HTML-only version of your AJAX website. It takes time, but at least you are sure that your website is 100% compatible. smile.gif


As far as I know, IE 6, which supports AJAX, does run on Windows 98. I don't know how exactly, but there is a way to check if the user's browser supports AJAX; it's a few lines of JavaScript that looks for either Microsoft.XMLHTTPRequest or the XMLHTTPRequest() object (correct me on either of the above), and if both don't exist, then it will foward to HTML only version. For example, Gmail works on non-AJAX browsers.

 

 

 


Reply

Tyssen
QUOTE(karlo @ Aug 21 2005, 12:28 AM) *

But let's face it, in one country, probably 25% of the people there uses Windows 98 with Internet Explorer 5.5 installed

That figure's a bit high. There's less than 10% of people using IE5 now.

Reply

Albus Dumbledore
i use firefox :-D whoever doesn't needs a check-up from the neck-up..lol neways ive never heard of somthin like this and i might look into it..for all i knew ajax was a cleaning powder used to make sinks and toilets white..pft..shows you how much i know happy.gif

Reply

realthor
As far as i know it's a great tecjnology used more and more and seems to get as much popularity as Apache server has because it's made up of free technologies. I read somewhere Macromedia has smth similar but proprietary of course. As long as it will do its job it's gonna gain popularity. OpenLaszlo, the open-source platform for making flash rich web applications (like web 2.0) it's using it now together with their technology. I guess they both rock and can't wait to finally finish university this year and to have more time sudying.

Reply

Inspiron
The development is really cool. It prevents noticable refreshing and you won't see those frames turning white again and again while loading or refreshing the current page. It's somewhat similar to double buffering in game programming.

I've seen life examples of AJAX working. I was trying on a web based chat script. And for the chatters to reply such that you can see their message, the page is refreshed. Sometimes the server needs time to feed the information to your computer, as well as all the connected clients, it will slow down a little and seemed to stop feeding information to you. With AJAX, the pages reload without even noticing that it has been refreshed. The messages simply just appear, just like a normal Instant Messenger like MSN, or Skype.

I guess AJAX is developing pretty well especially in contributing to multimedia sector of the internet. And also, I think AJAX works pretty well the same for all browsers. So you will not see alot of difference between Internet Explorer or Firefox..

Reply

flamesan
Ajax, the technology that lets Web software act like
desktop software. One of the biggest problems with traditional Web applications
is that they have that “Web” feel — you have to keep clicking buttons to
move from page to page, and watch the screen flicker as your browser loads
a new Web page.
Ajax is here to take care of that issue, because it enables you grab data from
the server without reloading new pages into the browser.

That why google used that language on G-mail, blogger.com

Reply

DaeFenris
So Gmail is run using AJAX tech? That's interesting, I've always wanted to know how it was done.

Are there any other very popular websites/web apps using this tech?

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.
Confirm Code:

Pages: 1, 2, 3
Recent Queries:-
  1. ajax sandclock - 75.16 hr back. (2)
Similar Topics

Keywords : ajax, asynchoronous, javascript, xml

  1. Lesser Known Useful Javascript Features
    (2)
  2. Adjusting Rows/cols Of Frames In Frameset Using Javascript Is Not Working In Firefox 3 Is Not Working
    (4)
    I am not able to adjust frames length/width in a frameset using java script functions I am using
    firefox 3. In below code changerows is not working for me. Where as same is working in IE6.
    Please help me in resolving this issue. Note: here frameset1 is the name given to the FRAMESET.
    CODE function changeRows() { parent.frameset1.rows="30%,70%" }function
    restoreRows() { parent.frameset1.rows="50%,50%" } ....
  3. Tutorial Needed?!
    PHP+Ajax (11)
    I need many tutorials based on PHP programming language and AJAX technology. Those tutorials might
    be of any kind. Please post only the links to the trusted and working tutorials!....
  4. Make A Moderately-secure Password System Using Javascript
    using file redirection to hide the password. (4)
    JavaScript is very handy at making forms, allowing for much more customization and easier ways to
    send data. So making Login forms using JavaScript may seem to many to be a very feasable idea.
    However, JavaScript is very bad at protecting Passwords, as since the passwords are not encypted and
    the whole JavaScript code is in the page, a person could just view the Page Source and find out
    everything. Even if you use an external JavaScript, it would still be poor as the file name for the
    external JavaScript would still be revealed. But I have an answer! There is a rela....
  5. Java Vs Javascript
    (11)
    I thought they were completely different things. Surely javascript should be seperated from the rest....
  6. Document.write & Noscript Questions (javascript)
    (1)
    I am trying to use javascript to include a stylesheet depending on the user's resolution. The
    HTML CODE <head>    <meta http-equiv="Content-Type" content="text/html;
    <?php echo _ISO; ?>" />    <?php if ($my->id) {
    initEditor(); } ?>    <?php mosShowHead(); ?>   
    <noscript><link rel="stylesheet" type="text/css"
    href="http://www.highimpactart.org/templates/_HighImpactArt_/1024/1024.css"
    /></noscript>    <script type="....
  7. Do You Close The Javascript?
    about browser's secruity (3)
    hi folks i'm learning that the javascript and cookies sometimes leak your real ip and actions on
    surf , some expert advice me close javascript ,stop the function of my opera and IE. so i did.then
    everytime i log into a forum i need opend it manually so i can log in. /sad.gif"
    style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> and lots of website's using
    javascript as a necessary then i opened it manually..oh my life got boring. /dry.gif"
    style="vertical-align:middle" emoid=" how your guys doing with that? is it really necessary or
    not? bt....
  8. Simple Javascript And Password System
    How to protect your pages with password (6)
    The quickest way to get a password protection system up and running is to use a Prompt box in
    JavaScript that has a title like "Enter your Email Address". Only you and the relevant users know
    what the password should be, could even be one each, that can be sorted out at the next page then
    pass the "input" directly through the url by changing the .href, like
    http://www.iSource.net.nz/users/?leTmeIn= The page that then processes this should also check for
    the referring page, and three fails from an IP if you like the php (the next page): CODE
    <?php // processdo....
  9. Flash And Javascript Interaction
    swfobject js questions (1)
    I don't know if anyone on here is familiar with this script. You can check it out here .
    Basically it's a script that is supposed to give you javascript control over a flash object. I
    am using it for a flv player. My question is this. I would like to display the current file's
    title in a span element on the page, but the function described to gather the information for the
    current file doesn't seem to work for me. The function, as outlined on on this page looks
    like this: CODE function getUpdate(typ,pr1,pr2,swf) {   if(typ == &#....
  10. 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 ....
  11. Javascript Object Node Referencing Help
    (5)
    I've got two buttons with an onclick event to set the hidden input field to a certain value then
    continue submitting the form. I have more than one form on display on the page and I don't want
    to use ids. Is there a way I can reference it from the button/button onclick event? the forms is
    laid out like this echo" "; echo" "; echo" Edit "; echo" Delete "; echo" ";
    So basically the idea is to fire off new_modify function and start referencing the hidden input type
    with name of do and set it to the supplied argument then continue submitting t....
  12. Javascript Conflict
    JScrollpane & Lightwindow / Lightbox (1)
    Hi Guys, I am trying to run multiple javascript files on my site to achieve two different
    functions. There seems to be a conflict, depending on the order that i run the files it will cause
    one function to work and the not to. The conflicts I get are from Lightwindow and JScrollPane
    . I have read that this can be an onload problem. Has anyone had this same problem? I noticed it
    also happens when i mix JscrollPane and Lightbox v2. Any help or suggestions would be appreciated,
    Cheers.....
  13. Capturing Username Of Computer
    using javascript, is it possible? (3)
    I wondering if it is possible to try and make a java script to get the computer username and log it?
    /huh.gif" style="vertical-align:middle" emoid=":huh:" border="0" alt="huh.gif" /> edit Topic
    title ....
  14. 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....
  15. Ie 7 Issue With Ajax
    Some ajax calls dont seem to work (2)
    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+&....
  16. 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....
  17. Integrity Checks Failing During Multiple Ajax Request
    somehow the checks fail due to lag. (1)
    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....
  18. Can I Make Dynamic Menu In Php
    is it posible to make dynamic menu in php without javascript (7)
    As there are many java script by which we can have event based interaction like,message on mouse
    over etc,that we can create dynamic menu in javascripts to make navigation bar ,but is it possible
    in php to have this acomplished without javascripts,i am new to php,is it possible?. Thanks....
  19. Learn Html Quick And Easy
    HTML, javascript, and CSS (14)
    well eversince i got interested in web desighn i've looked for tutorials but they where not that
    helpfull and uderstanderble but there where two web sites that i liked 1. my favorite one was
    htmldog it had tutorials on HTML, CSS, and a little bit of javascript. they where very
    comprehenseve . and i read through all of them, understoode them, in about less than a week. also
    has full references for HTML, and CSS tags. 2.since html dog did not provide realy good javascript
    tutorial i looked to w3school for that while it wasnt very understandable too me, maybe it....
  20. 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 ....
  21. Web Page Tree Menu: Style Sheet - Javascript
    (5)
    I got bored and lazy working on the things that I should do... so I end up creating this tree menu
    for anyone to use if they find it interesting. Well the idea is to create a tree menu in a webage.
    Instead of those linear menu it would be better to add more dynamic to your webpage with a tree
    menu. Others use image rollovers. As expecte the tree menu should behave like the one in Windows
    Explorer. When you click a node depending on its state it will pull down or pull up its chlid nodes.
    I have achieved by exploiting one style sheet property, display . Basically this s....
  22. Simple Scripts In Html And Javascript
    Things like BackgroundColorChanger and so (7)
    like in the topic, here is a description how to change the Backgroundcolor "On The Fly", by klicking
    on a button or radio-box first, we ned the html-and body-tags, create a new html-file on your
    desktop and write the following: QUOTE <script language = "JAVASCRIPT">
    browser interpretation: html - tag means "hey, browser, here comes HTML" in the body-tag you define
    the looking of your site. you can add things like "bgcolor" for the background, "text" for the
    textcolor and link / alink / hlink / vlink to define the linkcolor ( ) the scripttag i....
  23. Problems Enabling Javascript
    XP won't let me enable Javascript (5)
    I've looked elsewhere and can't seem to find any help on this. First off I tried calling
    Microsoft, which in turn told me to call Compaq because my computer came with XP installed. Great,
    but my computer is 2 years old and it's out of warranty, and HP won't do anything unless
    they can charge me $45 for a one time call for support, or pay $99 for a 1 year extended
    warranty on my computer, and there is no way I'm paying money for a problem that isn't
    major. Well anyway, as most of you who use Windows know, you need to go through Security o....
  24. Hiding <div> Boxes With Javascript
    Javascript Help #1 (8)
    This is my first help post in this Java/JavaScript section. Can someone write/find me a piece of
    code that will hide boxes? Preferred stuff: There is a bar that has the subtitle of the box
    contents. A button on the right side of the bar shows and hides the div box. Contents are in a box
    with a border and slides in and out of the bar smoothly and relatively quickly. Box MUST be
    customizable using CSS internal/external stylesheets . Any help would be appreciated. All codes
    will be tested and best code be selected.....
  25. Javascript : No Right Click Script !@
    This script will allow you to protect your source coad ! (12)
    This script will help you to protect your source code Add this to Section of your site
    ! HTML <script language=JavaScript> var message="Function Disabled!";
    /////////////////////////////////// function clickIE4(){ if
    (event.button==2){ alert(message); return false; } } function
    clickNS4(e){ if
    (document.layers||document.getElementById&&!document.all){ if
    (e.which==2||e.which==3){ alert(message); return false; } } }
    if (docume....
  26. Adding Rows & Columns In Html Table Using Javascript
    (1)
    I'm trying to create a website with a form that collects some user information to store in MySQL
    database. However, I've a problem when I want to dynamically add new rows and columns in the
    HTML table so that the user can add more information in the dynamically added textboxes. Here's
    what I have: CODE                  <table border="0" width="90%"
    align="center" id="itemsTable">                   <tr>
                       <td width="20%">                     Quantity                   
    <....
  27. One Click Copy And Paste To Clipboard
    in simple Javascript (5)
    I've been search the web for few weeks to see if Java can do one click copy and paste function
    to the clipboard and then I can just Ctrl-V the copied "texts." I initially got this idea when I
    began to approve hosting application. Instead of writing the same message over and over again, I
    decided to make me a page where I can simply copy the code to appropriate answers. And seems like my
    laziness is the mother of inventions /laugh.gif' border='0' style='vertical-align:middle'
    alt='laugh.gif' /> Instead of doing Ctrl-A, Ctrl-C then Ctrl-V to the post board I started....
  28. Javascript Close Window
    Javascript close window (12)
    Hi does anyone have a code to close the browser window. This code needs to be used to close an
    actual full sized window, not a pop-up window.....
  29. Css And Javascript Combined For Dynamic Layout
    use of different CSS files at same site (9)
    This tutorial is meant for people that are dealing with problems while coding their site at 100% of
    width. Important notice: Some people has JavaScript disabled, so they will not be able to load CSS
    file (take this in account when creating your website). How this script works. In the HEAD of your
    HTML document will apply this command, so variable.js file will be load at start: CODE
    <script type="text/javascript" src="variable.js"></script> In
    browser JavaScript file variable.js is loaded. This Javascript file consist of this para....
  30. Javascript Slideshow Tutorial
    How to make a slideshow in JavaScript (3)
    JavaScript Slideshow Tutorial I'm going to show you how to make a impressive JavaScript
    slideshow. First, you're probably asking: why would I want to make a slideshow in JavaScript?
    There are a number of reasons. First, you don't have to build a new HTML page for each picture.
    Secondly, the page will load much faster because the of the compactness of the page. Ok let's
    get started with this example. First we'll add a <script> tag in the of our HTML
    document. In that script tag we will build the following: CODE      first = 1;      la....

    1. Looking for ajax, asynchoronous, javascript, xml

Searching Video's for ajax, asynchoronous, javascript, xml
Similar
Lesser Known
Useful
Javascript
Features
Adjusting
Rows/cols Of
Frames In
Frameset
Using
Javascript
Is Not
Working In
Firefox 3 Is
Not Working
Tutorial
Needed?!
- PHP+Ajax
Make A
Moderately-s
ecure
Password
System Using
Javascript -
using file
redirection
to hide the
password.
Java Vs
Javascript
Document.wri
te &
Noscript
Questions
(javascript)
Do You Close
The
Javascript?
- about
browser'
s secruity
Simple
Javascript
And Password
System - How
to protect
your pages
with
password
Flash And
Javascript
Interaction
- swfobject
js questions
I Liked This
Form Builder
- It also
uses Ajax
Javascript
Object Node
Referencing
Help
Javascript
Conflict -
JScrollpane
&
Lightwindow
/ Lightbox
Capturing
Username Of
Computer -
using
javascript,
is it
possible?
Problems
With Trying
To Validate
Ajax Called
Html
Ie 7 Issue
With Ajax -
Some ajax
calls dont
seem to work
Zk - the
number 1
Ajax
Framework
Integrity
Checks
Failing
During
Multiple
Ajax Request
- somehow
the checks
fail due to
lag.
Can I Make
Dynamic Menu
In Php - is
it posible
to make
dynamic menu
in php
without
javascript
Learn Html
Quick And
Easy - HTML,
javascript,
and CSS
Ajax:
Achieve Ajax
Program In 5
Lines Of
Code!
Web Page
Tree Menu:
Style Sheet
- Javascript
Simple
Scripts In
Html And
Javascript -
Things like
BackgroundCo
lorChanger
and so
Problems
Enabling
Javascript -
XP won't
let me
enable
Javascript
Hiding
<div>
Boxes With
Javascript -
Javascript
Help #1
Javascript :
No Right
Click Script
!@ -
This script
will allow
you to
protect your
source coad
!
Adding Rows
&
Columns In
Html Table
Using
Javascript
One Click
Copy And
Paste To
Clipboard -
in simple
Javascript
Javascript
Close Window
- Javascript
close window
Css And
Javascript
Combined For
Dynamic
Layout - use
of different
CSS files at
same site
Javascript
Slideshow
Tutorial -
How to make
a slideshow
in
JavaScript
advertisement



Ajax - Asynchoronous Javascript + XML



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
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