
Ajax and php
-
The discursive examination componentessay type uses double blind marking technique to assess the performances in examination and the system model was implemented using Apache Server, PHP Programming Language , HTML, Ajax, jQuery, Javascript and MySQL Database.
5p
cathydoll5
27-02-2019
20
1
Download
-
Bài giảng "Lập trình Web - Chương 5: PHP & MySQL (MySQL)" cung cấp cho người đọc các kiến thức về PHP – Một số kỹ thuật bao gồm: Upload tập tin, lưu hình ảnh vào CSDL, kỹ thuật phân trang, AJAX – Asynchronous JavaScript and XML. Mời các bạn cùng tham khảo nội dung chi tiết.
39p
doinhugiobay_14
16-02-2016
100
8
Download
-
Trademarked names may appear in this book. Rather than use a trademark symbol with every occurrence of a trademarked name, we use the names only in an editorial fashion and to the benefit of the trademark owner, with no intention of infringement of the trademark.
270p
lock_123
08-04-2013
55
6
Download
-
AJAX enables interactive interfaces that can replace traditional user interfaces. Enhance the user experience of your PHP website using AJAX with this practical and friendly tutorial! This book is the most efficient resource you can get to enter the exciting world of AJAX with PHP. Based on numerous examples and detailed case studies, this AJAX with PHP tutorial will build your foundation knowledge for creating faster, better web applications.
307p
hoa_can
05-02-2013
65
14
Download
-
AJAX là thuật ngữ viết tắt của Asynchronous Javascript and XML . AJAX thông qua js để cung cấp một công nghệ phía client-script để gọi ngầm một lệnh background để phía server thực hiện và nhận thông tin trả về, update thông tin của trang nhanh mà không cần phải load lại cả trang, rất mất thời gian load lại những cái không cần update.
34p
muathu_102
28-01-2013
266
17
Download
-
"Every developer working with the Web needs to read this book." -- David Heinemeier Hansson, creator of the Rails framework "RESTful Web Services finally provides a practical roadmap for constructing services that embrace the Web, instead of trying to route around it." -- Adam Trachtenberg, PHP author and EBay Web Services Evangelist
440p
stingdau_123
19-01-2013
155
41
Download
-
1) Ajax là một ý tưởng, không phải là cụm từ Ajax tuy đã được giải thích rõ ràng là viết tắt của cụm từ Asynchronous JavaScript and XML nhưng tên đầy đủ này vẫn không hoàn toàn thích hợp vì nó đơn giản hóa quá mức lịch sử của công nghệ cũng như những tùy chọn bổ sung nằm trong chính bản thân nó. Chính xác hơn, Ajax bao gồm ý tưởng trong đó các ứng dụng web có thể được xây dựng để chọn trong số vòng lặp “post-wait-repeat” được sử dụng trong các ứng dụng Web trình chủ....
3p
bibocumi27
16-01-2013
49
5
Download
-
With over 3 million users worldwide, Adobe’s Dreamweaver is the most popular web development software in the world, and it just took another step forward with CS3, the new version released in 2007. Having come a long way from its humble beginnings as a simple web design tool, CS3 allows you to rapidly put together standards compliant web sites and dynamic web sites with server-side languages and Ajax, and much more.
785p
trasua_123
14-01-2013
85
16
Download
-
THIS IS THE FIFTH EDITION OF A BOOK that has proven popular with professional developers and academic institutions. It strives to impart knowledge on a subject that at fi rst was seen by some as just another fad, but that instead has come to maturity and is now often just taken for granted. Almost six years have passed since the previous edition — a veritable lifetime in IT terms.
0p
hotmoingay3
09-01-2013
54
4
Download
-
No previous Ajax programming experience is required. Using a straightforward, step-by-step approach, each lesson in this book builds on the previous ones, enabling you to learn the essentials of Ajax programming with JavaScript, PHP, and related technologies from the ground up. Regardless of whether you run Linux, Windows, or Mac OS X, the enclosed CD includes a complete Ajax programming starter kit that gives you all the programming tools,
383p
trasua_123
05-01-2013
61
17
Download
-
The PHP language has come a long way from its humble roots as a set of Perl scripts written by Rasmus Lerdorf. Today, PHP enjoys enormous market share and the latest release, PHP 5, sports a robust object-oriented programming model. Naturally, development practices have also matured. Those of us who taught ourselves PHP in the late nineties have become more sophisticated in our coding techniques. PHP has also made significant headway into corporate environments.
197p
tailieuvip14
26-07-2012
72
9
Download
-
Tham khảo sách 'building responsive web applications ajax and php', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả
256p
tailieuvip14
26-07-2012
125
22
Download
-
We have been developing web applications using PHP and MySQL. But now we want to learn how to make our applications interactive in terms of usage, and build a community around them. In short, we want to build simple, yet powerful applications. Look no further! script.aculo.us is our savior and our love, too. script.aculo.us is a JavaScript library that provides dynamic visual effects, user interface controls, and robust AJAX features. In this chapter, we will explore the script.aculo.us library with regards to versions, features, and real-world usage....
263p
tailieuvip14
26-07-2012
106
8
Download
-
In the history of the Internet, 2005–2006 will be remembered as the year when online mapping finally came of age. Prior to 2005, MapQuest and other mapping services allowed you to look up directions, search for locations, and map businesses, but these searches were limited, usually to the companies the services had partnered with, so you couldn’t search for any location. On February 8, 2005, Google changed all that. As it does with many of its services, Google quietly released the beta of Google Maps to its Labs incubator (http://labs.google.
446p
tailieuvip13
24-07-2012
100
27
Download
-
Working with technology is a funny thing in that every time you think you have it cornered . . . blam! Something pops out of nowhere that leaves you at once both bewildered and excited. Web development seems to be particularly prone to such surprises. For instance, early on, all we had to deal with was plain old HTML, which, aside from the never-ending table-wrangling, was easy enough. But soon, the simple web site began to morph into a complex web application, and accordingly, scripting languages such as PHP became requisite knowledge.
270p
tailieuvip13
24-07-2012
81
13
Download
-
AJAX applications make extensive use of JavaScript to manipulate the content and the look and feel of web pages. Web pages should have the DOM loaded before any JavaScript code tries to perform any such modification on it. This recipe will explain how to execute the JavaScript after the content has been loaded and the DOM is ready.
332p
tailieuvip13
24-07-2012
102
29
Download
-
Cake is a rapid development framework for PHP that uses well-known design patterns and provides a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss of flexibility. It means you can code faster, your code is better, and it makes writing Web 2.0-style apps a snap. This book builds on your knowledge as a PHP developer to provide a fast-paced, step-by-step tutorial in building CakePHP applications. The book is packed with example code and demo applications, so that you can see techniques in action....
328p
tailieuvip13
20-07-2012
99
33
Download
-
Working with technology is a funny thing in that every time you think you have it cornered . . . blam! Something pops out of nowhere that leaves you at once both bewildered and excited. Web development seems to be particularly prone to such surprises. For instance, early on, all we had to deal with was plain old HTML, which, aside from the never-ending table-wrangling, was easy enough. But soon, the simple web site began to morph into a complex web application, and accordingly, scripting languages such as PHP became requisite knowledge.
222p
tailieuvip13
20-07-2012
88
17
Download
-
Making Web applications look and feel like desktop applications is what this book is all about — that’s what Ajax does. Although Web development is getting more and more popular, users still experience the nasty part of having to click a button, wait until a new page loads, click another button, wait until a new page loads, and so on.
265p
tailieuvip13
19-07-2012
60
15
Download
-
"Computer, draw a robot!" said my young cousin to the first computer he had ever seen. (Since I had instructed it not to listen to strangers, the computer wasn't receptive to this command.) If you're like me, your first thought would be "how silly" or "how funny"—but this is a mistake. Our educated and modeled brains have learned how to work with computers to a certain degree. People are being educated to accommodate computers, to compensate for the lack of ability of computers to understand humans. (On the other hand, humans can't accommodate very well themselves, but that's another story.
286p
tailieuvip13
19-07-2012
73
9
Download
CHỦ ĐỀ BẠN MUỐN TÌM
