El Libro del Día: 2014-12-24
Titulo: HTML5 Canvas (2nd Edition)
Autor: Steve Fulton, Jeff Fulton
Editorial: O'Reilly
Nro Paginas: 749
Capítulos:
1. Introduction to HTML5 Canvas
2. Drawing on the Canvas
3. The HTML5 Canvas Text API
4. Images on the Canvas
5. Math, Physics, and Animation
6. Mixing HTML5 Video and Canvas
7. Working with Audio
8. Canvas Games: Part I
9. Canvas Games: Part II
A. Full Code Listings
Descarga:
HTML5_Canvas
Blog de Luis Dueñas dedicado a la difusión del Desarrollo en Microsoft .NET, Visual Studio, WinForms, WebForms, MVC, ASP .NET, jQuery, AJAX, HTML5, JavaScript, Móviles, etc. Encontrarás Libros, Demos, Artículos Técnicos, Entrenamiento.
miércoles, 24 de diciembre de 2014
El Libro del Día: HTML5 Canvas (2nd Edition)
Etiquetas:
Animation,
Audio,
Canvas,
Code,
CSS,
Drawing,
Games,
HTML5,
Images,
Introduction,
Javascript,
Jeff Fulton,
Libros,
Math,
O'Reilly,
Physics,
Steve Fulton,
Text API,
Video
martes, 23 de diciembre de 2014
El Libro del Día: The Definitive Guide to HTML5
El Libro del Día: 2014-12-23
Titulo: The Definitive Guide to HTML5
Autor: Adam Freeman
Editorial: Apress
Nro Paginas: 1053
Capítulos:
Part I: Getting Started
Chapter 1: Putting HTML5 in Context
Chapter 2: Getting Ready
Chapter 3: Getting Started with HTML
Chapter 4: Getting Started with CSS
Chapter 5: Getting Started with JavaScript
Part II: The HTML Elements
Chapter 6: HTML Elements in Context
Chapter 7: Creating HTML Documents
Chapter 8: Marking Up Text
Chapter 9: Grouping Content
Chapter 10: Creating Sections
Chapter 11: Table Elements
Chapter 12: Working with Forms
Chapter 13: Customizing the Input Element
Chapter 14: Other Form Elements and Input Validation
Chapter 15: Embedding Content
Part III: Cascading Style Sheets
Chapter 16: CSS in Context
Chapter 17: Using the CSS Selectors—Part I
Chapter 18: Using the CSS Selectors—Part II
Chapter 19: Using Borders and Backgrounds
Chapter 20: Working with the Box Model
Chapter 21: Creating Layouts
Chapter 22: Styling Text
Chapter 23: Transitions, Animations, and Transforms
Chapter 24: Other CSS Properties and Features
Part IV: Working with the DOM
Chapter 25: The DOM in Context
Chapter 26: Working with the Document Object
Chapter 27: Working with the Window Object
Chapter 28: Working with DOM Elements
Chapter 29: Styling DOM Elements
Chapter 30: Working with Events
Chapter 31: Using the Element-Specific Objects
Part V: Advanced Features
Chapter 32: Using Ajax – Part I
Chapter 33: Using Ajax—Part II
Chapter 34: Working with Multimedia
Chapter 35: Using the Canvas Element – Part I
Chapter 36: Using the Canvas Element – Part II
Chapter 37: Using Drag & Drop
Chapter 38: Using Geolocation
Chapter 39: Using Web Storage
Chapter 40: Creating Offline Web Applications
Descarga:
The_Definitive_Guide_To_HTML5
Titulo: The Definitive Guide to HTML5
Autor: Adam Freeman
Editorial: Apress
Nro Paginas: 1053
Capítulos:
Part I: Getting Started
Chapter 1: Putting HTML5 in Context
Chapter 2: Getting Ready
Chapter 3: Getting Started with HTML
Chapter 4: Getting Started with CSS
Chapter 5: Getting Started with JavaScript
Part II: The HTML Elements
Chapter 6: HTML Elements in Context
Chapter 7: Creating HTML Documents
Chapter 8: Marking Up Text
Chapter 9: Grouping Content
Chapter 10: Creating Sections
Chapter 11: Table Elements
Chapter 12: Working with Forms
Chapter 13: Customizing the Input Element
Chapter 14: Other Form Elements and Input Validation
Chapter 15: Embedding Content
Part III: Cascading Style Sheets
Chapter 16: CSS in Context
Chapter 17: Using the CSS Selectors—Part I
Chapter 18: Using the CSS Selectors—Part II
Chapter 19: Using Borders and Backgrounds
Chapter 20: Working with the Box Model
Chapter 21: Creating Layouts
Chapter 22: Styling Text
Chapter 23: Transitions, Animations, and Transforms
Chapter 24: Other CSS Properties and Features
Part IV: Working with the DOM
Chapter 25: The DOM in Context
Chapter 26: Working with the Document Object
Chapter 27: Working with the Window Object
Chapter 28: Working with DOM Elements
Chapter 29: Styling DOM Elements
Chapter 30: Working with Events
Chapter 31: Using the Element-Specific Objects
Part V: Advanced Features
Chapter 32: Using Ajax – Part I
Chapter 33: Using Ajax—Part II
Chapter 34: Working with Multimedia
Chapter 35: Using the Canvas Element – Part I
Chapter 36: Using the Canvas Element – Part II
Chapter 37: Using Drag & Drop
Chapter 38: Using Geolocation
Chapter 39: Using Web Storage
Chapter 40: Creating Offline Web Applications
Descarga:
The_Definitive_Guide_To_HTML5
Etiquetas:
Adam Freeman,
AJAX,
Animations,
Apress,
Borders,
Canvas,
CSS,
Documents,
DOM,
Elements,
Forms,
HTML5,
Input,
Javascript,
Layouts,
Libros,
Selectors,
Table,
Text,
Transitions
lunes, 22 de diciembre de 2014
El Libro del Día: Programming HTML5 Applications
El Libro del Día: 2014-12-22
Titulo: Programming HTML5 Applications
Autor: Zachary Kessin
Editorial: O'Reilly
Nro Paginas: 142
Capítulos:
1. The Web As Application Platform
2. The Power of JavaScript
3. Testing JavaScript Applications
4. Local Storage
5. IndexedDB
6. Files
7. Taking It Offline
8. Splitting Up Work Through Web Workers
9. Web Sockets
10. New Tags
Appendix: JavaScript Tools You Should Know
Descarga:
Programming_HTML5_Applications
Titulo: Programming HTML5 Applications
Autor: Zachary Kessin
Editorial: O'Reilly
Nro Paginas: 142
Capítulos:
1. The Web As Application Platform
2. The Power of JavaScript
3. Testing JavaScript Applications
4. Local Storage
5. IndexedDB
6. Files
7. Taking It Offline
8. Splitting Up Work Through Web Workers
9. Web Sockets
10. New Tags
Appendix: JavaScript Tools You Should Know
Descarga:
Programming_HTML5_Applications
Etiquetas:
Applications,
Files,
HTML5,
IndexedDB,
Javascript,
Libros,
Local Storage,
New Tags,
O'Reilly,
Offline,
Programming,
Testing,
Tools,
Web,
Web Sockets,
Web Workers,
Zachary Kessin
domingo, 21 de diciembre de 2014
El Libro del Día: Pro TypeScript
El Libro del Día: 2014-12-21
Titulo: Pro TypeScript
Autor: Steve Fenton
Editorial: Apress
Nro Paginas: 233
Capítulos:
Chapter 1: TypeScript Language Features
Chapter 2: The Type System
Chapter 3: Object Orientation in TypeScript
Chapter 4: Understanding the Runtime
Chapter 5: Running TypeScript in a Browser
Chapter 6: Running TypeScript on a Server
Chapter 7: Exceptions, Memory, and Performance
Chapter 8: Using JavaScript Libraries
Chapter 9: Automated Testing
Appendix 1: JavaScript Quick Reference
Appendix 2: TypeScript Compiler
Appendix 3: Bitwise Flags
Appendix 4: Coding Katas
Descarga:
Pro_TypeScript
Titulo: Pro TypeScript
Autor: Steve Fenton
Editorial: Apress
Nro Paginas: 233
Capítulos:
Chapter 1: TypeScript Language Features
Chapter 2: The Type System
Chapter 3: Object Orientation in TypeScript
Chapter 4: Understanding the Runtime
Chapter 5: Running TypeScript in a Browser
Chapter 6: Running TypeScript on a Server
Chapter 7: Exceptions, Memory, and Performance
Chapter 8: Using JavaScript Libraries
Chapter 9: Automated Testing
Appendix 1: JavaScript Quick Reference
Appendix 2: TypeScript Compiler
Appendix 3: Bitwise Flags
Appendix 4: Coding Katas
Descarga:
Pro_TypeScript
Etiquetas:
Apress,
Browser,
Compiler,
Exceptions,
Features,
Javascript,
Language,
Libraries,
Libros,
Memory,
Object Orientation,
Performance,
Reference,
Runtime,
Server,
Steve Fenton,
Testing,
Type System,
TypeScript
sábado, 20 de diciembre de 2014
El Libro del Día: Google Maps JavaScript API Cookbook
El Libro del Día: 2014-12-20
Titulo: Google Maps JavaScript API Cookbook
Autor: Alper Dincer, Balkan Uraz
Editorial: Packt
Nro Paginas: 316
Capítulos:
Chapter 1: Google Maps JavaScript API Basics
Chapter 2: Adding Raster Layers
Chapter 3: Adding Vector Layers
Chapter 4: Working with Controls
Chapter 5: Understanding Google Maps JavaScript API Events
Chapter 6: Google Maps JavaScript Libraries
Chapter 7: Working with Services
Chapter 8: Mastering the Google Maps JavaScript API through Advanced Recipes
Descarga:
Google_Maps_JavaScript_API_Cookbook
Titulo: Google Maps JavaScript API Cookbook
Autor: Alper Dincer, Balkan Uraz
Editorial: Packt
Nro Paginas: 316
Capítulos:
Chapter 1: Google Maps JavaScript API Basics
Chapter 2: Adding Raster Layers
Chapter 3: Adding Vector Layers
Chapter 4: Working with Controls
Chapter 5: Understanding Google Maps JavaScript API Events
Chapter 6: Google Maps JavaScript Libraries
Chapter 7: Working with Services
Chapter 8: Mastering the Google Maps JavaScript API through Advanced Recipes
Descarga:
Google_Maps_JavaScript_API_Cookbook
Etiquetas:
Advanced Recipes,
Alper Dincer,
API,
API Events,
Balkan Uraz,
Controls,
Cookbook,
Google Maps,
Javascript,
Libraries,
Libros,
Packt,
Raster Layers,
Services,
Vector Layers
viernes, 19 de diciembre de 2014
El Libro del Día: Beginning Google Maps API 3
El Libro del Día: 2014-12-19
Titulo: Beginning Google Maps API 3
Autor: Gabriel Svennerberg
Editorial: Apress
Nro Paginas: 329
Capítulos:
Chapter 1: Introducing the Google Maps API
Chapter 2: Transferring from Version 2 to 3
Chapter 3: Creating Your First Map
Chapter 4: Taking the Map Further with MapOptions
Chapter 5: X Marks the Spot
Chapter 6: Marker Icons
Chapter 7: InfoWindow Tips and Tricks
Chapter 8: Creating Polylines and Polygons
Chapter 9: Dealing with Massive Numbers of Markers
Chapter 10: Location, Location, Location
Appendix: API Reference
Descarga:
Beginning_Google_Maps_API_3
Titulo: Beginning Google Maps API 3
Autor: Gabriel Svennerberg
Editorial: Apress
Nro Paginas: 329
Capítulos:
Chapter 1: Introducing the Google Maps API
Chapter 2: Transferring from Version 2 to 3
Chapter 3: Creating Your First Map
Chapter 4: Taking the Map Further with MapOptions
Chapter 5: X Marks the Spot
Chapter 6: Marker Icons
Chapter 7: InfoWindow Tips and Tricks
Chapter 8: Creating Polylines and Polygons
Chapter 9: Dealing with Massive Numbers of Markers
Chapter 10: Location, Location, Location
Appendix: API Reference
Descarga:
Beginning_Google_Maps_API_3
Etiquetas:
API 3,
API Reference,
Apress,
Beginning,
First Map,
Gabriel Svennerberg,
Google Maps,
InfoWindow,
Libros,
Location,
MapOptions,
Marker Icons,
Numbers of Markers,
Polygons,
Polylines,
X Marks
jueves, 18 de diciembre de 2014
El Libro del Día: Pro ASP.NET SignalR
El Libro del Día: 2014-12-18
Titulo: Pro ASP.NET SignalR
Autor: Keyvan Nayyeri, Darren White
Editorial: Apress
Nro Paginas: 347
Capítulos:
Chapter 1: Introduction to the Real-Time Web and ASP.NET SignalR
Chapter 2: Overview of SignalR
Chapter 3: Developing SignalR Applications Using Hubs
Chapter 4: Developing SignalR Applications Using Persistent Connections
Chapter 5: Troubleshooting ASP.NET SignalR Applications
Chapter 6: An Overview of the Clients that Support SignalR
Chapter 7: How to Extend and Customize SignalR Functionality
Chapter 8: Configuration, Deployment, and Security Aspects of SignalR
Chapter 9: Case Study 1: Stock Ticker
Chapter 10: Building a Collaborative Drawing Application
Descarga:
Pro_ASPNET_SignalR
Titulo: Pro ASP.NET SignalR
Autor: Keyvan Nayyeri, Darren White
Editorial: Apress
Nro Paginas: 347
Capítulos:
Chapter 1: Introduction to the Real-Time Web and ASP.NET SignalR
Chapter 2: Overview of SignalR
Chapter 3: Developing SignalR Applications Using Hubs
Chapter 4: Developing SignalR Applications Using Persistent Connections
Chapter 5: Troubleshooting ASP.NET SignalR Applications
Chapter 6: An Overview of the Clients that Support SignalR
Chapter 7: How to Extend and Customize SignalR Functionality
Chapter 8: Configuration, Deployment, and Security Aspects of SignalR
Chapter 9: Case Study 1: Stock Ticker
Chapter 10: Building a Collaborative Drawing Application
Descarga:
Pro_ASPNET_SignalR
Etiquetas:
Apress,
ASP.NET,
Clients,
Collaborative,
Configuration,
Customize,
Darren White,
Deployment,
Hubs,
Keyvan Nayyeri,
Libros,
Persistent Connections,
Real-time,
Security,
SignalR,
Stock Ticker,
Troubleshooting,
Web
Suscribirse a:
Entradas (Atom)






