Developing PHP the Ajax Way, Part 1: Getting Started php the ajax 방법 개발, 1 부 : 시작하기
Asynchronous JavaScript and XML (Ajax), has become the most popular new Web development technology. 비동기식 자바 스크립트와 xml (ajax),가 가장 인기있는 새로운 웹 개발 기술을합니다. This is the first of a new two-part " 이것은 첫 번째의 새로운 두 개의 - 일부 " Developing PHP the Ajax way php the 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 부분은 게시 없음). demonstation이 ajax 튜토리얼 및 코딩하면 응용 프로그램을 개발하는 온라인 웹 포토 앨범 ajax를 사용하여 php과 단순 툴킷 (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. 이 자습서 기술을 개발하는 방법을 가르치고 간단한 포토 앨범은 독자를 사용하여 두 개의 방법 : 전통적인 웹 응용 프로그램과 sajax - 전원 응용 프로그램을합니다. The PHP album application reads the contents of a directory, displaying a thumbnail table to the user. the 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. 전통적인 응용 프로그램은 암호화되고 있기 때문에, 모든 새 요청을 생성을 클릭하고 매개 변수를 전송합니다 ~.
Developing PHP the Ajax Way, Part 1: Getting Started php the 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, 관련 웹 개발 기술 :
Ajax Ebooks and Learning Documents 전자책 및 학습 문서를 ajax Ajax Tutorials ajax 자습서 81 AJAX and 24 JavaScript Ebooks 81 ajax와 24 자바 스크립트 전자책 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. 이 자습서 기술을 개발하는 방법을 가르치고 간단한 포토 앨범은 독자를 사용하여 두 개의 방법 : 전통적인 웹 응용 프로그램과 sajax - 전원 응용 프로그램을합니다. The PHP album application reads the contents of a directory, displaying a thumbnail table to the user. the 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. 전통적인 응용 프로그램은 암호화되고 있기 때문에, 모든 새 요청을 생성을 클릭하고 매개 변수를 전송합니다 ~.
Developing PHP the Ajax Way, Part 1: Getting Started php the 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, 관련 웹 개발 기술 :
- 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 " 읽기을 구성하는 다섯 가지 - 일부 " Mastering Ajax 마스터 ajax " series on developerWorks for a comprehensive overview of Ajax. "시리즈를 developerworks에 대한 광범위한 개요를 ajax합니다.
- Start with the " 시작은 " Considering Ajax 고려 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에 익숙하지 않은 경우에는 ajax하거나, 읽기 " Using Ajax with PHP and Sajax ajax와 php와 sajax를 사용하여 ." 합니다. "
- Be sure to check out " 반드시 체크 아웃 " Reading and writing the XML DOM with PHP 읽고 쓰는 xml 돔과 php ." 합니다. "
Popularity: 17% [ 인기도 : 17 % [ ? ? ] ]
Related Posts: 관련 게시물 :





















