May 17, 2012 |
6,109 views |

Book Description
With this digital Early Release edition of Learning JavaScript Design Patterns, you get the entire book bundle in its earliest form – the author’s raw and unedited content – so you can take advantage of this content long before the book’s official release. You’ll also receive updates when significant changes are made, as well as the final ebook version.
If you want to write beautiful, structured, and maintainable JavaScript code, this guide shows you how to apply both classical and modern design patterns to the language. The patterns in this book provide reusable code solutions to common problems in software design, and give you a shared vocabulary for describing solutions to others.
You’ll explore several popular design patterns in plain JavaScript as well as jQuery and other abstracted libraries. If you’re familiar with concepts such as closures and prototypal inheritance, you’ll be able to determine why some patterns may be more suitable for your projects than others.
- Learn the structure of design patterns and how they’re written
- Examine basic pattern categories: creational, structural, behavioral, and anti-patterns
- Get the basics of 15 JavaScript implementations of classical and modern design patterns
- Dive into several popular JavaScript patterns in greater detail—including some less frequently used
- Discover what design patterns look like when implemented with jQuery
- Explore three formats for writing modular JavaScript: AMD, CommonJS, and Harmony Download Now »
May 17, 2012 |
1,849 views |

Book Description
With this digital Early Release edition of HLSL and Pixel Shaders for XAML Developers, you get the entire book bundle in its earliest form – the author’s raw and unedited content – so you can take advantage of this content long before the book’s official release. You’ll also receive updates when significant changes are made, as well as the final ebook version.
Graphic Shaders are used throughout the game and movie industry to improve onscreen graphics. They are versatile, doing important tasks like making computer rendered aliens look realistic, providing the ripples on a background lake or growing fur on the latest Pixar monster. In the PC world, programmers are often delighted to find that shaders are nothing more than a miniature program that is optimized to run on the computers GPU. This happiness fades when they start exploring the strange programming model underlying shaders however. Because shaders are strung together in an unusual fashion and run on a massive parallel processer developers shouldn’t use their traditional OO or procedural approach to writing code. Writing effective shaders requires a mind shift regarding how to craft a useful algorithm. To top it off, shaders are written in a unfamiliar C-like language. In the Microsoft DirectX world the dominant language is High Level Shader Language or HLSL.
Table of Contents
Chapter 1. Shader 101
Chapter 2. Getting Started Download Now »
May 03, 2012 |
5,140 views |

Book Description
Foundation Version Control for Web Developers explains how version control works, what you can do with it and how. Using a friendly and accessible tone, you will learn how to use the three leading version control systems—Subversion, Git and Mercurial—on multiple operating systems. The history and integral concepts of version control are covered so that you will gain a thorough understanding of the subject, and why it should be used to manage all changes in web development projects.
This book covers the valuable knowledge and transferable skills that will enable you use one of the three leading systems as well as easily switch to new systems that will arise in the workplace. Topics covered include:
- How to choose the correct software for your needs.
- Creating and working with repositories.
- Understanding trunks, branches, hooks, conflicts and merging.
- Setting up respository servers and integrating with Apache.
- Using Terminal, and understanding alternatives.
Foundation Version Control for Web Developersis a concise beginner’s course for designer and developer alike. Even if you have no prior knowledge of version control, this book will provide you with the knowledge to fully manage projects from start to finish, ensuring your projects are as seamless and successful as you need them to be. Download Now »
Apr 25, 2012 |
4,382 views |

Book Description
With this digital Early Release edition of C# 5.0 Pocket Reference, you get the entire book bundle in its earliest form – the author’s raw and unedited content – so you can take advantage of this content long before the book’s official release. You’ll also receive updates when significant changes are made, as well as the final ebook version.
When you need answers for using C#5.0, this tightly focused and practical book tells you exactly what you need to know—without long introductions or bloated samples. Succinct and easy to browse, C# 5.0 Pocket Reference is ideal as quick reference—or as a guide to get you rapidly up to speed if you already know Java, C++, or an earlier version of C#.
Written by the authors of the acclaimed C# 4.0 in a Nutshell, this book doesn’t skimp on detail, but covers the entire C# 5.0 language, including:
- Features new to C# 5.0, such asynchrony with new enhancements to Caller Info Attributes, ReadOnlyDictionary, Web Sockets, and the new HttpClient class
- All of C#’s fundamentals
- Advanced topics-operator overloading, custom conversions, type constraints, covariance & contravariance, iterators, nullable types, operator lifting, lambda expressions & closures
- LINQ, starting with sequences, lazy execution and standard query operators, and finishing with a complete reference to query expressions Download Now »
Apr 25, 2012 |
3,152 views |

Book Description
With this digital Early Release edition of Programming F# 3.0, second edition, you get the entire book bundle in its earliest form – the author’s raw and unedited content – so you can take advantage of this content long before the book’s official release. You’ll also receive updates when significant changes are made, as well as the final ebook version.Why learn F#? This multiparadigm language not only offers you an enormous productivity boost through functional programming, it also lets you develop applications using your existing object-oriented and imperative programming skills. With Programming F#, you’ll quickly discover the many advantages of Microsoft’s new language, which includes access to all the great tools and libraries of the .NET platofrm.
Learn how to reap the benefits of functional programming for your next project – whether it’s quantitative computing, large-scale data exploration, or even a pursuit of your own. With this comprehensive guide, F# former team member Chris Smith gives you a head start of the fundamentals and advanced concepts of the F# language.
- Get a clear understanding of functional programming, and how you can use it to simplify code
- Learn the language’s core syntax, including object-oriented and imperative styles
- Simplify concurrent and parallel programming with F# Asynchronous Workflows and the Parallel Extensions to .NET
- Discover the power of F# 3.0′s new Info Rich Programming and LINQ Queries Download Now »
Apr 02, 2012 |
3,865 views |

Book Description
Take your Drupal skills even further with valuable tricks for making site building truly efficient. In this concise guide—the third in a series by award-winning designer Dani Nordin—you’ll learn how to set up your own development environment, quickly update your modules, and use version control to protect yourself from bonehead mistakes.
Handle repetitive tasks with ease, avoid hours of frustration, and devote more time to pushing the envelope of Drupal design—just by picking up the basics of a few developer tools. It’s much more than simple coding; it’s real, honest-to-goodness developer Ninja Magick.
- Learn basic commands and use them in Drupal on the command line
- Set up your local development environment, and learn ways to collaborate on code with others
- Download modules, themes, libraries, and more with Drush, the Drupal shell
- Use Git, the free version control system, and create a GitHub account
- Pack content types, views, and other functionality you use often into a custom module with Features
Table of Contents
Part I: Setting Up a Local Development Environment
Chapter 1. Setting Up a Local Development Environment and Installing Drupal
Chapter 2. Working on the Command Line: Some Basic Commands
Chapter 3. Installing Drush
Chapter 4. Getting Started with Version Control Download Now »