Cargando…

HTML5 programming for ASP.NET developers /

HTML5 Programming for ASP.NET Developers teaches you to harness the power and flexibility of HTML5 in your ASP.NET Web Forms and ASP.NET MVC applications. Focusing on the programmable features of HTML5 that will be most useful to you as an ASP.NET developer, this book will take you straight to the h...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Joshi, Bipin
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Place of publication not identified] : New York : Apress ; Distributed to the Book trade worldwide by Springer, ©2012.
Colección:Expert's voice in .NET.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocn823163325
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 130102s2012 xx ob 001 0 eng d
040 |a GW5XE  |b eng  |e pn  |c GW5XE  |d YDXCP  |d UMI  |d OCLCO  |d COO  |d N$T  |d SNK  |d E7B  |d IDEBK  |d CDX  |d B24X7  |d DEBSZ  |d OCLCF  |d OCLCQ  |d EBLCP  |d OCLCQ  |d VT2  |d Z5A  |d LIV  |d OCLCQ  |d MERUC  |d ESU  |d OCLCQ  |d IOG  |d OCLCO  |d CEF  |d INT  |d U3W  |d OCLCQ  |d WYU  |d OCLCO  |d YOU  |d TKN  |d OCLCQ  |d OCLCO  |d UAB  |d LEAUB  |d UKAHL  |d OL$  |d OCLCQ  |d OCLCO  |d OCLCQ  |d BRF  |d UKBTH  |d OCLCQ  |d DKU  |d OCLCQ  |d OCLCO  |d KSU  |d OCLCQ 
019 |a 825076946  |a 831115688  |a 860768360  |a 966358216  |a 985041403  |a 1005821952  |a 1065889392  |a 1103276222  |a 1159634789 
020 |a 9781430247203  |q (electronic bk.) 
020 |a 1430247207  |q (electronic bk.) 
020 |a 9781430247197 
020 |a 1430247193 
020 |z 1430247193 
024 7 |a 10.1007/978-1-4302-4720-3  |2 doi 
024 8 |a 9781430247197 
029 1 |a AU@  |b 000050492123 
029 1 |a AU@  |b 000052915773 
029 1 |a AU@  |b 000053294104 
029 1 |a AU@  |b 000059380434 
029 1 |a AU@  |b 000067104779 
029 1 |a DEBBG  |b BV041120889 
029 1 |a DEBSZ  |b 396758002 
029 1 |a DEBSZ  |b 397507690 
029 1 |a NZ1  |b 14830961 
035 |a (OCoLC)823163325  |z (OCoLC)825076946  |z (OCoLC)831115688  |z (OCoLC)860768360  |z (OCoLC)966358216  |z (OCoLC)985041403  |z (OCoLC)1005821952  |z (OCoLC)1065889392  |z (OCoLC)1103276222  |z (OCoLC)1159634789 
037 |a CL0500000182  |b Safari Books Online 
050 4 |a QA76.76.H94  |b J67 2012 
072 7 |a COM  |x 051270  |2 bisacsh 
072 7 |a COM  |x 051320  |2 bisacsh 
082 0 4 |a 006.7/4  |2 23 
049 |a UAMI 
100 1 |a Joshi, Bipin. 
245 1 0 |a HTML5 programming for ASP.NET developers /  |c Bipin Joshi. 
260 |a [Place of publication not identified] :  |b Apress ;  |a New York :  |b Distributed to the Book trade worldwide by Springer,  |c ©2012. 
300 |a 1 online resource 
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 The expert's voice in .NET 
588 0 |a Print version record. 
504 |a Includes bibliographical references and index. 
520 |a HTML5 Programming for ASP.NET Developers teaches you to harness the power and flexibility of HTML5 in your ASP.NET Web Forms and ASP.NET MVC applications. Focusing on the programmable features of HTML5 that will be most useful to you as an ASP.NET developer, this book will take you straight to the heart of what you can get out of this new technology. HTML5 is an emerging web standard that has received a great deal of attention from browser companies and the developer community, encompassing HTML, JavaScript enhancements and CSS3 specifications. But HTML5 isn't just about markup. A major part of HTML5 is its programmable features and APIs, which make up the core of this book. HTML5 Programming for ASP.NET Developers will show you how to: Add interactivity and media to your sites using the Canvas and Audio and Video APIs. Make your web applications work offline, understand client side storage options using web storage, and work with local files using the File API. Use the Communication API and Web Sockets for easier communication between server and client. Other topics include multithreading with Web Workers, understanding the new input types, using Geolocation, and enhancing your web forms and views with CSS3. All major browsers already support HTML5 to varying degrees and are aggressively working to provide full-fledged standardized support. Start using HTML5 in your projects today, and build future-ready web applications that take advantage of the exciting features that HTML5 has to offer. 
505 0 |a Title Page; Copyright Page; Dedication Page; Contents at a Glance; Table of Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; Who Is This Book For?; Web Forms or MVC; Software Required; Structure of This Book; Downloading the Source Code; Contacting the Author; CHAPTER 1 Overview of HTML5 and ASP.NET 4.5; History of HTML5; HTML5 Page Structure; A Quick Look at HTML5-specific Tags; HTML5 Features of Interest; Audio and Video; Canvas; History API; Web Storage; Offline Web Applications; File API; Web Workers; Web Sockets; Geolocation; CSS3. 
505 8 |a HTML5 and Browser SupportChecking for HTML5 Support Statically; Checking for HTML5 Support Dynamically; HTML5 and ASP.NET; Features of the Visual Studio HTML Editor; HTML Formatting; IntelliSense and Validations for HTML5 Tags; HTML5 Snippets; Automatically Renaming End Tags; JavaScript IntelliSense; Testing a Web Page in a Specific browserTesting; Sample Web Applications; A Simple ASP.NET Web Forms-based Web Application Using HTML5; Creating the ASP.NET Web Forms Project; Adding a Master Page and a Content Page; Adding Web Methods; Writing jQuery Code to Call Web Methods. 
505 8 |a A Simple ASP.NET MVC-Based Web Site Using HTML5Creating an ASP.NET MVC Project; Adding a Controller and Action Methods; Adding a View; Writing jQuery Code to Call Action Methods; Summary; CHAPTER 2 Overview of jQuery; What Is jQuery?; jQuery Is a JavaScript Library; jQuery Is Fast and Concise; jQuery Simplifies Traversing HTML Documents, Event Handling, Animation, and Ajax Interactions; jQuery Is Designed to Change the Way You Write JavaScript; Downloading and Referring to jQuery; Event Handling; Event Wiring Using the bind() Method; jQuery Selectors. 
505 8 |a Selecting Elements Based on ID, Tag Name, and CSS ClassSelecting Elements Based on Their Attribute Value; Selecting Form Elements; Modifying the DOM Using jQuery; jQuery Ajax Techniques; Using the jQuery .ajax() Method in a Web Forms Application; Using the jQuery .ajax() Method in an MVC Application; Summary; CHAPTER 3 Working with Audio and Video; Embedding Media Files Using the Tag; Embedding Audio Files; Embedding Flash Video Files; Embedding Silverlight Video Files; HTML5 Audio and Video Tags; Playing Audio; Playing Video; Supported Audio and Video Formats. 
505 8 |a Implementing a Fallback MechanismSupporting Multiple Media Formats; Flash or Silverlight Fallback; Programming with the Audio and Video APIs; Creating a Custom Video Player Using the Video API; HTML5 Markup; SQL Server Database and Entity Framework Data Model; Fetching the Video Playlist; Playing, Pausing, and Stopping a Video; Displaying Duration and Progress; Summary; CHAPTER 4 Drawing with the Canvas; The Element; Drawing on the Canvas; Drawing Lines; Changing the Line Width and Cap; Drawing Curves; A Quick Introduction to Radians; Drawing an Arc Using the arc() Method. 
542 |f Copyright ¥ 2012 by Bipin Joshi  |g 2012 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Active server pages. 
630 0 7 |a Active server pages.  |2 blmlsh 
630 0 7 |a Active server pages.  |2 fast  |0 (OCoLC)fst01388618 
650 0 |a HTML (Document markup language) 
650 6 |a HTML (Langage de balisage) 
650 7 |a HTML.  |2 aat 
650 7 |a COMPUTERS  |x Programming Languages  |x HTML.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x XML.  |2 bisacsh 
650 7 |a HTML (Document markup language)  |2 fast  |0 (OCoLC)fst00949997 
776 0 8 |i Print version:  |a Joshi, Bipin.  |t Html5 programming for asp.net developers.  |d [S.l.] : Apress, 2012  |z 1430247193  |w (OCoLC)801442093 
830 0 |a Expert's voice in .NET. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781430247197/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH28324173 
938 |a Books 24x7  |b B247  |n bks00054079 
938 |a Coutts Information Services  |b COUT  |n 25765485 
938 |a EBL - Ebook Library  |b EBLB  |n EBL1156083 
938 |a ebrary  |b EBRY  |n ebr10640315 
938 |a EBSCOhost  |b EBSC  |n 567229 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis25765485 
938 |a YBP Library Services  |b YANK  |n 9991467 
994 |a 92  |b IZTAP