Monday, October 3. 2005AJAX for the beginnerComments
Display comments as
(Linear | Threaded)
Nice little article Des, will come in handy!
Could I just make one suggested change to the html page, could you set it that the form's onsubmit handeler also loads the card and then returns false, otherwise hitting enter when you type the name sends you to a 404 and gives people (e.g. me) the false impression that your example is b0rk3d when it is not!
Sir,
I found the example very beneficial for the beginners, as i am also a beginner. I wanted to know what is Ajax all about. I liked approch of yours. I have small queries and i will be glad if i can get an reply. 1. Can we use a CSS for lookup.cgi rather going for perl? 2. How can one use this approach in the offline applications eg. --office in ajax ? Anubhav Tiwari Computer Engineer (Student)
Anubhav, I only saw your post now, my apologies.
1. No, you cannot use CSS. CSS is a language for styling elements of a web page. It is not a programming language. You can use Perl, PHP, Ruby, JSP, Python etc. 2. You can use AJAX in browser based offline applications. I am not sure specifically what you refer to as --office.
This blog entry was added to the Ajax resources search engine at: http://www.rawsugar.com/collections/guyt/ajax
I'm looking for anything to help me to become clear on preparation and programing
ajax
Thanks for the simple presentation on this, all I needed to know was 1 thing and found it here!
Hi Des, thanks for a good article like this. I really didn't knew what is AJAX abbreviation too now i got an idea what it is about.
Great intro! I am a programmer with no web design background, and I've been searching everywhere for a simple intro to get me started on a web-based frontend with AJAX. This little intro explains everything so clearly! Short, simple and covers everything a newbie needs to know to understand all the other AJAX "tutorials" on the web. Thanks!
Great tutorial for the beginner!
If you were using PHP, the following would apply: (lookup.php instead of CGI, you'll have to update that in the index.html) ?php switch ($name) { case "des": echo "Des,Traynor,dez.jpg,Archilpelagos is hard to spell"; break; case "phil": echo "Phil,Brennan,phil.jpg,To CC or not to CC that is not a question"; break; case "daveC": echo "Dave,Cahill,davce.jpg,One Man Army"; break; case "daveB": echo "Dave,Barrett,daveb.jpg,Dont look at antidis.com"; break; case "micheal": echo "Micheal,Glennon,micheal.jpg,there is no list"; break; default: echo "Joe,Doe,unkown.jpg,No known catchphrase"; } ?>
Thanks des.
Yet another post of yours that I found just as i needed it.
This is helpful for me. But I don't know perl so what can I do.So, how can I impliment it in java.
Try looking for a Java tutorial.
http://www.google.ie/search?q=ajax+java+tutorial
Hello there
I really need some helps here ...How to use Ajax in the frontpage while I haven't get hosting for the specific web ...or may be I have to download specific soft ware to run into ajax ?? I am a beginner on make website so if any one can answer please do tell me
Any examples of how ajax could help the communication with mysql?
so fed up with the fetching and looping..
A very useful tutorial for the very first step on Ajax. That's a good teaching way (while others are trying to show their knowledge you are tring to make somebody understand something). First basics first. Everybody is first a beginner. Thank you and keep going that way of understanding the things.
|
About:Switch to Dark on Light!
This website is the online diary of me, Des Traynor, a User Experience Researcher in Dublin, Ireland. I work with Contrast. I usually write on 5 topics: I update about 3-4 times per month. Be sure to subscribe so you don't miss this good stuff. If this is your first time here, check out the archives.My official homepage provides more information about who I am, and what I research. You can contact me at destraynor [at] gmail [dot] com Quicksearch |
Now that the worst of the 'browser wars' finally seems to be behind us and now that JavaScript can easily communicate with servers to get data without page re-freshes via AJAX one has to wonder if there are any real uses left for applets.My conclusions
Tracked: Oct 09, 08:20
Well, I got bored before my January exams so I decided to look into AJAX a bit and I ended up writing this. Now, I won't be going into the basics of it, or even how it works yet. If you do want an overviw of AJAX in it's simplest check out this: AJAX
Tracked: Jan 09, 13:21