
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-37421160-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>


<?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>Books &#187; Mobile &amp; Wireless Computing</title>
	<atom:link href="http://books2013.xp3.biz/?cat=38&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://books2013.xp3.biz</link>
	<description>Computer &#38; Technology Books</description>
	<lastBuildDate>Mon, 21 Jan 2013 13:05:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>Beginning iOS 6 Development: Exploring the iOS SDK [Paperback]</title>
		<link>http://books2013.xp3.biz/?p=468</link>
		<comments>http://books2013.xp3.biz/?p=468#comments</comments>
		<pubDate>Fri, 18 Jan 2013 09:57:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mobile & Wireless Computing]]></category>
		<category><![CDATA[OS]]></category>

		<guid isPermaLink="false">http://books2013.xp3.biz/?p=468</guid>
		<description><![CDATA[Publication Date: January 9, 2013 &#124; ISBN-10: 1430245123 &#124; ISBN-13: 978-1430245124 &#124; Edition: 1 The team that brought you the bestselling Beginning iPhone Development is back again for Beginning iOS 6 Development, bringing this definitive guide up-to-date with Apple&#8217;s latest and greatest iOS 6 SDK, as well as with the latest &#8230; <a href="http://books2013.xp3.biz/?p=468">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<table width="690" border="0">
<tbody>
<tr>
<td scope="col" valign="top" width="550">
<div>Publication Date: January 9, 2013 | ISBN-10: 1430245123 | ISBN-13: 978-1430245124 | Edition: 1</div>
<div>
<div id="outer_postBodyPS">
<div id="postBodyPS">
<p>The team that brought you the bestselling <em>Beginning iPhone Development</em> is back again for <em>Beginning iOS 6 Development</em>, bringing this definitive guide up-to-date with Apple&#8217;s latest and greatest iOS 6 SDK, as well as with the latest version of Xcode.</p>
<p>There&#8217;s coverage of brand new technologies, with chapters on storyboards and iCloud, for example, as well as significant updates to existing chapters to bring them in line with all the changes that came with the iOS 6 SDK. You&#8217;ll have everything you need to create your very own apps for the latest iOS devices, including the iPhone 4S, iPad 2, and the latest iPod touch. Every single sample app in the book has been rebuilt from scratch using latest Xcode and the latest 64-bit iOS 6-specific project templates and designed to take advantage of the latest Xcode features.</p>
<p>Assuming only a minimal working knowledge of Objective-C, and written in a friendly, easy-to-follow style, <em>Beginning iOS 6 Development</em> offers a complete soup-to-nuts course in iPhone, iPad, and iPod touch programming. The book starts with the basics, walking through the process of downloading and installing Xcode and the iOS 6 SDK, and then guides you though the creation of your first simple application.</p>
<p>From there, you’ll learn how to integrate all the interface elements Apple touch users have come to know and love, such as buttons, switches, pickers, toolbars, and sliders. You’ll master a variety of design patterns, from the simplest single view to complex hierarchical drill-downs. The confusing art of table building will be demystified, and you’ll learn how to save your data using the iPhone file system. You’ll also learn how to save and retrieve your data using a variety of persistence techniques, including Core Data and SQLite. And there’s much more! You’ll learn to draw using Quartz 2D and OpenGL ES, add multitouch gestural support (pinches and swipes) to your applications, and work with the camera, photo library, accelerometer, and built-in GPS. You’ll discover the fine points of application preferences and learn how to localize your apps for multiple languages.</p>
<ul>
<li>The iOS 6 update to the bestselling and most recommended book for Cocoa touch developers</li>
<li>Packed full of tricks, techniques, and enthusiasm for the new SDK from a developer perspective</li>
<li>Written in an accessible, easy-to-follow style</li>
</ul>
<h3>What you’ll learn</h3>
<ul>
<li>Everything you need to know to develop your own bestselling iPhone and iPad apps</li>
<li>Best practices for optimizing your code and delivering great user experiences</li>
<li>How to create “universal” apps for both the iPhone and iPad</li>
<li>What is data persistence and why is it important</li>
<li>Get started with building cool, crisp User Interfaces</li>
<li>What and how to use Table Views</li>
<li>How to do graphics with Quartz and OpenGL ES</li>
<li>What geo app development features the new iOS brings to the iPhone</li>
<li>How to get your app in iCloud</li>
<li>And much much more&#8230;</li>
</ul>
<h3>Who this book is for</h3>
<p>Everyone who wants to start developing for iPhone, iPod touch, and iPad!</p>
<p>For the latest source code, please head to www.iphonedevbook.com.</p>
<h3>Table of Contents</h3>
<p>1. Welcome to the Jungle<br />
2. Appeasing the Tiki Gods<br />
3. Handling Basic Interaction<br />
4. More User Interface Fun<br />
5. Autorotation and Autosizing<br />
6. Multiview Applications<br />
7. Tab Bars and Pickers<br />
8. Introduction to Table Views<br />
9. Navigation Controllers and Table Views<br />
10. Storyboards<br />
11. iPad Considerations<br />
12. Application Settings and User Defaults<br />
13. Basic Data Persistence<br />
14. Get Your App in the iCloud<br />
15. Grand Central Dispatch, Background Processing, and You<br />
16. Drawing with Quartz and OpenGL<br />
17. Taps, Touches, and Gestures<br />
18. Where Am I? Finding Your Way with Core Location<br />
19. Whee! Gyro and Accelerometer!<br />
20. iPhone Camera and Photo Library<br />
21. Collection Views<br />
22. Application Localization<br />
23. Appendix:  Where to Next?</p></div>
</div>
</div>
</td>
<th scope="col" align="center" valign="top" width="140"><iframe style="width: 120px; height: 240px;" src="http://rcm.amazon.com/e/cm?t=allelect00-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=1430245123&amp;IS1=1&amp;ref=tf_til&amp;fc1=000000&amp;lt1=_blank&amp;m=amazon&amp;lc1=0020FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" height="240" width="320" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></th>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<div style="border: 2px dashed #f7941d; margin: 5px 0pt; padding: 3px; background: none repeat scroll 0% 0% #fdfad1; font-size: 11px; text-align: left;">
<div align="left">Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [amazon.com or endless.com, as applicable] at the time of purchase will apply to the purchase of this product.</p>
<p>Amazon, the Amazon logo, Endless, and the Endless logo are trademarks of Amazon.com, Inc. or its affiliates.</p>
<p>CERTAIN CONTENT THAT APPEARS<br />
COMES FROM AMAZON SERVICES LLC. THIS CONTENT IS PROVIDED ‘AS IS’ AND IS SUBJECT TO CHANGE OR REMOVAL AT ANY TIME.</p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://books2013.xp3.biz/?feed=rss2&#038;p=468</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programming Android: Java Programming for the New Generation of Mobile Devices [Paperback]</title>
		<link>http://books2013.xp3.biz/?p=456</link>
		<comments>http://books2013.xp3.biz/?p=456#comments</comments>
		<pubDate>Fri, 18 Jan 2013 09:55:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android Devices]]></category>
		<category><![CDATA[Mobile & Wireless Computing]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://books2013.xp3.biz/?p=456</guid>
		<description><![CDATA[Release date: October 19, 2012 &#124; ISBN-10: 1449316646 &#124; ISBN-13: 978-1449316648 &#124; Edition: Second Edition Get thoroughly up to speed on Android programming, and learn how to create up-to-date user experiences for both handsets and tablets. With this book’s extensively revised second edition, you’ll focus on Android &#8230; <a href="http://books2013.xp3.biz/?p=456">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<table width="690" border="0">
<tbody>
<tr>
<td scope="col" valign="top" width="550">
<div>
<div>Release date: October 19, 2012 | ISBN-10: 1449316646 | ISBN-13: 978-1449316648 | Edition: Second Edition</div>
<div>
<div id="outer_postBodyPS">
<div id="postBodyPS">
<p>Get thoroughly up to speed on Android programming, and learn how to create up-to-date user experiences for both handsets and tablets. With this book’s extensively revised second edition, you’ll focus on Android tools and programming essentials, including best practices for using Android 4 APIs. If you’re experienced with Java or Objective-C, you’ll gain the knowledge necessary for building well-engineered applications.</p>
<p><i>Programming Android</i> is organized into four parts:</p>
<ul>
<li><b>Part One</b> helps programmers with some Java or iOS experience get off to a fast start with the Android SDK and Android programming basics.</li>
<li><b>Part Two</b> delves into the Android framework, focusing on user interface and graphics class hierarchies, concurrency, and databases. It’s a solid foundation for understanding of how the most important parts of an Android application work.</li>
<li><b>Part Three</b> features code skeletons and patterns for accelerating the development of apps that use web data and Android 4 user interface conventions and APIs.</li>
<li><b>Part Four</b> delivers practical coverage of Android’s multimedia, search, location, sensor, and account APIs, plus the Native Development Kit, enabling developers to add advanced capabilities.</li>
</ul>
<p>This updated edition of <i>Programming Android</i> focuses on the knowledge and developer priorities that are essential for successful Android development projects.</p>
</div>
</div>
</div>
</div>
<div>
<div id="outer_postBodyPS">
<div id="postBodyPS">
<div>
<div>
What was, what will be, and what is,</p>
<p>may yet fall under the Shadow.</p>
<p><em>Let the Dragon ride again on the winds of time.</em></p>
</div>
</div>
</div>
</div>
</div>
</td>
<th scope="col" align="center" valign="top" width="140"><iframe style="width: 120px; height: 240px;" src="http://rcm.amazon.com/e/cm?t=allelect00-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=1449316646&amp;IS1=1&amp;ref=tf_til&amp;fc1=000000&amp;lt1=_blank&amp;m=amazon&amp;lc1=0020FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" height="240" width="320" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></th>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<div style="border: 2px dashed #f7941d; margin: 5px 0pt; padding: 3px; background: none repeat scroll 0% 0% #fdfad1; font-size: 11px; text-align: left;">
<div align="left">Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [amazon.com or endless.com, as applicable] at the time of purchase will apply to the purchase of this product.</p>
<p>Amazon, the Amazon logo, Endless, and the Endless logo are trademarks of Amazon.com, Inc. or its affiliates.</p>
<p>CERTAIN CONTENT THAT APPEARS<br />
COMES FROM AMAZON SERVICES LLC. THIS CONTENT IS PROVIDED ‘AS IS’ AND IS SUBJECT TO CHANGE OR REMOVAL AT ANY TIME.</p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://books2013.xp3.biz/?feed=rss2&#038;p=456</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nexus 7 For Dummies (Google Tablet) [Paperback]</title>
		<link>http://books2013.xp3.biz/?p=448</link>
		<comments>http://books2013.xp3.biz/?p=448#comments</comments>
		<pubDate>Fri, 18 Jan 2013 09:54:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mobile & Wireless Computing]]></category>

		<guid isPermaLink="false">http://books2013.xp3.biz/?p=448</guid>
		<description><![CDATA[Publication Date: October 30, 2012 &#124; ISBN-10: 1118508734 &#124; ISBN-13: 978-1118508732 &#124; Edition: 1 Friendly advice on leveraging the power of the new Nexus 7 Google tablet! The arrival of the new Nexus 7 Google tablet is eagerly awaited, thanks to its cutting-edge software, top-notch hardware, unprecedented &#8230; <a href="http://books2013.xp3.biz/?p=448">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<table width="690" border="0">
<tbody>
<tr>
<td scope="col" valign="top" width="550">
<div>Publication Date: October 30, 2012 | ISBN-10: 1118508734 | ISBN-13: 978-1118508732 | Edition: 1</div>
<div>
<div id="outer_postBodyPS">
<div id="postBodyPS">
<p><b>Friendly advice on leveraging the power of the new Nexus 7 Google tablet!</b></p>
<p>The arrival of the new Nexus 7 Google tablet is eagerly awaited, thanks to its cutting-edge software, top-notch hardware, unprecedented abilities, and nine-hour battery life. This easy-to-understand, engaging guide covers everything you need to know about this amazing Android tablet. Bestselling Dummies author Dan Gookin uses his friendly writing style to deliver clear instructions for setting up, navigating, and using the device. You&#8217;ll learn to use all your favorite Google applications that come loaded on the device, personalize it, and much more.</p>
<ul>
<li>Walks you through the touchscreen, wireless access, and software updates</li>
<li>Demonstrates how to download, shop for, and fill your Nexus 7 with movies, e-books, games, and music</li>
<li>Helps you keep on top of your schedule and appointments and pursue your interests and hobbies with the latest apps and websites</li>
<li>Offers guidance on using your device to navigate from here to there and stay connected with friends and family while you&#8217;re away</li>
</ul>
<p><i>Nexus 7 For Dummies</i> is an essential companion to your other new companion: the Nexus 7!</p>
</div>
</div>
</div>
</td>
<th scope="col" align="center" valign="top" width="140"><iframe style="width: 120px; height: 240px;" src="http://rcm.amazon.com/e/cm?t=allelect00-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=1118508734&amp;IS1=1&amp;ref=tf_til&amp;fc1=000000&amp;lt1=_blank&amp;m=amazon&amp;lc1=0020FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" height="240" width="320" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></th>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<div style="border: 2px dashed #f7941d; margin: 5px 0pt; padding: 3px; background: none repeat scroll 0% 0% #fdfad1; font-size: 11px; text-align: left;">
<div align="left">Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [amazon.com or endless.com, as applicable] at the time of purchase will apply to the purchase of this product.</p>
<p>Amazon, the Amazon logo, Endless, and the Endless logo are trademarks of Amazon.com, Inc. or its affiliates.</p>
<p>CERTAIN CONTENT THAT APPEARS<br />
COMES FROM AMAZON SERVICES LLC. THIS CONTENT IS PROVIDED ‘AS IS’ AND IS SUBJECT TO CHANGE OR REMOVAL AT ANY TIME.</p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://books2013.xp3.biz/?feed=rss2&#038;p=448</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPad for Seniors: Get Started Quickly with the User Friendly iPad (Computer Books for Seniors series) [Paperback]</title>
		<link>http://books2013.xp3.biz/?p=433</link>
		<comments>http://books2013.xp3.biz/?p=433#comments</comments>
		<pubDate>Fri, 18 Jan 2013 09:52:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[Mobile & Wireless Computing]]></category>

		<guid isPermaLink="false">http://books2013.xp3.biz/?p=433</guid>
		<description><![CDATA[Publication Date: January 16, 2012 &#124; Series: Computer Books for Seniors series Getting the most out of the iPad is made easy with this thorough guide. These portable, multimedia devices have endless capabilities, and this book includes a quick reference, tips and tricks, &#8230; <a href="http://books2013.xp3.biz/?p=433">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<table width="690" border="0">
<tbody>
<tr>
<td scope="col" valign="top" width="550">
<div>Publication Date: January 16, 2012 | Series: Computer Books for Seniors series</div>
<div>
<div id="outer_postBodyPS">
<div id="postBodyPS">Getting the most out of the iPad is made easy with this thorough guide. These portable, multimedia devices have endless capabilities, and this book includes a quick reference, tips and tricks, and a troubleshooting guide, providing the basics for seniors who want to get started using their iPad. Each chapter is broken down into small, concise, step-by-step instructions that can be followed at any pace. The guide goes on to explain how to use the device to access the internet, write e-mails, jot down notes, maintain a calendar or agenda, view photos and videos, and listen to music. It also instructs how to use the App Store, where other interesting applications can be downloaded free of charge or for a small fee. With large-print type and an extensive index, this is the best resource for seniors looking to learn all about their iPad. This book is suitable for iPad 2, the new iPad (third and fourth generation) and iPad Mini.</div>
</div>
</div>
</td>
<th scope="col" align="center" valign="top" width="140"><iframe style="width: 120px; height: 240px;" src="http://rcm.amazon.com/e/cm?t=allelect00-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=9059051084&amp;IS1=1&amp;ref=tf_til&amp;fc1=000000&amp;lt1=_blank&amp;m=amazon&amp;lc1=0020FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" height="240" width="320" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></th>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<div style="border: 2px dashed #f7941d; margin: 5px 0pt; padding: 3px; background: none repeat scroll 0% 0% #fdfad1; font-size: 11px; text-align: left;">
<div align="left">Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [amazon.com or endless.com, as applicable] at the time of purchase will apply to the purchase of this product.</p>
<p>Amazon, the Amazon logo, Endless, and the Endless logo are trademarks of Amazon.com, Inc. or its affiliates.</p>
<p>CERTAIN CONTENT THAT APPEARS<br />
COMES FROM AMAZON SERVICES LLC. THIS CONTENT IS PROVIDED ‘AS IS’ AND IS SUBJECT TO CHANGE OR REMOVAL AT ANY TIME.</p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://books2013.xp3.biz/?feed=rss2&#038;p=433</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iOS Hacker&#8217;s Handbook [Paperback] Dino Dai Zovi (Author)</title>
		<link>http://books2013.xp3.biz/?p=411</link>
		<comments>http://books2013.xp3.biz/?p=411#comments</comments>
		<pubDate>Fri, 18 Jan 2013 09:49:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[Mobile & Wireless Computing]]></category>

		<guid isPermaLink="false">http://books2013.xp3.biz/?p=411</guid>
		<description><![CDATA[Publication Date: May 8, 2012 &#124; ISBN-10: 1118204123 &#124; ISBN-13: 978-1118204122 &#124; Edition: 1 Discover all the security risks and exploits that can threaten iOS-based mobile devicesiOS is Apple&#8217;s mobile operating system for the iPhone and iPad. With the introduction of iOS5, many security issues have come &#8230; <a href="http://books2013.xp3.biz/?p=411">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<table width="690" border="0">
<tbody>
<tr>
<td scope="col" valign="top" width="550">
<div>Publication Date: May 8, 2012 | ISBN-10: 1118204123 | ISBN-13: 978-1118204122 | Edition: 1</div>
<div>
<div id="outer_postBodyPS">
<div id="postBodyPS"><b>Discover all the security risks and exploits that can threaten iOS-based mobile devices</b>iOS is Apple&#8217;s mobile operating system for the iPhone and iPad. With the introduction of iOS5, many security issues have come to light. This book explains and discusses them all. The award-winning author team, experts in Mac and iOS security, examines the vulnerabilities and the internals of iOS to show how attacks can be mitigated. The book explains how the operating system works, its overall security architecture, and the security risks associated with it, as well as exploits, rootkits, and other payloads developed for it.</p>
<ul>
<li>Covers iOS security architecture, vulnerability hunting, exploit writing, and how iOS jailbreaks work</li>
<li>Explores iOS enterprise and encryption, code signing and memory protection, sandboxing, iPhone fuzzing, exploitation, ROP payloads, and baseband attacks</li>
<li>Also examines kernel debugging and exploitation</li>
<li>Companion website includes source code and tools to facilitate your efforts</li>
</ul>
<p><i>iOS Hacker&#8217;s Handbook</i> arms you with the tools needed to identify, understand, and foil iOS attacks.</p>
</div>
</div>
</div>
</td>
<th scope="col" align="center" valign="top" width="140"><iframe style="width: 120px; height: 240px;" src="http://rcm.amazon.com/e/cm?t=allelect00-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=1118204123&amp;IS1=1&amp;ref=tf_til&amp;fc1=000000&amp;lt1=_blank&amp;m=amazon&amp;lc1=0020FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" height="240" width="320" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></th>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<div style="border: 2px dashed #f7941d; margin: 5px 0pt; padding: 3px; background: none repeat scroll 0% 0% #fdfad1; font-size: 11px; text-align: left;">
<div align="left">Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [amazon.com or endless.com, as applicable] at the time of purchase will apply to the purchase of this product.</p>
<p>Amazon, the Amazon logo, Endless, and the Endless logo are trademarks of Amazon.com, Inc. or its affiliates.</p>
<p>CERTAIN CONTENT THAT APPEARS<br />
COMES FROM AMAZON SERVICES LLC. THIS CONTENT IS PROVIDED ‘AS IS’ AND IS SUBJECT TO CHANGE OR REMOVAL AT ANY TIME.</p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://books2013.xp3.biz/?feed=rss2&#038;p=411</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
