Jump to content


AJAX Section?


6 replies to this topic

#1 h o u s e

    Young Padawan

  • Members
  • Pip
  • 13 posts
  • Location:Los Angeles, CA
  • Interests:Flash, AS, pretty much all backend languages, CSS, oh yea and Flash.

Posted 22 July 2006 - 08:08 PM

I'm just curious, are there any AJAX tutorials on P2L?

#2 Matthew.

    Official Spammer .Matt

  • Members
  • PipPipPipPip
  • 2,749 posts
  • Gender:Male
  • Location:England

Posted 22 July 2006 - 08:09 PM

You want to look under the "javascript" section.

Its a common misperception that AJAX is a new language, its all javascript so it will be there :D I recall some being there as well :)

Edited by .Matt, 22 July 2006 - 08:09 PM.


#3 Donna

    Retired P2L Queen!

  • P2L Staff
  • PipPipPipPip
  • 12,330 posts
  • Gender:Female
  • Location:B.C Canada

Posted 22 July 2006 - 08:10 PM

http://www.pixel2lif...avascript/AJAX/

#4 DanWilliamson

    P2L Jedi

  • Members
  • PipPipPip
  • 650 posts

Posted 22 July 2006 - 08:26 PM

View Post.Matt, on Jul 23 2006, 02:08 AM, said:

You want to look under the "javascript" section.

Its a common misperception that AJAX is a new language, its all javascript so it will be there :D I recall some being there as well :)

Although I 100% agree with that, it's not all Javascript it,s XML, XHTML you can use PHP, XLST etc etc.. AJAX is merely a technology not an actual language.

Ajax, shorthand for Asynchronous JavaScript and XML, is a web development technique for creating interactive web applications. The intent is to make web pages feel more responsive by exchanging small amounts of data with the server behind the scenes, so that the entire web page does not have to be reloaded each time the user makes a change. This is meant to increase the web page's interactivity, speed, and usability.

The Ajax technique uses a combination of:

XHTML (or HTML) and CSS, for marking up and styling information.
The DOM accessed with a client-side scripting language, especially ECMAScript implementations such as JavaScript and JScript, to dynamically display and interact with the information presented.
The XMLHttpRequest object to exchange data asynchronously with the web server. In some Ajax frameworks and in certain situations, an IFrame object is used instead of the XMLHttpRequest object to exchange data with the web server.
XML is sometimes used as the format for transferring data between the server and client, although any format will work, including preformatted HTML, plain text, JSON and even EBML.
Like DHTML, LAMP and SPA, Ajax is not a technology in itself, but a term that refers to the use of a group of technologies together.

http://en.wikipedia.org/wiki/AJAX

#5 Donna

    Retired P2L Queen!

  • P2L Staff
  • PipPipPipPip
  • 12,330 posts
  • Gender:Female
  • Location:B.C Canada

Posted 22 July 2006 - 08:47 PM

<_< And to think I used to clean my bath tub with Ajax, times are a changing.

#6 saferwaters

    Jedi In Training

  • Members
  • PipPip
  • 390 posts

Posted 23 July 2006 - 05:13 AM

Quote

Ajax is a catchy name for a type of programming made popular in 2005 by Google and other big web developers. Ajax loosely stands for Asynchronous Javascript And XML, but that just sounds like techno jargon to many people.

In plain English, Ajax can be thought of Javascript on steroids.

tizag.com

#7 DanWilliamson

    P2L Jedi

  • Members
  • PipPipPip
  • 650 posts

Posted 23 July 2006 - 06:17 AM

View PostDonna, on Jul 23 2006, 02:47 AM, said:

:P And to think I used to clean my bath tub with Ajax, times are a changing.

I was sad enough to point that out to my friend in Somerfields and he is not good on PC's and he turned round and said 'oh yeah it's name after a footy club'

Cillit Bang ftw





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users