<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wow! eBook - Blog &#187; Software Dev.</title>
	<atom:link href="http://www.wowebook.be/category/e-book/software-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wowebook.be</link>
	<description>Great ebook, great site!</description>
	<lastBuildDate>Mon, 21 May 2012 20:16:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Inside Windows Debugging</title>
		<link>http://www.wowebook.be/book/inside-windows-debugging/</link>
		<comments>http://www.wowebook.be/book/inside-windows-debugging/#comments</comments>
		<pubDate>Fri, 18 May 2012 15:43:41 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Analysis]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[PEAR]]></category>
		<category><![CDATA[Trick]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.wowebook.be/?p=18808</guid>
		<description><![CDATA[Book Description Use Windows debuggers throughout the development cycle—and build better software Rethink your use of Windows debugging and tracing tools—and learn how to make them a key part of test-driven software development. Led by a member of the Windows Fundamentals Team at Microsoft, you’ll apply expert debugging and tracing techniques—and sharpen your C++ and [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/191341787.jpg" alt="Inside Windows Debugging" width="220" height="220" title="Inside Windows Debugging" /></p>
<h3>Book Description</h3>
<p>Use <a href="http://www.wowebook.be/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> debuggers throughout the <a href="http://www.wowebook.be/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> cycle—and build better <a href="http://www.wowebook.be/tag/software/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Software">software</a></p>
<p>Rethink your use of <a href="http://www.wowebook.be/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> debugging and tracing tools—and learn <a href="http://www.wowebook.be/tag/how-to/" class="st_tag internal_tag" rel="tag" title="Posts tagged with How to">how to</a> make them a key part of test-driven <a href="http://www.wowebook.be/tag/software/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Software">software</a> <a href="http://www.wowebook.be/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a>. Led by a member of the Windows Fundamentals Team at <a href="http://www.wowebook.be/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a>, you’ll apply expert debugging and tracing techniques—and sharpen your <a href="http://www.wowebook.be/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a>++ and <a href="http://www.wowebook.be/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a># code <a href="http://www.wowebook.be/tag/analysis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Analysis">analysis</a> skills—through practical examples and common scenarios. Learn why experienced developers use debuggers in every step of the development process, and not just when bugs appear.</p>
<p>Discover <a href="http://www.wowebook.be/tag/how-to/" class="st_tag internal_tag" rel="tag" title="Posts tagged with How to">how to</a>:</p>
<ul>
<li>Go behind the scenes to examine how powerful Windows debuggers work</li>
<li>Catch bugs early in the development cycle with static and runtime <a href="http://www.wowebook.be/tag/analysis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Analysis">analysis</a> tools</li>
<li>Gain practical strategies to tackle the most common code defects</li>
<li>Apply expert tricks to handle user-mode and kernel-mode debugging tasks</li>
<li>Implement postmortem techniques such as JIT and dump debugging</li>
<li><a href="http://www.wowebook.be/tag/debug/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Debug">Debug</a> the concurrency and security aspects of your software</li>
<li>Use debuggers to analyze interactions between your code and the operating <a href="http://www.wowebook.be/tag/system/" class="st_tag internal_tag" rel="tag" title="Posts tagged with System">system</a></li>
<li>Analyze software behavior with Xperf and the Event Tracing for Windows (ETW) framework</li>
</ul>
<p><span id="more-18808"></span><strong>Table of Contents</strong><br />
Part I: A Bit of Background<br />
Chapter 1. Software Development in Windows</p>
<p>Part II: Debugging for Fun and Profit<br />
Chapter 2. Getting Started<br />
Chapter 3. How Windows Debuggers Work<br />
Chapter 4. Postmortem Debugging<br />
Chapter 5. Beyond the Basics<br />
Chapter 6. Code Analysis Tools<br />
Chapter 7. Expert Debugging Tricks<br />
Chapter 8. Common Debugging Scenarios, Part 1<br />
Chapter 9. Common Debugging Scenarios, Part 2<br />
Chapter 10. Debugging <a href="http://www.wowebook.be/tag/system/" class="st_tag internal_tag" rel="tag" title="Posts tagged with System">System</a> Internals</p>
<p>Part III: Observing and Analyzing Software Behavior<br />
Chapter 11. Introducing Xperf<br />
Chapter 12. Inside ETW<br />
Chapter 13. Common Tracing Scenarios</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 592 pages</li>
<li><strong>Publisher:</strong> <a href="http://www.wowebook.be/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a> Press (May 2012)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0735662789</li>
<li><strong>ISBN-13:</strong> 978-0735662780</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.be/book/wpf-programmers-reference/" title="WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4" rel="bookmark">WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4</a> <span class="date">(18-03-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/practical-malware-analysis/" title="Practical Malware Analysis" rel="bookmark">Practical Malware Analysis</a> <span class="date">(08-03-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/windows-phone-recipes-2nd-edition/" title="Windows Phone Recipes: A Problem Solution Approach, 2nd Edition" rel="bookmark">Windows Phone Recipes: A Problem Solution Approach, 2nd Edition</a> <span class="date">(16-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/windows-mobile-game-development/" title="Windows Mobile Game Development" rel="bookmark">Windows Mobile Game Development</a> <span class="date">(18-05-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/visual-csharp-2010-how-to-program-4th-edition/" title="Visual C# 2010 How to Program, 4th Edition" rel="bookmark">Visual C# 2010 How to Program, 4th Edition</a> <span class="date">(16-05-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/programming-ios-5-2nd-edition/" title="Programming iOS 5, 2nd Edition" rel="bookmark">Programming iOS 5, 2nd Edition</a> <span class="date">(31-03-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/professional-microsoft-sql-server-analysis-services-2008-with-mdx/" title="Professional Microsoft SQL Server Analysis Services 2008 with MDX" rel="bookmark">Professional Microsoft SQL Server Analysis Services 2008 with MDX</a> <span class="date">(19-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/professional-microsoft-sql-server-2008-administration/" title="Professional Microsoft SQL Server 2008 Administration" rel="bookmark">Professional Microsoft SQL Server 2008 Administration</a> <span class="date">(19-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/pro-windows-phone-app-development-2nd-edition/" title="Pro Windows Phone App Development, 2nd Edition" rel="bookmark">Pro Windows Phone App Development, 2nd Edition</a> <span class="date">(16-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/murachs-sql-server-2008-for-developers/" title="Murach's SQL Server 2008 for Developers" rel="bookmark">Murach's SQL Server 2008 for Developers</a> <span class="date">(30-04-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.be/book/inside-windows-debugging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Started with Metro Apps</title>
		<link>http://www.wowebook.be/book/getting-started-with-metro-apps/</link>
		<comments>http://www.wowebook.be/book/getting-started-with-metro-apps/#comments</comments>
		<pubDate>Thu, 17 May 2012 17:43:12 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Metro]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Trick]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Windows 8]]></category>

		<guid isPermaLink="false">http://www.wowebook.be/?p=18783</guid>
		<description><![CDATA[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&#8217;s raw and unedited content – so you can take advantage of this content long before the book&#8217;s official release. You&#8217;ll also receive updates when significant changes are made, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/325829083.jpg" alt="Getting Started with Metro Apps" width="220" height="220" title="Getting Started with Metro Apps" /></p>
<h3>Book Description</h3>
<p>With this digital <strong>Early Release</strong> edition of <em>Getting Started with Metro Apps</em>, you get the entire book bundle in its earliest form – the author&#8217;s raw and unedited content – so you can take advantage of this content long before the book&#8217;s official release. You&#8217;ll also receive updates when significant changes are made, as well as the final ebook version.</p>
<p>Get a head start on creating &#8220;Metro&#8221;-style apps for the approaching release of <a href="http://www.wowebook.be/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> 8. If you’re new to <a href="http://www.wowebook.be/tag/dot-net/" class="st_tag internal_tag" rel="tag" title="Posts tagged with .NET">.NET</a> <a href="http://www.wowebook.be/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a>, 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 <a href="http://www.wowebook.be/tag/how-to/" class="st_tag internal_tag" rel="tag" title="Posts tagged with How to">how to</a> use WinRT and the preview version of the upcoming <a href="http://www.wowebook.be/tag/visual-studio/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Visual Studio">Visual Studio</a> release, and get tips and tricks for having your app published in the <a href="http://www.wowebook.be/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> Store.</p>
<p>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 <a href="http://www.wowebook.be/tag/dot-net/" class="st_tag internal_tag" rel="tag" title="Posts tagged with .NET">.NET</a> developer, or build apps with <a href="http://www.wowebook.be/tag/html/" class="st_tag internal_tag" rel="tag" title="Posts tagged with HTML">HTML</a> and <a href="http://www.wowebook.be/tag/javascript/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JavaScript">Javascript</a>, this book gets you in on the ground floor.</p>
<p><strong>Table of Contents</strong><br />
Chapter 1. Windows 8: A Quick Tour<br />
Chapter 2. Getting Started<br />
Chapter 3. Application <a href="http://www.wowebook.be/tag/architecture/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Architecture">Architecture</a></p>
<p><span id="more-18783"></span></p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 100 pages</li>
<li><strong>Publisher:</strong> O&#8217;Reilly Media (July 2012)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1449320554</li>
<li><strong>ISBN-13:</strong> 978-1449320553</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.be/book/wpf-programmers-reference/" title="WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4" rel="bookmark">WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4</a> <span class="date">(18-03-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/visual-csharp-2010-how-to-program-4th-edition/" title="Visual C# 2010 How to Program, 4th Edition" rel="bookmark">Visual C# 2010 How to Program, 4th Edition</a> <span class="date">(16-05-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/pro-windows-phone-app-development-2nd-edition/" title="Pro Windows Phone App Development, 2nd Edition" rel="bookmark">Pro Windows Phone App Development, 2nd Edition</a> <span class="date">(16-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/pro-office-365-development/" title="Pro Office 365 Development" rel="bookmark">Pro Office 365 Development</a> <span class="date">(02-03-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/parallel-programming-with-microsoft-visual-studio-2010-step-by-step/" title="Parallel Programming with Microsoft Visual Studio 2010 Step by Step" rel="bookmark">Parallel Programming with Microsoft Visual Studio 2010 Step by Step</a> <span class="date">(06-08-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/migrating-to-windows-phone/" title="Migrating to Windows Phone" rel="bookmark">Migrating to Windows Phone</a> <span class="date">(16-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/linq-unleashed-for-csharp/" title="LINQ Unleashed: for C#" rel="bookmark">LINQ Unleashed: for C#</a> <span class="date">(18-11-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/learning-ipad-programming/" title="Learning iPad Programming" rel="bookmark">Learning iPad Programming</a> <span class="date">(10-05-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/xpages-portable-command-guide/" title="XPages Portable Command Guide" rel="bookmark">XPages Portable Command Guide</a> <span class="date">(16-05-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/web-development-recipes/" title="Web Development Recipes" rel="bookmark">Web Development Recipes</a> <span class="date">(21-01-2012)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.be/book/getting-started-with-metro-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C++ How to Program, 8th Edition</title>
		<link>http://www.wowebook.be/book/cpp-how-to-program-8th-edition/</link>
		<comments>http://www.wowebook.be/book/cpp-how-to-program-8th-edition/#comments</comments>
		<pubDate>Wed, 16 May 2012 16:41:18 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[C, C++, C#]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[GNU]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[LAN]]></category>
		<category><![CDATA[Object-Oriented]]></category>
		<category><![CDATA[Processor]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[UML]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.wowebook.be/?p=18770</guid>
		<description><![CDATA[Book Description For Introduction to Programming (CS1) and other more intermediate courses covering programming in C++. Also appropriate as a supplement for upper-level courses where the instructor uses a book as a reference for the C++ language. This best-selling comprehensive text is aimed at readers with little or no programming experience. It teaches programming by [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1079187608.jpg" alt="C++ How to Program, 8th Edition" width="220" height="220" title="C++ How to Program, 8th Edition" /></p>
<h3>Book Description</h3>
<p>For Introduction to <a href="http://www.wowebook.be/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">Programming</a> (CS1) and other more intermediate courses covering <a href="http://www.wowebook.be/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> in <a href="http://www.wowebook.be/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a>++. Also appropriate as a supplement for upper-level courses where the instructor uses a book as a reference for the <a href="http://www.wowebook.be/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a>++ language.</p>
<p>This best-selling comprehensive text is aimed at readers with little or no <a href="http://www.wowebook.be/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> experience. It teaches <a href="http://www.wowebook.be/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> by presenting the concepts in the context of full working programs and takes an early-objects approach. The authors emphasize achieving program clarity through structured and <a href="http://www.wowebook.be/tag/object-oriented/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Object-Oriented">object-oriented</a> programming, <a href="http://www.wowebook.be/tag/software/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Software">software</a> reuse and component-oriented <a href="http://www.wowebook.be/tag/software/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Software">software</a> construction. The Eighth Edition encourages students to connect computers to the community, using the <a href="http://www.wowebook.be/tag/internet/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Internet">Internet</a> to solve problems and make a difference in our world. All content has been carefully fine-tuned in response to a team of distinguished academic and industry reviewers.</p>
<p><strong>Table of Contents</strong><br />
Chapter 1. Introduction to Computers and <a href="http://www.wowebook.be/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a>++<br />
Chapter 2. Introduction to C++ Programming<br />
Chapter 3. Introduction to Classes, Objects and Strings<br />
Chapter 4. Control Statements: Part 1<br />
Chapter 5. Control Statements: Part 2<br />
Chapter 6. Functions and an Introduction to Recursion<span id="more-18770"></span><br />
Chapter 7. Arrays and Vectors<br />
Chapter 8. Pointers<br />
Chapter 9. Classes: A Deeper Look, Part 1<br />
Chapter 10. Classes: A Deeper Look, Part 2<br />
Chapter 11. Operator Overloading; Class string<br />
Chapter 12. <a href="http://www.wowebook.be/tag/object-oriented/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Object-Oriented">Object-Oriented</a> Programming: Inheritance<br />
Chapter 13. Object-Oriented Programming: Polymorphism<br />
Chapter 14. Templates<br />
Chapter 15. Stream Input/Output<br />
Chapter 16. Exception Handling: A Deeper Look<br />
Chapter 17. File Processing<br />
Chapter 18. Class string and String Stream Processing<br />
Chapter 19. Searching and Sorting<br />
Chapter 20. Custom Templatized Data Structures<br />
Chapter 21. Bits, Characters, C Strings and structs<br />
Chapter 22. Standard Template Library (STL)<br />
Chapter 23. Boost Libraries, Technical Report 1 and C++0x<br />
Chapter 24. Other Topics<br />
Chapter 25. ATM Case Study, Part 1: Object-Oriented Design with the <a href="http://www.wowebook.be/tag/uml/" class="st_tag internal_tag" rel="tag" title="Posts tagged with UML">UML</a><br />
Chapter 26. ATM Case Study, Part 2: Implementing an Object-Oriented Design</p>
<p>Appendix A. Operator Precedence and Associativity<br />
Appendix B. ASCII Character Set<br />
Appendix C. Fundamental Types<br />
Appendix D. Number Systems<br />
Appendix E. Preprocessor<br />
Appendix F. C Legacy Code Topics<br />
Appendix G. <a href="http://www.wowebook.be/tag/uml/" class="st_tag internal_tag" rel="tag" title="Posts tagged with UML">UML</a> 2: Additional Diagram Types<br />
Appendix H. Using the <a href="http://www.wowebook.be/tag/visual-studio/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Visual Studio">Visual Studio</a> Debugger<br />
Appendix I. Using the <a href="http://www.wowebook.be/tag/gnu/" class="st_tag internal_tag" rel="tag" title="Posts tagged with GNU">GNU</a> C++ Debugger</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 1104 pages</li>
<li><strong>Publisher:</strong> Prentice Hall; 8th Edition (March 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0132662361</li>
<li><strong>ISBN-13:</strong> 978-0132662369</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.be/book/visual-csharp-2010-how-to-program-4th-edition/" title="Visual C# 2010 How to Program, 4th Edition" rel="bookmark">Visual C# 2010 How to Program, 4th Edition</a> <span class="date">(16-05-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/programming-ios-5-2nd-edition/" title="Programming iOS 5, 2nd Edition" rel="bookmark">Programming iOS 5, 2nd Edition</a> <span class="date">(31-03-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/migrating-to-windows-phone/" title="Migrating to Windows Phone" rel="bookmark">Migrating to Windows Phone</a> <span class="date">(16-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/fluent-csharp/" title="Fluent C#" rel="bookmark">Fluent C#</a> <span class="date">(16-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/cpp-concurrency-in-action/" title="C++ Concurrency in Action" rel="bookmark">C++ Concurrency in Action</a> <span class="date">(26-03-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/wpf-programmers-reference/" title="WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4" rel="bookmark">WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4</a> <span class="date">(18-03-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/ubuntu-unleashed-2012-edition-7th-edition/" title="Ubuntu Unleashed 2012 Edition: Covering 11.10 and 12.04, 7th Edition" rel="bookmark">Ubuntu Unleashed 2012 Edition: Covering 11.10 and 12.04, 7th Edition</a> <span class="date">(15-05-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/starting-out-with-cpp-from-control-structures-through-objects-7th-edition/" title="Starting Out with C++: From Control Structures through Objects, 7th Edition" rel="bookmark">Starting Out with C++: From Control Structures through Objects, 7th Edition</a> <span class="date">(28-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/programming-entity-framework-dbcontext/" title="Programming Entity Framework: DbContext" rel="bookmark">Programming Entity Framework: DbContext</a> <span class="date">(12-03-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/programming-csharp-5-0/" title="Programming C# 5.0" rel="bookmark">Programming C# 5.0</a> <span class="date">(31-03-2012)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.be/book/cpp-how-to-program-8th-edition/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Experiences of Test Automation</title>
		<link>http://www.wowebook.be/book/experiences-of-test-automation/</link>
		<comments>http://www.wowebook.be/book/experiences-of-test-automation/#comments</comments>
		<pubDate>Sat, 12 May 2012 21:25:44 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[Model-Based]]></category>
		<category><![CDATA[OOD]]></category>
		<category><![CDATA[RSpec]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[SDO]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://www.wowebook.be/?p=18687</guid>
		<description><![CDATA[Book Description Software test automation has moved beyond a luxury to become a necessity. Applications and systems have grown ever larger and more complex, and manual testing simply cannot keep up. As technology changes, and more organizations move into agile development, testing must adapt—and quickly. Test automation is essential, but poor automation is wasteful—how do [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1464322530.jpg" alt="Experiences of Test Automation" width="220" height="220" title="Experiences of Test Automation" /></p>
<h3>Book Description</h3>
<p><a href="http://www.wowebook.be/tag/software/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Software">Software</a> test automation has moved beyond a luxury to become a necessity. Applications and systems have grown ever larger and more complex, and manual <a href="http://www.wowebook.be/tag/testing/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Testing">testing</a> simply cannot keep up. As technology changes, and more organizations move into agile development, <a href="http://www.wowebook.be/tag/testing/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Testing">testing</a> must adapt—and quickly. Test automation is essential, but poor automation is wasteful—how do you know where your efforts will take you?</p>
<p>Authors Dorothy Graham and Mark Fewster wrote the field’s seminal text, <em><a href="http://www.wowebook.be/tag/software/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Software">Software</a> Test Automation,</em> which has guided many organizations toward success. Now, in <strong><em>Experiences of Test Automation,</em></strong> they reveal test automation at work in a wide spectrum of organizations and projects, from complex government systems to medical devices, SAP business process development to Android <a href="http://www.wowebook.be/tag/mobile-apps/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Mobile Apps">mobile apps</a> and cloud migrations. This book addresses both <a href="http://www.wowebook.be/tag/management/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Management">management</a> and technical issues, describing failures and successes, brilliant ideas and disastrous decisions and, above all, offers specific lessons you can use.</p>
<ul>
<li>Test automation in agile development</li>
<li>How <a href="http://www.wowebook.be/tag/management/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Management">management</a> support can make or break successful automation</li>
<li>The importance of a good testware <a href="http://www.wowebook.be/tag/architecture/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Architecture">architecture</a> and abstraction levels</li>
<li>Measuring benefits and Return on Investment (ROI)</li>
<li>Management issues, including skills, planning, scope, and expectations</li>
<li>Model-Based <a href="http://www.wowebook.be/tag/testing/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Testing">Testing</a> (MBT), monkey <a href="http://www.wowebook.be/tag/testing/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Testing">testing</a>, and exploratory test automation<span id="more-18687"></span></li>
<li>The importance of standards, communication, documentation, and flexibility in enterprise-wide automation</li>
<li>Automating support activities</li>
<li>Which tests to automate, and what not to automate</li>
<li>Hidden costs of automation: maintenance and failure <a href="http://www.wowebook.be/tag/analysis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Analysis">analysis</a></li>
<li>The right objectives for test automation: why “finding bugs” may not be a good objective</li>
<li>Highlights, consisting of lessons learned, good points, and helpful tips</li>
</ul>
<p><em><strong>Experiences of Test Automation</strong></em> will be invaluable to everyone considering, implementing, using, or managing test automation. Testers, analysts, developers, automators and automation architects, test managers, project managers, QA professionals, and technical directors will all benefit from reading this book.</p>
<p><strong>Review</strong><br />
“What you hold in your hands is a treasure trove of hard-won knowledge about what works and what doesn’t in test automation. It can save you untold hours and costs by steering you away from paths that lead nowhere and guiding you towards those that lead to success.”<br />
<em>–Linda Hayes</em></p>
<p>“From tools to methodology, Dorothy Graham and Mark Fewster weave a compelling set of stories that provide a learning experience in automation. This comprehensive tome is the first of its kind to take the reader deep into the world of automated testing, as depicted by case studies that show the realities of what happened across a multitude of projects spanning a wide variety of industries and technology environments. By identifying similarities and repeated themes, the authors help the reader focus on the essential learning lessons and pitfalls to avoid. Read this book cover to cover for inspiration and a realization of what it takes to ultimately succeed in test automation.”<br />
<em>–Andrew L. Pollner, President &amp; CEO of ALP International Corporation</em></p>
<p>“Many years after their best-seller <em>Software Test Automation</em>, Mark Fewster and Dorothy Graham have done it again. Agile methodologies have given test automation a dominant presence in today’s testing practices. This is an excellent, highly practical book with many well-documented case studies from a wide range of perspectives. Highly recommended to all those involved, or thinking about getting involved, in test automation.”<br />
<em>– Erik van Veenendaal, Founder of Improve Quality Services and vice-chair of TMMi Foundation</em></p>
<p>“This book is like having a testing conference in your hand, with a wealth of case studies and insights. Except that this book is much cheaper than a conference, and you don’t have to travel for it. What impressed me in particular was that it is all tied together in a concise ‘chapter zero’ that efficiently addresses the various aspects I can think of for automation success. And that is something you will not get in a conference.”<br />
<em>–Hans Buwalda</em></p>
<p>“An exciting, well-written, and wide-ranging collection of case studies with valuable realworld experiences, tips, lessons learned, and points to remember from real automation projects. This is a very useful book for anyone who needs the evidence to show managers and colleagues what works–and what does not work–on the automation journey.”<br />
<em>–Isabel Evans, FBCS CITP, Quality Manager, Dolphin Computer Access</em></p>
<p>“<em>Experiences of Test Automation </em>first describes the essence of effective automated testing. It proceeds to provide many lifetimes worth of experience in this field, from a wide variety of situations. It will help you use automated testing for the right reasons, in a way that suits your organization and project, while avoiding the various pitfalls. It is of great value to anyone involved in testing–management, testers, and automators alike.”<br />
<em>–Martin Gijsen, Independent Test Automation Architect</em></p>
<p>“This offering by Fewster and Graham is a highly significant bridge between test automation theory and reality. Test automation framework design and implementation is an inexact science begging for a reusable set of standards that can only be derived from a growing body of precedence; this book helps to establish such precedence. Much like predecessor court cases are cited to support subsequent legal decisions in a judicial <a href="http://www.wowebook.be/tag/system/" class="st_tag internal_tag" rel="tag" title="Posts tagged with System">system</a>, the diverse case studies in this book may be used for making contemporary decisions regarding engagement in, support of, and educating others on software test automation framework design and implementation.”<br />
<em>–Dion Johnson, Software Test Consultant and Principle Adviser to the Automated Testing Institute (ATI)</em></p>
<p>“Even with my long-established ‘test automation won’t work’ stance, this book did make me pause and ponder. It opened my mind and gave me a few ‘oh, I hadn’t thought of that’ moments. I would recommend this book as an initial reference for any organization wanting to introduce test automation.”<br />
<em>–Audrey Leng</em></p>
<p>“This book is a stunning achievement. I believe that it is one of the best books ever written in test automation. Dot and Mark’s approach presenting 28 case studies is a totally new concept including eye-catching tips, good points, and lessons learned. The case studies are coming from life experiences, successes and failures, including several aspects of automation, different environments, and a mixture of solutions. Books are ‘the’ source of wisdom, and what a good idea for using storytelling to increase our learning through triggering our memories. This book is a must for everyone who is thinking of or involved in test automation at all levels. It is truly unique in its kind.”<br />
<em>–Mieke Gevers</em></p>
<p><strong>Table of Contents</strong><br />
Chapter 1. An Agile Team’s Test Automation Journey: The First Year<br />
Chapter 2. The Ultimate <a href="http://www.wowebook.be/tag/database/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Database">Database</a> Automation<br />
Chapter 3. Moving to the Cloud: The Evolution of <a href="http://www.wowebook.be/tag/tip/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Tip">TiP</a>, Continuous Regression Testing in Production<br />
Chapter 4. The Automator Becomes the Automated<br />
Chapter 5. Autobiography of an Automator: From Mainframe to Framework Automation<br />
Chapter 6. Project 1: Failure!, Project 2: Success!<br />
Chapter 7. Automating the Testing of Complex Government Systems<br />
Chapter 8. Device Simulation Framework<br />
Chapter 9. Model-Based Test-Case Generation in ESA Projects<br />
Chapter 10. Ten Years On and Still Going<br />
Chapter 11. A Rising Phoenix from the Ashes<br />
Chapter 12. Automating the Wheels of Bureaucracy<br />
Chapter 13. Automated Reliability Testing Using Hardware Interfaces<br />
Chapter 14. Model-Based GUI Testing of Android Applications<br />
Chapter 15. Test Automation of SAP Business Processes<br />
Chapter 16. Test Automation of a SAP Implementation<br />
Chapter 17. Choosing the Wrong Tool<br />
Chapter 18. Automated Tests for Marketplace Systems: Ten Years and Three Frameworks<br />
Chapter 19. There’s More to Automation Than Regression Testing: Thinking Outside the Box<br />
Chapter 20. Software for Medical Devices and Our Need for Good Software Test Automation<br />
Chapter 21. Automation through the Back Door<br />
Chapter 22. Test Automation as an Approach to Adding Value to Portability Testing<br />
Chapter 23. Automated Testing in an Insurance Company: Feeling Our Way<br />
Chapter 24. Adventures with Test Monkeys<br />
Chapter 25. <a href="http://www.wowebook.be/tag/system/" class="st_tag internal_tag" rel="tag" title="Posts tagged with System">System</a>-of-Systems Test Automation at NATS<br />
Chapter 26. Automating Automotive Electronics Testing<br />
Chapter 27. BHAGs, Change, and Test Transformation<br />
Chapter 28. Exploratory Test Automation: An Example Ahead of Its Time<br />
Chapter 29. Test Automation Anecdotes</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 672 pages</li>
<li><strong>Publisher:</strong> Addison-Wesley Professional (January 2012)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0321754069</li>
<li><strong>ISBN-13:</strong> 978-0321754066</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.be/book/pro-android-4/" title="Pro Android 4" rel="bookmark">Pro Android 4</a> <span class="date">(06-03-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/mobile-design-pattern-gallery/" title="Mobile Design Pattern Gallery: UI Patterns for Mobile Applications" rel="bookmark">Mobile Design Pattern Gallery: UI Patterns for Mobile Applications</a> <span class="date">(29-03-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/the-economics-of-software-quality/" title="The Economics of Software Quality" rel="bookmark">The Economics of Software Quality</a> <span class="date">(24-09-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/the-cert-guide-to-insider-threats/" title="The CERT Guide to Insider Threats" rel="bookmark">The CERT Guide to Insider Threats</a> <span class="date">(12-05-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/sams-teach-yourself-html5-mobile-application-development-in-24-hours/" title="Sams Teach Yourself HTML5 Mobile Application Development in 24 Hours" rel="bookmark">Sams Teach Yourself HTML5 Mobile Application Development in 24 Hours</a> <span class="date">(04-05-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/programming-ios-5-2nd-edition/" title="Programming iOS 5, 2nd Edition" rel="bookmark">Programming iOS 5, 2nd Edition</a> <span class="date">(31-03-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/professional-microsoft-sql-server-2008-administration/" title="Professional Microsoft SQL Server 2008 Administration" rel="bookmark">Professional Microsoft SQL Server 2008 Administration</a> <span class="date">(19-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/professional-cross-platform-mobile-development-in-csharp/" title="Professional Cross-Platform Mobile Development in C#" rel="bookmark">Professional Cross-Platform Mobile Development in C#</a> <span class="date">(28-03-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/pro-spring-3/" title="Pro Spring 3" rel="bookmark">Pro Spring 3</a> <span class="date">(01-05-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/oracle-essentials-4th-edition/" title="Oracle Essentials: Oracle Database 11g, 4th Edition" rel="bookmark">Oracle Essentials: Oracle Database 11g, 4th Edition</a> <span class="date">(21-02-2012)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.be/book/experiences-of-test-automation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programming in Objective-C, 4th Edition</title>
		<link>http://www.wowebook.be/book/programming-in-objective-c-4th-edition/</link>
		<comments>http://www.wowebook.be/book/programming-in-objective-c-4th-edition/#comments</comments>
		<pubDate>Thu, 10 May 2012 21:58:40 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Mobile Dev.]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[ARC]]></category>
		<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Object-Oriented]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[PEAR]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://www.wowebook.be/?p=18655</guid>
		<description><![CDATA[Book Description Programming in Objective-C is a concise, carefully written tutorial on the basics of Objective-C and object-oriented programming for Apple&#8217;s iOS and Mac platforms. The book makes no assumptions about prior experience with object-oriented programming languages or with the C language (which Objective-C is based upon). Because of this, both beginners and experienced programmers [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1987049135.jpg" alt="Programming in Objective C, 4th Edition" width="220" height="220" title="Programming in Objective C, 4th Edition" /></p>
<h3>Book Description</h3>
<p><em><a href="http://www.wowebook.be/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">Programming</a> in Objective-<a href="http://www.wowebook.be/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a></em> is a concise, carefully written tutorial on the basics of Objective-<a href="http://www.wowebook.be/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a> and object-oriented <a href="http://www.wowebook.be/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> for <a href="http://www.wowebook.be/tag/apple/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Apple">Apple</a>&#8217;s <a href="http://www.wowebook.be/tag/ios/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iOS">iOS</a> and Mac platforms.</p>
<p>The book makes no assumptions about prior experience with object-oriented programming languages or with the C language (which <a href="http://www.wowebook.be/tag/objective-c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Objective-C">Objective-C</a> is based upon). Because of this, both beginners and experienced programmers alike can use this book to quickly and effectively learn the fundamentals of <a href="http://www.wowebook.be/tag/objective-c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Objective-C">Objective-C</a>.</p>
<p>Readers can also learn the concepts of object-oriented programming without having to first learn all of the intricacies of the underlying C programming language. This unique approach to learning, combined with many small program examples and exercises at the end of each chapter, makes <em>Programming in <a href="http://www.wowebook.be/tag/objective-c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Objective-C">Objective-C</a></em> ideally suited for either classroom use or self-study.</p>
<p>The fourth edition of this book has been updated to cover the significant changes that first appeared in <a href="http://www.wowebook.be/tag/ios/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iOS">iOS</a> 5 and <a href="http://www.wowebook.be/tag/xcode/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Xcode">Xcode</a> 4.2, including the use of <a href="http://www.wowebook.be/tag/automatic/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Automatic">Automatic</a> Reference Counting (<a href="http://www.wowebook.be/tag/arc/" class="st_tag internal_tag" rel="tag" title="Posts tagged with ARC">ARC</a>) to improve and simplify memory <a href="http://www.wowebook.be/tag/management/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Management">management</a> in Objective-C programs.</p>
<p><em>“The best book on any programming language that I’ve ever read. If you want to learn Objective-C, buy it.”</em>—Calvin Wolcott</p>
<p><em>“An excellent resource for a new programmer who wants to learn Objective-C as their first programming language—a woefully underserved market.”</em>—Pat Hughes<span id="more-18655"></span></p>
<p><strong>Table of Contents</strong><br />
Part I: The Objective-C Language<br />
2. Programming in Objective-C<br />
3. Classes, Objects, and Methods<br />
4. Data Types and Expressions<br />
5. Program Looping<br />
6. Making Decisions<br />
7. More on Classes<br />
8. Inheritance<br />
9. Polymorphism, Dynamic Typing, and Dynamic Binding<br />
10. More on Variables and Data Types<br />
11. Categories and Protocols<br />
12. The Preprocessor<br />
13. Underlying C Language Features</p>
<p>Part II: The Foundation Framework<br />
14. Introduction to the Foundation Framework<br />
15. Numbers, Strings, and Collections<br />
16. Working with Files<br />
17. Memory <a href="http://www.wowebook.be/tag/management/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Management">Management</a> and <a href="http://www.wowebook.be/tag/automatic/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Automatic">Automatic</a> Reference Counting<br />
18. Copying Objects<br />
19. Archiving</p>
<p>Part III: Cocoa, Cocoa Touch, and the iOS SDK<br />
20. Introduction to Cocoa and Cocoa Touch<br />
21. Writing iOS Applications</p>
<p>Appendixes<br />
Appendix A. Glossary<br />
Appendix B. Address Book Application Source Code</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 560 pages</li>
<li><strong>Publisher:</strong> Addison-Wesley Professional; 4th Edition (December 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0321811909</li>
<li><strong>ISBN-13:</strong> 978-0321811905</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.be/book/objective-c-programming/" title="Objective-C Programming" rel="bookmark">Objective-C Programming</a> <span class="date">(05-05-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/objective-c-for-absolute-beginners-2nd-edition/" title="Objective-C for Absolute Beginners, 2nd Edition" rel="bookmark">Objective-C for Absolute Beginners, 2nd Edition</a> <span class="date">(17-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/programming-ios-5-2nd-edition/" title="Programming iOS 5, 2nd Edition" rel="bookmark">Programming iOS 5, 2nd Edition</a> <span class="date">(31-03-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/mac-programming-for-absolute-beginners/" title="Mac Programming for Absolute Beginners" rel="bookmark">Mac Programming for Absolute Beginners</a> <span class="date">(07-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/learning-ipad-programming/" title="Learning iPad Programming" rel="bookmark">Learning iPad Programming</a> <span class="date">(10-05-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/learning-ios-programming-2nd-edition/" title="Learning iOS Programming, 2nd Edition" rel="bookmark">Learning iOS Programming, 2nd Edition</a> <span class="date">(05-04-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/iphone-for-programmers/" title="iPhone for Programmers: An App-Driven Approach" rel="bookmark">iPhone for Programmers: An App-Driven Approach</a> <span class="date">(23-04-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/ios-5-essentials/" title="iOS 5 Essentials" rel="bookmark">iOS 5 Essentials</a> <span class="date">(03-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/ios-4-programming-cookbook/" title="iOS 4 Programming Cookbook" rel="bookmark">iOS 4 Programming Cookbook</a> <span class="date">(17-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/cocoa-programming-for-mac-os-x-4th-edition/" title="Cocoa Programming for Mac OS X, 4th Edition" rel="bookmark">Cocoa Programming for Mac OS X, 4th Edition</a> <span class="date">(05-05-2012)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.be/book/programming-in-objective-c-4th-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Objective-C Programming</title>
		<link>http://www.wowebook.be/book/objective-c-programming/</link>
		<comments>http://www.wowebook.be/book/objective-c-programming/#comments</comments>
		<pubDate>Sat, 05 May 2012 16:27:34 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Mobile Dev.]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[ARC]]></category>
		<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://www.wowebook.be/?p=18543</guid>
		<description><![CDATA[Book Description Want to write applications for iOS or the Mac? This introduction to programming and the Objective-C language is the first step on your journey from someone who uses apps to someone who writes them. Based on Big Nerd Ranch&#8217;s legendary Objective-C Bootcamp,¿this book covers C, Objective-C, and the common programming idioms that enable [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1386613055.jpg" alt="Objective C Programming" width="220" height="220" title="Objective C Programming" /></p>
<h3>Book Description</h3>
<p>Want to write applications for <a href="http://www.wowebook.be/tag/ios/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iOS">iOS</a> or the Mac? This introduction to <a href="http://www.wowebook.be/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> and the <a href="http://www.wowebook.be/tag/objective-c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Objective-C">Objective-C</a> language is the first step on your journey from someone who uses apps to someone who writes them.</p>
<p>Based on Big Nerd Ranch&#8217;s legendary <em><a href="http://www.wowebook.be/tag/objective-c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Objective-C">Objective-C</a> Bootcamp</em>,¿this book covers <a href="http://www.wowebook.be/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a>, Objective-<a href="http://www.wowebook.be/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a>, and the common <a href="http://www.wowebook.be/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> idioms that enable developers to make the most of <a href="http://www.wowebook.be/tag/apple/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Apple">Apple</a> technologies.</p>
<p>This is the only introductory-level book written by Aaron Hillegass, one of the most experienced and authoritative voices in the <a href="http://www.wowebook.be/tag/ios/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iOS">iOS</a> and <a href="http://www.wowebook.be/tag/cocoa/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Cocoa">Cocoa</a> community.</p>
<p>Compatible with <a href="http://www.wowebook.be/tag/xcode/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Xcode">Xcode</a> 4.2, iOS 5, and <a href="http://www.wowebook.be/tag/mac-os-x/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Mac OS X">Mac OS X</a> 10.7 (Lion), this guide features short chapters and engaging style to keep you motivated and moving forward. At the same time, Aaron&#8217;s determination that you understand what you&#8217;re doing—or at least why you&#8217;re doing it—encourages you to think critically as a programmer.</p>
<p>Here are some of the topics covered:</p>
<ul>
<li>Programming basics: variables, loops, functions, etc.</li>
<li>Objects, classes, methods, and messages</li>
<li>Pointers, addresses, and memory <a href="http://www.wowebook.be/tag/management/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Management">management</a></li>
<li>Using <a href="http://www.wowebook.be/tag/xcode/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Xcode">Xcode</a>, <a href="http://www.wowebook.be/tag/apple/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Apple">Apple</a>&#8217;s documentation, and other tools</li>
<li>Classes from the Foundation framework</li>
<li><a href="http://www.wowebook.be/tag/arc/" class="st_tag internal_tag" rel="tag" title="Posts tagged with ARC">ARC</a> and retain cycles<span id="more-18543"></span></li>
<li>Properties</li>
<li>Blocks</li>
<li>Categories</li>
<li>Delegation, target-action, and notification design patterns</li>
</ul>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 288 pages</li>
<li><strong>Publisher:</strong> Addison-Wesley Professional (October 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0321706285</li>
<li><strong>ISBN-13:</strong> 978-0321706287</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.be/book/programming-in-objective-c-4th-edition/" title="Programming in Objective-C, 4th Edition" rel="bookmark">Programming in Objective-C, 4th Edition</a> <span class="date">(10-05-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/objective-c-for-absolute-beginners-2nd-edition/" title="Objective-C for Absolute Beginners, 2nd Edition" rel="bookmark">Objective-C for Absolute Beginners, 2nd Edition</a> <span class="date">(17-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/cocoa-programming-for-mac-os-x-4th-edition/" title="Cocoa Programming for Mac OS X, 4th Edition" rel="bookmark">Cocoa Programming for Mac OS X, 4th Edition</a> <span class="date">(05-05-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/objective-c-phrasebook-2nd-edition/" title="Objective-C Phrasebook, 2nd Edition" rel="bookmark">Objective-C Phrasebook, 2nd Edition</a> <span class="date">(16-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/mac-programming-for-absolute-beginners/" title="Mac Programming for Absolute Beginners" rel="bookmark">Mac Programming for Absolute Beginners</a> <span class="date">(07-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/learning-ipad-programming/" title="Learning iPad Programming" rel="bookmark">Learning iPad Programming</a> <span class="date">(10-05-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/learning-ios-programming-2nd-edition/" title="Learning iOS Programming, 2nd Edition" rel="bookmark">Learning iOS Programming, 2nd Edition</a> <span class="date">(05-04-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/ios-5-essentials/" title="iOS 5 Essentials" rel="bookmark">iOS 5 Essentials</a> <span class="date">(03-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/ios-4-programming-cookbook/" title="iOS 4 Programming Cookbook" rel="bookmark">iOS 4 Programming Cookbook</a> <span class="date">(17-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/beginning-mac-os-x-snow-leopard-programming/" title="Beginning Mac OS X Snow Leopard Programming" rel="bookmark">Beginning Mac OS X Snow Leopard Programming</a> <span class="date">(05-04-2010)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.be/book/objective-c-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cocoa Programming for Mac OS X, 4th Edition</title>
		<link>http://www.wowebook.be/book/cocoa-programming-for-mac-os-x-4th-edition/</link>
		<comments>http://www.wowebook.be/book/cocoa-programming-for-mac-os-x-4th-edition/#comments</comments>
		<pubDate>Sat, 05 May 2012 16:23:21 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Mobile Dev.]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[App Store]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Mac App Store]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://www.wowebook.be/?p=18539</guid>
		<description><![CDATA[Book Description The best-selling introduction to Cocoa, once again updated to cover the latest Mac programming technologies, and still enthusiastically recommended by experienced Mac OS X developers. “Cocoa® Programming for Mac® OS X is considered by most to be the de-facto intro-to-OS X programming text.” —Bob Rudis, the Apple Blog “I would highly recommend this [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1088362412.jpg" alt="Cocoa Programming for Mac OS X, 4th Edition" width="220" height="220" title="Cocoa Programming for Mac OS X, 4th Edition" /></p>
<h3>Book Description</h3>
<p>The best-selling introduction to <a href="http://www.wowebook.be/tag/cocoa/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Cocoa">Cocoa</a>, once again updated to cover the latest Mac <a href="http://www.wowebook.be/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> technologies, and still enthusiastically recommended by experienced <a href="http://www.wowebook.be/tag/mac-os-x/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Mac OS X">Mac OS X</a> developers.</p>
<p>“<a href="http://www.wowebook.be/tag/cocoa/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Cocoa">Cocoa</a>® <a href="http://www.wowebook.be/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">Programming</a> for Mac® OS X is considered by most to be the de-facto intro-to-OS X <a href="http://www.wowebook.be/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> text.”<br />
<em>—Bob Rudis, the <a href="http://www.wowebook.be/tag/apple/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Apple">Apple</a> Blog</em></p>
<p>“I would highly recommend this title to anyone interested in Mac <a href="http://www.wowebook.be/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a>. Even if you own the previous edition, I think you’ll find the new and revised content well worth the price.”<br />
<em>—Bob McCune, bobmccune.com</em></p>
<p>If you’re developing applications for <em><a href="http://www.wowebook.be/tag/mac-os-x/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Mac OS X">Mac OS X</a>, Cocoa® Programming for Mac® OS X, Fourth Edition,</em> is the book you’ve been waiting to get your hands on. If you’re new to the Mac environment, it’s probably the book you’ve been told to read first.</p>
<p>Covering the bulk of what you need to know to develop full-featured applications for OS X, written in an engaging tutorial style, and thoroughly class-tested to assure clarity and accuracy, it is an invaluable resource for any Mac programmer. Specifically, Aaron Hillegass and Adam Preble introduce the two most commonly used Mac developer tools: <a href="http://www.wowebook.be/tag/xcode/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Xcode">Xcode</a> and Instruments. They also cover the Objective-<a href="http://www.wowebook.be/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a> language and the major design patterns of Cocoa. Aaron and Adam illustrate their explanations with exemplary code, written in the idioms of the Cocoa community, to show you how Mac programs should be written.<span id="more-18539"></span> After reading this book, you will know enough to understand and utilize <a href="http://www.wowebook.be/tag/apple/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Apple">Apple</a>’s online documentation for your own unique needs. And you will know enough to write your own stylish code.</p>
<p>Updated for Mac OS X 10.6 and 10.7, this fourth edition includes coverage of <a href="http://www.wowebook.be/tag/xcode/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Xcode">Xcode</a> 4, blocks, view-based table views, Apple’s new approach to memory <a href="http://www.wowebook.be/tag/management/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Management">management</a> (<a href="http://www.wowebook.be/tag/automatic/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Automatic">Automatic</a> Reference Counting), and the <a href="http://www.wowebook.be/tag/mac-app-store/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Mac App Store">Mac App Store</a>. This edition adds a new chapter on concurrency and expands coverage of Core <a href="http://www.wowebook.be/tag/animation/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Animation">Animation</a>. The book now devotes a full chapter to the basics of iOS <a href="http://www.wowebook.be/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a>.</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 528 pages</li>
<li><strong>Publisher:</strong> Addison-Wesley Professional; 4th Edition (November 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0321774086</li>
<li><strong>ISBN-13:</strong> 978-0321774088</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.be/book/learning-ipad-programming/" title="Learning iPad Programming" rel="bookmark">Learning iPad Programming</a> <span class="date">(10-05-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/objective-c-for-absolute-beginners-2nd-edition/" title="Objective-C for Absolute Beginners, 2nd Edition" rel="bookmark">Objective-C for Absolute Beginners, 2nd Edition</a> <span class="date">(17-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/ios-4-programming-cookbook/" title="iOS 4 Programming Cookbook" rel="bookmark">iOS 4 Programming Cookbook</a> <span class="date">(17-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/creating-ios-5-apps/" title="Creating iOS 5 Apps: Develop and Design" rel="bookmark">Creating iOS 5 Apps: Develop and Design</a> <span class="date">(24-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/programming-ios-5-2nd-edition/" title="Programming iOS 5, 2nd Edition" rel="bookmark">Programming iOS 5, 2nd Edition</a> <span class="date">(31-03-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/objective-c-programming/" title="Objective-C Programming" rel="bookmark">Objective-C Programming</a> <span class="date">(05-05-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/learning-ios-programming-2nd-edition/" title="Learning iOS Programming, 2nd Edition" rel="bookmark">Learning iOS Programming, 2nd Edition</a> <span class="date">(05-04-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/iphone-and-ipad-apps-for-absolute-beginners-ios-5-edition/" title="iPhone and iPad Apps for Absolute Beginners, iOS 5 Edition" rel="bookmark">iPhone and iPad Apps for Absolute Beginners, iOS 5 Edition</a> <span class="date">(29-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/beginning-ios-5-development/" title="Beginning iOS 5 Development: Exploring the iOS SDK" rel="bookmark">Beginning iOS 5 Development: Exploring the iOS SDK</a> <span class="date">(31-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/the-ios-5-developers-cookbook-3rd-edition/" title="The iOS 5 Developer's Cookbook, 3rd Edition" rel="bookmark">The iOS 5 Developer's Cookbook, 3rd Edition</a> <span class="date">(12-05-2012)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.be/book/cocoa-programming-for-mac-os-x-4th-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sams Teach Yourself Core Data for Mac and iOS in 24 Hours</title>
		<link>http://www.wowebook.be/book/sams-teach-yourself-core-data-for-mac-and-ios-in-24-hours/</link>
		<comments>http://www.wowebook.be/book/sams-teach-yourself-core-data-for-mac-and-ios-in-24-hours/#comments</comments>
		<pubDate>Fri, 04 May 2012 19:16:38 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Mobile Dev.]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Core Data]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[iCloud]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Teach Yourself]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://www.wowebook.be/?p=18511</guid>
		<description><![CDATA[Book Description In just 24 sessions of one hour or less, start using Core Data to build powerful data-driven apps for iOS devices and Mac OS X computers! Using this book’s straightforward, step-by-step approach, you’ll discover how Apple’s built-in data persistence framework can help you meet any data-related requirement, from casual to enterprise-class. Beginning with [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/180591005.jpg" alt="Sams Teach Yourself Core Data for Mac and iOS in 24 Hours" width="220" height="220" title="Sams Teach Yourself Core Data for Mac and iOS in 24 Hours" /></p>
<h3>Book Description</h3>
<p>In just 24 sessions of one hour or less, start using <a href="http://www.wowebook.be/tag/core-data/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Core Data">Core Data</a> to build powerful data-driven apps for <a href="http://www.wowebook.be/tag/ios/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iOS">iOS</a> devices and <a href="http://www.wowebook.be/tag/mac-os-x/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Mac OS X">Mac OS X</a> computers! Using this book’s straightforward, step-by-step approach, you’ll discover how <a href="http://www.wowebook.be/tag/apple/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Apple">Apple</a>’s built-in data persistence framework can help you meet any data-related requirement, from casual to enterprise-class. Beginning with the absolute basics, you’ll learn <a href="http://www.wowebook.be/tag/how-to/" class="st_tag internal_tag" rel="tag" title="Posts tagged with How to">how to</a> create data models, build interfaces, interact with users, work with data sources and table views, and even get started with <a href="http://www.wowebook.be/tag/icloud/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iCloud">iCloud</a>. Every lesson builds on what you’ve already learned, giving you a rock-solid foundation for real-world success!</p>
<p>Step-by-step instructions carefully walk you through the most common <a href="http://www.wowebook.be/tag/core-data/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Core Data">Core Data</a> <a href="http://www.wowebook.be/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> tasks.</p>
<p>Quizzes and Exercises at the end of each chapter help you test your knowledge.</p>
<p>Notes present interesting information related to the discussion.</p>
<p>Tips offer advice or show you easier ways to perform tasks.</p>
<p>Cautions alert you to possible problems and give you advice on <a href="http://www.wowebook.be/tag/how-to/" class="st_tag internal_tag" rel="tag" title="Posts tagged with How to">how to</a> avoid them.</p>
<p>Learn how to…</p>
<ul>
<li>Start writing <a href="http://www.wowebook.be/tag/database/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Database">database</a> apps fast, with <a href="http://www.wowebook.be/tag/xcode/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Xcode">Xcode</a> 4’s powerful tools and templates</li>
<li>Master the <a href="http://www.wowebook.be/tag/objective-c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Objective-C">Objective-C</a> features and patterns Core Data relies upon<span id="more-18511"></span></li>
<li>Understand Core Data’s goals, components, and behavior</li>
<li>Model data graphically with <a href="http://www.wowebook.be/tag/xcode/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Xcode">Xcode</a> 4’s Data Model Editor</li>
<li>Leverage the full power of Managed Objects</li>
<li>Use controllers to integrate your data model with your code</li>
<li>Fetch, use, and store data from any source</li>
<li>Develop interfaces and features more quickly with Interface Builder</li>
<li>Add navigation and control features that integrate seamlessly with Core Data</li>
<li>Interact with users via popovers, segmented controls, action sheets, and tab bars</li>
<li>Create table views that users can edit</li>
<li>Let Xcode 4 and Core Data validate your data for you</li>
<li>Use Predicates to precisely select the right data</li>
<li>Get ready for <a href="http://www.wowebook.be/tag/icloud/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iCloud">iCloud</a> features to sync and move data among your <a href="http://www.wowebook.be/tag/icloud/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iCloud">iCloud</a>-enabled devices</li>
</ul>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 480 pages</li>
<li><strong>Publisher:</strong> Sams (November 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0672335778</li>
<li><strong>ISBN-13:</strong> 978-0672335778</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.be/book/learning-ipad-programming/" title="Learning iPad Programming" rel="bookmark">Learning iPad Programming</a> <span class="date">(10-05-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/beginning-ios-5-development/" title="Beginning iOS 5 Development: Exploring the iOS SDK" rel="bookmark">Beginning iOS 5 Development: Exploring the iOS SDK</a> <span class="date">(31-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/creating-ios-5-apps/" title="Creating iOS 5 Apps: Develop and Design" rel="bookmark">Creating iOS 5 Apps: Develop and Design</a> <span class="date">(24-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/beginning-ios-5-application-development/" title="Beginning iOS 5 Application Development" rel="bookmark">Beginning iOS 5 Application Development</a> <span class="date">(20-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/sams-teach-yourself-iphone-application-development-in-24-hours-2nd-edition/" title="Sams Teach Yourself iPhone Application Development in 24 Hours, 2nd Edition" rel="bookmark">Sams Teach Yourself iPhone Application Development in 24 Hours, 2nd Edition</a> <span class="date">(10-01-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/sams-teach-yourself-ios-5-application-development-in-24-hours-3rd-edition/" title="Sams Teach Yourself iOS 5 Application Development in 24 Hours, 3rd Edition" rel="bookmark">Sams Teach Yourself iOS 5 Application Development in 24 Hours, 3rd Edition</a> <span class="date">(30-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/programming-ios-5-2nd-edition/" title="Programming iOS 5, 2nd Edition" rel="bookmark">Programming iOS 5, 2nd Edition</a> <span class="date">(31-03-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/learning-ios-programming-2nd-edition/" title="Learning iOS Programming, 2nd Edition" rel="bookmark">Learning iOS Programming, 2nd Edition</a> <span class="date">(05-04-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/ios-5-essentials/" title="iOS 5 Essentials" rel="bookmark">iOS 5 Essentials</a> <span class="date">(03-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/ios-4-programming-cookbook/" title="iOS 4 Programming Cookbook" rel="bookmark">iOS 4 Programming Cookbook</a> <span class="date">(17-02-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.be/book/sams-teach-yourself-core-data-for-mac-and-ios-in-24-hours/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pro Spring 3</title>
		<link>http://www.wowebook.be/book/pro-spring-3/</link>
		<comments>http://www.wowebook.be/book/pro-spring-3/#comments</comments>
		<pubDate>Tue, 01 May 2012 16:44:57 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Designing]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[EJB]]></category>
		<category><![CDATA[Groovy]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Java EE]]></category>
		<category><![CDATA[JDBC]]></category>
		<category><![CDATA[JPA]]></category>
		<category><![CDATA[JSF]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[MyBatis]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.wowebook.be/?p=18470</guid>
		<description><![CDATA[Book Description The agile, lightweight, open-source Spring Framework continues to be the de facto leading enterprise Java application development framework for today&#8217;s Java programmers and developers. It works with other leading open-source, agile and lightweight Java technologies like Hibernate, Groovy, MyBatis, and more. Spring now also works with Java EE and JPA 2 as well. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1522615020.jpg" alt="Pro Spring 3" width="220" height="220" title="Pro Spring 3" /></p>
<h3>Book Description</h3>
<p>The <a href="http://www.wowebook.be/tag/agile/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Agile">agile</a>, lightweight, open-source <a href="http://www.wowebook.be/tag/spring/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Spring">Spring</a> Framework continues to be the <em>de facto</em> leading enterprise <a href="http://www.wowebook.be/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> application <a href="http://www.wowebook.be/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> framework for today&#8217;s <a href="http://www.wowebook.be/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> programmers and developers. It works with other leading open-source, <a href="http://www.wowebook.be/tag/agile/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Agile">agile</a> and lightweight <a href="http://www.wowebook.be/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> technologies like <a href="http://www.wowebook.be/tag/hibernate/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Hibernate">Hibernate</a>, <a href="http://www.wowebook.be/tag/groovy/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Groovy">Groovy</a>, <a href="http://www.wowebook.be/tag/mybatis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MyBatis">MyBatis</a>, and more. <a href="http://www.wowebook.be/tag/spring/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Spring">Spring</a> now also works with <a href="http://www.wowebook.be/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> EE and JPA 2 as well.<em></em></p>
<p>Pro Spring 3 updates the bestselling <em>Pro Spring</em> with the latest that the Spring Framework has to offer: version 3.1. At 1000 pages, this is by far the most comprehensive Spring book available, thoroughly exploring the power of Spring.</p>
<p>With <em>Pro Spring 3</em>, you’ll learn Spring basics and core topics, and gain access to the authors’ insights and real–world experiences with remoting, <a href="http://www.wowebook.be/tag/hibernate/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Hibernate">Hibernate</a>, and <a href="http://www.wowebook.be/tag/ejb/" class="st_tag internal_tag" rel="tag" title="Posts tagged with EJB">EJB</a>. Beyond the basics, you&#8217;ll learn <a href="http://www.wowebook.be/tag/how-to/" class="st_tag internal_tag" rel="tag" title="Posts tagged with How to">how to</a> leverage the Spring Framework to build various tiers or parts of an enterprise <a href="http://www.wowebook.be/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> application like transactions, the web and presentations tiers, deployment, and much more. A full sample application allows you to apply many of the technologies and techniques covered in this book and see how they work together.</p>
<p>After reading this definitive book, you&#8217;ll be armed with the power of Spring to build complex Spring applications, top to bottom.</p>
<p><strong>What you’ll learn</strong></p>
<ul>
<li><a href="http://www.wowebook.be/tag/how-to/" class="st_tag internal_tag" rel="tag" title="Posts tagged with How to">How to</a> get started with the Spring Framework and its latest features<span id="more-18470"></span></li>
<li>What Inversion of Control (IoC) and dependency injection (DI) are</li>
<li>Aspect-oriented programming techniques with Spring, and why they&#8217;re important</li>
<li>Data access and persistence using Spring and Hibernate, <a href="http://www.wowebook.be/tag/mybatis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MyBatis">MyBatis</a>, JPA 2 and more</li>
<li>How to build transaction engines for your enterprise application and take advantage of other middle-tier features in Spring</li>
<li>How to build Spring-based web applications using Spring <a href="http://www.wowebook.be/tag/mvc/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MVC">MVC</a> and more</li>
<li>How to build Spring-based front ends</li>
<li>How the Spring Framework can work with scripting languages like <a href="http://www.wowebook.be/tag/groovy/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Groovy">Groovy</a> to provide enhanced functionality for your applications</li>
<li>How to benefit from the Spring IDE</li>
</ul>
<p><strong>Who this book is for</strong><br />
This book is for experienced Java developers who may be learning Spring for the first time or have minimal exposure to the Spring Framework. It&#8217;s aimed at those who are active in or plan on getting into enterprise Java application <a href="http://www.wowebook.be/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a>.</p>
<p><strong>Table of Contents</strong></p>
<ol>
<li>Introducing Spring</li>
<li>Getting Started</li>
<li>Introducing the Sample Application</li>
<li>Introducing IoC and DI in Spring</li>
<li>Spring Configuration in Detail</li>
<li>Introducing Spring AOP</li>
<li>More Spring AOP and Annotations</li>
<li>Spring <a href="http://www.wowebook.be/tag/jdbc/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JDBC">JDBC</a> Support</li>
<li>Using Hibernate in Spring</li>
<li>Data Access in Spring with JPA 2</li>
<li>Using MyBatis in Spring</li>
<li><a href="http://www.wowebook.be/tag/designing/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Designing">Designing</a> and Implementing Spring-Based Applications</li>
<li>Transaction Management</li>
<li>Validation with Type Conversion and Formatting</li>
<li>Task Scheduling in Spring</li>
<li>Using Spring Remoting</li>
<li>Web Applications with Spring</li>
<li>Spring Web Flow and JSF</li>
<li>Spring <a href="http://www.wowebook.be/tag/testing/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Testing">Testing</a></li>
<li>Spring Projects: Batch, Integration, Roo</li>
<li>Sample Application in Detail</li>
<li>Scripting Support in Spring</li>
<li>Spring Application Monitoring</li>
<li>SpringSource Tool Suite (Spring IDE)</li>
</ol>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 944 pages</li>
<li><strong>Publisher:</strong> Apress (April 2012)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1430241071</li>
<li><strong>ISBN-13:</strong> 978-1430241072</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.be/book/apress-spring-persistence-with-hibernate/" title="Spring Persistence with Hibernate" rel="bookmark">Spring Persistence with Hibernate</a> <span class="date">(03-11-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/introduction-to-java-programming-comprehensive-8th-edition/" title="Introduction to Java Programming: Comprehensive, 8th Edition" rel="bookmark">Introduction to Java Programming: Comprehensive, 8th Edition</a> <span class="date">(28-12-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/hibernate-recipes/" title="Hibernate Recipes: A Problem-Solution Approach" rel="bookmark">Hibernate Recipes: A Problem-Solution Approach</a> <span class="date">(09-07-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/guide-to-web-development-with-java/" title="Guide to Web Development with Java: Understanding Website Creation" rel="bookmark">Guide to Web Development with Java: Understanding Website Creation</a> <span class="date">(27-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/groovy-recipes/" title="Groovy Recipes: Greasing the Wheels of Java" rel="bookmark">Groovy Recipes: Greasing the Wheels of Java</a> <span class="date">(11-08-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/grails-in-action/" title="Grails in Action" rel="bookmark">Grails in Action</a> <span class="date">(29-06-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/spring-web-services-2-cookbook/" title="Spring Web Services 2 Cookbook" rel="bookmark">Spring Web Services 2 Cookbook</a> <span class="date">(09-04-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/spring-recipes-2nd-edition/" title="Spring Recipes: A Problem-Solution Approach, 2nd Edition" rel="bookmark">Spring Recipes: A Problem-Solution Approach, 2nd Edition</a> <span class="date">(03-09-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/secure-java-for-web-application-development/" title="Secure Java: For Web Application Development" rel="bookmark">Secure Java: For Web Application Development</a> <span class="date">(25-11-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/programming-ios-5-2nd-edition/" title="Programming iOS 5, 2nd Edition" rel="bookmark">Programming iOS 5, 2nd Edition</a> <span class="date">(31-03-2012)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.be/book/pro-spring-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pro Multithreading and Memory Management for iOS and OS X</title>
		<link>http://www.wowebook.be/book/pro-multithreading-and-memory-management-for-ios-and-os-x/</link>
		<comments>http://www.wowebook.be/book/pro-multithreading-and-memory-management-for-ios-and-os-x/#comments</comments>
		<pubDate>Sat, 28 Apr 2012 17:25:13 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Mobile Dev.]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[ARC]]></category>
		<category><![CDATA[GCD]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.wowebook.be/?p=18418</guid>
		<description><![CDATA[Book Description If you want to develop efficient, smooth-running applications, controlling concurrency and memory are vital. Automatic Reference Counting is Apple&#8217;s game-changing memory management system, new to Xcode 4.2. Pro Multithreading and Memory Management for iOS and OS X shows you how ARC works and how best to incorporate it into your applications. Grand Central Dispatch (GCD) [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/543746219.jpg" alt="Pro Multithreading and Memory Management for iOS and OS X" width="220" height="220" title="Pro Multithreading and Memory Management for iOS and OS X" /></p>
<h3>Book Description</h3>
<p>If you want to develop efficient, smooth-running applications, controlling concurrency and memory are vital. <a href="http://www.wowebook.be/tag/automatic/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Automatic">Automatic</a> Reference Counting is <a href="http://www.wowebook.be/tag/apple/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Apple">Apple</a>&#8217;s game-changing memory <a href="http://www.wowebook.be/tag/management/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Management">management</a> <a href="http://www.wowebook.be/tag/system/" class="st_tag internal_tag" rel="tag" title="Posts tagged with System">system</a>, new to <a href="http://www.wowebook.be/tag/xcode/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Xcode">Xcode</a> 4.2. <em>Pro Multithreading and Memory <a href="http://www.wowebook.be/tag/management/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Management">Management</a> for <a href="http://www.wowebook.be/tag/ios/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iOS">iOS</a> and OS X</em> shows you how <a href="http://www.wowebook.be/tag/arc/" class="st_tag internal_tag" rel="tag" title="Posts tagged with ARC">ARC</a> works and how best to incorporate it into your applications. Grand Central Dispatch (<a href="http://www.wowebook.be/tag/gcd/" class="st_tag internal_tag" rel="tag" title="Posts tagged with GCD">GCD</a>) and blocks are key to developing great apps, allowing you to control threads for maximum <a href="http://www.wowebook.be/tag/performance/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Performance">performance</a>.</p>
<p>If for you, multithreading is an unsolved mystery and <a href="http://www.wowebook.be/tag/arc/" class="st_tag internal_tag" rel="tag" title="Posts tagged with ARC">ARC</a> is unexplored territory, then this is the book you&#8217;ll need to make these concepts clear and send you on your way to becoming a master <a href="http://www.wowebook.be/tag/ios/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iOS">iOS</a> and OS X developer.</p>
<ul>
<li>What are blocks? How are they used with <a href="http://www.wowebook.be/tag/gcd/" class="st_tag internal_tag" rel="tag" title="Posts tagged with GCD">GCD</a>?</li>
<li>Multithreading with GCD</li>
<li>Managing objects with ARC</li>
</ul>
<p><strong>What you’ll learn</strong></p>
<ul>
<li><a href="http://www.wowebook.be/tag/how-to/" class="st_tag internal_tag" rel="tag" title="Posts tagged with How to">How to</a> use blocks</li>
<li>How blocks work and are implemented</li>
<li>Details about GCD</li>
<li>How and when to use GCD<span id="more-18418"></span></li>
<li>To understand ARC technology and <a href="http://www.wowebook.be/tag/how-to/" class="st_tag internal_tag" rel="tag" title="Posts tagged with How to">how to</a> use it</li>
</ul>
<p><strong>Who this book is for</strong><br />
This book is for professional OS X and iOS application programmers. In particular, it&#8217;s for those who want to develop highly responsive applications with concurrent <a href="http://www.wowebook.be/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a>.</p>
<p><strong>Table of Contents</strong></p>
<ol>
<li>Life before <a href="http://www.wowebook.be/tag/automatic/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Automatic">Automatic</a> Reference Counting</li>
<li>ARC Rules</li>
<li>ARC Implementation</li>
<li>Getting Started with Blocks</li>
<li>Blocks Implementation</li>
<li>Grand Central Dispatch</li>
<li>GCD Basics</li>
<li>GCD Implementation</li>
<li>Appendix A. Example of ARC, Blocks and GCD</li>
<li>Appendix B. References</li>
</ol>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 200 pages</li>
<li><strong>Publisher:</strong> Apress (April 2012)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1430241160</li>
<li><strong>ISBN-13:</strong> 978-1430241164</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.be/book/os-x-and-ios-kernel-programming/" title="OS X and iOS Kernel Programming" rel="bookmark">OS X and iOS Kernel Programming</a> <span class="date">(14-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/objective-c-programming/" title="Objective-C Programming" rel="bookmark">Objective-C Programming</a> <span class="date">(05-05-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/objective-c-phrasebook-2nd-edition/" title="Objective-C Phrasebook, 2nd Edition" rel="bookmark">Objective-C Phrasebook, 2nd Edition</a> <span class="date">(16-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/objective-c-phrasebook/" title="Objective-C Phrasebook" rel="bookmark">Objective-C Phrasebook</a> <span class="date">(21-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/objective-c-for-absolute-beginners/" title="Objective-C for Absolute Beginners: iPhone and Mac Programming Made Easy" rel="bookmark">Objective-C for Absolute Beginners: iPhone and Mac Programming Made Easy</a> <span class="date">(24-08-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/objective-c-for-absolute-beginners-2nd-edition/" title="Objective-C for Absolute Beginners, 2nd Edition" rel="bookmark">Objective-C for Absolute Beginners, 2nd Edition</a> <span class="date">(17-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/concurrent-programming-in-mac-os-x-and-ios/" title="Concurrent Programming in Mac OS X and iOS" rel="bookmark">Concurrent Programming in Mac OS X and iOS</a> <span class="date">(10-06-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/cocoa-programming-for-mac-os-x-4th-edition/" title="Cocoa Programming for Mac OS X, 4th Edition" rel="bookmark">Cocoa Programming for Mac OS X, 4th Edition</a> <span class="date">(05-05-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/xcode-4-developer-reference/" title="Xcode 4: Developer Reference" rel="bookmark">Xcode 4: Developer Reference</a> <span class="date">(28-07-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/using-mac-os-x-lion-server/" title="Using Mac OS X Lion Server" rel="bookmark">Using Mac OS X Lion Server</a> <span class="date">(04-04-2012)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.be/book/pro-multithreading-and-memory-management-for-ios-and-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clojure Programming</title>
		<link>http://www.wowebook.be/book/clojure-programming/</link>
		<comments>http://www.wowebook.be/book/clojure-programming/#comments</comments>
		<pubDate>Tue, 24 Apr 2012 17:29:47 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Clojure]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[JVM]]></category>
		<category><![CDATA[Lisp]]></category>
		<category><![CDATA[Mathematic]]></category>
		<category><![CDATA[OOD]]></category>
		<category><![CDATA[Parallel]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Protocol]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://www.wowebook.be/?p=18369</guid>
		<description><![CDATA[Book Description Clojure is a practical, general-purpose language that offers expressivity rivaling other dynamic languages like Ruby and Python, while seamlessly taking advantage of Java libraries, services, and all of the resources of the JVM ecosystem. This book helps you learn the fundamentals of Clojure with examples relating it to the languages you know already, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1640492069.jpg" alt="Clojure Programming" width="220" height="220" title="Clojure Programming" /></p>
<h3>Book Description</h3>
<p><a href="http://www.wowebook.be/tag/clojure/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Clojure">Clojure</a> is a practical, general-purpose language that offers expressivity rivaling other dynamic languages like <a href="http://www.wowebook.be/tag/ruby/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ruby">Ruby</a> and <a href="http://www.wowebook.be/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a>, while seamlessly taking advantage of Java libraries, services, and all of the resources of the <a href="http://www.wowebook.be/tag/jvm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JVM">JVM</a> ecosystem. This book helps you learn the fundamentals of <a href="http://www.wowebook.be/tag/clojure/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Clojure">Clojure</a> with examples relating it to the languages you know already, in the domains and topics you work with every day. See how this <a href="http://www.wowebook.be/tag/jvm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JVM">JVM</a> language can help eliminate unnecessary complexity from your programming practice and open up new options for solving the most challenging problems.</p>
<p>Clojure Programming demonstrates the language’s flexibility by showing how it can be used for common tasks like <a href="http://www.wowebook.be/tag/web/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Web">web</a> programming and working with databases, up through more demanding applications that require safe, effective concurrency and parallelism, data <a href="http://www.wowebook.be/tag/analysis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Analysis">analysis</a>, and more. This in-depth look helps tie together the full Clojure <a href="http://www.wowebook.be/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> experience, from <a href="http://www.wowebook.be/tag/how-to/" class="st_tag internal_tag" rel="tag" title="Posts tagged with How to">how to</a> organize your project and an introduction to Clojure build tooling, to a tutorial on <a href="http://www.wowebook.be/tag/how-to/" class="st_tag internal_tag" rel="tag" title="Posts tagged with How to">how to</a> make the most of Clojure’s REPL during <a href="http://www.wowebook.be/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a>, and <a href="http://www.wowebook.be/tag/how-to/" class="st_tag internal_tag" rel="tag" title="Posts tagged with How to">how to</a> deploy your finished application in a <a href="http://www.wowebook.be/tag/cloud/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Cloud">cloud</a> environment.</p>
<ul>
<li>Learn how to use Clojure while leveraging your investment in the Java platform</li>
<li>Understand the advantages of Clojure as an efficient Lisp for the JVM</li>
<li>See how Clojure is used today in several practical domains</li>
<li>Discover how Clojure eliminates the need for many verbose and complicated design patterns</li>
<li>Deploy large or small <a href="http://www.wowebook.be/tag/web/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Web">web</a> applications to the <a href="http://www.wowebook.be/tag/cloud/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Cloud">cloud</a> with Clojure<span id="more-18369"></span></li>
</ul>
<p><strong>Table of Contents</strong><br />
Chapter 1. Down the Rabbit Hole</p>
<p>Part I: Functional Programming and Concurrency<br />
Chapter 2. Functional Programming<br />
Chapter 3. Collections and Data Structures<br />
Chapter 4. Concurrency and Parallelism</p>
<p>Part II: Building Abstractions<br />
Chapter 5. Macros<br />
Chapter 6. Datatypes and Protocols<br />
Chapter 7. Multimethods</p>
<p>Part III: Tools, Platform, and Projects<br />
Chapter 8. Organizing and Building Clojure Projects<br />
Chapter 9. Java and JVM Interoperability<br />
Chapter 10. REPL-Oriented Programming</p>
<p>Part IV: Practicums<br />
Chapter 11. Numerics and Mathematics<br />
Chapter 12. Design Patterns<br />
Chapter 13. <a href="http://www.wowebook.be/tag/testing/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Testing">Testing</a><br />
Chapter 14. Using Relational Databases<br />
Chapter 15. Using Nonrelational Databases<br />
Chapter 16. Clojure and the Web<br />
Chapter 17. Deploying Clojure Web Applications</p>
<p>Part V: Miscellanea<br />
Chapter 18. Choosing Clojure Type Definition Forms Wisely<br />
Chapter 19. Introducing Clojure into Your Workplace<br />
Chapter 20. What’s Next?</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 632 pages</li>
<li><strong>Publisher:</strong> O&#8217;Reilly Media (March 2012)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1449394701</li>
<li><strong>ISBN-13:</strong> 978-1449394707</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.be/book/programming-clojure-2nd-edition/" title="Programming Clojure, 2nd Edition" rel="bookmark">Programming Clojure, 2nd Edition</a> <span class="date">(20-04-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/programming-concurrency-on-the-jvm/" title="Programming Concurrency on the JVM" rel="bookmark">Programming Concurrency on the JVM</a> <span class="date">(13-09-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/packetc-programming/" title="packetC Programming" rel="bookmark">packetC Programming</a> <span class="date">(03-03-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/the-cert-oracle-secure-coding-standard-for-java/" title="The CERT Oracle Secure Coding Standard for Java" rel="bookmark">The CERT Oracle Secure Coding Standard for Java</a> <span class="date">(28-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/practical-clojure/" title="Practical Clojure" rel="bookmark">Practical Clojure</a> <span class="date">(02-06-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/dsls-in-action/" title="DSLs in Action" rel="bookmark">DSLs in Action</a> <span class="date">(15-01-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/data-structures-and-algorithms-in-java-5th-edition/" title="Data Structures and Algorithms in Java, 5th Edition" rel="bookmark">Data Structures and Algorithms in Java, 5th Edition</a> <span class="date">(16-05-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/clojure-in-action/" title="Clojure in Action" rel="bookmark">Clojure in Action</a> <span class="date">(19-12-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/wxpython-2-8-application-development-cookbook/" title="wxPython 2.8 Application Development Cookbook" rel="bookmark">wxPython 2.8 Application Development Cookbook</a> <span class="date">(29-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/web2py-application-development-cookbook/" title="web2py Application Development Cookbook" rel="bookmark">web2py Application Development Cookbook</a> <span class="date">(16-04-2012)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.be/book/clojure-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code Simplicity: The Science of Software Development</title>
		<link>http://www.wowebook.be/book/code-simplicity/</link>
		<comments>http://www.wowebook.be/book/code-simplicity/#comments</comments>
		<pubDate>Thu, 05 Apr 2012 16:18:59 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[OOD]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Scientific]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://www.wowebook.im/?p=18057</guid>
		<description><![CDATA[Book Description Good software design is simple and easy to understand. Unfortunately, the average computer program today is so complex that no one could possibly comprehend how all the code works. This concise guide helps you understand the fundamentals of good design through scientific laws—principles you can apply to any programming language or project from [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1842118886.jpg" alt="Code Simplicity: The Science of Software Development" width="220" height="220" title="Code Simplicity: The Science of Software Development" /></p>
<h3>Book Description</h3>
<p>Good <a href="http://www.wowebook.be/tag/software/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Software">software</a> design is simple and easy to understand. Unfortunately, the average computer program today is so complex that no one could possibly comprehend how all the code works. This concise guide helps you understand the fundamentals of good design through <a href="http://www.wowebook.be/tag/scientific/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Scientific">scientific</a> laws—principles you can apply to any <a href="http://www.wowebook.be/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> language or project from here to eternity.</p>
<p>Whether you’re a junior programmer, senior <a href="http://www.wowebook.be/tag/software/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Software">software</a> engineer, or non-technical manager, you’ll learn <a href="http://www.wowebook.be/tag/how-to/" class="st_tag internal_tag" rel="tag" title="Posts tagged with How to">how to</a> create a sound plan for your <a href="http://www.wowebook.be/tag/software/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Software">software</a> project, and make better decisions about the pattern and structure of your <a href="http://www.wowebook.be/tag/system/" class="st_tag internal_tag" rel="tag" title="Posts tagged with System">system</a>.</p>
<ul>
<li>Discover why good software design has become the missing science</li>
<li>Understand the ultimate purpose of software and the goals of good design</li>
<li>Determine the value of your design now and in the future</li>
<li>Examine real-world examples that demonstrate how a <a href="http://www.wowebook.be/tag/system/" class="st_tag internal_tag" rel="tag" title="Posts tagged with System">system</a> changes over time</li>
<li>Create designs that allow for the most change in the environment with the least change in the software</li>
<li>Make easier changes in the future by keeping your code simpler now</li>
<li>Gain better knowledge of your software’s behavior with more accurate tests</li>
</ul>
<p><strong>Table of Contents</strong><br />
Chapter 1. Introduction<br />
Chapter 2. The Missing Science<span id="more-18057"></span><br />
Chapter 3. The Driving Forces of Software Design<br />
Chapter 4. The Future<br />
Chapter 5. Change<br />
Chapter 6. Defects and Design<br />
Chapter 7. Simplicity<br />
Chapter 8. Complexity<br />
Chapter 9. <a href="http://www.wowebook.be/tag/testing/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Testing">Testing</a></p>
<p>Appendix A. The Laws of Software Design<br />
Appendix B. Facts, Laws, Rules, and Definitions</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 90 pages</li>
<li><strong>Publisher:</strong> O&#8217;Reilly Media (March 2012)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1449313892</li>
<li><strong>ISBN-13:</strong> 978-1449313890</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.be/book/the-developers-code/" title="The Developer's Code" rel="bookmark">The Developer's Code</a> <span class="date">(19-03-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/software-metrics-and-software-metrology/" title="Software Metrics and Software Metrology" rel="bookmark">Software Metrics and Software Metrology</a> <span class="date">(17-06-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/professional-jquery/" title="Professional jQuery" rel="bookmark">Professional jQuery</a> <span class="date">(14-04-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/pro-spring-3/" title="Pro Spring 3" rel="bookmark">Pro Spring 3</a> <span class="date">(01-05-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/patterns-based-engineering/" title="Patterns-Based Engineering: Successfully Delivering Solutions via Patterns" rel="bookmark">Patterns-Based Engineering: Successfully Delivering Solutions via Patterns</a> <span class="date">(11-08-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/microsoft-sharepoint-2010-developers-compendium/" title="Microsoft SharePoint 2010 Developer's Compendium" rel="bookmark">Microsoft SharePoint 2010 Developer's Compendium</a> <span class="date">(11-04-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/mcts-self-paced-training-kit-exam-70-433/" title="MCTS Self-Paced Training Kit (Exam 70-433): Microsoft SQL Server 2008 Database Development" rel="bookmark">MCTS Self-Paced Training Kit (Exam 70-433): Microsoft SQL Server 2008 Database Development</a> <span class="date">(06-04-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/learning-oracle-plsql/" title="Learning Oracle PL/SQL" rel="bookmark">Learning Oracle PL/SQL</a> <span class="date">(21-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/java-foundations-2nd-edition/" title="Java Foundations: Introduction to Program Design and Data Structures, 2nd Edition" rel="bookmark">Java Foundations: Introduction to Program Design and Data Structures, 2nd Edition</a> <span class="date">(06-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/iphone-and-ipad-apps-for-absolute-beginners-ios-5-edition/" title="iPhone and iPad Apps for Absolute Beginners, iOS 5 Edition" rel="bookmark">iPhone and iPad Apps for Absolute Beginners, iOS 5 Edition</a> <span class="date">(29-02-2012)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.be/book/code-simplicity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling Programmable Self with HealthVault</title>
		<link>http://www.wowebook.be/book/enabling-programmable-self-with-healthvault/</link>
		<comments>http://www.wowebook.be/book/enabling-programmable-self-with-healthvault/#comments</comments>
		<pubDate>Sat, 31 Mar 2012 08:57:32 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Mobile Dev.]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Automatic]]></category>
		<category><![CDATA[HealthVault]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Windows Phone]]></category>

		<guid isPermaLink="false">http://www.wowebook.name/?p=17890</guid>
		<description><![CDATA[Book Description Personal health and fitness has joined the digital revolution. Using Microsoft HealthVault, people interested in monitoring their health have an unprecedented opportunity to research their own data. This concise book explains how HealthVault users can collect and analyze their data, and how application developers can help them with mobile or web-based applications. You’ll [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/588050823.jpg" alt="Enabling Programmable Self with HealthVault" width="220" height="220" title="Enabling Programmable Self with HealthVault" /></p>
<h3>Book Description</h3>
<p>Personal health and fitness has joined the digital revolution. Using <a href="http://www.wowebook.be/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a> <a href="http://www.wowebook.be/tag/healthvault/" class="st_tag internal_tag" rel="tag" title="Posts tagged with HealthVault">HealthVault</a>, people interested in monitoring their health have an unprecedented opportunity to <a href="http://www.wowebook.be/tag/research/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Research">research</a> their own data. This concise book explains how <a href="http://www.wowebook.be/tag/healthvault/" class="st_tag internal_tag" rel="tag" title="Posts tagged with HealthVault">HealthVault</a> users can collect and analyze their data, and how application developers can help them with <a href="http://www.wowebook.be/tag/mobile/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Mobile">mobile</a> or web-based applications.</p>
<p>You’ll learn <a href="http://www.wowebook.be/tag/how-to/" class="st_tag internal_tag" rel="tag" title="Posts tagged with How to">how to</a> use <a href="http://www.wowebook.be/tag/healthvault/" class="st_tag internal_tag" rel="tag" title="Posts tagged with HealthVault">HealthVault</a>’s open <a href="http://www.wowebook.be/tag/api/" class="st_tag internal_tag" rel="tag" title="Posts tagged with API">API</a>, flexibility, and connections with multiple health-care providers to develop health data applications, enable <a href="http://www.wowebook.be/tag/automatic/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Automatic">automatic</a> updates from well-known fitness devices, and use <a href="http://www.wowebook.be/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> libraries to create reports and investigate trends.</p>
<ul>
<li>Get a walkthrough of HealthVault functionality available to end users</li>
<li>Use HealthVault to capture data from devices that measure a user’s health</li>
<li>Examine HealthVault’s <a href="http://www.wowebook.be/tag/api/" class="st_tag internal_tag" rel="tag" title="Posts tagged with API">API</a> for interacting with applications and devices, using <a href="http://www.wowebook.be/tag/dot-net/" class="st_tag internal_tag" rel="tag" title="Posts tagged with .NET">.NET</a> code samples</li>
<li>Develop a Quantified Self application for consumers that can track more than 80 data types</li>
<li>Learn <a href="http://www.wowebook.be/tag/how-to/" class="st_tag internal_tag" rel="tag" title="Posts tagged with How to">how to</a> build <a href="http://www.wowebook.be/tag/mobile/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Mobile">mobile</a> apps for HealthVault by exploring an end-to-end example for <a href="http://www.wowebook.be/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> Phone 7</li>
<li>Use best practices for releasing, maintaining, and marketing HealthVault applications to end users</li>
</ul>
<p><strong>Table of Contents</strong><br />
Chapter 1. Getting Started with HealthVault<br />
Chapter 2. Quantifying Yourself<span id="more-17890"></span><br />
Chapter 3. Interfacing with HealthVault<br />
Chapter 4. Using the HealthVault Data Ecosystem for Self-Tracking<br />
Chapter 5. Enabling mHealth for Quantified Self<br />
Chapter 6. The Last Mile: Releasing Applications to Users</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 118 pages</li>
<li><strong>Publisher:</strong> O&#8217;Reilly Media (March 2012)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1449316565</li>
<li><strong>ISBN-13:</strong> 978-1449316563</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.be/book/sharepoint-2010-development-with-silverlight/" title="SharePoint 2010 Development with Silverlight" rel="bookmark">SharePoint 2010 Development with Silverlight</a> <span class="date">(07-05-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/pro-windows-phone-app-development-2nd-edition/" title="Pro Windows Phone App Development, 2nd Edition" rel="bookmark">Pro Windows Phone App Development, 2nd Edition</a> <span class="date">(16-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/migrating-to-windows-phone/" title="Migrating to Windows Phone" rel="bookmark">Migrating to Windows Phone</a> <span class="date">(16-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/beginning-windows-phone-app-development/" title="Beginning Windows Phone App Development" rel="bookmark">Beginning Windows Phone App Development</a> <span class="date">(01-05-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/xna-game-studio-4-0-programming/" title="XNA Game Studio 4.0 Programming: Developing for Windows Phone 7 and Xbox 360" rel="bookmark">XNA Game Studio 4.0 Programming: Developing for Windows Phone 7 and Xbox 360</a> <span class="date">(26-01-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/wpf-programmers-reference/" title="WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4" rel="bookmark">WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4</a> <span class="date">(18-03-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/windows-system-programming-4th-edition/" title="Windows System Programming, 4th Edition" rel="bookmark">Windows System Programming, 4th Edition</a> <span class="date">(26-02-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/windows-phone-recipes-2nd-edition/" title="Windows Phone Recipes: A Problem Solution Approach, 2nd Edition" rel="bookmark">Windows Phone Recipes: A Problem Solution Approach, 2nd Edition</a> <span class="date">(16-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/windows-phone-7-recipes/" title="Windows Phone 7 Recipes: A Problem-Solution Approach" rel="bookmark">Windows Phone 7 Recipes: A Problem-Solution Approach</a> <span class="date">(13-06-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/windows-phone-7-game-development/" title="Windows Phone 7 Game Development" rel="bookmark">Windows Phone 7 Game Development</a> <span class="date">(21-12-2010)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.be/book/enabling-programmable-self-with-healthvault/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programming C# 5.0</title>
		<link>http://www.wowebook.be/book/programming-csharp-5-0/</link>
		<comments>http://www.wowebook.be/book/programming-csharp-5-0/#comments</comments>
		<pubDate>Sat, 31 Mar 2012 08:49:06 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C, C++, C#]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Entity Framework]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[Object-Oriented]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.wowebook.name/?p=17882</guid>
		<description><![CDATA[Book Description With this digital Early Release edition of Programming C# 5.0, you get the entire book bundle in its earliest form – the author&#8217;s raw and unedited content – so you can take advantage of this content long before the book&#8217;s official release. You&#8217;ll also receive updates when significant changes are made, as well [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/318416461.jpg" alt="Programming C# 5.0" width="220" height="220" title="Programming C# 5.0" /></p>
<h3>Book Description</h3>
<p>With this digital <strong>Early Release</strong> edition of <em><a href="http://www.wowebook.be/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">Programming</a> <a href="http://www.wowebook.be/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a># 5.0</em>, you get the entire book bundle in its earliest form – the author&#8217;s raw and unedited content – so you can take advantage of this content long before the book&#8217;s official release. You&#8217;ll also receive updates when significant changes are made, as well as the final ebook version.</p>
<p>With its support for dynamic <a href="http://www.wowebook.be/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a>, <a href="http://www.wowebook.be/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a># 5.0 continues to evolve as a versatile language on its own. But when <a href="http://www.wowebook.be/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a># is used with <a href="http://www.wowebook.be/tag/dot-net/" class="st_tag internal_tag" rel="tag" title="Posts tagged with .NET">.NET</a> Framework 4.5, the combination is incredibly powerful. This bestselling tutorial shows you <a href="http://www.wowebook.be/tag/how-to/" class="st_tag internal_tag" rel="tag" title="Posts tagged with How to">how to</a> build <a href="http://www.wowebook.be/tag/web/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Web">web</a>, desktop, <a href="http://www.wowebook.be/tag/metro/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Metro">Metro</a> and rich <a href="http://www.wowebook.be/tag/internet/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Internet">Internet</a> applications using C# 5.0 with <a href="http://www.wowebook.be/tag/dot-net/" class="st_tag internal_tag" rel="tag" title="Posts tagged with .NET">.NET</a>&#8217;s <a href="http://www.wowebook.be/tag/database/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Database">database</a> capabilities, <a href="http://www.wowebook.be/tag/ui/" class="st_tag internal_tag" rel="tag" title="Posts tagged with UI">UI</a> framework (<a href="http://www.wowebook.be/tag/wpf/" class="st_tag internal_tag" rel="tag" title="Posts tagged with WPF">WPF</a>), extensive communication services (<a href="http://www.wowebook.be/tag/wcf/" class="st_tag internal_tag" rel="tag" title="Posts tagged with WCF">WCF</a>), and more.</p>
<p>In this seventh edition, <a href="http://www.wowebook.be/tag/dot-net/" class="st_tag internal_tag" rel="tag" title="Posts tagged with .NET">.NET</a> experts Ian Griffiths and Jesse Liberty cover the latest enhancements to C#, as well as the fundamentals of both the language and the framework. You&#8217;ll learn concurrent and asynchronous programming with C# 5.0 and <a href="http://www.wowebook.be/tag/how-to/" class="st_tag internal_tag" rel="tag" title="Posts tagged with How to">how to</a> use <a href="http://www.wowebook.be/tag/dot-net/" class="st_tag internal_tag" rel="tag" title="Posts tagged with .NET">.NET</a> tools such as the <a href="http://www.wowebook.be/tag/entity-framework/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Entity Framework">Entity Framework</a> for easier data access.</p>
<ul>
<li>Learn C# fundamentals such as variables, flow control, loops, and methods</li>
<li>Build complex programs with <a href="http://www.wowebook.be/tag/object-oriented/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Object-Oriented">object-oriented</a> and functional programming techniques</li>
<li>Process large collections of data with the native query features in <a href="http://www.wowebook.be/tag/linq/" class="st_tag internal_tag" rel="tag" title="Posts tagged with LINQ">LINQ</a></li>
<li>Learn all about asynchrony new to C# 5.0</li>
</ul>
<p><strong>Table of Contents</strong><span id="more-17882"></span><br />
Chapter 1. Introducing C#<br />
Chapter 2. Basic Coding in C#<br />
Chapter 3. Types<br />
View Sample<br />
Chapter 4. Generics<br />
Chapter 6. Inheritance<br />
Chapter 7. Object Lifetime<br />
Chapter 8. Exceptions<br />
Chapter 9. Delegates Lambdas and Events<br />
Chapter 10. <a href="http://www.wowebook.be/tag/linq/" class="st_tag internal_tag" rel="tag" title="Posts tagged with LINQ">LINQ</a></p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 800 pages</li>
<li><strong>Publisher:</strong> O&#8217;Reilly Media (August 2012)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1449320414</li>
<li><strong>ISBN-13:</strong> 978-1449320416</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.be/book/visual-csharp-2010-how-to-program-4th-edition/" title="Visual C# 2010 How to Program, 4th Edition" rel="bookmark">Visual C# 2010 How to Program, 4th Edition</a> <span class="date">(16-05-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/migrating-to-windows-phone/" title="Migrating to Windows Phone" rel="bookmark">Migrating to Windows Phone</a> <span class="date">(16-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/fluent-csharp/" title="Fluent C#" rel="bookmark">Fluent C#</a> <span class="date">(16-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/wpf-programmers-reference/" title="WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4" rel="bookmark">WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4</a> <span class="date">(18-03-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/programming-csharp-4-0-6th-edition/" title="Programming C# 4.0, 6th Edition" rel="bookmark">Programming C# 4.0, 6th Edition</a> <span class="date">(17-08-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/linq-unleashed-for-csharp/" title="LINQ Unleashed: for C#" rel="bookmark">LINQ Unleashed: for C#</a> <span class="date">(18-11-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/csharp-2010-for-programmers-4th-edition/" title="C# 2010 for Programmers, 4th Edition" rel="bookmark">C# 2010 for Programmers, 4th Edition</a> <span class="date">(11-01-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/programming-wcf-services-3rd-edition/" title="Programming WCF Services, 3rd Edition" rel="bookmark">Programming WCF Services, 3rd Edition</a> <span class="date">(17-08-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/programming-reactive-extensions-and-linq/" title="Programming Reactive Extensions and LINQ" rel="bookmark">Programming Reactive Extensions and LINQ</a> <span class="date">(23-11-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/programming-fsharp-3-0-2nd-edition/" title="Programming F# 3.0, 2nd Edition" rel="bookmark">Programming F# 3.0, 2nd Edition</a> <span class="date">(25-04-2012)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.be/book/programming-csharp-5-0/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Machine Learning in Action</title>
		<link>http://www.wowebook.be/book/machine-learning-in-action/</link>
		<comments>http://www.wowebook.be/book/machine-learning-in-action/#comments</comments>
		<pubDate>Mon, 26 Mar 2012 21:39:47 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Algorithm]]></category>
		<category><![CDATA[Analysis]]></category>
		<category><![CDATA[in Action]]></category>
		<category><![CDATA[MapReduce]]></category>
		<category><![CDATA[Mathematic]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=17748</guid>
		<description><![CDATA[Book Description Machine Learning in Action is unique book that blends the foundational theories of machine learning with the practical realities of building tools for everyday data analysis. You&#8217;ll use the flexible Python programming language to build programs that implement algorithms for data classification, forecasting, recommendations, and higher-level features like summarization and simplification. A machine [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/572637093.jpg" alt="Machine Learning in Action" width="220" height="220" title="Machine Learning in Action" /></p>
<h3>Book Description</h3>
<p><em>Machine Learning <a href="http://www.wowebook.be/tag/in-action/" class="st_tag internal_tag" rel="tag" title="Posts tagged with in Action">in Action</a></em> is unique book that blends the foundational theories of machine learning with the practical realities of building tools for everyday data <a href="http://www.wowebook.be/tag/analysis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Analysis">analysis</a>. You&#8217;ll use the flexible <a href="http://www.wowebook.be/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a> <a href="http://www.wowebook.be/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> language to build programs that implement algorithms for data classification, forecasting, recommendations, and higher-level features like summarization and simplification.</p>
<p>A machine is said to learn when its <a href="http://www.wowebook.be/tag/performance/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Performance">performance</a> improves with experience. Learning requires algorithms and programs that capture data and ferret out the interesting or useful patterns. Once the specialized domain of analysts and mathematicians, machine learning is becoming a skill needed by many.</p>
<p><em>Machine Learning <a href="http://www.wowebook.be/tag/in-action/" class="st_tag internal_tag" rel="tag" title="Posts tagged with in Action">in Action</a></em> is a clearly written tutorial for developers. It avoids academic language and takes you straight to the techniques you&#8217;ll use in your day-to-day work. Many (<a href="http://www.wowebook.be/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a>) examples present the core algorithms of statistical data processing, data <a href="http://www.wowebook.be/tag/analysis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Analysis">analysis</a>, and data visualization in code you can reuse. You&#8217;ll understand the concepts and how they fit in with tactical tasks like classification, forecasting, recommendations, and higher-level features like summarization and simplification.</p>
<p>Readers need no prior experience with machine learning or statistical processing. Familiarity with Python is helpful.</p>
<p><strong>What&#8217;s inside<span id="more-17748"></span></strong></p>
<ul>
<li>A no-nonsense introduction</li>
<li>Examples showing common ML tasks</li>
<li>Everyday data analysis</li>
<li>Implementing classic algorithms like Apriori and Adaboos</li>
</ul>
<p><strong>Table of Contents</strong><br />
Part I: Classification<br />
Chapter 1. Machine learning basics<br />
Chapter 2. Classifying with k-Nearest Neighbors<br />
Chapter 3. Splitting datasets one feature at a time: decision trees<br />
Chapter 4. Classifying with probability theory: naïve Bayes<br />
Chapter 5. Logistic regression<br />
Chapter 6. Support vector machines<br />
Chapter 7. Improving classification with the AdaBoost meta-<a href="http://www.wowebook.be/tag/algorithm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithm">algorithm</a></p>
<p>Part II: Forecasting numeric values with regression<br />
Chapter 8. Predicting numeric values: regression<br />
Chapter 9. Tree-based regression</p>
<p>Part III: Unsupervised learning<br />
Chapter 10. Grouping unlabeled items using k-means clustering<br />
Chapter 11. Association analysis with the Apriori <a href="http://www.wowebook.be/tag/algorithm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithm">algorithm</a><br />
Chapter 12. Efficiently finding frequent itemsets with FP-growth</p>
<p>Part IV: Additional tools<br />
Chapter 13. Using principal component analysis to simplify data<br />
Chapter 14. Simplifying data with the singular value decomposition<br />
Chapter 15. Big data and <a href="http://www.wowebook.be/tag/mapreduce/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MapReduce">MapReduce</a></p>
<p>Appendix A. Getting started with Python<br />
Appendix B. Linear algebra<br />
Appendix <a href="http://www.wowebook.be/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a>. Probability refresher<br />
Appendix D. Resources</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 384 pages</li>
<li><strong>Publisher:</strong> Manning Publications (March 2012)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1617290181</li>
<li><strong>ISBN-13:</strong> 978-1617290183</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.be/book/think-complexity/" title="Think Complexity" rel="bookmark">Think Complexity</a> <span class="date">(12-03-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/data-structures-and-algorithms-in-java-5th-edition/" title="Data Structures and Algorithms in Java, 5th Edition" rel="bookmark">Data Structures and Algorithms in Java, 5th Edition</a> <span class="date">(16-05-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/data-structures-and-algorithms-in-cpp-2nd-edition/" title="Data Structures and Algorithms in C++, 2nd Edition" rel="bookmark">Data Structures and Algorithms in C++, 2nd Edition</a> <span class="date">(27-12-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/algorithms-in-a-nutshell/" title="Algorithms in a Nutshell" rel="bookmark">Algorithms in a Nutshell</a> <span class="date">(04-04-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/programming-collective-intelligence/" title="Programming Collective Intelligence" rel="bookmark">Programming Collective Intelligence</a> <span class="date">(04-04-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/packetc-programming/" title="packetC Programming" rel="bookmark">packetC Programming</a> <span class="date">(03-03-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/mastering-algorithms-with-c/" title="Mastering Algorithms with C" rel="bookmark">Mastering Algorithms with C</a> <span class="date">(15-11-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/machine-learning-for-hackers/" title="Machine Learning for Hackers" rel="bookmark">Machine Learning for Hackers</a> <span class="date">(12-03-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/java-programming-from-problem-analysis-to-program-design-4th-edition/" title="Java Programming: From Problem Analysis to Program Design, 4th Edition" rel="bookmark">Java Programming: From Problem Analysis to Program Design, 4th Edition</a> <span class="date">(10-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/hadoop-in-action/" title="Hadoop in Action" rel="bookmark">Hadoop in Action</a> <span class="date">(12-01-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.be/book/machine-learning-in-action/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build Awesome Command-Line Applications in Ruby</title>
		<link>http://www.wowebook.be/book/build-awesome-command-line-applications-in-ruby/</link>
		<comments>http://www.wowebook.be/book/build-awesome-command-line-applications-in-ruby/#comments</comments>
		<pubDate>Tue, 20 Mar 2012 17:12:08 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Ruby & Python]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Auto]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://www.wowebook.name/?p=17778</guid>
		<description><![CDATA[Book Description As Ruby pro David Copeland explains, writing a command-line application that is self-documenting, robust, adaptable and forever useful is easier than you might think. Ruby is particularly suited to this task, since it combines high-level abstractions with “close to the metal” system interaction wrapped up in a concise, readable syntax. Moreover, Ruby has [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1926668930.jpg" alt="Build Awesome Command Line Applications in Ruby" width="220" height="220" title="Build Awesome Command Line Applications in Ruby" /></p>
<h3>Book Description</h3>
<p>As <a href="http://www.wowebook.be/tag/ruby/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ruby">Ruby</a> pro David Copeland explains, writing a command-line application that is self-documenting, robust, adaptable and forever useful is easier than you might think. <a href="http://www.wowebook.be/tag/ruby/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ruby">Ruby</a> is particularly suited to this task, since it combines high-level abstractions with “close to the metal” <a href="http://www.wowebook.be/tag/system/" class="st_tag internal_tag" rel="tag" title="Posts tagged with System">system</a> interaction wrapped up in a concise, readable syntax. Moreover, <a href="http://www.wowebook.be/tag/ruby/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ruby">Ruby</a> has the support of a rich ecosystem of open-source tools and libraries.</p>
<p>Ten insightful chapters each explain and demonstrate a command-line best practice. You’ll see <a href="http://www.wowebook.be/tag/how-to/" class="st_tag internal_tag" rel="tag" title="Posts tagged with How to">how to</a> use these tools to elevate the lowliest automation script to a maintainable, polished application.</p>
<p>You’ll learn <a href="http://www.wowebook.be/tag/how-to/" class="st_tag internal_tag" rel="tag" title="Posts tagged with How to">how to</a> use free, <a href="http://www.wowebook.be/tag/opensource/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Open Source">open source</a> parsers to create user-friendly command-line interfaces as well as command suites. You’ll see <a href="http://www.wowebook.be/tag/how-to/" class="st_tag internal_tag" rel="tag" title="Posts tagged with How to">how to</a> use defaults to keep options simple for everyday users, while giving advanced users options for more complex tasks.</p>
<p>There’s no reason a command-line application should lack documentation, whether it’s part of a help command or a man page; you’ll find out when and how to use both. Your journey from command-line novice to pro ends with a look at valuable approaches to <a href="http://www.wowebook.be/tag/testing/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Testing">testing</a> your apps, and includes some fun techniques for outside-the-box, colorful interfaces that will delight your users.</p>
<p>With <a href="http://www.wowebook.be/tag/ruby/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ruby">Ruby</a>, the command line is not dead. Long live the command line.</p>
<p><span id="more-17778"></span><strong>What you need</strong><br />
All you’ll need is Ruby, and the ability to install a few gems along the way.<br />
Examples written for Ruby 1.9.2, but 1.8.7 should work just as well.</p>
<p><strong>Table of Contents</strong><br />
Chapter 1. Have a Clear and Concise Purpose<br />
Chapter 2. Be Easy to Use<br />
Chapter 3. Be Helpful<br />
Chapter 4. Play Well with Others<br />
Chapter 5. Delight Casual Users<br />
Chapter 6. Make Configuration Easy<br />
Chapter 7. Distribute Painlessly<br />
Chapter 8. Test, Test, Test<br />
Chapter 9. Be Easy to Maintain<br />
Chapter 10. Add Color, Formatting, and Interactivity<br />
Appendix 1. Common Command-Line Gems and Libraries<br />
Appendix 2. Bibliography</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 225 pages</li>
<li><strong>Publisher:</strong> Pragmatic Bookshelf (March 2012)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1934356913</li>
<li><strong>ISBN-13:</strong> 978-1934356913</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.be/book/the-art-of-rails/" title="The Art of Rails" rel="bookmark">The Art of Rails</a> <span class="date">(23-08-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/system-design-for-telecommunication-gateways/" title="System Design for Telecommunication Gateways" rel="bookmark">System Design for Telecommunication Gateways</a> <span class="date">(15-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/real-world-instrumentation-with-python/" title="Real World Instrumentation with Python: Automated Data Acquisition and Control Systems" rel="bookmark">Real World Instrumentation with Python: Automated Data Acquisition and Control Systems</a> <span class="date">(08-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/rails-3-in-action/" title="Rails 3 in Action" rel="bookmark">Rails 3 in Action</a> <span class="date">(21-09-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/practical-reporting-with-ruby-and-rails/" title="Practical Reporting with Ruby and Rails" rel="bookmark">Practical Reporting with Ruby and Rails</a> <span class="date">(04-07-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/html5-architecture/" title="HTML5 Architecture" rel="bookmark">HTML5 Architecture</a> <span class="date">(31-03-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/fedora-bible-2010-edition/" title="Fedora Bible 2010 Edition: Featuring Fedora Linux 12" rel="bookmark">Fedora Bible 2010 Edition: Featuring Fedora Linux 12</a> <span class="date">(29-08-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/continuous-testing/" title="Continuous Testing: with Ruby, Rails, and JavaScript" rel="bookmark">Continuous Testing: with Ruby, Rails, and JavaScript</a> <span class="date">(09-07-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/asterisk-1-4-the-professionals-guide/" title="Asterisk 1.4 the Professionals Guide" rel="bookmark">Asterisk 1.4 the Professionals Guide</a> <span class="date">(13-08-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/zk-developers-guide/" title="ZK Developer's Guide" rel="bookmark">ZK Developer's Guide</a> <span class="date">(09-11-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.be/book/build-awesome-command-line-applications-in-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Developer&#8217;s Code</title>
		<link>http://www.wowebook.be/book/the-developers-code/</link>
		<comments>http://www.wowebook.be/book/the-developers-code/#comments</comments>
		<pubDate>Mon, 19 Mar 2012 18:34:51 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Web Dev.]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.wowebook.name/?p=17764</guid>
		<description><![CDATA[Book Description The Developer’s Code isn’t about the code you write, it’s about the code you live by. There are no trite superlatives here. Packed with lessons learned from more than a decade of software development experience, author Ka Wai Cheung takes you through the programming profession from nearly every angle to uncover ways of [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/125996757.jpg" alt="The Developers Code" width="220" height="220" title="The Developers Code" /></p>
<h3>Book Description</h3>
<p><em>The Developer’s Code</em> isn’t about the code you write, it’s about the code you live by.</p>
<p>There are no trite superlatives here. Packed with lessons learned from more than a decade of <a href="http://www.wowebook.be/tag/software/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Software">software</a> <a href="http://www.wowebook.be/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> experience, author Ka Wai Cheung takes you through the <a href="http://www.wowebook.be/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> profession from nearly every angle to uncover ways of sustaining a healthy connection with your work.</p>
<p>You’ll see <a href="http://www.wowebook.be/tag/how-to/" class="st_tag internal_tag" rel="tag" title="Posts tagged with How to">how to</a> stay productive even on the longest projects. You’ll create a workflow that works with you, not against you. And you’ll learn <a href="http://www.wowebook.be/tag/how-to/" class="st_tag internal_tag" rel="tag" title="Posts tagged with How to">how to</a> deal with clients whose goals don’t align with your own. If you don’t handle them just right, issues such as these can crush even the most seasoned, motivated developer. But with the right approach, you can transcend these common problems and become the professional developer you want to be.</p>
<p>In more than 50 nuggets of wisdom, you’ll learn:</p>
<ul>
<li>Why many traditional approaches to process and <a href="http://www.wowebook.be/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> roles in this industry are wrong—and <a href="http://www.wowebook.be/tag/how-to/" class="st_tag internal_tag" rel="tag" title="Posts tagged with How to">how to</a> sniff them out.</li>
<li>Why you must always say “no” to the <a href="http://www.wowebook.be/tag/software/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Software">software</a> pet project and open-ended timelines.</li>
<li>How to incorporate code generation into your development process, and why its benefits go far beyond just faster code output.</li>
<li>What to do when your client or end user disagrees with an approach you believe in.</li>
<li>How to pay your knowledge forward to future generations<span id="more-17764"></span> of programmers through teaching and evangelism.</li>
</ul>
<p>If you’re in this industry for the long run, you’ll be coming back to this book again and again.</p>
<p>“This is the next <em>Pragmatic Programmer:</em> a guide for the beginner, a reminder for the expert, and a wonderful chunk of wisdom about the craft (and life) of a developer.<br />
—Derek Sivers, Founder of CD Baby, sivers.org</p>
<p><strong>Table of Contents</strong><br />
Chapter 1. Introduction<br />
Chapter 2. Metaphor<br />
Chapter 3. Motivation<br />
Chapter 4. Productivity<br />
Chapter 5. Complexity<br />
Chapter 6. Teaching<br />
Chapter 7. Clients<br />
Chapter 8. Code<br />
Chapter 9. Pride</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 250 pages</li>
<li><strong>Publisher:</strong> Pragmatic Bookshelf (February 2012)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1934356794</li>
<li><strong>ISBN-13:</strong> 978-1934356791</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.be/book/patterns-based-engineering/" title="Patterns-Based Engineering: Successfully Delivering Solutions via Patterns" rel="bookmark">Patterns-Based Engineering: Successfully Delivering Solutions via Patterns</a> <span class="date">(11-08-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/code-simplicity/" title="Code Simplicity: The Science of Software Development" rel="bookmark">Code Simplicity: The Science of Software Development</a> <span class="date">(05-04-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/xpages-portable-command-guide/" title="XPages Portable Command Guide" rel="bookmark">XPages Portable Command Guide</a> <span class="date">(16-05-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/xna-game-studio-4-0-programming/" title="XNA Game Studio 4.0 Programming: Developing for Windows Phone 7 and Xbox 360" rel="bookmark">XNA Game Studio 4.0 Programming: Developing for Windows Phone 7 and Xbox 360</a> <span class="date">(26-01-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/wxpython-2-8-application-development-cookbook/" title="wxPython 2.8 Application Development Cookbook" rel="bookmark">wxPython 2.8 Application Development Cookbook</a> <span class="date">(29-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/wpf-programmers-reference/" title="WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4" rel="bookmark">WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4</a> <span class="date">(18-03-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/windows-azure-step-by-step/" title="Windows Azure Step by Step" rel="bookmark">Windows Azure Step by Step</a> <span class="date">(06-06-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/visual-csharp-2010-how-to-program-4th-edition/" title="Visual C# 2010 How to Program, 4th Edition" rel="bookmark">Visual C# 2010 How to Program, 4th Edition</a> <span class="date">(16-05-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/visual-basic-2005-express-edition-starter-kit/" title="Visual Basic 2005 Express Edition Starter Kit" rel="bookmark">Visual Basic 2005 Express Edition Starter Kit</a> <span class="date">(29-01-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/unreal-development-kit-game-programming-with-unrealscript-beginners-guide/" title="Unreal Development Kit Game Programming with UnrealScript: Beginner's Guide" rel="bookmark">Unreal Development Kit Game Programming with UnrealScript: Beginner's Guide</a> <span class="date">(04-01-2012)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.be/book/the-developers-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Cucumber Book</title>
		<link>http://www.wowebook.be/book/the-cucumber-book/</link>
		<comments>http://www.wowebook.be/book/the-cucumber-book/#comments</comments>
		<pubDate>Mon, 19 Mar 2012 18:29:42 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Cucumber]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://www.wowebook.name/?p=17760</guid>
		<description><![CDATA[Book Description Matt Wynne and Aslak Hellesøy show you how to express your customers’ wild ideas as a set of clear, executable specifications that everyone on the team can read. You’ll learn how to feed those examples into Cucumber and let it guide your development. You’ll build just the right code to keep your customers [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/220921285.jpg" alt="The Cucumber Book" width="220" height="220" title="The Cucumber Book" /></p>
<h3>Book Description</h3>
<p>Matt Wynne and Aslak Hellesøy show you <a href="http://www.wowebook.be/tag/how-to/" class="st_tag internal_tag" rel="tag" title="Posts tagged with How to">how to</a> express your customers’ wild ideas as a set of clear, executable specifications that everyone on the team can read. You’ll learn <a href="http://www.wowebook.be/tag/how-to/" class="st_tag internal_tag" rel="tag" title="Posts tagged with How to">how to</a> feed those examples into Cucumber and let it guide your <a href="http://www.wowebook.be/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a>. You’ll build just the right code to keep your customers happy, and not a line more. Although it was born in the <a href="http://www.wowebook.be/tag/ruby/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ruby">Ruby</a> community, you can use Cucumber to test almost any <a href="http://www.wowebook.be/tag/system/" class="st_tag internal_tag" rel="tag" title="Posts tagged with System">system</a>, from a simple shell script or Perl script, to <a href="http://www.wowebook.be/tag/web/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Web">web</a> applications written in PHP, <a href="http://www.wowebook.be/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a>, or any platform.</p>
<p>In Part 1, you’ll get started by using the core features of Cucumber and working with Cucumber’s Gherkin DSL to describe—in plain language—the behavior your customers want from the <a href="http://www.wowebook.be/tag/system/" class="st_tag internal_tag" rel="tag" title="Posts tagged with System">system</a>. Then you’ll write <a href="http://www.wowebook.be/tag/ruby/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ruby">Ruby</a> code that interprets those plain-language specifications and checks them against your application. If you’re new to Cucumber, this part of the book will teach you everything you need to know to get started.</p>
<p>In Part 2, you’ll consolidate the knowledge you’ve gained with a worked example, where you’ll learn more advanced Cucumber techniques. You’ll also learn <a href="http://www.wowebook.be/tag/how-to/" class="st_tag internal_tag" rel="tag" title="Posts tagged with How to">how to</a> test asynchronous systems and systems that use a <a href="http://www.wowebook.be/tag/database/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Database">database</a>.</p>
<p>In Part 3, you’ll find a selection of recipes for some of the most difficult and commonly seen situations the authors have helped teams solve. With these patterns and techniques, you’ll learn how to test Ajax-heavy <a href="http://www.wowebook.be/tag/web/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Web">web</a> applications with Capybara and Selenium, <a href="http://www.wowebook.be/tag/rest/" class="st_tag internal_tag" rel="tag" title="Posts tagged with REST">REST</a> <a href="http://www.wowebook.be/tag/web/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Web">web</a> services, <a href="http://www.wowebook.be/tag/ruby-on-rails/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ruby on Rails">Ruby on Rails</a> applications, command-line applications, legacy applications, and more.<span id="more-17760"></span></p>
<p>Written by the creator of Cucumber and one of its most experienced users and contributors, <em>The Cucumber Book</em> is an authoritative guide that will give you and your team all the knowledge you need to start using Cucumber with confidence.</p>
<p><strong>What you need</strong><br />
<a href="http://www.wowebook.be/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a>, <a href="http://www.wowebook.be/tag/mac-os-x/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Mac OS X">Mac OS X</a> (with <a href="http://www.wowebook.be/tag/xcode/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Xcode">XCode</a>) or Linux Ruby 1.9.2 and upwards</p>
<p><strong>Table of Contents</strong><br />
Part I: Cucumber Fundamentals<br />
Chapter 1. Why Cucumber?<br />
Chapter 2. First Taste<br />
Chapter 3. Gherkin Basics<br />
Chapter 4. Step Definitions: From the Outside<br />
Chapter 5. Expressive Scenarios<br />
Chapter 6. When Cucumbers Go Bad</p>
<p>Part II: A Worked Example<br />
Chapter 7. Step Definitions: On the Inside<br />
Chapter 8. Support Code<br />
Chapter 9. Dealing with Message Queues and Asynchronous Components<br />
Chapter 10. Databases</p>
<p>Part III: Cucumber Applied<br />
Chapter 11. The Cucumber Command-Line Interface<br />
Chapter 12. <a href="http://www.wowebook.be/tag/testing/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Testing">Testing</a> a <a href="http://www.wowebook.be/tag/rest/" class="st_tag internal_tag" rel="tag" title="Posts tagged with REST">REST</a> Web Service<br />
Chapter 13. Adding Tests to a Legacy Application<br />
Chapter 14. Bootstrapping Rails<br />
Chapter 15. Using Capybara to Test Ajax Web Applications<br />
Chapter 16. <a href="http://www.wowebook.be/tag/testing/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Testing">Testing</a> Command-Line Applications with Aruba</p>
<p>Appendix 1. Using Cucumber with Other Platforms<br />
Appendix 2. Installing Cucumber<br />
Appendix 3. Ruby Gem Versions<br />
Appendix 4. Bibliography</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 250 pages</li>
<li><strong>Publisher:</strong> Pragmatic Bookshelf (January 2012)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1934356808</li>
<li><strong>ISBN-13:</strong> 978-1934356807</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.be/book/spring-web-services-2-cookbook/" title="Spring Web Services 2 Cookbook" rel="bookmark">Spring Web Services 2 Cookbook</a> <span class="date">(09-04-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/rest-in-practice-hypermedia-and-systems-architecture/" title="REST in Practice: Hypermedia and Systems Architecture" rel="bookmark">REST in Practice: Hypermedia and Systems Architecture</a> <span class="date">(01-10-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/rails-test-prescriptions/" title="Rails Test Prescriptions" rel="bookmark">Rails Test Prescriptions</a> <span class="date">(26-03-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/web-2-0-solutions-with-oracle-webcenter-11g/" title="Web 2.0 Solutions with Oracle WebCenter 11g" rel="bookmark">Web 2.0 Solutions with Oracle WebCenter 11g</a> <span class="date">(15-11-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/usability-testing-essentials/" title="Usability Testing Essentials: Ready, Set...Test!" rel="bookmark">Usability Testing Essentials: Ready, Set...Test!</a> <span class="date">(07-06-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/the-rails-3-way-2nd-edition/" title="The Rails 3 Way, 2nd Edition" rel="bookmark">The Rails 3 Way, 2nd Edition</a> <span class="date">(11-01-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/the-economics-of-software-quality/" title="The Economics of Software Quality" rel="bookmark">The Economics of Software Quality</a> <span class="date">(24-09-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/software-metrics-and-software-metrology/" title="Software Metrics and Software Metrology" rel="bookmark">Software Metrics and Software Metrology</a> <span class="date">(17-06-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/sharepoint-2010-development-with-silverlight/" title="SharePoint 2010 Development with Silverlight" rel="bookmark">SharePoint 2010 Development with Silverlight</a> <span class="date">(07-05-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/service-oriented-design-with-ruby-and-rails/" title="Service-Oriented Design with Ruby and Rails" rel="bookmark">Service-Oriented Design with Ruby and Rails</a> <span class="date">(19-10-2010)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.be/book/the-cucumber-book/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beginning Kinect Programming with the Microsoft Kinect SDK</title>
		<link>http://www.wowebook.be/book/beginning-kinect-programming-with-the-microsoft-kinect-sdk/</link>
		<comments>http://www.wowebook.be/book/beginning-kinect-programming-with-the-microsoft-kinect-sdk/#comments</comments>
		<pubDate>Tue, 06 Mar 2012 12:20:42 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Game Dev.]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[ALM]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[Auto]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Kinect]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Real-Time]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=17622</guid>
		<description><![CDATA[Book Description Beginning Kinect Programming with the Microsoft Kinect SDK gets you up and running developing Kinect applications for your PC using Microsoft tools and the official SDK. You will have a working Kinect program by the end of the first chapter! The following chapters will open up the secrets of three-dimensional vision, skeleton tracking, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/801985922.jpg" alt="Beginning Kinect Programming with the Microsoft Kinect SDK" width="220" height="220" title="Beginning Kinect Programming with the Microsoft Kinect SDK" /></p>
<h3>Book Description</h3>
<p><em>Beginning <a href="http://www.wowebook.be/tag/kinect/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Kinect">Kinect</a> Programming with the <a href="http://www.wowebook.be/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a> <a href="http://www.wowebook.be/tag/kinect/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Kinect">Kinect</a> SDK</em> gets you up and running developing Kinect applications for your <a href="http://www.wowebook.be/tag/pc/" class="st_tag internal_tag" rel="tag" title="Posts tagged with PC">PC</a> using <a href="http://www.wowebook.be/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a> tools and the official SDK. You will have a working Kinect program by the end of the first chapter! The following chapters will open up the secrets of three-dimensional vision, skeleton tracking, <a href="http://www.wowebook.be/tag/audio/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Audio">audio</a> through the Kinect, and more. Examples illustrate the concepts in the form of simple games that react to your body movements. The result is a fun read that helps you learn one of the hottest technologies out there today.<em></em></p>
<p>Beginning Kinect Programming with the Microsoft Kinect SDKalso provides building blocks and ideas for mashing up the Kinect with other technologies to create art, interactive games, <a href="http://www.wowebook.be/tag/3d/" class="st_tag internal_tag" rel="tag" title="Posts tagged with 3D">3D</a> models and enhanced <a href="http://www.wowebook.be/tag/office/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Office">office</a> automation. You&#8217;ll learn the fundamental code basic to almost all Kinect applications. You&#8217;ll learn to integrate that code with other tools and manipulate data to create amazing Kinect applications. <em>Beginning Kinect Programming with the Microsoft Kinect SDK </em>is your gateway<em> </em>into the exciting world of three-dimensional, <a href="http://www.wowebook.be/tag/real-time/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Real-Time">real-time</a> computer interaction.</p>
<ul>
<li>Helps you create a proper <a href="http://www.wowebook.be/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> environment for Kinect applications.</li>
<li>Covers the basics of three-dimensional vision, skeleton tracking, gesture recognition, and <a href="http://www.wowebook.be/tag/audio/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Audio">audio</a></li>
<li>Provides fun examples that keep you engaged and learning</li>
</ul>
<p><strong>What you’ll learn</strong></p>
<ul>
<li>Create a proper <a href="http://www.wowebook.be/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> environment<span id="more-17622"></span></li>
<li>Work with data streams from the Kinect sensor</li>
<li>Use skeleton-tracking for interactive applications</li>
<li>Build speech-aware applications</li>
<li>Develop simple, Kinect-based games for the <a href="http://www.wowebook.be/tag/pc/" class="st_tag internal_tag" rel="tag" title="Posts tagged with PC">PC</a></li>
<li>Learn the underlying math involved in three-dimensional programming</li>
</ul>
<p><strong>Who this book is for</strong><br />
<em>Beginning Kinect Programming with the Microsoft Kinect SDK</em> is for Microsoft developers who want to learn to program for the newest and coolest Microsoft input device. The book assumes familiarity, but not expertise, with <a href="http://www.wowebook.be/tag/wpf/" class="st_tag internal_tag" rel="tag" title="Posts tagged with WPF">WPF</a> and <a href="http://www.wowebook.be/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a>#. Developers will be able to use their current knowledge and experience with the Microsoft stack to build new types of applications that have never been possible before. Most of all, this book is for developers who want to go beyond simply creating data-entry applications and recapture the fun of creating <a href="http://www.wowebook.be/tag/software/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Software">software</a>.</p>
<p><strong>Table of Contents</strong></p>
<ol>
<li>Getting Started with Kinect</li>
<li>Application Fundamentals</li>
<li>Depth Image Processing</li>
<li>Kinect Skeletons</li>
<li>Advanced Skeleton Tracking</li>
<li>Kinect Gestures</li>
<li>Speech</li>
<li>Beyond the Basics</li>
</ol>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 324 pages</li>
<li><strong>Publisher:</strong> Apress (March 2012)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1430241047</li>
<li><strong>ISBN-13:</strong> 978-1430241041</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.be/book/xna-game-studio-4-0-programming/" title="XNA Game Studio 4.0 Programming: Developing for Windows Phone 7 and Xbox 360" rel="bookmark">XNA Game Studio 4.0 Programming: Developing for Windows Phone 7 and Xbox 360</a> <span class="date">(26-01-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/wpf-programmers-reference/" title="WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4" rel="bookmark">WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4</a> <span class="date">(18-03-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/sams-teach-yourself-windows-phone-7-game-programming-in-24-hours/" title="Sams Teach Yourself Windows Phone 7 Game Programming in 24 Hours" rel="bookmark">Sams Teach Yourself Windows Phone 7 Game Programming in 24 Hours</a> <span class="date">(04-05-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/openscenegraph-3-cookbook/" title="OpenSceneGraph 3 Cookbook" rel="bookmark">OpenSceneGraph 3 Cookbook</a> <span class="date">(17-04-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/making-things-see/" title="Making Things See" rel="bookmark">Making Things See</a> <span class="date">(22-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/wpf-control-development-unleashed/" title="WPF Control Development Unleashed" rel="bookmark">WPF Control Development Unleashed</a> <span class="date">(21-10-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/windows-phone-7-game-development/" title="Windows Phone 7 Game Development" rel="bookmark">Windows Phone 7 Game Development</a> <span class="date">(21-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/windows-azure-step-by-step/" title="Windows Azure Step by Step" rel="bookmark">Windows Azure Step by Step</a> <span class="date">(06-06-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/visual-csharp-2010-how-to-program-4th-edition/" title="Visual C# 2010 How to Program, 4th Edition" rel="bookmark">Visual C# 2010 How to Program, 4th Edition</a> <span class="date">(16-05-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/visual-basic-2010-programmers-reference/" title="Visual Basic 2010 Programmer's Reference" rel="bookmark">Visual Basic 2010 Programmer's Reference</a> <span class="date">(09-04-2010)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.be/book/beginning-kinect-programming-with-the-microsoft-kinect-sdk/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Pro Office 365 Development</title>
		<link>http://www.wowebook.be/book/pro-office-365-development/</link>
		<comments>http://www.wowebook.be/book/pro-office-365-development/#comments</comments>
		<pubDate>Fri, 02 Mar 2012 12:02:21 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[SharePoint Designer]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=17543</guid>
		<description><![CDATA[Book Description Pro Office 365 Development is a practical, hands-on guide to building cloud-based solutions using the Office 365 platform. This groundbreaking offering from Microsoft provides enterprise-class collaborative solutions at an affordable price, and this book shows you how to use the Office 365 platform to easily build amazing custom applications, including coding for Excel [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/800183308.jpg" alt="Pro Office 365 Development" width="220" height="220" title="Pro Office 365 Development" /></p>
<h3>Book Description</h3>
<p><em>Pro <a href="http://www.wowebook.be/tag/office/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Office">Office</a> 365 <a href="http://www.wowebook.be/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">Development</a></em> is a practical, hands-on guide to building <a href="http://www.wowebook.be/tag/cloud/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Cloud">cloud</a>-based solutions using the <a href="http://www.wowebook.be/tag/office/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Office">Office</a> 365 platform. This groundbreaking offering from <a href="http://www.wowebook.be/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a> provides enterprise-class collaborative solutions at an affordable price, and this book shows you <a href="http://www.wowebook.be/tag/how-to/" class="st_tag internal_tag" rel="tag" title="Posts tagged with How to">how to</a> use the <a href="http://www.wowebook.be/tag/office/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Office">Office</a> 365 platform to easily build amazing custom applications, including coding for Excel Services, <a href="http://www.wowebook.be/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a> Access, and SharePoint Online.</p>
<p>This book provides everything you’ll need to start developing custom solutions. You&#8217;ll find step-by-step instructions for providing custom features using the <a href="http://www.wowebook.be/tag/cloud/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Cloud">cloud</a>-based services, SharePoint Online, Exchange Online and Lync Online. There are lots of sample programs using Windows Presentation Foundation (<a href="http://www.wowebook.be/tag/wpf/" class="st_tag internal_tag" rel="tag" title="Posts tagged with WPF">WPF</a>), <a href="http://www.wowebook.be/tag/javascript/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JavaScript">JavaScript</a> and <a href="http://www.wowebook.be/tag/silverlight/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Silverlight">Silverlight</a>.</p>
<p>Whether you want to build desktop client applications or browser-only solutions with Microsoft&#8217;s new cloud-based productivity offering, this book will show you <a href="http://www.wowebook.be/tag/how-to/" class="st_tag internal_tag" rel="tag" title="Posts tagged with How to">how to</a> do it.</p>
<ul>
<li>Develop SharePoint solutions, including declarative workflows</li>
<li>Use Access and Excel services to quickly build SharePoint sites</li>
<li>Build content-sensitive collaborative solutions with instant messaging and video conferencing</li>
</ul>
<p><strong>What you’ll learn</strong></p>
<ul>
<li>Configure and administer an enterprise Office 365 account<span id="more-17543"></span></li>
<li>Implement declarative workflows using Visio and SharePoint Designer</li>
<li>Create <a href="http://www.wowebook.be/tag/web/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Web">web</a> databases using Access and SharePoint</li>
<li>Utilize the SharePoint object model in <a href="http://www.wowebook.be/tag/visual-studio/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Visual Studio">Visual Studio</a></li>
<li>Write <a href="http://www.wowebook.be/tag/silverlight/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Silverlight">Silverlight</a> and JScript applications hosted in SharePoint</li>
<li>Build <a href="http://www.wowebook.be/tag/wpf/" class="st_tag internal_tag" rel="tag" title="Posts tagged with WPF">WPF</a> applications to expose Lync and Exchange services</li>
</ul>
<p><strong>Who this book is for</strong><br />
<em>Pro Office 365 <a href="http://www.wowebook.be/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">Development</a></em> is written for programmers who have experience with <a href="http://www.wowebook.be/tag/visual-studio/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Visual Studio">Visual Studio</a> and .NET development and want to take the leap into cloud-based solutions. It is ideal for developers making their first foray into collaborative systems such as SharePoint and Exchange, as no prior experience is required.</p>
<p><strong>Table of Contents</strong></p>
<ol>
<li>Getting Started with Office 365</li>
<li>Using Advanced Features</li>
<li>Office 365 Overview</li>
<li>Customizing SharePoint</li>
<li>Creating Declarative Workflows</li>
<li>Creating Sites with Access 2010</li>
<li>Excel Services</li>
<li>Accessing External Data</li>
<li>Sharepoint Content</li>
<li>Developing SharePoint Applications</li>
<li>Developing Silverlight and <a href="http://www.wowebook.be/tag/javascript/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JavaScript">JavaScript</a> Applications</li>
<li>Developing Exchange Online Solutions</li>
<li>Developing Lync Solutions</li>
<li>Solution Overview</li>
<li>Creating a <a href="http://www.wowebook.be/tag/web/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Web">Web</a> <a href="http://www.wowebook.be/tag/database/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Database">Database</a></li>
<li>Integrating Office365 Technologies</li>
<li>Creating a Public Web Site</li>
<li>SharePoint Primer</li>
<li>Additional Resources</li>
</ol>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 676 pages</li>
<li><strong>Publisher:</strong> Apress (February 2012)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1430240741</li>
<li><strong>ISBN-13:</strong> 978-1430240747</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.be/book/wpf-programmers-reference/" title="WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4" rel="bookmark">WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4</a> <span class="date">(18-03-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/beginning-windows-phone-app-development/" title="Beginning Windows Phone App Development" rel="bookmark">Beginning Windows Phone App Development</a> <span class="date">(01-05-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/sharepoint-2010-development-with-silverlight/" title="SharePoint 2010 Development with Silverlight" rel="bookmark">SharePoint 2010 Development with Silverlight</a> <span class="date">(07-05-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/professional-visual-studio-2008/" title="Professional Visual Studio 2008" rel="bookmark">Professional Visual Studio 2008</a> <span class="date">(20-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/professional-silverlight-4/" title="Professional Silverlight 4" rel="bookmark">Professional Silverlight 4</a> <span class="date">(12-10-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/pro-windows-phone-app-development-2nd-edition/" title="Pro Windows Phone App Development, 2nd Edition" rel="bookmark">Pro Windows Phone App Development, 2nd Edition</a> <span class="date">(16-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/pro-visual-studio-lightswitch-2011-development/" title="Pro Visual Studio LightSwitch 2011 Development" rel="bookmark">Pro Visual Studio LightSwitch 2011 Development</a> <span class="date">(01-05-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/pro-silverlight-4-in-csharp-3rd-edition/" title="Pro Silverlight 4 in C#, 3rd Edition" rel="bookmark">Pro Silverlight 4 in C#, 3rd Edition</a> <span class="date">(03-11-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/pro-sharepoint-2010-solution-development/" title="Pro SharePoint 2010 Solution Development: Combining .NET, SharePoint, and Office" rel="bookmark">Pro SharePoint 2010 Solution Development: Combining .NET, SharePoint, and Office</a> <span class="date">(10-06-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.be/book/pro-expression-blend-4/" title="Pro Expression Blend 4" rel="bookmark">Pro Expression Blend 4</a> <span class="date">(07-02-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.be/book/pro-office-365-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

