Topic awaiting preservation: help help help ajax update files on server |
|
---|---|
Author | Thread |
Nervous Wreck (II) Inmate From: Portland Oregon |
posted 03-09-2009 22:45
Hey people, I've been teaching myself javascript and web design and I finally have someone who needs a site built. They need have users be able to link to a page where they see course lists and prices, and a file gets updated when they choose a course, and then it has to go to another page where they register and pay, presumably. I need to know if I can do this with ajax since I don't know other languages and where I can learn to perform ajaxian type stuff. Can anyone help, please? Any help will be greatly appreciated |
Paranoid (IV) Inmate From: Florida |
posted 03-10-2009 00:09
You're in over your head. |
Nervous Wreck (II) Inmate From: Portland Oregon |
posted 03-10-2009 06:38
That's what I figured. I Already told him I'm unqualified at this point. I was making some logos for him and mentioned that I could make webpages and small javascripts. I was merely asking if I'd need to learn a server side language. I well aware that ajax is a method. |
Bipolar (III) Inmate From: you tell me |
posted 03-10-2009 13:22
Definitely - an ajax call is an asynchronous http request made to to server sided script which in turn prints html or a JSON encoded string. WHat you outlined can be done quite easily without ajax. You woudl need to learn a server side language - go for Php if you ask me plus for the Ajax I would suggest you read up on what the concept of an Ajax call is and then use a free javascript library to make ajax calls like www.jquery.com or script.aculo.us. You would need to have a javascript function that makes the call and a call back function which handles whatever html you generate from the server script called. |
Bipolar (III) Inmate From: Phoenix |
posted 03-24-2009 04:19
I know people who know people.. if you know what I mean. No seriously, if you need help with a project like this, I can help.. as well, I'm certain there are many qualified candidates here. You can save face by managing the project and subcontracting out to various developers. If you are needing such a site, you will need something to the effect of: |