May 26, 2012 |
1,095 views |

Book Description
jQuery is awesome for designers – it builds easily on the CSS and HTML you already know and allows you to create impressive effects with just a few lines of code. However, without a background in programming, JavaScript – on which jQuery is built – can feel intimidating and impossible to grasp. This book will show you how simple it can be to learn the basics and then extend your capabilities by taking advantage of jQuery plugins.
jQuery for Designers offers approachable lessons for designers with little or no background in JavaScript. The book begins by introducing the jQuery library and a small and simple introduction to JavaScript. Then you’ll step through a few simple tasks to get your feet wet before diving into using plugins to quickly and simply add complex effects with just a few lines of code.
You’ll be surprised at how far you can get with JavaScript when you start with the power of the jQuery library and this book will show you how. We’ll cover common interface widgets and effects such as tabbed interfaces, custom tooltips, and custom scrollbars. You’ll learn how to create an animated navigation menu and how to add simple AJAX effects to enhance your site visitors’ experience. Then we’ll wrap up with interactive data grids which make sorting and searching data easy.
What you will learn from this book
May 19, 2012 |
3,089 views |

Book Description
This fast-moving guide introduces web application development with Haskell and Yesod, a potent language/framework combination that supports high-performing applications that are modular, type-safe, and concise. You’ll work with several samples to explore the way Yesod handles widgets, forms, persistence, and RESTful content. You also get an introduction to various Haskell tools to supplement your basic knowledge of the language.
By the time you finish this book, you’ll create a production-quality web application with Yesod’s ready-to-use scaffolding. You’ll also examine several real-world examples, including a blog, a wiki, a JSON web service, and a Sphinx search server.
- Build a simple application to learn Yesod’s foundation datatype and Web Application Interface (WAI)
- Use Shakespearean template languages for HTML, CSS, and Javascript output
- Produce cleaner, more modular code by learning how Yesod monads interact
- Implement the yesod-form declarative API to build forms on top of widgets
- Learn how Yesod and Haskell store session data and handle persistence
- Use techniques to serve an HTML page and a machine-friendly JSON page from the same URL
- Create reusable components for several applications with Yesod subsites
Table of Contents
Part I: Basics Download Now »
May 17, 2012 |
5,933 views |

Book Description
This book introduces you to Node, the new web development framework written in JavaScript. You’ll learn hands-on how Node makes life easier for experienced JavaScript developers: not only can you work on the front end and back end in the same language, you’ll also have more flexibility in choosing how to divide application logic between client and server.
Written by a core contributor to the framework, Node: Up and Running shows you how Node scales up to support large numbers of simultaneous connections across multiple servers, and scales down to let you create quick one-off applications with minimal infrastructure. Built on the V8 JavaScript engine that runs Google Chrome, Node is already winning the hearts and minds of many companies, including Google and Yahoo! This book shows you why.
- Understand Node’s event-loop architecture, non-blocking I/O, and event-driven programming
- Discover how Node supports a variety of database and data storage tools
- Learn best practices for writing easy-to-maintain code for Node
- Get concrete examples of how to use the various Node APIs in practice
- Take advantage of the book’s complete API reference
Table of Contents
Chapter 1. A Very Brief Introduction to Node.js
Chapter 2. Doing Interesting Things Download Now »
May 17, 2012 |
6,113 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 |
4,420 views |

Book Description
With this digital Early Release edition of Developing Backbone.js Applications, 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.
Get a complete run-down of the popular Backbone.js framework for structuring JavaScript applications. This practical guide takes you through Model–view–controller (MVC) theory, and shows you how to build applications using Backbone’s models, views, collections and routers. You’ll also learn advanced topics such as modular development with Backbone.js and RequireJS.
This detailed book provides an authoritative and centralized repository of information to help you develop real-world apps with Backbone.
- Build applications using modern tech stacks, including Node and Express
- Solve the routing problems with Backbone and jQuery Mobile
- Get tips about scaffolding tools
Table of Contents
1. Introduction
2. The Basics Download Now »
May 17, 2012 |
3,233 views |

Book Description
With this digital Early Release edition of Getting Started with Metro Apps, 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.
Get a head start on creating “Metro”-style apps for the approaching release of Windows 8. If you’re new to .NET programming, this introductory guide will quickly get you up to speed on the tools you need to build user interfaces with Microsoft’s new design language, code-named Metro. Learn how to use WinRT and the preview version of the upcoming Visual Studio release, and get tips and tricks for having your app published in the Windows Store.
Windows 8 brings some dramatic changes to the way users interact with computers and devices, and the Metro design language plays a key role. Whether you’re an experienced .NET developer, or build apps with HTML and Javascript, this book gets you in on the ground floor.
Table of Contents
Chapter 1. Windows 8: A Quick Tour
Chapter 2. Getting Started
Chapter 3. Application Architecture
Download Now »