|
-
Feb 2nd, 2006, 09:38 AM
#1
Thread Starter
Addicted Member
Ajax
Its wonderful improvement to web...
What are your opinions?
-
Feb 4th, 2006, 06:03 AM
#2
Re: Ajax
Bleh, one way or the other. Guess it speeds things up but it's nothing big.
I always think of the cleaning substance when people mention it though.
-
Feb 4th, 2006, 06:50 AM
#3
Thread Starter
Addicted Member
Re: Ajax
I want to learn about ajax and to apply the knowledge.Where to start ?
-
Feb 4th, 2006, 06:53 AM
#4
-
Feb 5th, 2006, 04:15 AM
#5
Re: Ajax
My next tutorial will be on AJAX, I'll be sure to post a link here when it is done. You can start out by buying a book on the subject.
-
Feb 5th, 2006, 09:25 AM
#6
<?="Moderator"?>
Re: Ajax
Hey ive messed around with Ajax. Make sure if you want to use XML with it from php set the header
PHP Code:
header('content-type: text/xml');
Spent ages trying to fix the javascript when it was really a PHP problem.
Check out this, its what got me started.
http://www.sitepoint.com/article/remote-scripting-ajax
-
Feb 9th, 2006, 10:34 AM
#7
Fanatic Member
Re: Ajax
basically, how this workS?
-
Feb 9th, 2006, 10:38 AM
#8
Re: Ajax
Essentially all it is is making HTTP requests from Javascript using the XMLHttpRequest object, so that you can update client-side content without a full refresh of the page.
http://developer.apple.com/internet/...mlhttpreq.html
-
Feb 9th, 2006, 11:20 AM
#9
Fanatic Member
Re: Ajax
ha, I just found out about AJAX two days ago on PHPClasses.org and seems to hear about it all the time ever since!
I think it's amazing for friendly userness... is it slow or anything? Does it have any cons
-
Feb 9th, 2006, 11:27 AM
#10
Re: Ajax
I heard that it is a resource hog. Not sure how true that is though.
See here
http://en.wikipedia.org/wiki/AJAX#Pr..._.26_Criticism
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|