Designing Multi-Device Experiences Posted: 24 Mar 2014 10:17 AM PDT Book Description Welcome to our multi-device world, a world where a user's experience with one application can span many devices—a smartphone, a tablet, a computer, the TV, and beyond. This practical book demonstrates the variety of ways devices relate to each other, combining to create powerful ensembles that deliver superior, integrated experiences to your users. - Learn a practical framework for designing multi-device experiences, based on the 3Cs—Consistent, Complementary, and Continuous approaches
- Graduate from offering everything on all devices, to delivering the right thing, at the right time, on the best (available) device
- Apply the 3Cs framework to the broader realm of the Internet of Things, and design multi-device experiences that anticipate a fully connected world
- Learn how to measure your multi-device ecosystem performance
- Get ahead of the curve by designing for a more connected future
Table of Contents Chapter 1. An Ecosystem of Connected Devices Chapter 2. The Consistent Design Approach Chapter 3. The Continuous Design Approach Chapter 4. The Complementary Design Approach Chapter 5. Integrated Design Approaches Chapter 6. Beyond the Core Devices Chapter 7. Multi-Device Analytics Chapter 8. Transforming Challenges Appendix A. Companies, Products, and Links Appendix B. About the Author Appendix C. Colophon Book Details - Paperback: 328 pages
- Publisher: O’Reilly Media (February 2014)
- Language: English
- ISBN-10: 1449340385
- ISBN-13: 978-1449340384
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Designing Multi-Device Experiences appeared first on Wow! eBook. |
Learning Cocoa with Objective-C, 4th Edition Posted: 24 Mar 2014 10:12 AM PDT Book Description Get up to speed on Cocoa and Objective-C, and start developing applications on the iOS and OS X platforms. If you don't have experience with Apple's developer tools, no problem! From object-oriented programming to storing app data in iCloud, the fourth edition of this book covers everything you need to build apps for the iPhone, iPad, and Mac. You'll learn how to work with the Xcode IDE, Objective-C's Foundation library, and other developer tools such as Event Kit framework and Core Animation. Along the way, you'll build example projects, including a simple Objective-C application, a custom view, a simple video player application, and an app that displays calendar events for the user. - Learn the application lifecycle on OS X and iOS
- Work with the user-interface system in Cocoa and Cocoa Touch
- Use AV Foundation to display video and audio
- Build apps that let users create, edit, and work with documents
- Store data locally with the file system, or on the network with iCloud
- Display lists or collections of data with table views and collection views
- Interact with the outside world with Core Location and Core Motion
- Use blocks and operation queues for multiprocessing
Table of Contents Chapter 1. Cocoa Development Tools Chapter 2. Object-Oriented Programming with Objective-C Chapter 3. Foundation Chapter 4. Applications on OS X and iOS Chapter 5. Graphical User Interfaces Chapter 6. Blocks and Operation Queues Chapter 7. Drawing Graphics in Views Chapter 8. Audio and Video Chapter 9. Model Objects and Data Storage Chapter 10. Cocoa Bindings Chapter 11. Table Views and Collection Views Chapter 12. Document-Based Applications Chapter 13. Networking Chapter 14. Working with the Real World Chapter 15. Event Kit Chapter 16. Instruments and the Debugger Chapter 17. Sharing and Notifications Chapter 18. Nonstandard Apps Chapter 19. Working with Text Chapter 20. iCloud Book Details - Paperback: 388 pages
- Publisher: O’Reilly Media; 4th Edition (February 2014)
- Language: English
- ISBN-10: 149190139X
- ISBN-13: 978-1491901397
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Learning Cocoa with Objective-C, 4th Edition appeared first on Wow! eBook. |
Network Security Through Data Analysis Posted: 24 Mar 2014 10:05 AM PDT Book Description Traditional intrusion detection and logfile analysis are no longer enough to protect today's complex networks. In this practical guide, security researcher Michael Collins shows you several techniques and tools for collecting and analyzing network traffic datasets. You'll understand how your network is used, and what actions are necessary to protect and improve it. Divided into three sections, this book examines the process of collecting and organizing data, various tools for analysis, and several different analytic scenarios and techniques. It's ideal for network administrators and operational security analysts familiar with scripting. - Explore network, host, and service sensors for capturing security data
- Store data traffic with relational databases, graph databases, Redis, and Hadoop
- Use SiLK, the R language, and other tools for analysis and visualization
- Detect unusual phenomena through Exploratory Data Analysis (EDA)
- Identify significant structures in networks with graph analysis
- Determine the traffic that's crossing service ports in a network
- Examine traffic volume and behavior to spot DDoS and database raids
- Get a step-by-step process for network mapping and inventory
Table of Contents Part I: Data Chapter 1. Sensors and Detectors: An Introduction Chapter 2. Network Sensors Chapter 3. Host and Service Sensors: Logging Traffic at the Source Chapter 4. Data Storage for Analysis: Relational Databases, Big Data, and Other Options Part II: Tools Chapter 5. The SiLK Suite Chapter 6. An Introduction to R for Security Analysts Chapter 7. Classification and Event Tools: IDS, AV, and SEM Chapter 8. Reference and Lookup: Tools for Figuring Out Who Someone Is Chapter 9. More Tools Part III: Analytics Chapter 10. Exploratory Data Analysis and Visualization Chapter 11. On Fumbling Chapter 12. Volume and Time Analysis Chapter 13. Graph Analysis Chapter 14. Application Identification Chapter 15. Network Mapping Book Details - Paperback: 348 pages
- Publisher: O’Reilly Media (February 2014)
- Language: English
- ISBN-10: 1449357903
- ISBN-13: 978-1449357900
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Network Security Through Data Analysis appeared first on Wow! eBook. |
Learning Web App Development Posted: 24 Mar 2014 10:01 AM PDT Book Description Grasp the fundamentals of web application development by building a simple database-backed app from scratch, using HTML, JavaScript, and other open source tools. Through hands-on tutorials, this practical guide shows inexperienced web app developers how to create a user interface, write a server, build client-server communication, and use a cloud-based service to deploy the application. Each chapter includes practice problems, full examples, and mental models of the development workflow. Ideal for a college-level course, this book helps you get started with web app development by providing you with a solid grounding in the process. - Set up a basic workflow with a text editor, version control system, and web browser
- Structure a user interface with HTML, and include styles with CSS
- Use JQuery and JavaScript to add interactivity to your application
- Link the client to the server with AJAX, JavaScript objects, and JSON
- Learn the basics of server-side programming with Node.js
- Store data outside your application with Redis and MongoDB
- Share your application by uploading it to the cloud with CloudFoundry
- Get basic tips for writing maintainable code on both client and server
Table of Contents Chapter 1. The Workflow Chapter 2. The Structure Chapter 3. The Style Chapter 4. The Interactivity Chapter 5. The Bridge Chapter 6. The Server Chapter 7. The Data Store Chapter 8. The Platform Chapter 9. The Application Book Details - Paperback: 306 pages
- Publisher: O’Reilly Media (February 2014)
- Language: English
- ISBN-10: 1449370195
- ISBN-13: 978-1449370190
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Learning Web App Development appeared first on Wow! eBook. |
Building Polyfills Posted: 24 Mar 2014 09:58 AM PDT Book Description Add custom features to browsers old and new by writing polyfill libraries, JavaScript plugins that take browsers beyond their native capabilities. In this practical fieldbook, author Brandon Satrom introduces principles and guidelines for polyfill development, and then walks you through the steps for building a complex, real-world HTML5 polyfill. You'll also explore the future of polyfilling—or prollyfilling—that will enable you to test and work with emerging concepts, often ahead of browser vendors. By the time you finish this book, you'll have the tools and hands-on experience you need to build reliable polyfills for today's and tomorrow's Web. - Learn the current state of polyfills, including shims, opt-ins, and drop-ins
- Use principles and practices to build responsible polyfills that benefit the entire web development community
- Build out several features for an HTML5 Forms polyfill library
- Configure a build environment and run automated cross-browser testing
- Optimize performance, handle edge cases, and fine-tune the speed of your polyfill
- Get examples of prollyfilling libraries that push the boundaries of the Web
- Write a sample prollyfill and compare it to current polyfill builds
Table of Contents Part I: Building Polyfills Chapter 1. The Current State of Web Polyfills Chapter 2. Principles and Practices of Polyfill Development Chapter 3. Building Your First Polyfill, Part 1: Getting Started Chapter 4. Building Your First Polyfill, Part 2: Build Workflows and Cross-Browser Testing Chapter 5. Building Your First Polyfill, Part 3: Performance and Edge-Case Testing Part II: Prollyfilling and the Future of the Web Platform Chapter 6. The Future of Polyfilling Chapter 7. Building Your First Prollyfill Book Details - Paperback: 170 pages
- Publisher: O’Reilly Media (February 2014)
- Language: English
- ISBN-10: 144937073X
- ISBN-13: 978-1449370732
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Building Polyfills appeared first on Wow! eBook. |
Tidak ada komentar:
Posting Komentar