Developing PHP the Ajax Way, Part 1: Getting Started發展中國家的PHP的Ajax的方式,第1部分:入門
Asynchronous JavaScript and XML (Ajax), has become the most popular new Web development technology.異步JavaScript和XML (阿賈克斯) ,已成為最熱門的新的Web開發技術。 This is the first of a new two-part "這是首次一個新的兩部分“ Developing PHP the Ajax way發展中國家的PHP的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. “系列(第二部分是不會被發布尚未) 。在這Ajax的補習和編碼示範,您將建立一個在線網絡相冊的應用使用PHP和簡單的AJAX工具包( sajax ) 。它開始被編碼一個簡單的相冊應用程序使用慣常的方法, PHP的編程,這是sajax ,然後應用和用於創建,它成為一個活躍的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.本教程的文章教導讀者如何開發一個簡單的相冊使用兩種方法:一種傳統的Web應用程序和sajax供電的應用。 The PHP album application reads the contents of a directory, displaying a thumbnail table to the user. PHP的相冊應用讀取內容目錄,顯示縮圖表給用戶。 When the user selects a thumbnail, the image expands to full size.當使用者選擇一個縮圖,形象,擴大到全尺寸。 Because a traditional application is being coded, every click generates a new HTTP request, and parameters are sent within the URL.因為傳統的應用正在編碼,每次點擊生成一個新的HTTP請求,和參數發送的網址。
Developing PHP the Ajax Way, Part 1: Getting Started 發展中國家的PHP的Ajax的方式 , 第1部分:入門
A simple photo 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:這裡有一些更多的資源,由IBM與您可以了解更多關於如何使用PHP , AJAX技術,以及相關的Web開發技術:
Ajax Ebooks and Learning Documents Ajax的電子書和學習文件 Ajax Tutorials Ajax的教程 81 AJAX and 24 JavaScript Ebooks 81阿賈克斯和24日的JavaScript電子書 9 Best Ruby On Rails Tutorials from IBM 9月的最佳紅寶石對鋼軌教程由IBM Free AJAX Programming Online Course免費Ajax的編程在線課程
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.本教程的文章教導讀者如何開發一個簡單的相冊使用兩種方法:一種傳統的Web應用程序和sajax供電的應用。 The PHP album application reads the contents of a directory, displaying a thumbnail table to the user. PHP的相冊應用讀取內容目錄,顯示縮圖表給用戶。 When the user selects a thumbnail, the image expands to full size.當使用者選擇一個縮圖,形象,擴大到全尺寸。 Because a traditional application is being coded, every click generates a new HTTP request, and parameters are sent within the URL.因為傳統的應用正在編碼,每次點擊生成一個新的HTTP請求,和參數發送的網址。
Developing PHP the Ajax Way, Part 1: Getting Started 發展中國家的PHP的Ajax的方式 , 第1部分:入門
A simple photo 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:這裡有一些更多的資源,由IBM與您可以了解更多關於如何使用PHP , AJAX技術,以及相關的Web開發技術:
- PHP can be installed with built-in GD support. PHP可以安裝內置在廣東的支持。 GD can be used, for example, to generate photo thumbnails.钆可以用,例如,產生照片縮略圖。 For more information, read the developerWorks article "如需詳細資訊,請參閱developerWorks的文章“ Create graphics the smart way with PHP創建圖形聰明地用PHP ." “ 。
- Read the five-part "經過五年的一部分“ Mastering Ajax掌握阿賈克斯 " series on developerWorks for a comprehensive overview of Ajax. “一系列有關developerWorks為全面概述了AJAX技術。
- Start with the "開始與“ Considering Ajax考慮到阿賈克斯 " series to learn what developers need to know before using Ajax techniques when creating a Web site. “一系列以了解哪些開發人員需要知道之前,使用AJAX技術時,建立一個網站。
- If you aren't familiar with Ajax or Sajax, read "如果您不熟悉與阿賈克斯或sajax ,改為“ Using Ajax with PHP and Sajax使用AJAX與PHP和sajax ." “ 。
- Be sure to check out "請務必檢查“ Reading and writing the XML DOM with PHP閱讀和寫作的XML DOM的用PHP ." “ 。
Popularity: 17% [人氣: 17 % [ ? ? ] ]
Related Posts: 相關文章:





















