Developing PHP the Ajax Way, Part 1: Getting Started発展途上のajax PHPのように、パート1 :準備
Asynchronous JavaScript and XML (Ajax), has become the most popular new Web development technology.非同期JavaScriptとXMLである( ajax ) 、になって最も人気の新しいWeb開発技術です。 This is the first of a new two-part "新しいのは今回が初めての2つの部分から" 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. "シリーズ(第2部ではない投稿はまだありません) 。このチュートリアルやコーディングajax demonstation 、お客様のアプリケーションを開発するオンラインのウェブフォトアルバムツールキットを使用して、 PHPとのシンプルなajax ( sajax )です。コーディングが開始されるアプリケーションを使用して、簡単なフォトアルバムいつものやり方でのPHPプログラミング、を入力し、 sajaxが適用され、使用されることをに積極的にウェブを作成するアプリケーションを作成します。
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.このチュートリアルのサポートのリーダーを開発する方法を教えてフォトアルバムを使用して、単純な2つの方法:従来の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 発展途上のajax PHPのように 、 パート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 、および関連するウェブ開発技術:
Ajax Ebooks and Learning Documents ajax電子ブックや学習書類 Ajax Tutorials ajaxチュートリアル 81 AJAX and 24 JavaScript Ebooks 81 AJAXと24 JavaScriptの電子ブック 9 Best Ruby On Rails Tutorials from IBM 9ベストするRuby on Railsチュートリアルを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.このチュートリアルのサポートのリーダーを開発する方法を教えてフォトアルバムを使用して、単純な2つの方法:従来の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 発展途上のajax PHPのように 、 パート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 、および関連するウェブ開発技術:
- PHP can be installed with built-in GD support. PHPの機能が内蔵さをインストールすることがGDサポートします。 GD can be used, for example, to generate photo thumbnails. gdに使われることは、たとえば、写真のサムネールを生成する。 For more information, read the developerWorks article "詳細な情報については、 developerWorksの記事" Create graphics the smart way with PHPグラフィック、スマートな方法をPHPを作成 ." 。 "
- Read the five-part "読んで5つの部分で" Mastering Ajaxマスタリングajax " series on developerWorks for a comprehensive overview of Ajax. "シリーズ上の概要をajax developerWorksのための包括的です。
- Start with the "スタートしたのは" Considering Ajax検討ajax " series to learn what developers need to know before using Ajax techniques when creating a Web site. "シリーズを学ぶ前にどのような開発者を知る必要がajaxのテクニックを使用してWebサイトを作成するときにします。
- If you aren't familiar with Ajax or Sajax, read "精通していない場合は、 Ajax ]または[ sajax 、既読" Using Ajax with PHP and Sajax ajaxを使用して、 PHPとsajax ." 。 "
- Be sure to check out "必ずチェックアウト" Reading and writing the XML DOM with PHP DOMのは、 XMLの読み書きをPHP ." 。 "
Popularity: 17% [人気度: 17 % [ ? ですか? ] ]
Related Posts: 関連記事:





















