nirmaldaniel
Sep 8 2007, 06:43 AM
| | 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
Sep 8 2007, 02:15 PM
ajax, yes i have heared a lot about that but i am confused please can you tell me more about Ajax
Reply
faund
Sep 8 2007, 04:30 PM
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
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.
Reply
abminara
Sep 9 2007, 01:20 PM
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
Sep 9 2007, 01:30 PM
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
Sep 9 2007, 03:33 PM
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
Sep 25 2007, 07:03 PM
Ajax was there before ??? can i know when ? and you say that several years before can i please know when ??
Reply
shadowx
Sep 25 2007, 08:10 PM
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
Oct 15 2007, 11:29 AM
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
Recent Queries:--
new user registration script in ajax - 310.03 hr back. (1)
-
technology - 1573.92 hr back. (1)
Similar Topics
Keywords : Ajax Technology Ajax Relies Java Script- Download Script
- (5)
hey all, on my website, i would to link to files that i have created/found. since these files are
larger than 5mb, and i didn't want to waste my precious 500mb space, i hosted them on fileden,
an online file storage site allowing hotlinking. an example of a url from this site is:
http://www.fileden.com/files/2007/10/20/15...some%20file.mp3 so anyway, on one of my pages i would
like to have a link to one of these files. however, instead of streaming the file as the website
would normally do for the mp3 extension, i would like to 'force' the save link as /...
Seeking Help With Javascript
- Need help with drag and drop type script (1)
Browser Compatibility Problem With Firefox - Javascript + Css
- Having trouble making a script work right - any suggestions? (3)
Hi, Im working on a website, and im trying to make a right-click menu, which opens on right click,
wherever the cursor is, and closes on mouse out. I wrote the code below, and when i ran it in IE it
ran fine, just how i wanted it to work. However in firefox, the menu just opened in the top left. im
presuming this is because it doesnt like my style changing in the javascript. Any ideas, and
suggestions? If i cant make this work, i will just make it so it works slightly differently when
viewev in firefox so that it can just open in one place. All ideas appreciated. ...
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 ./asx/*.asx > ./list1.tx...
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 "mailto: ".base64_de...
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...
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...
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? ...
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......
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...
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 flas...
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...
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...
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...
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...
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?...
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....
Looking for ajax, technology, ajax, relies, java, script
|
*SIMILAR VIDEOS*
Searching Video's for ajax, technology, ajax, relies, java, script
*MORE FROM TRAP17.COM*
|
advertisement
|
|