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: 相关文章:





















