Cargando…

Ajax bible /

This book teaches you to build interactive Web applications with Ajax. It enables you to create live searches and online spreadsheets. It also helps you discover programming mistakes to avoid! It also enables you to create blazing fast Web applications with powerful Ajax. If you think that mastering...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Holzner, Steven
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Indianapolis, IN : Wiley, 2007.
Colección:Bible.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocn228414223
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 080520s2007 inua o 001 0 eng d
040 |a N$T  |b eng  |e pn  |c N$T  |d YDXCP  |d OCLCQ  |d SFB  |d TEFOD  |d IDEBK  |d E7B  |d HULBL  |d OCLCQ  |d B24X7  |d UMI  |d EBLCP  |d DEBSZ  |d OCLCQ  |d KUT  |d OCLCF  |d TEFOD  |d OCLCQ  |d COO  |d AGLDB  |d LIV  |d OCLCQ  |d MERUC  |d OCLCQ  |d JBG  |d OCLCQ  |d VTS  |d CEF  |d WYU  |d STF  |d UAB  |d M8D  |d VT2  |d VLY  |d INARC  |d UKAHL  |d OCLCQ  |d OCLCO  |d MHW  |d OCLCO  |d OCLCQ  |d OCLCO 
015 |a GBA6A5964  |2 bnb 
016 7 |a 013629305  |2 Uk 
019 |a 243599903  |a 252019100  |a 646743184  |a 727431493  |a 748524347  |a 785643316  |a 1064755538  |a 1103266945  |a 1129348843  |a 1145779096  |a 1145795416  |a 1162444934  |a 1192348543  |a 1240521594 
020 |a 9780470377512  |q (electronic bk.) 
020 |a 0470377518  |q (electronic bk.) 
020 |a 1281237914 
020 |a 9781281237910 
020 |a 9786611237912 
020 |a 6611237917 
020 |z 9780470102633  |q (pbk.) 
020 |z 0470102632  |q (pbk.) 
029 1 |a AU@  |b 000051429512 
029 1 |a AU@  |b 000068791368 
029 1 |a DEBBG  |b BV043109744 
029 1 |a DEBSZ  |b 370598709 
029 1 |a DEBSZ  |b 396162207 
029 1 |a DEBSZ  |b 422135038 
029 1 |a GBVCP  |b 785359974 
035 |a (OCoLC)228414223  |z (OCoLC)243599903  |z (OCoLC)252019100  |z (OCoLC)646743184  |z (OCoLC)727431493  |z (OCoLC)748524347  |z (OCoLC)785643316  |z (OCoLC)1064755538  |z (OCoLC)1103266945  |z (OCoLC)1129348843  |z (OCoLC)1145779096  |z (OCoLC)1145795416  |z (OCoLC)1162444934  |z (OCoLC)1192348543  |z (OCoLC)1240521594 
037 |b OverDrive, Inc.  |n http://www.overdrive.com 
037 |a FBEF31DC-EFBA-4E7A-A6D7-1AE03B12DCAD  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a TK5105.8885.A52  |b H639 2007eb 
072 7 |a COM  |x 087000  |2 bisacsh 
072 7 |a COM  |x 060150  |2 bisacsh 
072 7 |a COM  |x 034000  |2 bisacsh 
072 7 |a COM  |x 060130  |2 bisacsh 
072 7 |a UVG  |2 bicssc 
082 0 4 |a 006.78  |2 22 
049 |a UAMI 
100 1 |a Holzner, Steven. 
245 1 0 |a Ajax bible /  |c Steven Holzner. 
260 |a Indianapolis, IN :  |b Wiley,  |c 2007. 
300 |a 1 online resource (xvii, 695 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 Bible 
505 0 |a About This Book -- Conventions Used in This Book -- What You'll Need -- Acknowledgments -- Part I. Fundamental Ajax -- Chapter 1. Essential Ajax -- What Does "Ajax" Mean? -- What Can You Do with Ajax? -- Summary -- Chapter 2. Know Your JavaScript -- What Is JavaScript's Place in Ajax? -- A Brief History of JavaScript -- Getting Started with JavaScript -- Creating JavaScript Functions -- Storing Your Data in Variables -- Operating on Your Data with Operators -- Making Decisions with the If Statement -- Executing Different Code in Different Browsers -- Working with Loops -- Connecting JavaScript to HTML Buttons -- Summary -- Chapter 3. Creating Ajax Applications -- Writing Ajax -- Interacting with Server-Side Code -- Passing Data to Server-Side Scripts -- Using Ajax with XML -- Summary -- Chapter 4. Serious Ajax Programming -- Working with Multiple Concurrent XMLHttpRequest Requests -- Handling JavaScript Sent from the Server -- Connecting to Google Suggest -- Calling Another Domain in Ajax -- A Login Example -- Working with Ajax and Head Requests -- Eliminate Caching -- Summary -- Part II. Ajax in Depth -- Chapter 5. Introducing Ajax Frameworks -- Using the Ajax Utility Library -- Using libXmlRequest to Download XML -- Using AJAXLib to Download XML -- Summary -- Chapter 6. More Advanced Ajax Frameworks -- Using the Majax Framework -- Using the Sack Framework -- Using the XHConn Framework -- Using the uniAjax Framework -- Using the AjaxGear Framework -- Using the AjaxRequest Framework -- Using the Http Framework to Avoid Caching -- Using the Sarissa Framework to Handle XML -- Using the Interactive Website Framework to Handle XML -- Summary -- Chapter 7. Using Server-Side Ajax Frameworks -- Working with PHP-Based Frameworks -- Working with Java-Based Frameworks -- Working with Ajax and Ruby on Rails -- Summary -- Part III. Ajax and the DOM, XML, CSS, and Dynamic HTML -- Chapter 8. The DOM and Event Handling -- Introducing the DOM -- Appending Elements Using the DOM -- Replacing Elements Using the DOM -- Creating an Ajax-Enabled Shopping Cart -- Downloading Images with Ajax -- Handling Ajax Timeouts -- Summary -- Chapter 9. XML and Ajax -- Creating XML -- Handling XML with JavaScript -- Retrieving Data from an XML Document -- Handling White Space in the Mozilla, Netscape, and Firefox Web Browsers -- Handling White Space in a Cross-Browser Way -- Accessing XML Data Directly -- Accessing XML Attribute Values -- Validating Your XML -- Summary -- Chapter 10. Cascading Style Sheets and Ajax -- Ajax-Enabled Menus -- Getting Text Noticed in Ajax Applications -- Scrolling Text -- Styling Text Using CSS -- Styling Colors and Backgrounds Using CSS -- Styling Locations in Web Pages -- Summary -- Chapter 11. Dynamic HTML and Ajax -- Creating Mouseovers -- Using Dynamic Styles -- Using document.write -- Using Dynamic HTML Methods to Update Part of a Page -- Using Dynamic HTML Properties to Update Part of a Page -- Using Text Ranges to Update Part of a Page -- Using createElement to Create New Elements on the fly -- Chapter 12. Introducing Ajax and PHP -- Chapter 13. PHP: functions and HTML controls -- Chapter 14. Handling user input in PHP -- Chapter 15. Ajax and security -- Chapter 16. Filters, MVC, and Ajax. 
520 |a This book teaches you to build interactive Web applications with Ajax. It enables you to create live searches and online spreadsheets. It also helps you discover programming mistakes to avoid! It also enables you to create blazing fast Web applications with powerful Ajax. If you think that mastering Ajax is too difficult, guess again. You can create Web applications that look and feel like desktop apps in less time than you think with the comprehensive Ajax instruction in this in depth book. You'll find easy to follow tutorials, hundreds of tips and tricks, and so much practical information that even skilled developers will reach for this book first. Let this Bible be your guide as you jump into the hottest Web programming technology in years. It enables you to master the fundamentals JavaScript[regsitered], XML, dynamic HTML, and CSS Tie Ajax into Google with the Google[registered] API. It shows you how to handle simultaneous XMLHttp Request objects in Ajax. It helps you to use Ajax frameworks such as Ruby on Rails, AjaxTags, and others. It enables you to understand the Document Object Model (DOM) and create floating menus and effects with CSS. It shows you how to encrypt data over plain HTTP using JavaScript. It helps you to adapt real world examples to your own programs. 
588 0 |a Print version record. 
546 |a English. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Ajax (Web site development technology) 
650 6 |a Ajax (Technologie de développement de sites Web) 
650 7 |a COMPUTERS  |x Digital Media  |x General.  |2 bisacsh 
650 7 |a COMPUTERS  |x Web  |x User Generated Content.  |2 bisacsh 
650 7 |a COMPUTERS  |x Interactive & Multimedia.  |2 bisacsh 
650 7 |a COMPUTERS  |x Web  |x Site Design.  |2 bisacsh 
650 7 |a Ajax (Web site development technology)  |2 fast 
776 0 8 |i Print version:  |a Holzner, Steven.  |t Ajax bible.  |d Indianapolis, IN : Wiley, 2007  |z 9780470102633  |z 0470102632  |w (DLC) 2007920013  |w (OCoLC)77256805 
830 0 |a Bible. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9780470102633/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH23050369 
938 |a Books 24x7  |b B247  |n bks00018084 
938 |a ebrary  |b EBRY  |n ebr10226876 
938 |a EBSCOhost  |b EBSC  |n 225490 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n 123791 
938 |a Internet Archive  |b INAR  |n ajaxbible0000holz 
938 |a YBP Library Services  |b YANK  |n 2796442 
994 |a 92  |b IZTAP