Node.js for PHP Developers Posted: 05 Jan 2013 05:51 AM PST Book Description If you're an experienced PHP developer, you already have a head start on learning how to write Node.js code. In this book, author Daniel Howard demonstrates the remarkable similarities between the two languages, and shows you how to port your entire PHP web application to Node.js. By comparing specific PHP features with their Node counterparts, you'll also discover how to refactor and improve existing PHP 4 or PHP 5 source code. At the end, you'll have two fully functional codebases to provide to your users. You can update both of them simultaneously, using this book as a reference to important aspects of PHP and Node.js. - Use a simple Node.js framework to convert individual PHP pages to Node.js files
- Refactor blocking PHP source code to non-blocking Node.js source code that uses callbacks
- Convert PHP syntax, variables, and types to Node.js
- Use a step-by-step technique for implementing PHP classes and class inheritance in Node.js
- Convert PHP file handling APIs into their Node.js equivalents
- Compare approaches for using a MySQL database in Node.js and PHP
- Convert PHP code for JSON or XML APIs into Node.js code for npm packages
Table of Contents Chapter 1. Node.js Basics Chapter 2. A Simple Node.js Framework Chapter 3. Simple Callbacks Chapter 4. Advanced Callbacks Chapter 5. HTTP Responses Chapter 6. Syntax Chapter 7. Variables Chapter 8. Classes Chapter 9. File Access Chapter 10. MySQL Access Chapter 11. Plain Text, JSON, and XML Chapter 12. Miscellaneous Functions Book Details - Paperback: 288 pages
- Publisher: O’Reilly Media (December 2012)
- Language: English
- ISBN-10: 1449333605
- ISBN-13: 978-1449333607
Note: There is a file embedded within this post, please visit this post to download the file. Related Posts The post Node.js for PHP Developers appeared first on Wow! eBook - Blog. |
Learning Cocoa with Objective-C, 3rd Edition Posted: 05 Jan 2013 05:50 AM PST 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, 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 life cycle 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 Quotes 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: 322 pages
- Publisher: O’Reilly Media; 3rd Edition (December 2012)
- Language: English
- ISBN-10: 1449318495
- ISBN-13: 978-1449318499
Note: There is a file embedded within this post, please visit this post to download the file. Related Posts The post Learning Cocoa with Objective-C, 3rd Edition appeared first on Wow! eBook - Blog. |
R Graphics Cookbook Posted: 05 Jan 2013 05:50 AM PST Book Description This practical guide provides more than 150 recipes to help you generate high-quality graphs quickly, without having to comb through all the details of R's graphing systems. Each recipe tackles a specific problem with a solution you can apply to your own project, and includes a discussion of how and why the recipe works. Most of the recipes use the ggplot2 package, a powerful and flexible way to make graphs in R. If you have a basic understanding of the R language, you're ready to get started. - Use R's default graphics for quick exploration of data
- Create a variety of bar graphs, line graphs, and scatter plots
- Summarize data distributions with histograms, density curves, box plots, and other examples
- Provide annotations to help viewers interpret data
- Control the overall appearance of graphics
- Render data groups alongside each other for easy comparison
- Use colors in plots
- Create network graphs, heat maps, and 3D scatter plots
- Structure data for graphing
Table of Contents Chapter 1. R Basics Chapter 2. Quickly Exploring Data Chapter 3. Bar Graphs Chapter 4. Line Graphs Chapter 5. Scatter Plots Chapter 6. Summarized Data Distributions Chapter 7. Annotations Chapter 8. Axes Chapter 9. Controlling the Overall Appearance of Graphs Chapter 10. Legends Chapter 11. Facets Chapter 12. Using Colors in Plots Chapter 13. Miscellaneous Graphs Chapter 14. Output for Presentation Chapter 15. Getting Your Data into Shape Book Details - Paperback: 416 pages
- Publisher: O’Reilly Media (December 2012)
- Language: English
- ISBN-10: 1449316956
- ISBN-13: 978-1449316952
Note: There is a file embedded within this post, please visit this post to download the file. Related Posts The post R Graphics Cookbook appeared first on Wow! eBook - Blog. |
A Programmer’s Guide to Drupal Posted: 05 Jan 2013 05:50 AM PST Book Description If you're a web programmer new to Drupal, this book shows you which programming techniques you can use—and which you should avoid—when building custom web applications with this content management framework. Drupal has its own set of programming principles that require a different approach, and many programmers make mistakes when relying on skills they've used for other projects. The guidelines in this book help you through the transition by demonstrating which programming practices conform to the "Drupal way," and which don't. If you're familiar with PHP, you'll quickly learn how to take advantage of the powerful Drupal API. - Get a complete overview of Drupal, including Drupal core and add-on modules and themes
- Learn Drupal's basic programming principles, such as the ability to customize behavior and output with hooks
- Discover common Drupal programming mistakes—and why hacking is one of them
- Explore specific areas where you can put your programming skills to work
- Learn programming tips and tools to help you perfect and debug your applications
Table of Contents Chapter 1. Overview of Drupal Chapter 2. Drupal Programming Principles Chapter 3. Common Drupal Programming Mistakes Chapter 4. Drupal Programming Examples Chapter 5. Programming Tools and Tip Book Details - Paperback: 114 pages
- Publisher: O’Reilly Media (December 2012)
- Language: English
- ISBN-10: 1449343317
- ISBN-13: 978-1449343316
Note: There is a file embedded within this post, please visit this post to download the file. Related Posts The post A Programmer’s Guide to Drupal appeared first on Wow! eBook - Blog. |
Puppet Types and Providers Posted: 05 Jan 2013 05:49 AM PST Book Description Puppet's true power exists in the simple resource model it uses to manage the state of complex operating systems. This concise guide shows you how to extend that model and implement custom functionality on top of Puppet by working with the type and provider APIs. Two experts from Puppet Labs explain the concepts behind these APIs, and provide instructions and examples to help you write your own fully functional types and providers. You'll also delve into Puppet's source code to get a better understanding of how types and providers are implemented internally. If you're familiar with basic Puppet concepts, you're ready to get started. - Learn the fundamental concepts behind resources, and become familiar with the structure of Puppet's Resource Model
- Discover how the type API is used to create new resource types that Puppet can manage
- Understand how providers interact with the system to achieve the desired state of a declared resource
- Explore advanced features to get a more complete understanding of how Puppet works
- Simplify the troubleshooting process when developing types and providers
Table of Contents Chapter 1. Puppet Resources Chapter 2. Types Chapter 3. Providers Chapter 4. Advanced Types and Providers Appendix A. Installing Puppet Appendix B. Modules Appendix C. Troubleshooting and Debugging Book Details - Paperback: 92 pages
- Publisher: O’Reilly Media (December 2012)
- Language: English
- ISBN-10: 1449339328
- ISBN-13: 978-1449339326
Note: There is a file embedded within this post, please visit this post to download the file. Related Posts The post Puppet Types and Providers appeared first on Wow! eBook - Blog. |
Bandit Algorithms for Website Optimization Posted: 05 Jan 2013 05:49 AM PST Book Description When looking for ways to improve your website, how do you decide which changes to make? And which changes to keep? This concise book shows you how to use Multiarmed Bandit algorithms to measure the real-world value of any modifications you make to your site. Author John Myles White shows you how this powerful class of algorithms can help you boost website traffic, convert visitors to customers, and increase many other measures of success. This is the first developer-focused book on bandit algorithms, which were previously described only in research papers. You'll quickly learn the benefits of several simple algorithms—including the epsilon-Greedy, Softmax, and Upper Confidence Bound (UCB) algorithms—by working through code examples written in Python, which you can easily adapt for deployment on your own website. - Learn the basics of A/B testing—and recognize when it's better to use bandit algorithms
- Develop a unit testing framework for debugging bandit algorithms
- Get additional code examples written in Julia, Ruby, and JavaScript with supplemental online materials
Table of Contents Chapter 1. Two Characters: Exploration and Exploitation Chapter 2. Why Use Multiarmed Bandit Algorithms? Chapter 3. The epsilon-Greedy Algorithm Chapter 4. Debugging Bandit Algorithms Chapter 5. The Softmax Algorithm Chapter 6. UCB – The Upper Confidence Bound Algorithm Chapter 7. Bandits in the Real World: Complexity and Complications Chapter 8. Conclusion Book Details - Paperback: 88 pages
- Publisher: O’Reilly Media (December 2012)
- Language: English
- ISBN-10: 1449341330
- ISBN-13: 978-1449341336
Note: There is a file embedded within this post, please visit this post to download the file. Related Posts The post Bandit Algorithms for Website Optimization appeared first on Wow! eBook - Blog. |
Tidak ada komentar:
Posting Komentar