Sep 09, 2011 |
12,660 views |

Book Description
HTML5 is more than a markup language—it’s a dozen independent web standards all rolled into one. Until now, all it’s been missing is a manual. With this thorough, jargon-free guide, you’ll learn how to build web apps that include video tools, dynamic drawings, geolocation, offline web apps, drag-and-drop, and many other features. HTML5 is the future of the Web, and with this book you’ll reach it quickly.
The important stuff you need to know:
- Structure web pages in a new way. Learn how HTML5 helps make web design tools and search engines work smarter.
- Add audio and video without plugins. Build playback pages that work in every browser.
- Draw with Canvas. Create shapes, pictures, text, and animation—and make them interactive.
- Go a long way with style. Use CSS3 and HTML5 to jazz up your pages and adapt them for mobile devices.
- Build web apps with rich desktop features. Let users work with your app offline, and process user-selected files in the browser.
- Create location-aware apps. Write geolocation applications directly in the browser.
About the Author
Matthew MacDonald is a developer, author, and educator in all things Visual Basic and .NET. He’s worked with Visual Basic and ASP since their initial versions, and has written over a dozen books on the subject, including The Book of VB .NET (No Starch Press) and Visual Basic 2005: A Developer’s Notebook (O’Reilly). Download Now »
Sep 09, 2011 |
15,551 views |

Book Description
Building rich JavaScript applications that bring the desktop experience to the Web is now possible, thanks to powerful JavaScript engines and the CSS3 and HTML5 specifications. The key is moving state from the server to the client side, but that’s no simple task. This book takes you through all the steps necessary to create state-of-the-art JavaScript applications, including structure, templating, frameworks, communicating with the server, and many other issues.
Through practical, tutorial-based explanations, you learn how to create JavaScript applications that offer a much more responsive and improved experience. You’ll work hands-on with an example application throughout the book to learn the concepts involved.
- Explore MVC and how to best structure and manage dependencies inside your application
- Get an introduction to templating and data binding
- Learn about loading remote data, Ajax Level 2 and cross-domain requests
- Use WebSockets and Node to create realtime applications
- Accept dropped files and upload data with progress indicators
- Learn about major frameworks and libraries, including jQuery, JavaScriptMVC and Backbone
- Write tests and use the console to debug your applications
- Get deployment best practices, such as caching and minification
About the Author
Alex MacCaw is a Ruby/JavaScript developer & entrepreneur. Download Now »
Sep 08, 2011 |
6,109 views |

Book Description
Modern web development relies heavily on the ability to rapidly create applications that are reliable, maintainable, and scalable. The PHP-based Kohana framework has proven to be one of the best platforms for delivering professional quality applications using a stable framework that allows you to build great web properties while leveraging a rapid development architecture that is both powerful and intuitive.
Kohana 3 Beginner’s Guide is the first and only book in the market for learning about this popular and powerful open-source PHP framework. Written with the beginner in mind, this book walks you through installation and configuration, then uses a case study site to deliver real world solutions to common web development needs.
Beginning with the installation and configuration of the framework, you are guided through the steps necessary to get up and running, and are quickly introduced to the basics of Kohana.
Using a case study site as an example, the book illustrates core components of Kohana while showing elegant solutions to real world tasks developers face every day. From working with forms to databases, interacting with users to deploying applications in the wild, everything is covered in simple, easy to understand examples.
By the end of this book you will have mastered the core tasks needed to build great web applications using
A step-by-step guide to creating professional web applications using the Kohana framework. Download Now »
Sep 07, 2011 |
4,745 views |

Book Description
Flash applications are popular and becoming increasingly social. With flash applications for facebook you can tap into a potential audience of half a billion existing users, their connections and affiliations, their uploaded images, posts, comments and more.
The Flash Facebook Cookbook is packed with recipes for the Graph API and FQL, used for reading and writing data as well as interacting with Facebook anonymously or on behalf of an authorised Facebook User.
The topics covered by the recipes in this Cookbook include working with News feeds, uploading Photos, searching for and plotting Places on a map and much more. The cookbook has recipes ranging from those that work without any authentication with Facebook to those that do, and act on behalf of a user. Packed with recipes that yield practical demonstrations of the Graph API functionality, the Flash Facebook Cookbook is an essential tool for Flash Platform developers.
What you will learn from this book :
- Plot user Checkins on a map component, and publish new Checkins on behalf of a user.
- Authenticate with Facebook on behalf of a user.
- Manage and request additional data read or publishing permissions from Facebook.
- Use the search capabilities of the Graph API to retrieve specific information.
- Request specific information from Facebook using SQL-like FQL queries.
- Retrieve and create cross-links between different objects in the Graph API. Download Now »
Sep 07, 2011 |
7,816 views |

Book Description
When Alex told me he was about to write a Yii cookbook about a year ago, I was wondering how original it would be, considering the fact that there was already an online user-contributed cookbook (aka. Yii wiki). It turned out Alex produced a book that is not only full of wisdom about how to use Yii effectively, but also presented in such a systematic way that it can be taken as an essential companion book to the definitive guide to Yii. In fact, Alex has successfully intrigued the interest of every member in the Yii developer team when he asked for review and comments on his newly finished book chapters.
As the founder and the lead developer of the Yii framework, I feel this book is a must-read for every Yii programmer. While this book does not describe directly the rules set by Yii, it shows how to program with Yii from a practical perspective. People who are driven by tight project schedules will find this book very handy as it gives ready-to-use solutions to many problems they may face in their projects; people who are already familiar with Yii will also find this book very informative as most problem solutions given in the book can be considered as officially recommended because they have undergone thorough review of every Yii developer team member. Alex, through this book and his active participation in the Yii project, proved himself to be a great programmer as well as a good writer.
Qiang Xue – Lead developer of the Yii framework
Yii framework is a rapidly growing PHP5 MVC framework often referred to as Rails for PHP. It has become a solid base for many exciting web applications such as Stay.com and Russia Today’s meetfriends.rt.com and can be a good base for your developments. Download Now »
Sep 06, 2011 |
12,584 views |

Book Description
Apache Maven is more than just build automation. When positioned at the very heart of your development strategy, Apache Maven can become a force multiplier not just for individual developers but for agile teams and managers. This book covers implementation of Apache Maven with popular enterprise technologies/frameworks and introduces agile collaboration techniques and software engineering best practices integrated with Apache Maven.
The Apache 3 Maven Cookbook is a real-world collection of step-by-step solutions for individual programmers, teams, and managers to explore and implement Apache Maven and the engineering benefits it brings into their development processes.
This book helps with the basics of Apache Maven and with using it to implement software engineering best practices and agile team collaboration techniques. It covers a broad range of emergent and enterprise technologies in the context of Apache Maven, and concludes with recipes on extending Apache Maven with custom plugins.
We look at specific technology implementations through Apache Maven including Java Web Applications, Enterprise Java Frameworks, Cloud Computing, Mobile / Device development, and more. We also look at Maven integration with popular IDEs including Eclipse, NetBeans, and IntelliJIDEA.
The book is rounded off by exploring extending the Apache Maven platform by building custom plugins, integrating them with existing projects, and executing them through explicit command-line calls or with Maven Build Phases. Download Now »