Jul 27, 2008

Ajax - A New Technology - AJAX relies on Java Script

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > Others
Pages: 1, 2

free web hosting

Ajax - A New Technology - AJAX relies on Java Script

nirmaldaniel
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 ?

Reply

syncn21
ajax, yes i have heared a lot about that but i am confused please can you tell me more about Ajax

Reply

faund
I think AJAX will be a wide used technology very soon. The asynchronous communicate ability between browser and server can bring a lot of benefit of user's experience.

As I know, some famous service supplier is using this technology now such as hotmail, google, alibaba.

In a word, this technology can sent requests and get responses with out have to get whole page refreshed. So, it get more rapid response and lesser network bandwidth needed.

Reply

Soviet
I was trying to do something in ajax and If I can say it it very cool technology. It is harder to learn but when you will learn it you can make beautiful pages with many awesome things. I was doing a shout box but it wasn't working.
Why? Because I'm not good at coding and these languages.
But as was said, ajax will be a wide used technology very soon.

Reply

abminara
It needs more popularity and simplicity added to the language itself - everything else makes it a very good technology for sitebuilding, I also use it a lot.

Reply

faund
QUOTE(Soviet @ Sep 9 2007, 06:02 AM) *
I was trying to do something in ajax and If I can say it it very cool technology. It is harder to learn but when you will learn it you can make beautiful pages with many awesome things. I was doing a shout box but it wasn't working.
Why? Because I'm not good at coding and these languages.
But as was said, ajax will be a wide used technology very soon.


If you want to get start quickly, I suggest you should take a look at http://www.asp.net/ajax/. That is ajax for asp.net 2.0, it's really easy to use. I am looking for some good ajax develop environment for php but not find yet. If anyone finded it, tell me please.

Reply

delivi
AJAX is not a new technology, it has been around for several years. The word was coined for this in the recent years.

AJAX is nothing but Javascript and XML. It is used to transfer data asynchronously in XML format using javascript functions.

learn more about AJAX here, en.wikipedia.org/wiki/Ajax

here is a brief tutorial on AJAX, www.w3schools.com/ajax/default.asp

Reply

nirmaldaniel
Ajax was there before ??? can i know when ? and you say that several years before can i please know when ??

Reply

shadowx
Well because AJAX is just a SYSTEM not a language it presumably came about as soon as javascript had the ability to send and receive information via HTTP and POST and GET methods.

Ive just started using it too and its extremely good, before the submission of a form would require the user being sent to a whole new page and then if there was anything missing or invalid i had to show them an error and take them back again, i know that couldve been solved with JS but i was too lazy for JS at the time. Now i just use AJAX to send the form variables and any errors or messages can be shown via redirection or using AJAX to assign the value of a DIV to the text that is echo'd by the PHP. Good times!

I think it would be excellent if AJAX could be made simpler, maybe by an addition to the JS language of several in-built commands to establish conections and for better browser compatibility to ensure it works first time and all the time.

Reply

nirmaldaniel
Ok i do agree AJAX is a system. But i heared that recently Google , yahoo and other popular servers use AJAX in their sign up pages ? is it true ? and moreover does anyone have any idea about is there any other system similar to AJAX because AJAX is simply amazing.

So if you know the full Crust of AJAX i guess one can can design forms which can save a lot of time while entering data into them.


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
Similar Topics

Keywords : ajax, technology, ajax, relies, java, script

  1. Download Script
    (4)
  2. Streaming Video Capture On Linux
    this script will download all the stream video using linux mplayer (2)
    i was looking for video capter on linux and i coldent find one so i rote one of my one if you use
    linux then you can try this script and if you need any hep just ask CODE #!/bin/bash
    #       # mplayer auto dump stream script #this script will download all the stream files in the
    ./zam_list files #this script by (mohammed tawfeek) zamaliphe@gmail.com #i have do this to
    be able to watch the video on Linux #if you think it is illegally or some thing just  don't tel
    me that ha #© #bash 6/6/2006 download_folder="./video/" #grep -e HREF ./as....
  3. 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 "....
  4. Lightbox Script Variations
    (0)
    When the Web 2.0 and Ajax era kicked the best of the best in programmers started creating scripts of
    various kinds. One of these scripts called Lightbox has one of the biggest impact I have notice, it
    is well customizable to fit various formats, such as images, videos, and even maps. To start off I
    will post a link to the original source of the script, I think. Lightbox The object of this
    script is simple, when a user clicks on a thumbnail version of an image it does smooth transition of
    a pop up image that is larger, usually the original size, and when the user cl....
  5. 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....
  6. Looking For Phpbb Script
    (2)
    Hi Friends, I am new to this phpbb script, I come across some features in some site... In some
    sites, the user should reply to the post to view the hidden content. ... Where can I find this kind
    of scripts or plug-ins... Please reply me in this thread.......
  7. Java Vs .net: Speed
    (0)
    After researching on this topic on Google, I found no dependable page to which I come to a
    conclusion. So I want to ask you guys the question: Which is faster, JVM or the .NET I already know
    how slow it is to open up a Java program because of the JVM. I've used a .NET program (Visual
    Studio Express) and it was quite faster to load than the Java program (NetBeans). Right now I'm
    siding with Microsoft based on these two experiences, which I believe are naive to found my case on.
    So to those who are familiar with either one of these frameworks, please state your ar....
  8. Flash Vs. Java Applets
    (2)
    As I started to learn Java, I came across a tutorial for making Java applets. As I read on, I found
    some similarities between Java applets and Flash movies. Right when I saw the source code for a
    checkerboard picture made in Java, I said to myself, Flash beats Java applets big time! It also
    took a while to load such a small applet when in Flash it instantly loaded. In my opinion, I think
    flash beats Java applets when it comes to convenience, appearance, load time, animation, and more
    (except AJAX). Here are two articles, first supporting java applets and the other ....
  9. 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? ....
  10. Swf Cd Help Needed Please
    Need assistance with a next/previous page script (1)
    Question is: I have a web page that displays a flash file that zooms and pans, but the next page
    button doesnt work. 1. Can the next page work and load the next or previous numbered file? 2. Does
    it have to have all pages in one file, then it calls the next frame? I can e-mail you the 3
    pages/files directly, firewall wont let me pload them. Thank you....
  11. How Do I Script A Tutorial Submit Site
    (3)
    I am very interested in learning how to create or start my own tutorial submitt site. What do I
    need to learn ? What do I need to have. Is there a script that can be made up or a software? What
    I would like to do is start my own tutorial submit site. something similar to good-tutorials and or
    pixel2life except those sites are really big and cover many tutoriasl for many different programs.
    Id like to just cover tutorials for maybe a total of 3 to 4 different programs. Im sure I need
    hosting a domain a site and some good forums to get something good going. But t....
  12. Error In Purchased Script
    Help Me? (9)
    Ok well i bought a script off the net and tried uploading it to my server and it gave me this error
    Fatal error: Unable to read 22293 bytes in /home/ancient/public_html/index.php on line 0 so i
    contacted the guy who made the script and he said there was nothing wrong with the script and gave
    me a ftp to his account and told me to upload the it there and it works on there so i tried another
    script from another guy and i get same error you guys know anything about it???? Moving from
    Computinghost > Technical Support to Programming. Edited topic title--"Help with a scr....
  13. Need Script Please
    need script (4)
    Hey everyone i need a script for a password protected page but not just that i also want and
    registration form with it can n e help....
  14. What Is A News Script?
    Fusion News? Cute News? (1)
    What do news scripts such as Fusion News and Cute News do? Does it provide local news or global
    news or something? Or is it something else?....
  15. Working With Objects In Java
    searching with objects (3)
    our teacher assigned us to do an IS that uses object oriented programming language. i decided to
    use java but im having a few troubles linking objects with other objects when im searching... can
    anyone help me? tnx.....

    1. Looking for ajax, technology, ajax, relies, java, script

Searching Video's for ajax, technology, ajax, relies, java, script
advertisement



Ajax - A New Technology - AJAX relies on Java Script



 

 

 

 

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