Developing PHP the Ajax Way, Part 1: Getting Started Die Entwicklung von PHP-Ajax Way, Teil 1: Erste Schritte
Asynchronous JavaScript and XML (Ajax), has become the most popular new Web development technology. Asynchronous JavaScript and XML (Ajax), hat sich zu der beliebtesten Web-Entwicklung neuer Technologien. This is the first of a new two-part " Dies ist der erste einer neuen zweiteilig " Developing PHP the Ajax way Die Entwicklung von PHP-Ajax Weg " series (2nd part is not posted yet). In this Ajax tutorial and coding demonstation, you'll develop an online Web photo album application using PHP and the Simple Ajax Toolkit (Sajax). It starts be coding a simple photo album app using the usual method of PHP programming, to which Sajax is then applied and used to create it into an active Web application. "-Serie (2. Teil ist noch nicht veröffentlicht). In diesem Tutorial Ajax und Codierung demonstation, entwickeln Sie ein Online-Web-Fotoalbum-Anwendung mit PHP und die Simple Ajax Toolkit (Sajax). Es beginnt sich eine einfache Codierung Foto-Album mit ca. die übliche Methode der PHP-Programmierung, dass die Sajax wird dann angewandt und genutzt werden, um sie in eine aktive Web-Anwendung.
This tutorial article teaches the reader how to develop a simple photo album using two methods: a traditional Web application and a Sajax-powered application. Dieses Tutorial Artikel lehrt den Leser zu entwickeln, wie eine einfache Foto-Album mit zwei Methoden: eine traditionelle Web-Anwendung und eine Sajax-powered Anwendung. The PHP album application reads the contents of a directory, displaying a thumbnail table to the user. Die PHP-Album-Anwendung liest den Inhalt eines Verzeichnisses und zeigt eine Thumbnail-Tisch an den Nutzer. When the user selects a thumbnail, the image expands to full size. Wenn der Benutzer wählt die Thumbnails, erweitert das Bild in voller Größe zu. Because a traditional application is being coded, every click generates a new HTTP request, and parameters are sent within the URL. Da eine klassische Bewerbungsmappe wird codiert, jeder Klick erzeugt eine neue HTTP-Request, und Parameter werden innerhalb der URL.
Developing PHP the Ajax Way, Part 1: Getting Started Die Entwicklung von PHP-Ajax Way, Teil 1: Erste Schritte
A simple photo album Eine einfache Foto-Album
Here are some more resources from IBM with which you can learn more about how to use PHP, Ajax, and related web development technologies: Hier sind ein paar mehr Ressourcen von IBM, mit denen Sie lernen mehr über die Verwendung von PHP, Ajax und Web-Entwicklung Technologien:
Ajax Ebooks and Learning Documents Ajax eBooks und Dokumente Lernen Ajax Tutorials Ajax Tutorials 81 AJAX and 24 JavaScript Ebooks 81 AJAX-und JavaScript-24 Ebooks 9 Best Ruby On Rails Tutorials from IBM 9 Best Ruby on Rails Tutorials von IBM Free AJAX Programming Online Course Freie Programmierung von AJAX-Online-Kurs
This tutorial article teaches the reader how to develop a simple photo album using two methods: a traditional Web application and a Sajax-powered application. Dieses Tutorial Artikel lehrt den Leser zu entwickeln, wie eine einfache Foto-Album mit zwei Methoden: eine traditionelle Web-Anwendung und eine Sajax-powered Anwendung. The PHP album application reads the contents of a directory, displaying a thumbnail table to the user. Die PHP-Album-Anwendung liest den Inhalt eines Verzeichnisses und zeigt eine Thumbnail-Tisch an den Nutzer. When the user selects a thumbnail, the image expands to full size. Wenn der Benutzer wählt die Thumbnails, erweitert das Bild in voller Größe zu. Because a traditional application is being coded, every click generates a new HTTP request, and parameters are sent within the URL. Da eine klassische Bewerbungsmappe wird codiert, jeder Klick erzeugt eine neue HTTP-Request, und Parameter werden innerhalb der URL.
Developing PHP the Ajax Way, Part 1: Getting Started Die Entwicklung von PHP-Ajax Way, Teil 1: Erste Schritte
A simple photo album Eine einfache Foto-Album
Here are some more resources from IBM with which you can learn more about how to use PHP, Ajax, and related web development technologies: Hier sind ein paar mehr Ressourcen von IBM, mit denen Sie lernen mehr über die Verwendung von PHP, Ajax und Web-Entwicklung Technologien:
- PHP can be installed with built-in GD support. PHP installiert werden kann mit eingebauter Unterstützung in gd. GD can be used, for example, to generate photo thumbnails. GD verwendet werden können, beispielsweise zur Generierung von Foto-Thumbnails. For more information, read the developerWorks article " Für weitere Informationen, lesen Sie bitte die developerWorks Artikel " Create graphics the smart way with PHP Erstellen Sie die Grafik in idealer Weise mit PHP ." . "
- Read the five-part " Lesen Sie die fünf-teilige " Mastering Ajax Mastering Ajax " series on developerWorks for a comprehensive overview of Ajax. "-Serie auf developerWorks für einen umfassenden Überblick über Ajax.
- Start with the " Beginnen Sie mit der " Considering Ajax Angesichts Ajax " series to learn what developers need to know before using Ajax techniques when creating a Web site. "-Serie zu lernen, was Entwickler müssen wissen, bevor Sie Ajax-Techniken bei der Erstellung einer Website.
- If you aren't familiar with Ajax or Sajax, read " Wenn Sie nicht vertraut sind mit AJAX oder Sajax, lesen Sie " Using Ajax with PHP and Sajax Verwenden von Ajax mit PHP und Sajax ." . "
- Be sure to check out " Seien Sie sicher, dass Sie " Reading and writing the XML DOM with PHP Lesen und Schreiben der XML-DOM mit PHP ." . "
Popularity: 17% [ Beliebtheit: 17% [ ? ? ] ]
Related Posts: Verwandte Beiträge:





















