Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- JavaScript (Computer program language) 876
- Development 672
- Application software 612
- Web site development 485
- Web sites 282
- Design 271
- Web applications 261
- Internet programming 197
- Computer programming 196
- Engineering & Applied Sciences 190
- HTML (Document markup language) 177
- Computer Science 130
- Computer programs 115
- Web Development 113
- Programming 105
- Node.js 100
- Java (Computer program language) 89
- Cascading style sheets 79
- Software engineering 76
- Computer software 75
- JavaScript (Lenguaje de programación) 74
- Microsoft .NET Framework 74
- Programming languages (Electronic computers) 73
- Application program interfaces (Computer software) 70
- Ajax (Web site development technology) 61
- AngularJS (Software framework) 60
- Electrical & Computer Engineering 59
- Telecommunications 59
- Mobile computing 54
- Computer graphics 53
-
1681Publicado 2008“…“I picked up a copy of JavaScript by Example over the weekend and wanted to thank you for putting out a book that makes JavaScript easy to understand. …”
Libro electrónico -
1682por Larsen, RobTabla de Contenidos: “…Cover -- Title Page -- Copyright -- About the Author -- Credits -- Acknowledgments -- Contents -- Introduction -- Chapter 1: Structuring Documents for the Web -- Chapter 2: Fine-tuning Your Text -- Chapter 3: Links and Navigation -- Chapter 4: Images, Audio, and Video -- Chapter 5: Tables -- Chapter 6: Forms -- Chapter 7: Cascading Style Sheets -- Chapter 8: More Cascading Style Sheets -- Chapter 9: Rounded Corners, Animations, Custom Fonts, and More with CSS3 -- Chapter 10: Learning JavaScript -- Chapter 11: Working with jQuery -- Chapter 12: jQuery: Beyond the Basics -- Chapter 13: Checklists -- Appendix A: Answers to Exercises -- Appendix B: HTML Element Reference -- Appendix C: CSS Properties -- Appendix D: Color Names and Values -- Appendix E: Character Encodings -- Appendix F: Special Characters -- Appendix G: Language Codes -- Appendix H: MIME Media Types -- Appendix I: Changes between HTML4 and HTML5 -- Index -- EULA…”
Publicado 2013
Libro electrónico -
1683por Freeman, Adam. authorTabla de Contenidos: “…HTML & CSS Primer -- 4. Essential JavaScript Primer -- 5. SportsStore: A Real Application -- 6. …”
Publicado 2018
Libro electrónico -
1684por MacDonald, MatthewTabla de Contenidos: “…Animating the Canvas -- A Practical Example: The Maze Game -- Part Three: Building Web Apps -- Chapter 10: Storing Your Data -- Web Storage Basics -- Deeper into Web Storage -- Reading Files -- IndexedDB: A Database Engine in a Browser -- Chapter 11: Running Offline -- Caching Files with a Manifest -- Practical Caching Techniques -- Chapter 12: Communicating with the Web Server -- Sending Messages to the Web Server -- Server-Sent Events -- Web Sockets -- Chapter 13: Geolocation, Web Workers, and History Management -- Geolocation -- Web Workers -- History Management -- Part Four: Appendixes -- Appendix A: Essential CSS -- Adding Styles to a Web Page -- The Anatomy of a Style Sheet -- Slightly More Advanced Style Sheets -- A Style Sheet Tour -- Appendix B: JavaScript: The Brains of Your Page -- How a Web Page Uses JavaScript -- A Few Language Essentials -- Interacting with the Page -- Index…”
Publicado 2014
Libro electrónico -
1685por MacDonald, MatthewTabla de Contenidos: “…Be Practical; Your First Look at HTML5 Markup; The HTML5 Doctype; Character Encoding; The Language; Adding a Style Sheet; Adding JavaScript; The Final Product; A Closer Look at HTML5 Syntax; The Loosened Rules; HTML5 Validation; The Return of XHTML…”
Publicado 2011
Libro electrónico -
1686por Trivedi, Vinay. authorTabla de Contenidos: “…; REST; SOAP; Comparing REST and SOAP; Authentication; JavaScript Object Notation; Feeds; Libraries; Open Source; Conclusion; Chapter 7: Software Development: Working in Teams; Documentation and Commenting; Program Architecture; Revision Control; Taxonomy; Conflict Resolution; Centralized versus Distributed; Version Control Terminology; Benefits; Conclusion…”
Publicado 2014
Libro electrónico -
1687Tabla de Contenidos: “…; ""Chapter 4: Integrating Visio with SharePoint""; ""Creating Data-Powered Visio Diagrams""; ""PROBLEM CASE""; ""Using the Visio Web Access Web Part""; ""Visio Web Access Web Part Connections""; ""The Double-Hop Issue""; ""Using a SQL Server Data Source""; ""Secure Store Services""; ""Configuring Secure Store Services""; ""Using Visio with SQL Server and SSS""; ""Visio Services JavaScript Mashup API""; ""Working with SharePoint Designer 2013""; ""Creating Your Own Custom Data Providers""; ""Understanding the Custom Data Provider Code""…”
Libro electrónico -
1688por Beattie-Hood, BenTabla de Contenidos: “…Intro -- Table of Contents -- About the Author -- About the Technical Reviewer -- Chapter 1: How TypeScript Came to Be -- Introduction -- History -- The Problem -- Scalable Velocity -- Testing Allows Scale -- Docs Allow Scale -- Types Provide Both Testing and Docs -- Summary -- Chapter 2: Getting Started with the Developer Experience -- Introduction -- Environment and IDE -- No-Frills TypeScript Setup -- Debugging TypeScript -- TypeScript Within a More Realistic Setup -- Honorable Mentions -- Summary -- Chapter 3: TypeScript Basics -- Introduction -- Structural Typing -- JavaScript Types Are Structural Contracts -- Adding Explicit Types to JavaScript -- Optionality -- All The Sugar -- Array and Object Destructuring, Spread, and Rest -- Async -- Generators -- Inferred Types -- Types, Automagically -- Type Widening and Narrowing -- Auto-narrowing, but Not Too Much -- Type Assertions -- Compile-Time Assertions -- as Keyword -- satisfies Keyword -- never Keyword -- Runtime Assertions -- typeof, instanceof, and in Operators -- Custom Assertions -- Existing Tools -- any and unknown Keywords -- Caution: Handle with Care -- Parameterized Values -- Index Signatures -- Function Signatures -- Constructor Signatures -- A New Mental Model -- Summary -- Chapter 4: Classes -- Introduction -- Classes -- Constructors -- Access Modifiers -- Fields -- Getters and Setters -- Methods -- Inheritance -- Implements -- Static Modifier -- Warning 1: Classes Are Not Types -- Warning 2: Classes Can Cause Scope Bleed -- Summary -- Chapter 5: Computed Types -- Introduction -- Type Aliases -- Using Type Aliases -- Union Types -- Intersection Types -- Generic Types -- Type Parameters -- const Modifier on Generic Parameters -- Generic Constraints -- Inferred Type Keywords -- typeof Type Inference Keyword -- keyof Type Inference Keyword…”
Publicado 2023
Libro electrónico -
1689por Powers, ShelleyTabla de Contenidos: “…Media Controllers and the MediaController InterfaceMultiple Tracks and the Track List Interfaces; Audio and Video Track Collections; Multiple Text Tracks; The Track Element; Track File Formats; SRT; WebVTT; JavaScript Support for Subtitles and Captions; Captionator; Playr; The Leanback Player; Chapter 4. …”
Publicado 2011
Libro electrónico -
1690Publicado 2013“…If you dread the business of testing JavaScript and Backbone.js web applications, this book is your guardian angel. …”
Libro electrónico -
1691por MacDonald, MatthewTabla de Contenidos: “…Core Concepts -- Introducing ASP.NET -- Visual Studio -- Web Forms -- Server Controls -- ASP.NET Applications -- State Management -- Data Access -- ADO.NET Fundamentals -- Data Components and the DataSet -- Data Binding -- Rich Data Controls -- Caching and Asynchronous Pages -- Files and Streams -- LINQ -- XML -- Building ASP.NET Websites -- User Controls -- Themes and Master Pages -- Website Navigation -- Website Deployment -- Security -- The ASP.NET Security Model -- Forms Authentication -- Membership -- Windows Authentication -- Authorization and Roles -- Profiles -- Cryptography -- Custom Membership Providers -- Advanced User Interface -- Custom Server Controls -- Graphics, GDI+, and Charting -- JavaScript and Ajax Techniques -- ASP.NET AJAX -- Portals with Web Part Pages -- MVC -- Dynamic Data -- Silverlight…”
Publicado 2010
Libro electrónico -
1692Publicado 2024Tabla de Contenidos: “…Advanced User Interactions. - 18. HTML5 and JavaScript. - 19. WYSIWYG HTML Editors. - 20. Leverage Programming. - 21. …”
Libro electrónico -
1693Publicado 2014Tabla de Contenidos: “…-- Free access for Packt account holders -- Preface -- What this book covers -- What you need for this book -- Who this book is for -- Conventions -- Reader feedback -- Customer support -- Downloading the example code -- Errata -- Piracy -- Questions -- 1. Welcome to JavaScript in the Full Stack -- Node.js changed JavaScript forever -- Asynchronous callbacks -- Node Package Manager -- Networking and file IO -- Not just on the web -- Real-time web with Socket.io -- The NoSQL movement -- Node and MongoDB in the wild -- What to expect from this book -- Summary -- 2. …”
Libro electrónico -
1694Publicado 2023Tabla de Contenidos: “…Redirecting a user from the server -- Summary -- Further reading -- Part 2 - Working with Remix and the Web Platform -- Chapter 5: Fetching and Mutating Data -- Technical requirements -- Fetching data -- Fetching data at the route level -- Fetching dynamic data in parameterized routes -- Loading data in parallel -- Mutating data -- Mutating data without JavaScript -- Mutating data with JavaScript -- Summary -- Further reading -- Chapter 6: Enhancing the User Experience -- Technical requirements -- Understanding progressive enhancement -- Progressive enhancement in Remix -- Making it work without JavaScript -- Making it worse before making it better -- Testing on slow networks -- Prefetching data -- Working with action data -- Handling concurrent mutations -- Adding a form to a list -- Supporting multiple pending states -- Summary -- Further reading -- Chapter 7: Error Handling in Remix -- Technical requirements -- Dealing with unexpected errors -- Invoking client and server errors -- Handling errors with the root error boundary -- Nested error handling -- Handling thrown responses -- Throwing responses -- Handling exceptions with error boundaries -- Creating a resilient experience -- Handling page-not-found (404) errors -- Summary -- Further reading -- Chapter 8: Session Management -- Technical requirements -- Working with search parameters -- Reading search parameters in loader functions -- Updating search parameters with form submissions -- Programmatically submitting forms -- Creating user sessions with cookies -- Working with Remix's session helpers -- Adding a user registration flow -- Adding a user login flow -- Deleting a session during logout -- Authenticating access to user data -- Accessing cookie data on the server -- Working with user data on the client -- Enforcing authentication on the server -- Summary -- Further reading…”
Libro electrónico -
1695Publicado 2018“…Build robust microservice-based applications that are distributed, fault tolerant, and always available About This Book Learn to build message-driven services for effective communication Design microservices API using Reactive programming design patterns Deploy, scale and monitor microservices for consistent high performance Who This Book Is For This book is for JavaScript developers seeking to utilize their Node.js and Typescript skills to build microservices and move away from the monolithic architecture. …”
Libro electrónico -
1696por Moere, Jurgen van de“…You'll need to be familiar with HTML and CSS and have a reasonable level of understanding of JavaScript in order to follow the discussion…”
Publicado 2018
Libro electrónico -
1697Publicado 2023“…Progressing to NodeJS and JavaScript, we establish the foundation for understanding programming languages vital in the blockchain realm. …”
Video -
1698Publicado 2003“…Part I of the book provides a thorough reference of SVG syntax, elements, coordinate systems and animations, with coverage of the XML Document Object Model (DOM) and the SVG DOM application to programming with particular emphasis on the use of ECMAScript/JavaScript. In Part II, readers learn to use several server-side languages to create SVG documents. …”
Libro electrónico -
1699Publicado 2011“…Methods for using CSS with JavaScript and HTML5 to make Web pages even more interactive and dynamic are also included. …”
Libro electrónico -
1700Publicado 2015“…This example-driven book shows you how to use this lightweight JavaScript framework and its Model-View-ViewModel (MVVM) pattern. …”
Libro electrónico