Ajax

They have: 1 posts

Joined: Jul 2007

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

Thanks

They have: 23 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's picture

He has: 3,278 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...

He has: 629 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
--
delete from internet where user_agent="MSIE" and version < 8;

He has: 1,380 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...

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.