Results 1 to 10 of 10

Thread: Ajax

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2006
    Location
    Osaka
    Posts
    200

    Ajax

    Its wonderful improvement to web...
    What are your opinions?

  2. #2
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    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.


  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jan 2006
    Location
    Osaka
    Posts
    200

    Re: Ajax

    I want to learn about ajax and to apply the knowledge.Where to start ?

  4. #4
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

  5. #5
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    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.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  6. #6
    <?="Moderator"?> john tindell's Avatar
    Join Date
    Jan 2002
    Location
    Brighton, UK
    Posts
    1,099

    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

  7. #7
    Fanatic Member jcavard's Avatar
    Join Date
    Jul 2005
    Location
    Quebec, CANADA
    Posts
    534

    Re: Ajax

    basically, how this workS?
    ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

    accoustic emo-rock band: a tailormade fable

    Visual Studio 2003 / Framework 1.1

  8. #8
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    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

  9. #9
    Fanatic Member jcavard's Avatar
    Join Date
    Jul 2005
    Location
    Quebec, CANADA
    Posts
    534

    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
    ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

    accoustic emo-rock band: a tailormade fable

    Visual Studio 2003 / Framework 1.1

  10. #10
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    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
  •  



Click Here to Expand Forum to Full Width