hi all,
I'm not sure if this is the right place to put this and this is my first post.
I've recently been seeing a few new style of websites coming out written in AJAX and they function far better than I have ever been able to do in php and MySQL.
Does anyone know of any websites that specialise in teaching this technology or any good books out there?
Thanks






marblehost posted this at 14:38—3rd July 2007.
They have: 24 posts
Joined: Jul 2007
I thin php and MySQL can make same funtion
But fi you learn ajax,I think
http://java.sun.com/javaee/javaserverfaces/ajax/tutorial.jsp
Is the classic,you can find many knowledge here.
http://www.w3schools.com/ajax/ajax_intro.asp
is very easy to understand.
And you have question you can to some java forum
you can get many help from here
http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi
I highly recommend reliable web hosting
demonhale posted this at 03:24—4th July 2007.
He has: 3,195 posts
Joined: May 2005
Most AJAX applications are php and mysql based, and commands are available for php... The effects are more on the client side javascript, so the main program is fairly simple, but the fetch and send method is the new thing, together with javascript thats why its AJAX, but if you're talking ROR, then its totally different...
webwiz posted this at 18:34—5th July 2007.
He has: 301 posts
Joined: May 2007
Hi Stephen,
Websites are not "written in AJAX". AJAX is simply the use of JavaScript to request additional data from the server so that a web page does not have to be completely refreshed in order to display fresh content. Now, that request may be for static data, or it may, as demonhale says, get data from a database or even update that database.
To use AJAX, you simply need to learn JavaScript. If you want to do something server side, like querying a database, then any server technology will do. Java, PHP, ColdFusion, Python, Perl ...
Cordially, David
--
"Old web developers don't die, they degrade gracefully..."
brady.k posted this at 18:55—5th July 2007.
He has: 1,383 posts
Joined: Feb 2002
Actually, David/webwiz, websites can be considered to be "written in AJAX". Because of the definition of AJAX, you could say that a site is built using AJAX and the PHP/MySQL combination...
Kyle Brady, President, Intuitive Industries LLC.
http://www.int-ind.com
[EMAIL=brady.k@gmail.com]brady.k@gmail.com[/EMAIL] - [EMAIL=brady.kyle@int-ind.com]brady.kyle@int-ind.com[/EMAIL]