Cargando…

Sams teach yourself Ajax, JavaScript, and PHP all in one /

In just a short time, you can learn how to use Ajax, JavaScript, and PHP to create interactive interfaces to your web applications by combining these powerful technologies. No previous Ajax programming experience is required. Using a straightforward, step-by-step approach, each lesson in this book b...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Ballard, Phil
Otros Autores: Moncur, Michael G.
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Indianapolis, Ind. : Sams Pub., ©2009.
Colección:Sams teach yourself all in one.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocn297575451
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 090109s2009 inua ob 001 0 eng d
040 |a UMI  |b eng  |e pn  |c UMI  |d OCLCQ  |d MKN  |d CDX  |d CEF  |d OCLCQ  |d IDEBK  |d DEBSZ  |d OCLCQ  |d OCLCO  |d OCLCF  |d OCLCQ  |d YDX  |d NJR  |d OCLCQ  |d UAB  |d WYU  |d AU@  |d VT2  |d OCLCQ  |d INARC  |d CZL  |d OCLCO  |d OCLCQ 
019 |a 245050368  |a 741349115  |a 1044321687  |a 1056408254  |a 1060815118  |a 1062891115  |a 1103277871  |a 1151151503  |a 1153017630 
020 |a 9780768685459 
020 |a 0768685451 
020 |a 0672329654  |q (print) 
020 |a 9780672329654  |q (print) 
024 8 |a 9786612654428 
029 1 |a CHBIS  |b 006150564 
029 1 |a CHVBK  |b 171293355 
029 1 |a DEBSZ  |b 355430045 
029 1 |a HEBIS  |b 291501192 
035 |a (OCoLC)297575451  |z (OCoLC)245050368  |z (OCoLC)741349115  |z (OCoLC)1044321687  |z (OCoLC)1056408254  |z (OCoLC)1060815118  |z (OCoLC)1062891115  |z (OCoLC)1103277871  |z (OCoLC)1151151503  |z (OCoLC)1153017630 
037 |a CL0500000030  |b Safari Books Online 
050 4 |a TK5105.8885.A52  |b B38 2009 
072 7 |a UP, UVG  |2 bicssc 
082 0 4 |a 006.7/6  |2 22 
049 |a UAMI 
100 1 |a Ballard, Phil. 
245 1 0 |a Sams teach yourself Ajax, JavaScript, and PHP all in one /  |c Phil Ballard, Michael Moncur. 
246 3 0 |a Teach yourself Ajax, JavaScript, and PHP all in one 
246 3 0 |a Ajax, JavaScript, and PHP all in one 
260 |a Indianapolis, Ind. :  |b Sams Pub.,  |c ©2009. 
300 |a 1 online resource (xi, 367 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
490 1 |a Sams teach yourself all in one 
504 |a Includes bibliographical references (pages 339-341) and index. 
505 0 |a Cover -- Contents -- Introduction -- Part I: Web Basics Refresher -- CHAPTER 1: Workings of the Web -- A Short History of the Internet -- The World Wide Web -- Introducing HTTP -- The HTTP Request and Response -- HTML Forms -- Summary -- CHAPTER 2: Writing and Styling Pages in HTML and CSS -- Introducing HTML -- Elements of an HTML Page -- A More Advanced HTML Page -- Some Useful HTML Tags -- Adding Your Own Style -- Defining the Rules -- Add a Little class -- Applying Styles -- Formatting Text with Styles -- Adding Lines -- Summary -- CHAPTER 3: Anatomy of an Ajax Application -- The Need for Ajax -- Introducing Ajax -- The Constituent Parts of Ajax -- Putting It All Together -- Summary -- Part II: Introducing Web Scripting with JavaScript -- CHAPTER 4: Creating Simple Scripts in JavaScript -- Tools for Scripting -- Displaying Time with JavaScript -- Beginning the Script -- Adding JavaScript Statements -- Creating Output -- Adding the Script to a Web Page -- Testing the Script -- JavaScript Syntax Rules -- Using Comments -- Best Practices for JavaScript -- Summary -- CHAPTER 5: Working with the Document Object Model (DOM) -- Understanding Objects -- Understanding the Document Object Model (DOM) -- Working with Web Documents -- Accessing Browser History -- Working with the location Object -- Summary -- CHAPTER 6: Using Variables, Strings, and Arrays -- Using Variables -- Understanding Expressions and Operators -- Data Types in JavaScript -- Converting Between Data Types -- Using String Objects -- Working with Substrings -- Using Numeric Arrays -- Using String Arrays -- Sorting a Numeric Array -- Summary -- CHAPTER 7: Using Functions and Objects -- Using Functions -- Introducing Objects -- Using Objects to Simplify Scripting -- Extending Built-in Objects -- Summary -- CHAPTER 8: Controlling Flow with Conditions and Loops -- The if Statement -- Using Shorthand Conditional Expressions -- Testing Multiple Conditions with if and else -- Using Multiple Conditions with switch -- Using for Loops -- Using while Loops -- Using do8230;while Loops -- Working with Loops -- Looping Through Object Properties -- Summary -- CHAPTER 9: Using Built-In Functions and Libraries -- Using the Math Object -- Working with Math Functions -- Using the with Keyword -- Working with Dates -- Using Third-Party Libraries -- Other Libraries -- Summary -- Part III: Introducing Ajax -- CHAPTER 10: The Heart of Ajaxthe XMLHTTPRequest Object -- Introducing XMLHTTPRequest -- Creating the XMLHTTPRequest Object -- Summary -- CHAPTER 11: Talking with the Server -- Sending the Server Request -- Monitoring Server Status -- The Callback Function -- Summary -- CHAPTER 12: Using the Returned Data -- The responseText and responseXML Properties -- Parsing responseXML -- Providing User Feedback -- Summary -- CHAPTER 13: Our First Ajax Application -- Constructing the Ajax Application -- The HTML Document -- Adding JavaScript -- Putting It All Together -- Summary -- Part IV: Server-side Scripting with PHP -- CHAPTER 14: Getting to Know PHP -- PHP Basics -- Your First PHP Script -- Summary. 
588 0 |a Print version record. 
520 |a In just a short time, you can learn how to use Ajax, JavaScript, and PHP to create interactive interfaces to your web applications by combining these powerful technologies. 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, reference information, JavaScript libraries, and server software you need to set up a stable environment for learning, testing, and production. Learn how to ... Build better, more interactive interfaces for your web applications Make JavaScript, HTML, XML, and PHP work together to create Ajax effects Compile an Ajax application Create and consume web services with SOAP and REST Avoid common errors and troubleshoot programs Use popular Ajax libraries to speed up and improve common programming tasks On the CD XAMPP for Windows, Mac OS X, and Linux--an easy-to-install package to set up a PHP- and MySQL-enabled Apache server on your computer The jEdit programming editor for Windows, Mac, and Linux Prototype, Scriptaculous, Rico, and XOAD--popular JavaScript libraries for creating Ajax applications and effects A complete Ajax, HTML, XML, and PHP tutorial reference library in searchable PDF format Source code for the examples in the book Phil Ballard is a software engineering consultant and developer specializing in website and intranet design and development for an international portfolio of clients. He has an honors degree from the University of Leeds, England, and has worked for several years in commercial and managerial roles in the high technology sector. Michael Moncur is a freelance webmaster and author. He runs a network of websites and has written several bestselling books about web development, networking, certification programs, and databases. Category: Web Development Covers: Ajax, JavaScript and PHP User Level: Beginning-Intermediate. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Ajax (Web site development technology) 
650 0 |a JavaScript (Computer program language) 
650 0 |a PHP (Computer program language) 
650 0 |a Web site development. 
650 6 |a Ajax (Technologie de développement de sites Web) 
650 6 |a JavaScript (Langage de programmation) 
650 6 |a PHP (Langage de programmation) 
650 6 |a Sites Web  |x Développement. 
650 7 |a Ajax (Web site development technology)  |2 blmlsh 
650 7 |a JavaScript (Computer program language)  |2 blmlsh 
650 7 |a PHP (Computer program language)  |2 blmlsh 
650 7 |a Web site development.  |2 blmlsh 
650 7 |a Ajax (Web site development technology)  |2 fast  |0 (OCoLC)fst01740126 
650 7 |a JavaScript (Computer program language)  |2 fast  |0 (OCoLC)fst00982071 
650 7 |a PHP (Computer program language)  |2 fast  |0 (OCoLC)fst01049847 
650 7 |a Web site development.  |2 fast  |0 (OCoLC)fst01173243 
655 4 |a Electronic resource. 
700 1 |a Moncur, Michael G. 
776 0 |z 0672329654 
776 0 |z 9780672329654 
830 0 |a Sams teach yourself all in one. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9780768685459/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Coutts Information Services  |b COUT  |n 14245020  |c 39.99 USD 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n 265442 
938 |a Internet Archive  |b INAR  |n samsteachyoursel0000ball_o8z3 
938 |a YBP Library Services  |b YANK  |n 14857147 
994 |a 92  |b IZTAP