Cargando…

Microsoft AJAX Library essentials : client-side ASP.NET AJAX 1.0 explained /

A practical tutorial to using Microsoft AJAX to enhance the user experience of your ASP.NET web applications covering the most up to date versions of the AJAX tools. This book has been written for ASP.NET developers entering the world of the ASP.NET AJAX Framework, and for existing ASP.NET AJAX deve...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Brinzarea, Bogdan, Darie, Cristian (Autor)
Otros Autores: Cordoba, Ruben (Revisador), Gheorghita, Cosmin Mihai (Revisador), Rajlaxmi, Nanda (Editor )
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, U.K. : Packt Pub., ©2007.
Colección:From technologies to solutions.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBSCO_ocn263352470
003 OCoLC
005 20231017213018.0
006 m o d
007 cr zn|||||||||
008 080904s2007 enka ob 001 0 eng d
040 |a NUI  |b eng  |e pn  |c NUI  |d N$T  |d IDEBK  |d UMI  |d CEF  |d OCLCQ  |d E7B  |d OCLCQ  |d B24X7  |d DEBSZ  |d OCLCQ  |d OCLCO  |d OCLCF  |d OCLCQ  |d OCLCA  |d OCLCQ  |d OCLCO  |d OCL  |d YDXCP  |d OCLCQ  |d COO  |d AGLDB  |d LIV  |d OCLCQ  |d OCLCO  |d OCLCA  |d OCL  |d VTS  |d FEM  |d STF  |d UAB  |d AU@  |d M8D  |d VT2  |d OCLCO  |d OCLCQ  |d INARC  |d OCLCO 
019 |a 320686364  |a 428739813  |a 746499964  |a 765143017  |a 815557997  |a 823112998  |a 968979414  |a 1044320140  |a 1056378256  |a 1073049549  |a 1097151400  |a 1103266040  |a 1392382283 
020 |a 9781847191045  |q (electronic bk.) 
020 |a 1847191045  |q (electronic bk.) 
020 |a 1847190987 
020 |a 9781847190987 
020 |a 1281252441 
020 |a 9781281252449 
020 |z 9781847190987 
029 1 |a AU@  |b 000053002710 
029 1 |a AU@  |b 000053251070 
029 1 |a CHBIS  |b 006150005 
029 1 |a CHVBK  |b 171422732 
029 1 |a DEBBG  |b BV043070776 
029 1 |a DEBSZ  |b 355447258 
029 1 |a DEBSZ  |b 422017175 
029 1 |a HEBIS  |b 291517307 
035 |a (OCoLC)263352470  |z (OCoLC)320686364  |z (OCoLC)428739813  |z (OCoLC)746499964  |z (OCoLC)765143017  |z (OCoLC)815557997  |z (OCoLC)823112998  |z (OCoLC)968979414  |z (OCoLC)1044320140  |z (OCoLC)1056378256  |z (OCoLC)1073049549  |z (OCoLC)1097151400  |z (OCoLC)1103266040  |z (OCoLC)1392382283 
037 |a CL0500000044  |b Safari Books Online 
050 4 |a TK5105.8885.A26  |b B75 2007eb 
072 7 |a COM  |x 051260  |2 bisacsh 
072 7 |a COM  |x 051420  |2 bisacsh 
072 7 |a UP, UVG  |2 bicssc 
082 0 4 |a 005.2/762  |2 22 
049 |a UAMI 
100 1 |a Brinzarea, Bogdan. 
245 1 0 |a Microsoft AJAX Library essentials :  |b client-side ASP.NET AJAX 1.0 explained /  |c Bogdan Brinzarea, Cristian Darie ; reviewers, Ruben Cordoba, Cosmin Mihai Gheorghita ; technical editor, Rajlaxmi Nanda. 
260 |a Birmingham, U.K. :  |b Packt Pub.,  |c ©2007. 
300 |a 1 online resource (vi, 285 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 
347 |a text file 
490 1 |a From technologies to solutions 
500 |a Title from title screen. 
504 |a Includes bibliographical references and index. 
505 0 |a Cover -- TOC36;Table of Contents -- Preface -- CH36;Chapter 158; AJAX and ASP46;NET -- The Big Picture -- AJAX and Web 246;0 -- Building Websites Since 1990 -- HTTP and HTML -- ASP46;NET and Other Server45;Side Technologies -- JavaScript and Other Client45;Side Technologies -- What39;s Missing63; -- The World of AJAX -- What is AJAX Made Of63; -- Uses and Misuses of AJAX -- Introducing ASP46;NET AJAX -- Resources and Tools -- Setting Up Your Environment -- Installing IIS -- Installing Visual Web Developer -- Creating a Folder for Your Project -- Hello World33; -- Summary -- CH36;Chapter 258; AJAX Foundations -- JavaScript and the Document Object Model -- JavaScript Events and the DOM -- Even More DOM -- JavaScript44; DOM44; and CSS -- The XMLHttpRequest Object -- Creating the XMLHttpRequest Object -- Initiating Server Requests -- Handling the Server Response -- Summary -- CH36;Chapter 358; Object45;Oriented JavaScript -- Concepts of Object45;Oriented Programming -- Objects and Classes -- Encapsulation -- Inheritance -- Polymorphism -- Object45;Oriented JavaScript -- JavaScript Functions -- JavaScript Classes -- The JavaScript Execution Context -- Inheritance using Closures and Prototypes -- Introducing JSON -- Summary -- CH36;Chapter 458; Introducing the Microsoft AJAX Library -- Microsoft AJAX Library Components -- Asynchronous Communication -- Client Asynchronous Communication -- Server Asynchronous Communication -- Working with WebRequest -- More WebRequests -- Summary -- CH36;Chapter 558; OOP with the Microsoft AJAX Library -- The New Features -- JavaScript Base Classes Extensions -- Classes in Microsoft AJAX Library -- The Type44; Namespaces44; and Events -- Inheritance -- Enumerations -- Interfaces -- OOP Recommendations -- Summary -- CH36;Chapter 658; Creating Client Components -- DOM Elements and Events -- Components44; Behaviors44; and Controls -- Creating Components -- Disposing of Components -- Sys46;Application and Client Page Life45;Cycle Events -- Behaviors -- Controls -- Quicksteps for Creating Custom Client Components -- Summary -- CH36;Chapter 758; Case Study58; Timer and EnhancedTextBox -- The Timer Component -- The EnhancedTextBox Behavior -- Creating Timer and EnhancedTextBox -- Using the Components -- Summary -- CH36;Chapter 858; Debugging Tools and Techniques -- AJAX Debugging Overview -- Debugging and Tracing with Microsoft AJAX Library -- MicrosoftAjax46;debug46;js -- Anonymous Functions vs46; Pseudo45;Named Functions -- Parameters Validation -- Debugging in Internet Explorer -- Web Development Helper -- Internet Explorer Developer Toolbar -- Other tools -- Debugging in Firefox -- Firebug -- Venkman JavaScript Debugger -- Web Developer -- Fiddler -- Testing -- Summary -- Appendix A58; Microsoft AJAX Library Reference -- Conventions -- Function Class -- emptyMethod40;41; Method -- Type Class -- JavaScript Base Type Extensions -- Array Class -- Boolean Class -- Date Class -- Error Class -- Number Class -- Object Class -- RegExp Class -- String C. 
520 |a A practical tutorial to using Microsoft AJAX to enhance the user experience of your ASP.NET web applications covering the most up to date versions of the AJAX tools. This book has been written for ASP.NET developers entering the world of the ASP.NET AJAX Framework, and for existing ASP.NET AJAX developers looking for a more detailed tutorial on the client-side of the framework: the Microsoft AJAX Library. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a Active server pages. 
630 0 0 |a Microsoft .NET Framework. 
630 0 7 |a Active server pages.  |2 blmlsh 
630 0 7 |a Active server pages  |2 fast 
630 0 7 |a Microsoft .NET Framework  |2 fast 
650 0 |a Ajax (Web site development technology) 
650 0 |a JavaScript (Computer program language) 
650 0 |a Application software  |x Development. 
650 6 |a Ajax (Technologie de développement de sites Web) 
650 6 |a JavaScript (Langage de programmation) 
650 6 |a Logiciels d'application  |x Développement. 
650 7 |a COMPUTERS  |x Programming Languages  |x JavaScript.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x VBScript.  |2 bisacsh 
650 7 |a Ajax (Web site development technology)  |2 blmlsh 
650 7 |a Web sites  |x Design.  |2 blmlsh 
650 7 |a Microsoft .NET.  |2 blmlsh 
650 7 |a Ajax (Web site development technology)  |2 fast 
650 7 |a Application software  |x Development  |2 fast 
650 7 |a JavaScript (Computer program language)  |2 fast 
700 1 |a Darie, Cristian.  |4 aut 
700 1 |a Cordoba, Ruben.  |4 rev 
700 1 |a Gheorghita, Cosmin Mihai.  |4 rev 
700 1 |a Rajlaxmi, Nanda.  |4 edt 
776 0 8 |i Print version:  |a Brinzarea, Bogdan.  |t Microsoft Ajax Library essentials.  |d Birmingham, UK : Packt Pub., 2007  |z 9781847190987  |z 1847190987  |w (OCoLC)166728776 
830 0 |a From technologies to solutions. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=266784  |z Texto completo 
936 |a BATCHLOAD 
938 |a Books 24x7  |b B247  |n bks00025581 
938 |a EBSCOhost  |b EBSC  |n 266784 
938 |a YBP Library Services  |b YANK  |n 3030363 
938 |a Internet Archive  |b INAR  |n microsoftajaxlib0000brin 
994 |a 92  |b IZTAP