Developing PHP the Ajax Way, Part 1: Getting Started Le développement PHP Ajax Way, partie 1: Mise en route
Asynchronous JavaScript and XML (Ajax), has become the most popular new Web development technology. Asynchronous JavaScript and XML (Ajax), est devenu le plus populaire de nouvelles technologies de développement Web. This is the first of a new two-part " C'est le premier d'une nouvelle en deux parties " Developing PHP the Ajax way Le développement PHP façon Ajax " 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. "Série (2 e partie n'est pas encore affiché). Dans ce tutoriel Ajax et de codification des marchandises demonstation, vous vous développer en ligne un album photo web application utilisant PHP et le Simple Ajax Toolkit (Sajax). Il commence à être un simple codage album photo en utilisant app la méthode habituelle de programmation PHP, Sajax à laquelle est ensuite appliquée et utilisée pour créer un actif en application Web.
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. Ce tutoriel article enseigne au lecteur comment développer un simple album de photos en utilisant deux méthodes: une application Web traditionnelle et un Sajax-alimenté. The PHP album application reads the contents of a directory, displaying a thumbnail table to the user. L'album application PHP lit le contenu d'un répertoire, en affichant une vignette de table pour l'utilisateur. When the user selects a thumbnail, the image expands to full size. Lorsque l'utilisateur sélectionne une vignette, l'image se développe en pleine grandeur. Because a traditional application is being coded, every click generates a new HTTP request, and parameters are sent within the URL. Parce que une application traditionnelle est codée, chaque clic génère une nouvelle requête HTTP, et les paramètres sont envoyés dans l'URL.
Developing PHP the Ajax Way, Part 1: Getting Started Le développement PHP Ajax Way, partie 1: Mise en route
A simple photo album Un simple album photo
Here are some more resources from IBM with which you can learn more about how to use PHP, Ajax, and related web development technologies: Voici quelques davantage de ressources d'IBM avec lequel vous pouvez en apprendre davantage sur la façon d'utiliser PHP, Ajax, Web et des technologies de développement:
Ajax Ebooks and Learning Documents Ajax ebooks documents et de l'apprentissage Ajax Tutorials Ajax Tutos 81 AJAX and 24 JavaScript Ebooks 81 et 24 AJAX JavaScript Ebooks 9 Best Ruby On Rails Tutorials from IBM 9 meilleures Ruby on Rails tutoriels sur le site d'IBM Free AJAX Programming Online Course Gratuit programmation AJAX cours en ligne
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. Ce tutoriel article enseigne au lecteur comment développer un simple album de photos en utilisant deux méthodes: une application Web traditionnelle et un Sajax-alimenté. The PHP album application reads the contents of a directory, displaying a thumbnail table to the user. L'album application PHP lit le contenu d'un répertoire, en affichant une vignette de table pour l'utilisateur. When the user selects a thumbnail, the image expands to full size. Lorsque l'utilisateur sélectionne une vignette, l'image se développe en pleine grandeur. Because a traditional application is being coded, every click generates a new HTTP request, and parameters are sent within the URL. Parce que une application traditionnelle est codée, chaque clic génère une nouvelle requête HTTP, et les paramètres sont envoyés dans l'URL.
Developing PHP the Ajax Way, Part 1: Getting Started Le développement PHP Ajax Way, partie 1: Mise en route
A simple photo album Un simple album photo
Here are some more resources from IBM with which you can learn more about how to use PHP, Ajax, and related web development technologies: Voici quelques davantage de ressources d'IBM avec lequel vous pouvez en apprendre davantage sur la façon d'utiliser PHP, Ajax, Web et des technologies de développement:
- PHP can be installed with built-in GD support. PHP peut être installé avec built-in GD. GD can be used, for example, to generate photo thumbnails. GD peut être utilisé, par exemple, pour générer des vignettes photo. For more information, read the developerWorks article " Pour plus d'informations, lisez l'article developerWorks " Create graphics the smart way with PHP Créer des graphiques malin avec PHP ." ».
- Read the five-part " Lire la cinq-partie " Mastering Ajax Mastering Ajax " series on developerWorks for a comprehensive overview of Ajax. "Série sur developerWorks pour un aperçu complet d'Ajax.
- Start with the " Commencez par le commencement " Considering Ajax Considérant Ajax " series to learn what developers need to know before using Ajax techniques when creating a Web site. "Série d'apprendre ce que les développeurs ont besoin de savoir avant d'utiliser des techniques Ajax lors de la création d'un site Web.
- If you aren't familiar with Ajax or Sajax, read " Si vous n'êtes pas familier avec Ajax ou Sajax, lire " Using Ajax with PHP and Sajax Grâce à la technologie AJAX avec PHP et Sajax ." ».
- Be sure to check out " Assurez-vous d'informations, consultez " Reading and writing the XML DOM with PHP La lecture et l'écriture du DOM XML avec PHP ." ».
Popularity: 17% [ Popularité: 17% [ ? ? ] ]
Related Posts: Postes connexes:





















