AJAX Anleitungen (für Anfänger)

#0
02.01.2006, 12:43
Edo
zu Gast
#1 Hi Leute,

ich würde mich gerne in AJAX reinarbeiten!

wer hat hilfreiche Links und Anleitungen für mich?
Edo
Seitenanfang Seitenende
02.01.2006, 13:10
Member
Avatar Xeper

Beiträge: 5291
#2 AJAX, ist das nicht nen Putzmittel - eh sorry nie gehört.
Warum nicht C?
__________
E-Mail: therion at ninth-art dot de
IRC: megatherion @ Freenode
Seitenanfang Seitenende
02.01.2006, 14:01
Member

Beiträge: 3306
#3 http://en.wikipedia.org/wiki/AJAX

Zitat

Asynchronous JavaScript and XML, or Ajax, is a web development technique for creating interactive web applications using a combination of:
* XHTML (or HTML) and CSS for marking up and styling information. (XML is commonly used, although any format will work, including preformatted HTML, plain text, JSON and even EBML).
* The Document Object Model manipulated through JavaScript 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 some situations, an IFrame object is used instead of the XMLHttpRequest object to exchange data with the web server.

Like DHTML, LAMP, or SPA, Ajax is not a technology in itself, but a term that refers to the use of a group of technologies together. In fact, derivative/composite technologies based substantially upon Ajax, such as AFLAX, are already appearing.
Von daher ist deine Frage ein bisschen komisch.
__________
Bitte keine Anfragen per PM, diese werden nicht beantwortet.
Seitenanfang Seitenende
02.01.2006, 18:45
Member
Avatar Laserpointa

Beiträge: 2176
#4 Xeper, irgendwie passt Dein Beitrag garnicht zum Thema!
Ajax ist weborientiert und ein Mix aus PHP, Javascript und XML!
bitte schenke Dir das posten, wenn Du keine Antwort zum Thema hast! ;)

gewünschte Links mit Anleitungen nach Relevanz sortiert:
http://www.get-the-code.de/code/javascript/ajax/
http://www.drweb.de/programmierung/ajax.shtml
http://developer.mozilla.org/de/docs/AJAX:Getting_Started
http://jibbering.com/2002/4/httprequest.html
http://de.wikipedia.org/wiki/XMLHttpRequest
http://ajax-scripting.de/
http://ajaxpatterns.org/

Buch: http://www.amazon.de/exec/obidos/ASIN/3935539266/
dazu der Blog: http://www.viele-koeche.org/

ebenfalls ein gutes Buch im Augenblick kostenlos öffentlich:
http://www.teialehrbuch.de/kurse/ajax/

Greetz Lp
Seitenanfang Seitenende
17.02.2006, 17:25
Administrator
Avatar Lukas

Beiträge: 1743
#5 sehr gute Linksammlung zum Thema:

http://www.drweb.de/weblog/weblog/?p=454
http://del.icio.us/search/?all=ajax
(Tools, Anleitungen, Foren, Weblogs etc. zum Thema Ajax)
__________
Gruß Lukas :yo
Seitenanfang Seitenende
Um auf dieses Thema zu ANTWORTEN
bitte erst » hier kostenlos registrieren!!

Folgende Themen könnten Dich auch interessieren: