Ordering  Shopping Cart 
Manning Logo
New Releases

C++ Concurrency in Action
Print book available February 29
ePub + Kindle available March 1

A reference and guide to the new C++ 11 Standard for experienced C++ programmers as well as those who have never written multithreaded code. This book will show you how to write robust multithreaded applications in C++ while avoiding many common pitfalls.


SharePoint 2010 Site Owner's Manual

Designed for SharePoint users who want to become tech-savvy in configuring SharePoint's out-of-the-box functionality, this guide teaches you what SharePoint 2010 is all about and how to get started using it. No programming or system administration experience is required.


Hello! Python

Covers the building blocks of Python programming and gives you a gentle introduction to more advanced topics such as object-oriented programming, functional programming, network programming, and program design. New (or nearly new) programmers will learn most of what they need to know to start using Python immediately.


Recent Releases

OSGi in Depth

Shows Java developers how to develop to the OSGi Service Platform Enterprise specification, an emerging Java-based technology for developing modular enterprise applications.

MongoDB in Action

A comprehensive guide to MongoDB for application developers. The book begins by explaining what makes MongoDB unique and describing its ideal use cases. A series of tutorials designed for MongoDB mastery then leads into detailed examples for leveraging MongoDB in e-commerce, social networking, analytics, and other common applications.

Tika in Action

A hands-on guide to content mining with Apache Tika. The book's many examples and case studies offer real-world experience from domains ranging from search engines to digital asset management and scientific data processing.

Lift in Action

A step-by-step exploration of the Lift framework. It moves through the subject quickly using carefully crafted, well-explained examples that make you comfortable from the start. This book is written for developers who are new to both Scala and Lift.

Clojure in Action

A hands-on tutorial for the working programmer who has written code in a language like Java or Ruby, but has no prior experience with Lisp. It teaches Clojure from the basics to advanced topics using practical real-world application examples.

OpenCL in Action

A thorough, hands-on presentation of OpenCL, with an eye toward showing developers how to build high-performance applications of their own. It begins by presenting the core concepts behind OpenCL, including vector computing, parallel programming, and multi-threaded operations, and then guides you step-by-step from simple data structures to complex functions.

Android in Action, Third Edition

A comprehensive tutorial for Android developers. This fast-paced book puts you in the driver's seat—you'll master the SDK, build WebKit apps using HTML 5, and even learn to extend or replace Android's built-in features by building useful and intriguing examples.


AVAILABLE ONLY AT MANNING.COM
Manning Early Access Program

Read a book chapter-by-chapter while it's being written and get the final eBook as soon as it's finished. If you pre-order the pBook, you'll get it long before it's available in stores. Each book has Author Online Forum where you can ask questions, provide feedback, and help shape the final content.

NEW CHAPTER

Big Data
Big Data (2/11)
Hadoop in Practice (3/15)
HBase in Action (2/14)
Machine Learning in Action (15/15)
Taming Text (9/9)

JAVA
EJB 3 in Action, Second Edition (5/17)
Enterprise OSGi in Action (13/13)
Griffon in Action (14/14)
Groovy in Action, Second Edition (11/20)
GWT in Action, Second Edition (14/18)
Making Java Groovy (6/13)
ManifoldCF in Action (12/12)
Restlet in Action (11/11)
SOA Governance in Action (6/9)
Spring in Practice (14/14)
Spring Integration in Action (18/18)
Spring Roo in Action (14/14)
The Well-Grounded Java Developer (7/14)
Unit Testing in Java (9/9)

MICROSOFT/.NET
ASP.NET MVC 3 in Action, Third Edition (23/23)
Expression Blend in Action (11/12)
HTML5 for .NET Developers (7/12)
Learn SQL Server in a Month of Lunches (18/26)
Metaprogramming in .NET (8/12)
Natural User Interfaces in .NET (11/11)
PowerShell and WMI (17/19)
Silverlight 5 in Action (40/40)

MOBILE TECHNOLOGY
60 Android Hacks (15/60)
Creating iPhone Apps (9/12)
Flex Mobile in Action (12/12)
iOS 5 in Practice (10/10)
Quick & Easy iPhone Programming (6/11)
Sencha Touch in Action (6/10)
Windows Phone 7 in Action (15/15)

PROGRAMMING
Arduino in Action (10/13)
MacRuby in Action (6/12)
RabbitMQ in Action (12/12)
Scala in Action (12/12)
Scala in Depth (11/11)

SOFTWARE ENGINEERING
Activiti in Action (15/15)
Cloud Computing in Action (3/13)
Enterprise Search in Action (6/14)
SOA Patterns (9/10)

WEB DEVELOPMENT
CoffeeScript in Action (4/14)
Ext JS in Action, Second Edition (5/15)
HTML5 in Action (6/10)
Node.js in Action (7/13)
Hello! HTML5 and CSS3 (8/14)
Sass and Compass in Action (7/14)
Secrets of the JavaScript Ninja (14/15)
Third-Party JavaScript (6/10)
Manning in the News

Here's the latest about Manning books and authors. Read more Manning news.

April 27-28, 2012: Manning is pleased to sponsor the Kansas City Developer Conference 2012.

April 10-12, 2012: Manning is pleased to sponsor Emerging Technologies in Philadelphia, PA.

March 26-29, 2012: Manning is pleased to sponsor Eclipsecon 2012.

March 17-19, 2012: Manning is pleased to sponsor CodePalousa in Louisville, Kentucky.

February 18, 2012: Manning is pleased to sponsor South Florida .NET Code Camp.

February 16-19, 2012: Manning is pleased to sponsor Global Android DevCamp 2012.

December 5-31, 2011: Manning is pleased to support CodeLesson.

December 9-20, 2011: Manning is pleased to sponsor the 12 days of Python.

December 9, 2011: Manning is pleased to sponsor MongoSV in Santa Clara, CA.

December 1-3, 2011: Manning is pleased to sponsor CocoaConf in Raleigh, NC.

November 10-12, 2011: Manning is pleased to sponor ClojConf in Raleigh, NC. Book signing with Michael Fogus and Chris Houser of The Joy of Clojure.

November 7-11, 2011: Manning is pleased to sponsor ApacheCon 2011 in Vancouver, BC.

November 6-9, 2011: Manning is pleased to sponsor a pBook signing of Android in Practice with Michael Galpin at AnDevCon II.

November 4-5, 2011: Manning is pleased to sponsor Greach 2011: Groovy Spanish Conference in Madrid.

DEAL OF THE DAY
Manning user accounts

There are over 200 articles, green papers, and sample chapters in the Free Content Center, with new content added continuously. Discover the Free Content Center.

New this week

60 Android Hacks - VideoViews and Orientation Changes
Landscape is way cooler than portrait when it comes to viewing a video on your cell. To make the video full screen when the device is rotated, you need to tell the system that you'll handle the orientation changes yourself. In this article, based on a technique presented in 60 Android Hacks, the author shows you how to do that by changing the size and position of VideoView.

Big Data - Data Storage in the Batch Layer with Pail
Pail enables you to vertically partition a dataset and it provides a dead-simple API for common operations like appends, compression, and consolidation. In this article based on chapter 3, author Nathan Marz shows you how Pail makes it easy to satisfy all of the requirements you have for storage on the batch layer.

Hello! Python - Writing a Simple Chat Server
In this article from chapter 10 of Hello! Python, author Anthony Briggs talks about extending an application using the Twisted framework to make it interactive over the Internet.

Also available

Developing Your First Master-Detail Application

Adding Device Configuration

Content Distribution Formats

Foundations of Taming Text (PDF)

When HTML Meets .NET (PDF)

Examining functional concepts in Google Collections (PDF)

Read More


COMING SOON

PRINT BESTSELLERS
Feb 16, 2012

MEAP BESTSELLERS
Feb 16, 2012