<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" xml:lang="en" xml:base="http://programmingzen.com/wp-atom.php">
	<title type="text">Zen and the Art of Programming</title>
	<subtitle type="text">Meditations on programming, startups, and technology</subtitle>

	<updated>2012-05-09T07:52:58Z</updated>

	<link rel="alternate" type="text/html" href="http://programmingzen.com" />
	<id>http://programmingzen.com/feed/atom/</id>
	

	<generator uri="http://wordpress.org/">WordPress</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/ZenAndTheArtOfRubyProgramming" /><feedburner:info uri="zenandtheartofrubyprogramming" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry>
		<author>
			<name>Antonio Cangiano</name>
						<uri>http://antoniocangiano.com</uri>
					</author>
		<title type="html"><![CDATA[New Release of the Ruby Driver and Rails Adapter for DB2]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ZenAndTheArtOfRubyProgramming/~3/koLHLk0oH2M/" />
		<id>http://programmingzen.com/?p=1466</id>
		<updated>2012-05-09T07:52:58Z</updated>
		<published>2012-05-09T07:45:23Z</published>
		<category scheme="http://programmingzen.com" term="DB2" /><category scheme="http://programmingzen.com" term="Ruby" /><category scheme="http://programmingzen.com" term="Ruby on Rails" />		<summary type="html"><![CDATA[The API team at IBM recently released a new update for the ibm_db gem, which includes both the Ruby driver and the Rails adapter for DB2 (and Informix). This coincides with the release of the latest major upgrade to DB2 LUW (Linux/Unix/Windows), which is now up to version 10.1. ibm_db 2.5.10 adds support for Rails [...]
Possibly related posts:<ol>
<li><a href='http://programmingzen.com/2009/09/03/installing-the-ruby-driver-for-db2-on-mac-os-x-snow-leopard/' rel='bookmark' title='Installing the Ruby driver for DB2 on Mac OS X Snow Leopard'>Installing the Ruby driver for DB2 on Mac OS X Snow Leopard</a></li>
<li><a href='http://programmingzen.com/2011/05/11/installing-ruby-on-rails-and-db2-on-ubuntu-11-04/' rel='bookmark' title='Installing Ruby on Rails and DB2 on Ubuntu 11.04'>Installing Ruby on Rails and DB2 on Ubuntu 11.04</a></li>
<li><a href='http://programmingzen.com/2010/01/21/db2-support-for-rubyrails-turns-2-0/' rel='bookmark' title='DB2 support for Ruby/Rails turns 2.0'>DB2 support for Ruby/Rails turns 2.0</a></li>
</ol>]]></summary>
		<content type="html" xml:base="http://programmingzen.com/2012/05/09/new-release-of-the-ruby-driver-and-rails-adapter-for-db2/">&lt;p&gt;The API team at IBM recently released a new update for the &lt;a href="http://rubygems.org/gems/ibm_db"&gt;ibm_db gem&lt;/a&gt;, which includes both the Ruby driver and the Rails adapter for &lt;a href="http://db2express.com/download/?S_TACT=ACDB201"&gt;DB2&lt;/a&gt; (and Informix). This coincides with the release of the latest major upgrade to DB2 LUW (Linux/Unix/Windows), which is now up to version 10.1.&lt;/p&gt;
&lt;p&gt;ibm_db 2.5.10 adds support for Rails 3.2 and fixes a few minor bugs that have been reported by the community. New features such as Time Travel Queries are supported seamlessly.&lt;/p&gt;
&lt;p&gt;The biggest news is the simplified installation process. You now only need to set the DB2&amp;#8242;s instance user home, and the gem installation process will take care of determining both which architecture (e.g., 32 vs 64 bit) and libraries to use.&lt;/p&gt;
&lt;p&gt;All it really takes now to install ibm_db on a Linux/Unix/Mac box is something along the lines of:&lt;/p&gt;
&lt;pre class="highlight"&gt;$ sudo -s
$ export IBM_DB_HOME=/home/db2inst1/sqllib
$ gem install ibm_db&lt;/pre&gt;
&lt;p&gt;Windows users don&amp;#8217;t even have to worry about setting up the home directory. It will work both on Windows 32 and 64 bit systems, but unlike with *nix systems, Ruby and ibm_db will run in 32 bit mode only.&lt;/p&gt;
&lt;p&gt;To try out DB2 with Ruby/Rails, I recommend you download and install &lt;a href="http://db2express.com/download/?S_TACT=ACDB201"&gt;DB2 Express-C&lt;/a&gt; for free.&lt;/p&gt;
&lt;p&gt;Possibly related posts:&lt;ol&gt;
&lt;li&gt;&lt;a href='http://programmingzen.com/2009/09/03/installing-the-ruby-driver-for-db2-on-mac-os-x-snow-leopard/' rel='bookmark' title='Installing the Ruby driver for DB2 on Mac OS X Snow Leopard'&gt;Installing the Ruby driver for DB2 on Mac OS X Snow Leopard&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://programmingzen.com/2011/05/11/installing-ruby-on-rails-and-db2-on-ubuntu-11-04/' rel='bookmark' title='Installing Ruby on Rails and DB2 on Ubuntu 11.04'&gt;Installing Ruby on Rails and DB2 on Ubuntu 11.04&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://programmingzen.com/2010/01/21/db2-support-for-rubyrails-turns-2-0/' rel='bookmark' title='DB2 support for Ruby/Rails turns 2.0'&gt;DB2 support for Ruby/Rails turns 2.0&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=koLHLk0oH2M:lnNugOGfSlU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=koLHLk0oH2M:lnNugOGfSlU:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?i=koLHLk0oH2M:lnNugOGfSlU:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=koLHLk0oH2M:lnNugOGfSlU:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?i=koLHLk0oH2M:lnNugOGfSlU:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=koLHLk0oH2M:lnNugOGfSlU:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=koLHLk0oH2M:lnNugOGfSlU:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=koLHLk0oH2M:lnNugOGfSlU:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?i=koLHLk0oH2M:lnNugOGfSlU:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ZenAndTheArtOfRubyProgramming/~4/koLHLk0oH2M" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://programmingzen.com/2012/05/09/new-release-of-the-ruby-driver-and-rails-adapter-for-db2/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://programmingzen.com/2012/05/09/new-release-of-the-ruby-driver-and-rails-adapter-for-db2/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://programmingzen.com/2012/05/09/new-release-of-the-ruby-driver-and-rails-adapter-for-db2/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Antonio Cangiano</name>
						<uri>http://antoniocangiano.com</uri>
					</author>
		<title type="html"><![CDATA[RubyMotion brings serious Ruby development to the iOS world]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ZenAndTheArtOfRubyProgramming/~3/ztBZlR0nxYM/" />
		<id>http://programmingzen.com/?p=1463</id>
		<updated>2012-05-03T17:04:47Z</updated>
		<published>2012-05-03T16:40:09Z</published>
		<category scheme="http://programmingzen.com" term="Cocoa and Objective-C" /><category scheme="http://programmingzen.com" term="iOS Development" /><category scheme="http://programmingzen.com" term="Ruby" />		<summary type="html"><![CDATA[For the past several months I&#8217;ve been involved with, but unable to publicly discuss, an exciting project called RubyMotion. My friend Laurent Sansonetti, creator of MacRuby, has now officially launched a serious alternative to Objective-C for iPhone and iPad development. RubyMotion is not a bridge; it actually generates native applications that are as fast as the [...]
Possibly related posts:<ol>
<li><a href='http://programmingzen.com/2008/04/20/is-the-enteprise-world-rails-ready/' rel='bookmark' title='Is the Enterprise world Rails ready?'>Is the Enterprise world Rails ready?</a></li>
<li><a href='http://programmingzen.com/2010/06/17/would-you-use-a-mac-mini-as-your-development-machine/' rel='bookmark' title='Would you use a Mac mini as your development machine?'>Would you use a Mac mini as your development machine?</a></li>
<li><a href='http://programmingzen.com/2011/09/20/mobile-development-marketshare/' rel='bookmark' title='Mobile Development Marketshare Among Hacker News&#8217; Participants'>Mobile Development Marketshare Among Hacker News&#8217; Participants</a></li>
</ol>]]></summary>
		<content type="html" xml:base="http://programmingzen.com/2012/05/03/rubymotion-brings-serious-ruby-development-to-the-ios-world/">&lt;p&gt;For the past several months I&amp;#8217;ve been &lt;a href="http://www.rubymotion.com/about/"&gt;involved&lt;/a&gt; with, but unable to publicly discuss, an exciting project called &lt;a href="http://www.rubymotion.com/"&gt;RubyMotion&lt;/a&gt;. My friend Laurent Sansonetti, creator of MacRuby, has now officially launched a serious alternative to Objective-C for iPhone and iPad development.&lt;/p&gt;
&lt;p&gt;RubyMotion is not a bridge; it actually generates native applications that are as fast as the ones written in Objective-C . You can check out &lt;a href="http://arstechnica.com/business/news/2012/05/exclusive-building-ruby-ios-applications-with-rubymotion.ars"&gt;Ars Technica&amp;#8217;s exclusive article&lt;/a&gt; for more details on the project and watch the Pragmatic Studio&amp;#8217;s 50 minute &lt;a href="http://pragmaticstudio.com/screencasts/rubymotion"&gt;free screencast&lt;/a&gt; about it to get a better idea of how RubyMotion works in practice.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.rubymotion.com/"&gt;&lt;img style="display: block; margin-left: auto; margin-right: auto;" title="rubymotion.png" src="http://programmingzen.com/wp-content/uploads/2012/05/rubymotion.png" alt="RubyMotion" width="600" height="367" border="0" /&gt;&lt;/a&gt;For a limited time you can buy RubyMotion at an &lt;a href="http://sites.fastspring.com/hipbyte/product/rubymotion"&gt;early bird discount&lt;/a&gt; rate of 25% off. It&amp;#8217;s such a productive and affordable solution, that I&amp;#8217;m sure it will quickly become popular among Ruby developers who are interested in iOS development and testing, as well as among existing iOS developers.&lt;/p&gt;
&lt;p&gt;Many of the questions you may have can likely be found in the &lt;a href="http://www.rubymotion.com/support/#faq"&gt;FAQ&lt;/a&gt; section, but feel free to ask any additional questions here. Enjoy it.&lt;/p&gt;
&lt;p&gt;Possibly related posts:&lt;ol&gt;
&lt;li&gt;&lt;a href='http://programmingzen.com/2008/04/20/is-the-enteprise-world-rails-ready/' rel='bookmark' title='Is the Enterprise world Rails ready?'&gt;Is the Enterprise world Rails ready?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://programmingzen.com/2010/06/17/would-you-use-a-mac-mini-as-your-development-machine/' rel='bookmark' title='Would you use a Mac mini as your development machine?'&gt;Would you use a Mac mini as your development machine?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://programmingzen.com/2011/09/20/mobile-development-marketshare/' rel='bookmark' title='Mobile Development Marketshare Among Hacker News&amp;#8217; Participants'&gt;Mobile Development Marketshare Among Hacker News&amp;#8217; Participants&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=ztBZlR0nxYM:e1SGd846gzU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=ztBZlR0nxYM:e1SGd846gzU:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?i=ztBZlR0nxYM:e1SGd846gzU:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=ztBZlR0nxYM:e1SGd846gzU:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?i=ztBZlR0nxYM:e1SGd846gzU:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=ztBZlR0nxYM:e1SGd846gzU:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=ztBZlR0nxYM:e1SGd846gzU:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=ztBZlR0nxYM:e1SGd846gzU:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?i=ztBZlR0nxYM:e1SGd846gzU:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ZenAndTheArtOfRubyProgramming/~4/ztBZlR0nxYM" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://programmingzen.com/2012/05/03/rubymotion-brings-serious-ruby-development-to-the-ios-world/#comments" thr:count="10" />
		<link rel="replies" type="application/atom+xml" href="http://programmingzen.com/2012/05/03/rubymotion-brings-serious-ruby-development-to-the-ios-world/feed/atom/" thr:count="10" />
		<thr:total>10</thr:total>
	<feedburner:origLink>http://programmingzen.com/2012/05/03/rubymotion-brings-serious-ruby-development-to-the-ios-world/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Antonio Cangiano</name>
						<uri>http://antoniocangiano.com</uri>
					</author>
		<title type="html"><![CDATA[DB2 Express-C 10 is now out]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ZenAndTheArtOfRubyProgramming/~3/jmQdCy3HBz0/" />
		<id>http://programmingzen.com/?p=1461</id>
		<updated>2012-05-03T17:19:34Z</updated>
		<published>2012-05-02T16:31:59Z</published>
		<category scheme="http://programmingzen.com" term="DB2" /><category scheme="http://programmingzen.com" term="Industry News" /><category scheme="http://programmingzen.com" term="IT Business" />		<summary type="html"><![CDATA[IBM has just released version 10.1 of DB2 Express-C for Linux, Unix, and Windows. This is a major upgrade that boasts a number of additions and improvements. The already excellent performance has been improved further (including XML performance), and the free edition now takes advantage of up to 4 GB of RAM (but you can [...]
Possibly related posts:<ol>
<li><a href='http://programmingzen.com/2011/11/21/download-db2-express-c-9-7-5/' rel='bookmark' title='Download DB2 Express-C 9.7.5'>Download DB2 Express-C 9.7.5</a></li>
<li><a href='http://programmingzen.com/2011/05/09/download-db2-express-c-9-7-4/' rel='bookmark' title='Download DB2 Express-C 9.7.4'>Download DB2 Express-C 9.7.4</a></li>
<li><a href='http://programmingzen.com/2009/09/10/installing-and-configuring-db2-express-c-9-7-on-ubuntu-9-04-server/' rel='bookmark' title='Installing and configuring DB2 Express-C 9.7 on Ubuntu 9.04 Server'>Installing and configuring DB2 Express-C 9.7 on Ubuntu 9.04 Server</a></li>
</ol>]]></summary>
		<content type="html" xml:base="http://programmingzen.com/2012/05/02/db2-express-c-10-is-now-out/">&lt;p&gt;IBM has just released version 10.1 of &lt;a href="http://db2express.com/download/?S_TACT=ACDB201"&gt;DB2 Express-C&lt;/a&gt; for Linux, Unix, and Windows. This is a major upgrade that boasts a number of additions and improvements.&lt;/p&gt;
&lt;p&gt;The already excellent performance has been improved further (including XML performance), and the free edition now takes advantage of up to 4 GB of RAM (but you can have as much RAM on the server as you wish). As usual, there are no limits on database size, number of users, etc — unlike other free versions of commercial databases that are offered by Microsoft and Oracle.&lt;/p&gt;
&lt;div align="center"&gt;
&lt;table style="text-align: left; width: 620px;" border="2" cellspacing="2" cellpadding="2"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="font-weight: bold; background-color: #ffff00;"&gt;FEATURE&lt;/td&gt;
&lt;td style="font-weight: bold; text-align: center; background-color: #ffff00;"&gt;DB2 Express-C 10.1&lt;/td&gt;
&lt;td style="font-weight: bold; text-align: center; background-color: #ffff00;"&gt;SQL Server 2012 Express&lt;/td&gt;
&lt;td style="font-weight: bold; text-align: center; background-color: #ffff00;"&gt;Oracle 11g Express Edition&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span style="font-weight: bold;"&gt;Max CPUs&lt;/span&gt;&lt;/td&gt;
&lt;td style="text-align: center;"&gt;1 (Up to 2 Cores)&lt;/td&gt;
&lt;td style="background-color: #33cc00; text-align: center;"&gt;&lt;strong&gt;1 (Up to 4 Cores)&lt;strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align: center;"&gt;1&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span style="font-weight: bold;"&gt;Max RAM&lt;/span&gt;&lt;/td&gt;
&lt;td style="background-color: #33cc00; text-align: center;"&gt;&lt;strong&gt;4 GB&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align: center;"&gt;1 GB&lt;/td&gt;
&lt;td style="text-align: center;"&gt;1 GB&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span style="font-weight: bold;"&gt;Max DB Size&lt;/span&gt;&lt;/td&gt;
&lt;td style="background-color: #33cc00; text-align: center;"&gt;&lt;strong&gt;Unlimited&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align: center;"&gt;10 GB&lt;/td&gt;
&lt;td style="text-align: center;"&gt;11 GB&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span style="font-weight: bold;"&gt;32/64 bit&lt;/span&gt;&lt;/td&gt;
&lt;td style="background-color: #33cc00; text-align: center;"&gt;&lt;strong&gt;32/64 bit&lt;/strong&gt;&lt;/td&gt;
&lt;td style="background-color: #33cc00; text-align: center;"&gt;&lt;strong&gt;32/64 bit&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align: center;"&gt;32 bit&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span style="font-weight: bold;"&gt;Supported OS&lt;/span&gt;&lt;/td&gt;
&lt;td style="background-color: #33cc00; text-align: center;"&gt;&lt;strong&gt;Windows/Linux/Unix &amp;amp; Mac*&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align: center;"&gt;Windows only&lt;/td&gt;
&lt;td style="text-align: center;"&gt;Windows/Linux only&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p&gt;By buying a completely &lt;a href="http://www-01.ibm.com/software/data/db2/express/support.html"&gt;optional subscription for $2,150 a year&lt;/a&gt;, DB2 Express-C FTL (Fixed Term License) will use up to 8 GB of memory, 4 cores (as opposed to the 2 cores used by the free edition), adds 24/7 support, and a bunch of high-end features such as HADR (High-Availability and Disaster Recovery), row, column, and label access control, etcetera.&lt;/p&gt;
&lt;p&gt;Among the numerous new features present within the free edition, you&amp;#8217;ll find:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Support for historical reporting through Time Travel Query. In a nutshell, this cool new feature allows you to query the database at the state it was in at a given time or within a given period in the past.&lt;/li&gt;
&lt;li&gt;Compatibility with Oracle is now up to 98%, which means that you can easily switch most applications without running into any headaches.&lt;/li&gt;
&lt;li&gt;Support for SPARQL and RDF has also been baked in, allowing DB2 to act as a NoSQL storage solution.&lt;/li&gt;
&lt;li&gt;Control Center has been discontinued in favor of the much more powerful IBM Data Studio.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can read a detailed list of what&amp;#8217;s new in &lt;a href="http://www.ibm.com/developerworks/data/library/techarticle/dm-1204db2expressc/index.html"&gt;Leon Katsnelson&amp;#8217;s article&lt;/a&gt; on developerWorks.&lt;/p&gt;
&lt;p&gt;Before you ask, no DB2 Express-C 10.1 is not currently available for Mac OS X. (That&amp;#8217;s why you see an * in the table above.) However, Mac users who reported issues with Lion, will be happy to know that a recent version aimed at addressing such issues has been released as well. It&amp;#8217;s still DB2 Express-C 9.5.2, but it&amp;#8217;s an out-of-beta release that should make things much smoother.&lt;/p&gt;
&lt;p&gt;If you&amp;#8217;d like to learn more about DB2, I invite you to check out the courses available for free on &lt;a href="http://bigdatauniversity.com/courses/"&gt;Big Data University&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://db2express.com/download/?S_TACT=ACDB201"&gt;Download DB2 Express-C&lt;/a&gt; for your OS now and give it a shot. Alternatively or in addition, you can also try DB2 Express-C&lt;a href="http://www.c3octeam.com/2012/05/getting-started-with-db2-express-c-101.html"&gt; in the cloud through RightScale&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Possibly related posts:&lt;ol&gt;
&lt;li&gt;&lt;a href='http://programmingzen.com/2011/11/21/download-db2-express-c-9-7-5/' rel='bookmark' title='Download DB2 Express-C 9.7.5'&gt;Download DB2 Express-C 9.7.5&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://programmingzen.com/2011/05/09/download-db2-express-c-9-7-4/' rel='bookmark' title='Download DB2 Express-C 9.7.4'&gt;Download DB2 Express-C 9.7.4&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://programmingzen.com/2009/09/10/installing-and-configuring-db2-express-c-9-7-on-ubuntu-9-04-server/' rel='bookmark' title='Installing and configuring DB2 Express-C 9.7 on Ubuntu 9.04 Server'&gt;Installing and configuring DB2 Express-C 9.7 on Ubuntu 9.04 Server&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=jmQdCy3HBz0:mv1F_URcLnQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=jmQdCy3HBz0:mv1F_URcLnQ:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?i=jmQdCy3HBz0:mv1F_URcLnQ:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=jmQdCy3HBz0:mv1F_URcLnQ:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?i=jmQdCy3HBz0:mv1F_URcLnQ:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=jmQdCy3HBz0:mv1F_URcLnQ:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=jmQdCy3HBz0:mv1F_URcLnQ:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=jmQdCy3HBz0:mv1F_URcLnQ:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?i=jmQdCy3HBz0:mv1F_URcLnQ:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ZenAndTheArtOfRubyProgramming/~4/jmQdCy3HBz0" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://programmingzen.com/2012/05/02/db2-express-c-10-is-now-out/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://programmingzen.com/2012/05/02/db2-express-c-10-is-now-out/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://programmingzen.com/2012/05/02/db2-express-c-10-is-now-out/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Antonio Cangiano</name>
						<uri>http://antoniocangiano.com</uri>
					</author>
		<title type="html"><![CDATA[Discount coupon for the Rails Tutorial (2nd Edition)]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ZenAndTheArtOfRubyProgramming/~3/jI1VSndikGk/" />
		<id>http://programmingzen.com/?p=1459</id>
		<updated>2012-04-24T14:28:22Z</updated>
		<published>2012-04-24T14:28:18Z</published>
		<category scheme="http://programmingzen.com" term="Ruby on Rails" /><category scheme="http://programmingzen.com" term="Screencasts" />		<summary type="html"><![CDATA[Contrary to what you may have been led to believe, learning Rails from scratch can be challenging. The framework and surrounding ecosystem have evolved so much that the experience of getting started now in 2012 is far more daunting than the one we early adopters encountered back in 2004 or 2005. Yes, things are more [...]
Possibly related posts:<ol>
<li><a href='http://programmingzen.com/2008/04/24/agile-web-development-with-rails-third-edition/' rel='bookmark' title='Agile Web Development with Rails, Third Edition'>Agile Web Development with Rails, Third Edition</a></li>
<li><a href='http://programmingzen.com/2011/03/09/interview-with-michael-hartl-author-of-the-rails-3-tutorial/' rel='bookmark' title='Interview with Michael Hartl, author of the Rails 3 Tutorial'>Interview with Michael Hartl, author of the Rails 3 Tutorial</a></li>
<li><a href='http://programmingzen.com/2009/11/20/setup-ruby-enterprise-edition-nginx-and-passenger-aka-mod_rails-on-ubuntu/' rel='bookmark' title='Setup Ruby Enterprise Edition, nginx and Passenger (aka mod_rails) on Ubuntu'>Setup Ruby Enterprise Edition, nginx and Passenger (aka mod_rails) on Ubuntu</a></li>
</ol>]]></summary>
		<content type="html" xml:base="http://programmingzen.com/2012/04/24/discount-coupon-for-the-rails-tutorial-2nd-edition/">&lt;p&gt;&lt;img style="float: right;" title="RailsTutorial.png" src="http://programmingzen.com/wp-content/uploads/2012/04/RailsTutorial.png" alt="Rails Tutorial" width="206" height="200" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;Contrary to what you may have been led to believe, learning Rails from scratch can be challenging.&lt;/p&gt;
&lt;p&gt;The framework and surrounding ecosystem have evolved so much that the experience of getting started now in 2012 is far more daunting than the one we early adopters encountered back in 2004 or 2005. Yes, things are more polished in many regards, but there are also so many more choices to be made.&lt;/p&gt;
&lt;p&gt;What login library among the many options available should you go with? What testing framework should you use? What application server? These are just a few of the questions a beginner may ask. To complicate things further, not all gems and plugins that were in vogue earlier on have been maintained over the years.&lt;/p&gt;
&lt;p&gt;When mentoring people who are new to Rails, I&amp;#8217;ve had a lot of success with the &lt;a href="http://zfer.us/hUnNL"&gt;Rails Tutorial&lt;/a&gt; (the PDF and screencasts) by Michael Hartl. My interns at IBM have absolutely loved it and have always been able to make major progress as far as their Rails knowledge goes in a matter of weeks.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;ve shared my enthusiasm for this guide before, as it gets your feet wet right away thanks to its highly practical, example-based approach that doesn’t skimp too on much the &amp;#8220;why&amp;#8221; aspect of things. (It&amp;#8217;s great when used in association with the &lt;a href="http://guides.rubyonrails.org/"&gt;official guides&lt;/a&gt;.)&lt;/p&gt;
&lt;p&gt;I particularly like how it dictates making sensible choices and then guides the reader (or viewer) through the process of setting everything up, including the use of popular external services such as Github, Heroku, etc.&lt;/p&gt;
&lt;p&gt;Well, the exciting news today is that Michael just released &lt;a href="http://zfer.us/hUnNL"&gt;a second edition&lt;/a&gt; and it&amp;#8217;s even better the first one. The new features include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fully updated for Rails 3.2 and Ruby 1.9&lt;/li&gt;
&lt;li&gt;All-new design using Twitter&amp;#8217;s Bootstrap&lt;/li&gt;
&lt;li&gt;Coverage of the new asset pipeline, including Sprockets &amp;amp; Sass&lt;/li&gt;
&lt;li&gt;Behavior-driven development (BDD) with Capybara &amp;amp; RSpec&lt;/li&gt;
&lt;li&gt;Better automated testing with Guard &amp;amp; Spork&lt;/li&gt;
&lt;li&gt;Roll your own authentication with has_secure_password&lt;/li&gt;
&lt;li&gt;An introduction to Gherkin &amp;amp; Cucumber&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Based on my experience with mentoring and teaching Rails, I wholeheartedly recommend this tutorial to anyone who is just starting out or who hasn&amp;#8217;t touched Rails in a while and needs a refresher. (Many things, such as the asset pipeline, have changed and affect day-to-day coding and deployment.)&lt;/p&gt;
&lt;p&gt;Michael was kind enough to provide me with a coupon (ac25) just for my readers, which offers you &lt;strong&gt;a 25% discount until the end of April&lt;/strong&gt;. If you plan to take advantage of this resource, &lt;a href="http://zfer.us/hUnNL"&gt;grab it now&lt;/a&gt; and use &lt;strong&gt;ac25&lt;/strong&gt; at the checkout. Enjoy!&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Disclaimer: The link to the tutorial contains my referral id. This doesn&amp;#8217;t affect my genuine and very positive opinion of this great course.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Possibly related posts:&lt;ol&gt;
&lt;li&gt;&lt;a href='http://programmingzen.com/2008/04/24/agile-web-development-with-rails-third-edition/' rel='bookmark' title='Agile Web Development with Rails, Third Edition'&gt;Agile Web Development with Rails, Third Edition&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://programmingzen.com/2011/03/09/interview-with-michael-hartl-author-of-the-rails-3-tutorial/' rel='bookmark' title='Interview with Michael Hartl, author of the Rails 3 Tutorial'&gt;Interview with Michael Hartl, author of the Rails 3 Tutorial&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://programmingzen.com/2009/11/20/setup-ruby-enterprise-edition-nginx-and-passenger-aka-mod_rails-on-ubuntu/' rel='bookmark' title='Setup Ruby Enterprise Edition, nginx and Passenger (aka mod_rails) on Ubuntu'&gt;Setup Ruby Enterprise Edition, nginx and Passenger (aka mod_rails) on Ubuntu&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=jI1VSndikGk:U7hd9DETPTo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=jI1VSndikGk:U7hd9DETPTo:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?i=jI1VSndikGk:U7hd9DETPTo:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=jI1VSndikGk:U7hd9DETPTo:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?i=jI1VSndikGk:U7hd9DETPTo:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=jI1VSndikGk:U7hd9DETPTo:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=jI1VSndikGk:U7hd9DETPTo:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=jI1VSndikGk:U7hd9DETPTo:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?i=jI1VSndikGk:U7hd9DETPTo:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ZenAndTheArtOfRubyProgramming/~4/jI1VSndikGk" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://programmingzen.com/2012/04/24/discount-coupon-for-the-rails-tutorial-2nd-edition/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://programmingzen.com/2012/04/24/discount-coupon-for-the-rails-tutorial-2nd-edition/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://programmingzen.com/2012/04/24/discount-coupon-for-the-rails-tutorial-2nd-edition/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Antonio Cangiano</name>
						<uri>http://antoniocangiano.com</uri>
					</author>
		<title type="html"><![CDATA[On the Usability of Codecademy]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ZenAndTheArtOfRubyProgramming/~3/dbg07l-mD_g/" />
		<id>http://programmingzen.com/?p=1444</id>
		<updated>2012-01-16T17:09:21Z</updated>
		<published>2012-01-16T15:12:50Z</published>
		<category scheme="http://programmingzen.com" term="Usability" /><category scheme="http://programmingzen.com" term="Web Development" />		<summary type="html"><![CDATA[I asked a friend of mine (who isn&#8217;t a coder) if she could try out the amazing Codecademy for me. She is a smart person, but again, she isn&#8217;t a programmer. I thought Codecademy would be a great way to introduce her to programming for the web. As a programmer, I thought it was extremely well made [...]
No related posts.]]></summary>
		<content type="html" xml:base="http://programmingzen.com/2012/01/16/on-the-usability-of-codecademy/">&lt;p&gt;I asked a friend of mine (who isn&amp;#8217;t a coder) if she could try out the amazing &lt;a title="Codecademy" href="http://www.codecademy.com/" target="_blank"&gt;Codecademy&lt;/a&gt; for me.&lt;/p&gt;
&lt;p&gt;She is a smart person, but again, she isn&amp;#8217;t a programmer. I thought Codecademy would be a great way to introduce her to programming for the web. As a programmer, I thought it was extremely well made and assumed it would work for anyone.&lt;/p&gt;
&lt;p&gt;She landed &lt;a href="http://www.codecademy.com/#!/exercises/0" target="_blank"&gt;on the homepage&lt;/a&gt; and read the instructions.&lt;/p&gt;
&lt;p&gt;&lt;img class="aligncenter size-full wp-image-1445" title="liz1" src="http://programmingzen.com/wp-content/uploads/2012/01/liz1-e1326643550987.png" alt="" width="600" height="94" /&gt;&lt;/p&gt;
&lt;p&gt;She wrote her name (&amp;#8220;Elizabeth&amp;#8221;), then decided however to change it to the shortened form of her name, &amp;#8220;Liz&amp;#8221;. To do so she highlighted the whole string she had just typed and tried to press the backspace key to delete it. The whole page disappeared and the browser redirected her to the new tab.&lt;/p&gt;
&lt;p&gt;&lt;img class="aligncenter size-full wp-image-1446" title="liz2" src="http://programmingzen.com/wp-content/uploads/2012/01/liz2-e1326643534499.png" alt="" width="600" height="101" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Liz&lt;/strong&gt;: &amp;#8220;Why did it do that?&amp;#8221;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Me&lt;/strong&gt;: &amp;#8220;You can&amp;#8217;t highlight a word like you&amp;#8217;d do in Microsoft Word. You&amp;#8217;re in a browser, so the backspace button tells the browser to go back to the previous page you visited in that particular tab. You need to delete the string one letter at the time.&amp;#8221;&lt;/p&gt;
&lt;p&gt;She reopened the page and tried again, this time things were successful.&lt;/p&gt;
&lt;p&gt;Next, she had to measure the length of her name. But she forgot the quotes, so she got this:&lt;/p&gt;
&lt;p&gt;&lt;img class="aligncenter size-full wp-image-1447" title="liz3" src="http://programmingzen.com/wp-content/uploads/2012/01/liz3-e1326643520479.png" alt="" width="600" height="231" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Liz&lt;/strong&gt;: &amp;#8220;What happened?&amp;#8221;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Me&lt;/strong&gt;: &amp;#8220;What do you think happened?&amp;#8221;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Liz&lt;/strong&gt;: &amp;#8220;Some kind of error, but what does &amp;#8216;Liz is not defined&amp;#8217; mean?&amp;#8221;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Me&lt;/strong&gt;: &amp;#8220;You accidentally forgot the quotes.&amp;#8221;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Liz&lt;/strong&gt;: &amp;#8220;Oh, OK, let me try again.&amp;#8221;&lt;/p&gt;
&lt;p&gt;She wrote the first quote but pressed enter before immediately realizing she had forgotten the closing one. As such she encountered the following scenario:&lt;/p&gt;
&lt;p&gt;&lt;img class="aligncenter size-full wp-image-1448" title="liz4" src="http://programmingzen.com/wp-content/uploads/2012/01/liz4-e1326643506756.png" alt="" width="600" height="139" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Liz&lt;/strong&gt;: &amp;#8220;I messed it, let me try again.&amp;#8221;&lt;/p&gt;
&lt;p&gt;&lt;img class="aligncenter size-full wp-image-1449" title="liz5" src="http://programmingzen.com/wp-content/uploads/2012/01/liz5-e1326643492795.png" alt="" width="600" height="73" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Liz&lt;/strong&gt;: &amp;#8220;I typed it right this time, why didn&amp;#8217;t it work?&amp;#8221;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Me&lt;/strong&gt;: &amp;#8220;Since you didn&amp;#8217;t close the first string, it thinks that the second line is still part of the first command. Do you know how to get out of this?&amp;#8221;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Liz&lt;/strong&gt;: &amp;#8220;No, but let me try.&amp;#8221;&lt;/p&gt;
&lt;p&gt;No, she didn&amp;#8217;t close the string and pressed enter twice or deleted a bunch of characters (this web REPL allows it, kudos to Codecademy). She simply reloaded the page. Thankfully the same exercise (#1) was reloaded. After completing it successfully though, instead of exercise #2, exercise #0 reappeared, asking her to enter her first name again.&lt;/p&gt;
&lt;p&gt;&lt;img class="aligncenter size-full wp-image-1450" title="liz6" src="http://programmingzen.com/wp-content/uploads/2012/01/liz6-e1326643476536.png" alt="" width="600" height="133" /&gt;&lt;/p&gt;
&lt;p&gt;After raising an eyebrow at that point, she went along with it. Next she was asked to try some math.&lt;/p&gt;
&lt;p&gt;&lt;img class="aligncenter size-full wp-image-1451" title="liz7" src="http://programmingzen.com/wp-content/uploads/2012/01/liz7-e1326643460337.png" alt="" width="600" height="165" /&gt;&lt;/p&gt;
&lt;p&gt;She can&amp;#8217;t be faulted for thinking that &amp;#8220;for instance&amp;#8221; meant she could try something else. Yet, she got an &amp;#8220;Oops, try again.&amp;#8221; message.&lt;/p&gt;
&lt;p&gt;At that point I suspended this tiny hallway test and I asked her what she thought of this system. She found the site to be a bit unintuitive, but above all felt like she didn&amp;#8217;t know how to get unstuck when she made an error.&lt;/p&gt;
&lt;p&gt;Now, before you all jump in and tell me that my friend is dumb, that she&amp;#8217;ll never be a programmer, or that you can&amp;#8217;t idiot-proof a design, keep in mind the very point of this post.&lt;/p&gt;
&lt;p&gt;Usability is hard because real users use our UIs and software in different and unexpected ways. Codecamedy did a very good job, but even they left plenty of room for improvement. As web developers it&amp;#8217;s our duty to give usability and user experience a significant amount of attention. The UI is the software to the end user.&lt;/p&gt;
&lt;p&gt;No related posts.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=dbg07l-mD_g:13SouUfiue8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=dbg07l-mD_g:13SouUfiue8:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?i=dbg07l-mD_g:13SouUfiue8:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=dbg07l-mD_g:13SouUfiue8:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?i=dbg07l-mD_g:13SouUfiue8:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=dbg07l-mD_g:13SouUfiue8:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=dbg07l-mD_g:13SouUfiue8:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=dbg07l-mD_g:13SouUfiue8:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?i=dbg07l-mD_g:13SouUfiue8:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ZenAndTheArtOfRubyProgramming/~4/dbg07l-mD_g" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://programmingzen.com/2012/01/16/on-the-usability-of-codecademy/#comments" thr:count="46" />
		<link rel="replies" type="application/atom+xml" href="http://programmingzen.com/2012/01/16/on-the-usability-of-codecademy/feed/atom/" thr:count="46" />
		<thr:total>46</thr:total>
	<feedburner:origLink>http://programmingzen.com/2012/01/16/on-the-usability-of-codecademy/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Antonio Cangiano</name>
						<uri>http://antoniocangiano.com</uri>
					</author>
		<title type="html"><![CDATA[The Strange Case of John Dillinger and the Fraudulent Apple ID]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ZenAndTheArtOfRubyProgramming/~3/Km0ta20VfeA/" />
		<id>http://programmingzen.com/?p=1439</id>
		<updated>2012-01-12T20:47:27Z</updated>
		<published>2012-01-12T19:29:00Z</published>
		<category scheme="http://programmingzen.com" term="Apple" />		<summary type="html"><![CDATA[I suspect someone, somewhere has managed to find a way to create Apple IDs from email IDs they don&#8217;t have access to. The following is what leads me to believe this may be the case. This morning I received the following email starting with &#8220;Dear John Dillinger, Welcome to the Apple Online Store&#8221;. Four odd [...]
Possibly related posts:<ol>
<li><a href='http://programmingzen.com/2009/06/26/apple-genius/' rel='bookmark' title='Apple &#8220;Genius&#8221;'>Apple &#8220;Genius&#8221;</a></li>
<li><a href='http://programmingzen.com/2007/06/27/the-apple-approach-aka-first-impressions-of-the-macbook-pro/' rel='bookmark' title='The Apple approach (aka first impressions of the MacBook Pro)'>The Apple approach (aka first impressions of the MacBook Pro)</a></li>
<li><a href='http://programmingzen.com/2008/11/28/my-visit-to-the-apple-store/' rel='bookmark' title='My visit to the Apple Store'>My visit to the Apple Store</a></li>
</ol>]]></summary>
		<content type="html" xml:base="http://programmingzen.com/2012/01/12/john-dillinger-apple-id/">&lt;p&gt;I suspect someone, somewhere has managed to find a way to create Apple IDs from email IDs they don&amp;#8217;t have access to. The following is what leads me to believe this may be the case.&lt;/p&gt;
&lt;p&gt;This morning I received the following email starting with &amp;#8220;Dear John Dillinger, Welcome to the Apple Online Store&amp;#8221;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://programmingzen.com/wp-content/uploads/2012/01/John-Dillinger-Apple-Online-Store-e1326391138790.png"&gt;&lt;img class="aligncenter size-full wp-image-1441" title="John-Dillinger-Apple-Online Store" src="http://programmingzen.com/wp-content/uploads/2012/01/John-Dillinger-Apple-Online-Store-e1326391138790.png" alt="Dear John Dillinger Welcome to the Apple Online Store." width="600" height="584" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Four odd facts about this email:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;My name is not the same as that of an infamous 1930s criminal (John Dillinger).&lt;/li&gt;
&lt;li&gt;I never signed up for Apple&amp;#8217;s services with that particular (old) email account (antonio@*******.it).&lt;/li&gt;
&lt;li&gt;The email isn&amp;#8217;t phishing; it arrived from Apple, and the links are all legitimate Apple.com links.&lt;/li&gt;
&lt;li&gt;Plenty of other people have reported having the same thing happen to them.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;OK, so what? Somebody hacked my old email address, right? Well, possibly, but let&amp;#8217;s not jump to conclusions quite that quickly.&lt;/p&gt;
&lt;p&gt;This old email account of mine runs via Google Apps for Business; it uses an extremely strong password (30+ random characters), and shows no signs of having been accessed by other people or IP addresses in the Google details for the account. No DNS changes have been made either at a domain level. I&amp;#8217;m not claiming that it wasn&amp;#8217;t hacked, but there aren&amp;#8217;t strong signs to suggest as much.&lt;/p&gt;
&lt;p&gt;I logged into the inbox for this account and noticed that Apple had only sent the one welcome email. When you signup for an Apple ID, you are supposed to receive an email confirmation link. I received none (unless the account was actually hacked and the person deleted every trace of such email). Odd.&lt;/p&gt;
&lt;p&gt;I requested a password reset for that account, and in turn Apple sent me the link. I reset the password and was able to log in. The email address resulted as being verified. Furthermore, no details were present in the account other than the fake name (again, John Dillinger), my old email address, and US being listed as the country (I&amp;#8217;m in Canada, not the States). This is strange because normally you can&amp;#8217;t register an Apple ID without providing information such as your address, a security question, and your date of birth.&lt;/p&gt;
&lt;p&gt;Two possibilities jump to mind:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The malicious individual managed to find a way to create Apple IDs by using scraped email addresses (but without the actual need to have access to those inboxes).&lt;/li&gt;
&lt;li&gt;The malicious individual has gained access to third party email addresses.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I say scraped because even open source mailing lists have been receiving such emails.&lt;/p&gt;
&lt;p&gt;Even in the second case, they still managed to register an Apple ID without providing any details to Apple. I can imagine this happening due to one of the Apple Store bugs or something along those lines, rather than the web interface.&lt;/p&gt;
&lt;p&gt;Either way, I&amp;#8217;m pretty certain it is not something Apple wants to have happen or find desirable. If you were able to do this, it would be fairly trivial and not overly time consuming to create lots of fake, but legittimate looking, accounts to boost the reviews of an app or other nefarious purposes. No need to even pay those $0.15 to microworkers to create fake accounts.&lt;/p&gt;
&lt;p&gt;When I called Apple &amp;#8211; flu, cough and fever be damned &amp;#8211; they told me that I should reset the password (which I had already done). I asked if they could ban or delete the fraudulent account. The customer service agent on the line told me that they won&amp;#8217;t do that and that I can&amp;#8217;t delete the account myself.&lt;/p&gt;
&lt;p&gt;So I, and presumably many other people like me, will be left wondering if &amp;#8220;John Dillinger&amp;#8221; has a trick up his sleeve to reset the Apple ID password himself or otherwise manage to control and use an account that is associated with one of my email addresses. The idea that Apple is OK with having fraudulent, unaccountable accounts like that is pretty absurd. We&amp;#8217;ll see if this post helps clarify and perhaps fix the issue.&lt;/p&gt;
&lt;p&gt;Possibly related posts:&lt;ol&gt;
&lt;li&gt;&lt;a href='http://programmingzen.com/2009/06/26/apple-genius/' rel='bookmark' title='Apple &amp;#8220;Genius&amp;#8221;'&gt;Apple &amp;#8220;Genius&amp;#8221;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://programmingzen.com/2007/06/27/the-apple-approach-aka-first-impressions-of-the-macbook-pro/' rel='bookmark' title='The Apple approach (aka first impressions of the MacBook Pro)'&gt;The Apple approach (aka first impressions of the MacBook Pro)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://programmingzen.com/2008/11/28/my-visit-to-the-apple-store/' rel='bookmark' title='My visit to the Apple Store'&gt;My visit to the Apple Store&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=Km0ta20VfeA:KhUPKrSuXww:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=Km0ta20VfeA:KhUPKrSuXww:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?i=Km0ta20VfeA:KhUPKrSuXww:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=Km0ta20VfeA:KhUPKrSuXww:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?i=Km0ta20VfeA:KhUPKrSuXww:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=Km0ta20VfeA:KhUPKrSuXww:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=Km0ta20VfeA:KhUPKrSuXww:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=Km0ta20VfeA:KhUPKrSuXww:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?i=Km0ta20VfeA:KhUPKrSuXww:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ZenAndTheArtOfRubyProgramming/~4/Km0ta20VfeA" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://programmingzen.com/2012/01/12/john-dillinger-apple-id/#comments" thr:count="37" />
		<link rel="replies" type="application/atom+xml" href="http://programmingzen.com/2012/01/12/john-dillinger-apple-id/feed/atom/" thr:count="37" />
		<thr:total>37</thr:total>
	<feedburner:origLink>http://programmingzen.com/2012/01/12/john-dillinger-apple-id/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Antonio Cangiano</name>
						<uri>http://antoniocangiano.com</uri>
					</author>
		<title type="html"><![CDATA[A Big List of Interesting Programming Books Released in 2011]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ZenAndTheArtOfRubyProgramming/~3/wqmDrJa4aqI/" />
		<id>http://programmingzen.com/?p=1437</id>
		<updated>2011-12-16T19:16:08Z</updated>
		<published>2011-12-16T17:42:58Z</published>
		<category scheme="http://programmingzen.com" term="Books" /><category scheme="http://programmingzen.com" term="Programming Languages" /><category scheme="http://programmingzen.com" term="Web Development" />		<summary type="html"><![CDATA[The following is a list of 48 interesting programming books that were released in 2011. While technically some of them are only programming-related and not about coding per se, each one is sure to be of interest to some programmers. As some of you know, I run a service called Any New Books?, which emails [...]
No related posts.]]></summary>
		<content type="html" xml:base="http://programmingzen.com/2011/12/16/interesting-programming-books-2011/">&lt;p&gt;The following is a list of 48 interesting programming books that were released in 2011. While technically some of them are only programming-related and not about coding per se, each one is sure to be of interest to some programmers.
&lt;/p&gt;
&lt;p&gt;As some of you know, I run a service called &lt;a href="http://anynewbooks.com" title="New Books" target="_blank"&gt;Any New Books?&lt;/a&gt;, which emails you a list of new books that are related to the categories of your choice each week. For the most part I pulled this list from the weekly staff picks there throughout this past year, just in time for your Christmas shopping. &lt;img src='http://programmingzen.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /&gt; &lt;/p&gt;
&lt;p&gt;The books are ordered by their current sale rank on Amazon (from the most popular to the least popular at the moment, with hardcovers first). I hope this page will help you discover a few titles you may have not have noticed yet.&lt;/p&gt;
&lt;p&gt;[&lt;a href="http://math-blog.com/2011/12/16/interesting-mathematics-books-2011/"&gt;Mathematics book list&lt;/a&gt;]&lt;/p&gt;
&lt;table border="0" width="100%" cellpadding="10" cellspacing="0" style="vertical-align: top; font-size: 12px; line-height: 14px;"&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Information-History-Theory-Flood/dp/0375423729%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0375423729"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/519uLG8YD1L._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Information-History-Theory-Flood/dp/0375423729%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0375423729"&gt;&lt;strong&gt;The Information: A History, a Theory, a Flood&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Information-History-Theory-Flood/dp/0375423729%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0375423729"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/0375423729/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/0375423729/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B004DEPHUC/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B004P1JEY8/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;James Gleick&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;0375423729&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;Pantheon&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;March 1, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Hardcover&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$16.82&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22The+Information%3A+A+History%2C+a+Theory%2C+a+...%22:&amp;#038;url=http://amzn.to/tgui9E&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/rpOjIC"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Computer-Programming-Volumes-1-4A-Boxed/dp/0321751043%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321751043"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/41gCSRxxVeL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Computer-Programming-Volumes-1-4A-Boxed/dp/0321751043%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321751043"&gt;&lt;strong&gt;The Art of Computer Programming, Volumes 1-4A Boxed Set&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Computer-Programming-Volumes-1-4A-Boxed/dp/0321751043%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321751043"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/0321751043/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Donald E. Knuth&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;0321751043&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;Addison-Wesley Professional&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;March 13, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Hardcover&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$190.47&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22The+Art+of+Computer+Programming%2C+Volumes...%22:&amp;#038;url=http://amzn.to/rt5YtA&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/v1NTXW"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Algorithms-4th-Robert-Sedgewick/dp/032157351X%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D032157351X"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/41ZpPEIT09L._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Algorithms-4th-Robert-Sedgewick/dp/032157351X%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D032157351X"&gt;&lt;strong&gt;Algorithms (4th Edition)&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Algorithms-4th-Robert-Sedgewick/dp/032157351X%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D032157351X"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/032157351X/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/032157351X/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/032157351X/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B004P8J1NA/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B004P8J1NA/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Robert Sedgewick, Kevin Wayne&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;032157351X&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;Addison-Wesley Professional&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;March 19, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Hardcover&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$59.99&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Algorithms+%284th+Edition%29%22:&amp;#038;url=http://amzn.to/vzHCPY&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/vBWNfC"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Art-Computer-Programming-Combinatorial-Algorithms/dp/0201038048%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0201038048"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/41Uv2Tm1D4L._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Art-Computer-Programming-Combinatorial-Algorithms/dp/0201038048%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0201038048"&gt;&lt;strong&gt;The Art of Computer Programming, Volume 4A: Combinatorial Algorithms, Part 1&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Art-Computer-Programming-Combinatorial-Algorithms/dp/0201038048%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0201038048"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/0201038048/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/0201038048/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/0201038048/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Donald E. Knuth&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;0201038048&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;Addison-Wesley Professional&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;January 22, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Hardcover&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$53.15&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22The+Art+of+Computer+Programming%2C+Volume+...%22:&amp;#038;url=http://amzn.to/s4QWmp&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/t4tpI6"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/GPU-Computing-Gems-Emerald-Applications/dp/0123849888%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0123849888"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/51jY%2BFkYsPL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/GPU-Computing-Gems-Emerald-Applications/dp/0123849888%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0123849888"&gt;&lt;strong&gt;GPU Computing Gems Emerald Edition&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/GPU-Computing-Gems-Emerald-Applications/dp/0123849888%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0123849888"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/0123849888/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/0123849888/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/0123849888/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B004MPRDUO/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B004MPRDUO/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Editors at Morgan Kaufmann&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;0123849888&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;Morgan Kaufmann&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;February 7, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Hardcover&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$29.06&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22GPU+Computing+Gems+Emerald+Edition+%28Appl...%22:&amp;#038;url=http://amzn.to/vfJd1o&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/tSBe4G"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Visualize-This-FlowingData-Visualization-Statistics/dp/0470944889%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0470944889"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/51QSh0URPML._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Visualize-This-FlowingData-Visualization-Statistics/dp/0470944889%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0470944889"&gt;&lt;strong&gt;Visualize This: The FlowingData Guide to Design, Visualization, and Statistics&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Visualize-This-FlowingData-Visualization-Statistics/dp/0470944889%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0470944889"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/0470944889/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/0470944889/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/0470944889/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B005CCT19M/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B005CCT19M/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Nathan Yau&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;0470944889&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;Wiley&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;July 20, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$20.48&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Visualize+This%3A+The+FlowingData+Guide+to...%22:&amp;#038;url=http://amzn.to/q9G425&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/nTEaqa"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Programming-Android-Zigurd-Mednieks/dp/1449389694%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1449389694"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/515diZDqQ3L._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Programming-Android-Zigurd-Mednieks/dp/1449389694%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1449389694"&gt;&lt;strong&gt;Programming Android&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Programming-Android-Zigurd-Mednieks/dp/1449389694%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1449389694"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/1449389694/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/1449389694/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/1449389694/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B005EI86D6/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B005EI86D6/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Zigurd Mednieks, Laird Dornin, G. Blake Meike, Masumi Nakamura&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;1449389694&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;O&amp;#8217;Reilly Media&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;August 5, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$22.98&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Programming+Android%22:&amp;#038;url=http://amzn.to/qjT3Be&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/oUTXIK"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/JavaScript-Definitive-Guide-Activate-Guides/dp/0596805527%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0596805527"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/51onEPAeDcL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/JavaScript-Definitive-Guide-Activate-Guides/dp/0596805527%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0596805527"&gt;&lt;strong&gt;JavaScript: The Definitive Guide: Activate Your Web Pages&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/JavaScript-Definitive-Guide-Activate-Guides/dp/0596805527%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0596805527"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/0596805527/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/0596805527/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/0596805527/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B004XQX4K0/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B004XQX4K0/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;David Flanagan&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;0596805527&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;O&amp;#8217;Reilly Media&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;May 10, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$27.48&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22JavaScript%3A+The+Definitive+Guide%3A+Activa...%22:&amp;#038;url=http://amzn.to/rFsjDa&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/uMHhsO"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/iOS-Programming-Ranch-Guide-Guides/dp/0321773772%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321773772"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/412zhvqyIXL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/iOS-Programming-Ranch-Guide-Guides/dp/0321773772%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321773772"&gt;&lt;strong&gt;iOS Programming: The Big Nerd Ranch Guide (2nd Edition)&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/iOS-Programming-Ranch-Guide-Guides/dp/0321773772%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321773772"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/0321773772/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/0321773772/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/0321773772/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B004Z2NQJQ/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B004Z2NQJQ/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Joe Conway, Aaron Hillegass&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;0321773772&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;Addison-Wesley Professional&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;July 2, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$26.95&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22iOS+Programming%3A+The+Big+Nerd+Ranch+Guid...%22:&amp;#038;url=http://amzn.to/pvnN0Q&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/qIYE4V"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Programming-Objective-C-Third-Developers-Library/dp/0321711394%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321711394"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/514GKabDXcL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Programming-Objective-C-Third-Developers-Library/dp/0321711394%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321711394"&gt;&lt;strong&gt;Programming in Objective-C, Third Edition&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Programming-Objective-C-Third-Developers-Library/dp/0321711394%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321711394"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/0321711394/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/0321711394/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/0321711394/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B004QQ3MI6/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B004QQ3MI6/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Stephen G. Kochan&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;0321711394&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;Addison-Wesley Professional&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;June 20, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$25.99&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Programming+in+Objective-C%2C+Third+Editio...%22:&amp;#038;url=http://amzn.to/uKKeOS&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/vdlyDA"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Cocoa-Programming-Mac-OS-4th/dp/0321774086%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321774086"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/41pMj0Bsr1L._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Cocoa-Programming-Mac-OS-4th/dp/0321774086%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321774086"&gt;&lt;strong&gt;Cocoa Programming for Mac OS X (4th Edition)&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Cocoa-Programming-Mac-OS-4th/dp/0321774086%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321774086"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/0321774086/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B006H4MMYU/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B006H4MMYU/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Aaron Hillegass, Adam Preble&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;0321774086&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;Addison-Wesley Professional&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;November 19, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$27.99&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Cocoa+Programming+for+Mac+OS+X+%284th+Edit...%22:&amp;#038;url=http://amzn.to/tUV1xH&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/sLY2WI"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Introducing-HTML5-2nd-Bruce-Lawson/dp/0321784421%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321784421"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/41nRzz0KemL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Introducing-HTML5-2nd-Bruce-Lawson/dp/0321784421%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321784421"&gt;&lt;strong&gt;Introducing HTML5 (2nd Edition)&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Introducing-HTML5-2nd-Bruce-Lawson/dp/0321784421%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321784421"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/0321784421/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/0321784421/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B005OR9MJY/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B005OR9MJY/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Bruce Lawson, Remy Sharp&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;0321784421&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;New Riders Press&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;October 28, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$14.49&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Introducing+HTML5+%282nd+Edition%29%22:&amp;#038;url=http://amzn.to/uiiy82&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/v3kTX9"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Programming-Python-Mark-Lutz/dp/0596158106%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0596158106"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/51geJj9aghL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Programming-Python-Mark-Lutz/dp/0596158106%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0596158106"&gt;&lt;strong&gt;Programming Python&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Programming-Python-Mark-Lutz/dp/0596158106%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0596158106"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/0596158106/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/0596158106/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/0596158106/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B004GTLFJ6/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B004GTLFJ6/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Mark Lutz&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;0596158106&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;O&amp;#8217;Reilly Media&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;January 7, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$36.42&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Programming+Python%22:&amp;#038;url=http://amzn.to/uuE9cj&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/sQjIDF"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Beginning-Android-Application-Development-Programmer/dp/1118017110%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1118017110"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/51-qKJitSbL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Beginning-Android-Application-Development-Programmer/dp/1118017110%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1118017110"&gt;&lt;strong&gt;Beginning Android Application Development&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Beginning-Android-Application-Development-Programmer/dp/1118017110%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1118017110"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/1118017110/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/1118017110/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/1118017110/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Wei-Meng Lee&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;1118017110&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;Wrox&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;April 19, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$15.99&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Beginning+Android+Application+Developmen...%22:&amp;#038;url=http://amzn.to/vmPs3M&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/twDl2C"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Agile-Development-Rails-Pragmatic-Programmers/dp/1934356549%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1934356549"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/51Pkt8UcdAL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Agile-Development-Rails-Pragmatic-Programmers/dp/1934356549%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1934356549"&gt;&lt;strong&gt;Agile Web Development with Rails&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Agile-Development-Rails-Pragmatic-Programmers/dp/1934356549%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1934356549"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/1934356549/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/1934356549/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/1934356549/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Sam Ruby, Dave Thomas, David Heinemeier Hansson&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;1934356549&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;Pragmatic Bookshelf&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;March 31, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$22.36&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Agile+Web+Development+with+Rails+%28Pragma...%22:&amp;#038;url=http://amzn.to/svQiug&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/ukRdLA"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Eloquent-Ruby-Addison-Wesley-Professional/dp/0321584104%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321584104"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/41IDuwJXFCL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Eloquent-Ruby-Addison-Wesley-Professional/dp/0321584104%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321584104"&gt;&lt;strong&gt;Eloquent Ruby&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Eloquent-Ruby-Addison-Wesley-Professional/dp/0321584104%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321584104"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/0321584104/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/0321584104/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/0321584104/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B004MMEJ36/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B004MMEJ36/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Russ Olsen&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;0321584104&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;Addison-Wesley Professional&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;February 21, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$24.99&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Eloquent+Ruby+%28Addison-Wesley+Profession...%22:&amp;#038;url=http://amzn.to/si7i3b&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/terEI8"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Matlab-Second-Practical-Introduction-Programming/dp/0123850819%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0123850819"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/61aJAurzdPL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Matlab-Second-Practical-Introduction-Programming/dp/0123850819%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0123850819"&gt;&lt;strong&gt;Matlab, Second Edition: A Practical Introduction to Programming and Problem Solving&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Matlab-Second-Practical-Introduction-Programming/dp/0123850819%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0123850819"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/0123850819/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/0123850819/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B005DI9M44/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B005DI9M44/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Stormy Attaway&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;0123850819&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;Butterworth-Heinemann&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;August 11, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$35.44&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Matlab%2C+Second+Edition%3A+A+Practical+Intr...%22:&amp;#038;url=http://amzn.to/ucF0h4&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/s9Ntur"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Java-Performance-Charlie-Hunt/dp/0137142528%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0137142528"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/51iFHhu62yL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Java-Performance-Charlie-Hunt/dp/0137142528%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0137142528"&gt;&lt;strong&gt;Java Performance&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Java-Performance-Charlie-Hunt/dp/0137142528%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0137142528"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/0137142528/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/0137142528/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/0137142528/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B005R4NELQ/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B005R4NELQ/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Charlie Hunt, Binu John&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;0137142528&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;Prentice Hall&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;October 10, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$40.73&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Java+Performance%22:&amp;#038;url=http://amzn.to/ofdnkx&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/nLnpEO"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Gamification-Design-Implementing-Mechanics-Mobile/dp/1449397670%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1449397670"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/51w5ybeiwKL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Gamification-Design-Implementing-Mechanics-Mobile/dp/1449397670%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1449397670"&gt;&lt;strong&gt;Gamification by Design: Implementing Game Mechanics in Web and Mobile Apps&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Gamification-Design-Implementing-Mechanics-Mobile/dp/1449397670%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1449397670"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/1449397670/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/1449397670/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/1449397670/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B005KKMM9W/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B005KKMM9W/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Gabe Zichermann, Christopher Cunningham&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;1449397670&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;O&amp;#8217;Reilly Media&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;August 19, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$14.34&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Gamification+by+Design%3A+Implementing+Gam...%22:&amp;#038;url=http://amzn.to/pGFofI&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/oZvRCJ"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Learn-You-Haskell-Great-Good/dp/1593272839%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1593272839"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/41JyzF1dU4L._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Learn-You-Haskell-Great-Good/dp/1593272839%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1593272839"&gt;&lt;strong&gt;Learn You a Haskell for Great Good!: A Beginner&amp;#8217;s Guide&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Learn-You-Haskell-Great-Good/dp/1593272839%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1593272839"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/1593272839/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/1593272839/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/1593272839/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B004VB3V0K/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B004VB3V0K/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Miran Lipovaca&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;1593272839&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;No Starch Press&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;April 18, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$21.55&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Learn+You+a+Haskell+for+Great+Good%21%3A+A+B...%22:&amp;#038;url=http://amzn.to/gSwkiX&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/hnNLQQ"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Supercharged-JavaScript-Graphics-canvas-jQuery/dp/1449393632%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1449393632"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/51YCd8RsKKL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Supercharged-JavaScript-Graphics-canvas-jQuery/dp/1449393632%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1449393632"&gt;&lt;strong&gt;Supercharged JavaScript Graphics: with HTML5 canvas, jQuery, and More&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Supercharged-JavaScript-Graphics-canvas-jQuery/dp/1449393632%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1449393632"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/1449393632/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/1449393632/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/1449393632/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B005EI85IC/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B005EI85IC/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Raffaele Cecco&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;1449393632&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;O&amp;#8217;Reilly Media&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;August 2, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$21.31&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Supercharged+JavaScript+Graphics%3A+with+H...%22:&amp;#038;url=http://amzn.to/qMlopf&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/pr6sdq"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Arduino-Robotics-John-David-Warren/dp/1430231831%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430231831"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/51QiJDgc4wL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Arduino-Robotics-John-David-Warren/dp/1430231831%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430231831"&gt;&lt;strong&gt;Arduino Robotics&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Arduino-Robotics-John-David-Warren/dp/1430231831%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430231831"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/1430231831/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/1430231831/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/1430231831/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B005PZ28WI/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B005PZ28WI/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;John-David Warren, Josh Adams, Harald Molle&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;1430231831&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;Apress&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;July 14, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$26.38&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Arduino+Robotics%22:&amp;#038;url=http://amzn.to/nGY0r3&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/nENCSc"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/HBase-Definitive-Guide-Lars-George/dp/1449396100%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1449396100"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/51OcYjwWI9L._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/HBase-Definitive-Guide-Lars-George/dp/1449396100%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1449396100"&gt;&lt;strong&gt;HBase: The Definitive Guide&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/HBase-Definitive-Guide-Lars-George/dp/1449396100%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1449396100"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/1449396100/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/1449396100/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/1449396100/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B005KOJ3U4/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B005KOJ3U4/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Lars George&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;1449396100&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;O&amp;#8217;Reilly Media&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;September 20, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$24.99&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22HBase%3A+The+Definitive+Guide%22:&amp;#038;url=http://amzn.to/qTv9I8&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/mVQyih"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Tangled-Web-Securing-Modern-Applications/dp/1593273886%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1593273886"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/516vnTrKJJL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Tangled-Web-Securing-Modern-Applications/dp/1593273886%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1593273886"&gt;&lt;strong&gt;The Tangled Web: A Guide to Securing Modern Web Applications&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Tangled-Web-Securing-Modern-Applications/dp/1593273886%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1593273886"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/1593273886/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B006FZ3UNI/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B006FZ3UNI/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Michal Zalewski&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;1593273886&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;No Starch Press&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;November 26, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$26.50&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22The+Tangled+Web%3A+A+Guide+to+Securing+Mod...%22:&amp;#038;url=http://amzn.to/rXr30s&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/vrDTdW"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/MongoDB-Action-Kyle-Banker/dp/1935182870%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1935182870"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/51-K3pehVFL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/MongoDB-Action-Kyle-Banker/dp/1935182870%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1935182870"&gt;&lt;strong&gt;MongoDB in Action&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/MongoDB-Action-Kyle-Banker/dp/1935182870%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1935182870"&gt;USA&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Kyle Banker&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;1935182870&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;Manning Publications&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;December 16, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$27.46&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22MongoDB+in+Action%22:&amp;#038;url=http://amzn.to/vv71we&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/v6Q1UZ"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Programming-Pig-Alan-Gates/dp/1449302645%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1449302645"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/4101GbF6usL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Programming-Pig-Alan-Gates/dp/1449302645%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1449302645"&gt;&lt;strong&gt;Programming Pig&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Programming-Pig-Alan-Gates/dp/1449302645%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1449302645"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/1449302645/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/1449302645/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/1449302645/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B0065KVFBM/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B0065KVFBM/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Alan Gates&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;1449302645&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;O&amp;#8217;Reilly Media&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;October 20, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$24.99&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Programming+Pig%22:&amp;#038;url=http://amzn.to/si5fSo&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/tIsMKL"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Python-Standard-Library-Example-Developers/dp/0321767349%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321767349"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/518kgosz6XL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Python-Standard-Library-Example-Developers/dp/0321767349%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321767349"&gt;&lt;strong&gt;The Python Standard Library by Example&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Python-Standard-Library-Example-Developers/dp/0321767349%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321767349"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/0321767349/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/0321767349/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/0321767349/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B0054RF6WG/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B0054RF6WG/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Doug Hellmann&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;0321767349&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;Addison-Wesley Professional&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;June 11, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$31.49&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22The+Python+Standard+Library+by+Example+%28...%22:&amp;#038;url=http://amzn.to/mvlrO7&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/kK9n0G"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Joy-Clojure-Thinking-Way/dp/1935182641%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1935182641"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/51LKOYzkfWL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Joy-Clojure-Thinking-Way/dp/1935182641%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1935182641"&gt;&lt;strong&gt;The Joy of Clojure: Thinking the Clojure Way&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Joy-Clojure-Thinking-Way/dp/1935182641%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1935182641"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/1935182641/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/1935182641/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/1935182641/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Michael Fogus, Chris Houser&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;1935182641&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;Manning Publications&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;April 4, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$21.99&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22The+Joy+of+Clojure%3A+Thinking+the+Clojure...%22:&amp;#038;url=http://amzn.to/rv6MqQ&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/rUNdgp"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Xcode-Developer-Reference-Richard-Wentk/dp/111800759X%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D111800759X"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/31SsLdXkxKL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Xcode-Developer-Reference-Richard-Wentk/dp/111800759X%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D111800759X"&gt;&lt;strong&gt;Xcode 4&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Xcode-Developer-Reference-Richard-Wentk/dp/111800759X%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D111800759X"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/111800759X/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/111800759X/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/111800759X/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B0055AUG1I/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B0055AUG1I/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Richard Wentk&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;111800759X&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;Wiley&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;June 28, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$19.99&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Xcode+4+%28Developer+Reference%29%22:&amp;#038;url=http://amzn.to/iHzOzV&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/lpSsjF"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Programming-Amazon-EC2-Jurg-Vliet/dp/1449393683%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1449393683"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/51gP-tf0sWL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Programming-Amazon-EC2-Jurg-Vliet/dp/1449393683%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1449393683"&gt;&lt;strong&gt;Programming Amazon EC2&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Programming-Amazon-EC2-Jurg-Vliet/dp/1449393683%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1449393683"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/1449393683/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/1449393683/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/1449393683/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B004V9MR5M/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B004V9MR5M/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Jurg van Vliet, Flavia Paganelli&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;1449393683&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;O&amp;#8217;Reilly Media&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;March 14, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$24.22&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Programming+Amazon+EC2%22:&amp;#038;url=http://amzn.to/rEptbY&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/tkzUQQ"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Advanced-Mac-OS-Programming-Guides/dp/0321706250%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321706250"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/51nHtmazpNL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Advanced-Mac-OS-Programming-Guides/dp/0321706250%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321706250"&gt;&lt;strong&gt;Advanced Mac OS X Programming: The Big Nerd Ranch Guide&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Advanced-Mac-OS-Programming-Guides/dp/0321706250%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321706250"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/0321706250/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/0321706250/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/0321706250/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B005GWG0L0/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B005GWG0L0/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Mark Dalrymple&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;0321706250&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;Addison-Wesley Professional&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;August 28, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$32.95&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Advanced+Mac+OS+X+Programming%3A+The+Big+N...%22:&amp;#038;url=http://amzn.to/r963xx&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/nipLGi"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/CUDA-Application-Design-Development-Farber/dp/0123884268%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0123884268"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/51At7qey-QL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/CUDA-Application-Design-Development-Farber/dp/0123884268%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0123884268"&gt;&lt;strong&gt;CUDA Application Design and Development&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/CUDA-Application-Design-Development-Farber/dp/0123884268%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0123884268"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/0123884268/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/0123884268/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B006CFEA3K/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B006CFEA3K/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Rob Farber&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;0123884268&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;Morgan Kaufmann&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;November 14, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$43.98&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22CUDA+Application+Design+and+Development%22:&amp;#038;url=http://amzn.to/scY06z&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/w5iXO5"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Sinatra-Up-Running-Alan-Harris/dp/1449304230%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1449304230"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/51qMOM6YkdL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Sinatra-Up-Running-Alan-Harris/dp/1449304230%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1449304230"&gt;&lt;strong&gt;Sinatra: Up and Running&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Sinatra-Up-Running-Alan-Harris/dp/1449304230%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1449304230"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/1449304230/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B006C3HPS4/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B006C3HPS4/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Alan Harris, Konstantin Haase&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;1449304230&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;O&amp;#8217;Reilly Media&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;December 1, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$15.29&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Sinatra%3A+Up+and+Running%22:&amp;#038;url=http://amzn.to/tdyjqr&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/si00Te"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Management-3-0-Developers-Developing-Addison-Wesley/dp/0321712471%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321712471"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/51dtvyU2b4L._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Management-3-0-Developers-Developing-Addison-Wesley/dp/0321712471%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321712471"&gt;&lt;strong&gt;Management 3.0: Leading Agile Developers, Developing Agile Leaders&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Management-3-0-Developers-Developing-Addison-Wesley/dp/0321712471%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321712471"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/0321712471/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/0321712471/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/0321712471/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B004ISL6JY/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B004ISL6JY/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Jurgen Appelo&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;0321712471&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;Addison-Wesley Professional&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;January 7, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$29.50&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Management+3.0%3A+Leading+Agile+Developers...%22:&amp;#038;url=http://amzn.to/uwPmzt&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/tS9W4I"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Professional-NoSQL-Wrox-Programmer/dp/047094224X%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D047094224X"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/51BEW-rAcXL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Professional-NoSQL-Wrox-Programmer/dp/047094224X%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D047094224X"&gt;&lt;strong&gt;Professional NoSQL&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Professional-NoSQL-Wrox-Programmer/dp/047094224X%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D047094224X"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/047094224X/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/047094224X/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/047094224X/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B005LVQFZC/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B005LVQFZC/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Shashank Tiwari&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;047094224X&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;Wrox&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;September 13, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$16.99&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Professional+NoSQL+%28Wrox+Programmer+to+P...%22:&amp;#038;url=http://amzn.to/ukYyfS&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/tvAyxM"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Scalability-Rules-Principles-Scaling-Sites/dp/0321753887%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321753887"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/5151N6oWZoL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Scalability-Rules-Principles-Scaling-Sites/dp/0321753887%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321753887"&gt;&lt;strong&gt;Scalability Rules: 50 Principles for Scaling Web Sites&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Scalability-Rules-Principles-Scaling-Sites/dp/0321753887%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321753887"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/0321753887/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/0321753887/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/0321753887/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B00503D1TY/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B00503D1TY/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Martin L. Abbott, Michael T. Fisher&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;0321753887&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;Addison-Wesley Professional&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;May 15, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$16.96&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Scalability+Rules%3A+50+Principles+for+Sca...%22:&amp;#038;url=http://amzn.to/j0PaUH&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/lp4VaC"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Programming-Concurrency-JVM-Mastering-Synchronization/dp/193435676X%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D193435676X"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/419hxrFyOUL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Programming-Concurrency-JVM-Mastering-Synchronization/dp/193435676X%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D193435676X"&gt;&lt;strong&gt;Programming Concurrency on the JVM: Mastering Synchronization, STM, and Actors&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Programming-Concurrency-JVM-Mastering-Synchronization/dp/193435676X%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D193435676X"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/193435676X/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/193435676X/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/193435676X/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Venkat Subramaniam&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;193435676X&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;Pragmatic Bookshelf&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;September 2, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$19.29&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Programming+Concurrency+on+the+JVM%3A+Mast...%22:&amp;#038;url=http://amzn.to/oLj6d6&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/qohyFc"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Learning-HTML5-Game-Programming-Hands-/dp/0321767365%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321767365"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/41CX-urFCML._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Learning-HTML5-Game-Programming-Hands-/dp/0321767365%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321767365"&gt;&lt;strong&gt;Learning HTML5 Game Programming: A Hands-on Guide to Building Online Games Using Canvas, SVG, and WebGL&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Learning-HTML5-Game-Programming-Hands-/dp/0321767365%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321767365"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/0321767365/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/0321767365/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/0321767365/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B005OR9NH0/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B005OR9NH0/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;James L. Williams&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;0321767365&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;Addison-Wesley Professional&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;October 5, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$16.54&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Learning+HTML5+Game+Programming%3A+A+Hands...%22:&amp;#038;url=http://amzn.to/shepkc&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/rRhugn"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Semantic-Web-Working-Ontologist-Second/dp/0123859654%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0123859654"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/51CI0qnpeXL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Semantic-Web-Working-Ontologist-Second/dp/0123859654%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0123859654"&gt;&lt;strong&gt;Semantic Web for the Working Ontologist, Second Edition: Effective Modeling in RDFS and OWL&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Semantic-Web-Working-Ontologist-Second/dp/0123859654%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0123859654"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/0123859654/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/0123859654/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/0123859654/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Dean Allemang, James Hendler&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;0123859654&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;Morgan Kaufmann&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;June 3, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$38.43&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Semantic+Web+for+the+Working+Ontologist%2C...%22:&amp;#038;url=http://amzn.to/ioQAoC&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/iBwDi7"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Brave-NUI-World-Designing-Interfaces/dp/0123822319%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0123822319"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/41agKLjLzaL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Brave-NUI-World-Designing-Interfaces/dp/0123822319%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0123822319"&gt;&lt;strong&gt;Brave NUI World: Designing Natural User Interfaces for Touch and Gesture&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Brave-NUI-World-Designing-Interfaces/dp/0123822319%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0123822319"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/0123822319/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/0123822319/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/0123822319/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Daniel Wigdor, Dennis Wixon&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;0123822319&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;Morgan Kaufmann&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;April 27, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$18.49&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Brave+NUI+World%3A+Designing+Natural+User+...%22:&amp;#038;url=http://amzn.to/itTxF1&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/lwbvyp"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Haskell-Functional-Programming-International-Computer/dp/0201882957%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0201882957"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/4114w7dnO5L._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Haskell-Functional-Programming-International-Computer/dp/0201882957%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0201882957"&gt;&lt;strong&gt;Haskell: The Craft of Functional Programming (3rd Edition)&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Haskell-Functional-Programming-International-Computer/dp/0201882957%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0201882957"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/0201882957/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/0201882957/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/0201882957/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Simon Thompson&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;0201882957&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;Addison-Wesley Professional&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;October 2, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$44.96&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Haskell%3A+The+Craft+of+Functional+Program...%22:&amp;#038;url=http://amzn.to/n2Puvp&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/qBgQJk"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Think-Stats-Allen-B-Downey/dp/1449307116%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1449307116"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/512es42TshL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Think-Stats-Allen-B-Downey/dp/1449307116%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1449307116"&gt;&lt;strong&gt;Think Stats&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Think-Stats-Allen-B-Downey/dp/1449307116%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1449307116"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/1449307116/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/1449307116/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/1449307116/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B005EI85LO/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B005EI85LO/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Allen B. Downey&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;1449307116&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;O&amp;#8217;Reilly Media&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;July 22, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$21.98&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Think+Stats%22:&amp;#038;url=http://amzn.to/pWXBee&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/phj4Iz"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Rails-3-Action-Ryan-Bigg/dp/1935182277%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1935182277"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/51MthaBNDEL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Rails-3-Action-Ryan-Bigg/dp/1935182277%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1935182277"&gt;&lt;strong&gt;Rails 3 in Action&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Rails-3-Action-Ryan-Bigg/dp/1935182277%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1935182277"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/1935182277/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/1935182277/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/1935182277/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Ryan Bigg, Yehuda Katz&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;1935182277&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;Manning Publications&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;September 28, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$27.48&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Rails+3+in+Action%22:&amp;#038;url=http://amzn.to/nAkvxG&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/oZ1BCn"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Driven-Development-Embedded-Pragmatic-Programmers/dp/193435662X%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D193435662X"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/51AWF3--mpL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Driven-Development-Embedded-Pragmatic-Programmers/dp/193435662X%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D193435662X"&gt;&lt;strong&gt;Test Driven Development for Embedded C&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Driven-Development-Embedded-Pragmatic-Programmers/dp/193435662X%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D193435662X"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/193435662X/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/193435662X/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/193435662X/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;James W. Grenning&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;193435662X&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;Pragmatic Bookshelf&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;May 2, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$19.37&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Test+Driven+Development+for+Embedded+C+%28...%22:&amp;#038;url=http://amzn.to/mTd1Xo&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/ljuG3i"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/MacRuby-Definitive-Guide-Ruby-Cocoa/dp/1449380379%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1449380379"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/51fD8i7AueL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/MacRuby-Definitive-Guide-Ruby-Cocoa/dp/1449380379%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1449380379"&gt;&lt;strong&gt;MacRuby: The Definitive Guide: Ruby and Cocoa on OS X&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/MacRuby-Definitive-Guide-Ruby-Cocoa/dp/1449380379%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1449380379"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/1449380379/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/1449380379/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B005WL6HBS/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B005WL6HBS/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Matt Aimonetti&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;1449380379&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;O&amp;#8217;Reilly Media&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;November 4, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$16.70&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22MacRuby%3A+The+Definitive+Guide%3A+Ruby+and+...%22:&amp;#038;url=http://amzn.to/tdXExG&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/shKIZO"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Modern-Information-Retrieval-Concepts-Technology/dp/0321416910%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321416910"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/51l1Y9vy94L._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Modern-Information-Retrieval-Concepts-Technology/dp/0321416910%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321416910"&gt;&lt;strong&gt;Modern Information Retrieval: The Concepts and Technology behind Search (2nd Edition)&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Modern-Information-Retrieval-Concepts-Technology/dp/0321416910%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321416910"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/0321416910/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/0321416910/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/0321416910/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Ricardo Baeza-Yates, Berthier Ribeiro-Neto&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;0321416910&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;Addison-Wesley Professional&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;February 10, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$56.24&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Modern+Information+Retrieval%3A+The+Concep...%22:&amp;#038;url=http://amzn.to/tppFVo&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/sHpADB"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Designing-Search-Strategies-eCommerce-UXmatters/dp/0470942231%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0470942231"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/41z526qP0HL._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Designing-Search-Strategies-eCommerce-UXmatters/dp/0470942231%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0470942231"&gt;&lt;strong&gt;Designing Search: UX Strategies for eCommerce Success&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Designing-Search-Strategies-eCommerce-UXmatters/dp/0470942231%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0470942231"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/0470942231/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/0470942231/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/0470942231/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B0050PJ8S0/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B0050PJ8S0/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Greg Nudelman&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;0470942231&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;Wiley&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;May 24, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$14.99&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Designing+Search%3A+UX+Strategies+for+eCom...%22:&amp;#038;url=http://amzn.to/tP6AB7&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/vLxOW0"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width='130'&gt;&lt;a href="http://www.amazon.com/Windows-Phone-Recipes-Problem-Solution-Approach/dp/1430233710%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430233710"&gt;&lt;img src="http://ecx.images-amazon.com/images/I/41isqMINz8L._SL160_.jpg" border="0" width="120"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;
	  &lt;a href="http://www.amazon.com/Windows-Phone-Recipes-Problem-Solution-Approach/dp/1430233710%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430233710"&gt;&lt;strong&gt;Windows Phone 7 Recipes: A Problem-Solution Approach&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
    &lt;br /&gt;Stores: &lt;a href="http://www.amazon.com/Windows-Phone-Recipes-Problem-Solution-Approach/dp/1430233710%3FSubscriptionId%3D0BZQ5SJTYZCHFG60RT02%26tag%3Dblpro-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430233710"&gt;USA&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/1430233710/nosearch-21/ref=nosim/"&gt;UK&lt;/a&gt; | &lt;a href="http://www.amazon.ca/exec/obidos/ASIN/1430233710/nosearchca-20/ref=nosim/"&gt;Canada&lt;/a&gt; | &lt;a href="http://www.amazon.it/exec/obidos/ASIN/1430233710/nosearchit-21/ref=nosim/"&gt;Italy&lt;/a&gt; | &lt;a href="http://www.amazon.com/exec/obidos/ASIN/B005PZ0AEG/blpro-20/ref=nosim/"&gt;Kindle&lt;/a&gt; | &lt;a href="http://www.amazon.co.uk/exec/obidos/ASIN/B005PZ0AEG/nosearch-21/ref=nosim/"&gt;UK Kindle&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By &lt;strong&gt;Fabio Claudio Ferracchiati, Emanuele Garofalo&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;ISBN: &lt;strong&gt;1430233710&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publisher: &lt;strong&gt;Apress&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Publication date: &lt;strong&gt;May 26, 2011&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Binding: &lt;strong&gt;Paperback&lt;/strong&gt;&lt;br /&gt;
    &lt;br /&gt;Estimated price: &lt;strong&gt;$22.99&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Share this book on &lt;a href="http://twitter.com/share?text=Check+out+%22Windows+Phone+7+Recipes%3A+A+Problem-Solut...%22:&amp;#038;url=http://amzn.to/koAyOa&amp;#038;via=anynewbooks"&gt;Twitter&lt;/a&gt; |&lt;a href="http://www.facebook.com/share.php?u=http://amzn.to/khsBrk"&gt;Facebook&lt;/a&gt;
 	 &lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;p&gt;No related posts.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=wqmDrJa4aqI:R58z7pZFzXc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=wqmDrJa4aqI:R58z7pZFzXc:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?i=wqmDrJa4aqI:R58z7pZFzXc:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=wqmDrJa4aqI:R58z7pZFzXc:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?i=wqmDrJa4aqI:R58z7pZFzXc:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=wqmDrJa4aqI:R58z7pZFzXc:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=wqmDrJa4aqI:R58z7pZFzXc:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=wqmDrJa4aqI:R58z7pZFzXc:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?i=wqmDrJa4aqI:R58z7pZFzXc:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ZenAndTheArtOfRubyProgramming/~4/wqmDrJa4aqI" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://programmingzen.com/2011/12/16/interesting-programming-books-2011/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://programmingzen.com/2011/12/16/interesting-programming-books-2011/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://programmingzen.com/2011/12/16/interesting-programming-books-2011/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Antonio Cangiano</name>
						<uri>http://antoniocangiano.com</uri>
					</author>
		<title type="html"><![CDATA[Download DB2 Express-C 9.7.5]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ZenAndTheArtOfRubyProgramming/~3/wSEh9xOxoVw/" />
		<id>http://programmingzen.com/?p=1433</id>
		<updated>2011-11-21T20:56:56Z</updated>
		<published>2011-11-21T20:56:56Z</published>
		<category scheme="http://programmingzen.com" term="Databases" /><category scheme="http://programmingzen.com" term="DB2" /><category scheme="http://programmingzen.com" term="IT Business" />		<summary type="html"><![CDATA[IBM recently released a new edition of DB2 Express-C, the free edition of their powerful commercial database. You can grab DB2 Express-C 9.7.5 for Linux, Unix, and Windows here. This new version includes support for Oracle compatibility (which was previously only available for commercial editions), and a few other features, including an enhanced db shell [...]
Possibly related posts:<ol>
<li><a href='http://programmingzen.com/2011/05/09/download-db2-express-c-9-7-4/' rel='bookmark' title='Download DB2 Express-C 9.7.4'>Download DB2 Express-C 9.7.4</a></li>
<li><a href='http://programmingzen.com/2007/10/31/db2-express-c-95-is-available-for-download/' rel='bookmark' title='DB2 Express-C 9.5 is available for download'>DB2 Express-C 9.5 is available for download</a></li>
<li><a href='http://programmingzen.com/2010/06/01/ibm-releases-db2-express-c-9-7-2/' rel='bookmark' title='IBM releases DB2 Express-C 9.7.2'>IBM releases DB2 Express-C 9.7.2</a></li>
</ol>]]></summary>
		<content type="html" xml:base="http://programmingzen.com/2011/11/21/download-db2-express-c-9-7-5/">&lt;p&gt;&lt;img class="aligncenter size-full wp-image-1434" title="Download DB2 Express-C 9.7.5" src="http://programmingzen.com/wp-content/uploads/2011/11/download-db2-express-c.png" alt="Download DB2 Express-C 9.7.5" width="600" height="148" /&gt;IBM recently released a new edition of DB2 Express-C, the free edition of their powerful commercial database. You can grab &lt;a href="http://db2express.com/download/?S_TACT=ACDB201"&gt;DB2 Express-C 9.7.5&lt;/a&gt; for Linux, Unix, and Windows &lt;a href="http://db2express.com/download/?S_TACT=ACDB201"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This new version includes support for Oracle compatibility (which was previously only available for commercial editions), and a few other features, including an enhanced db shell known as CLP+.&lt;/p&gt;
&lt;p&gt;If you downloaded DB2 in the past, take this new edition for a spin and let us know what you think. If you haven&amp;#8217;t, now would be a great time to try out DB2 Express-C in its enhanced incarnation.&lt;/p&gt;
&lt;p&gt;It&amp;#8217;s entirely free of charge and there are no limits on the amount of data you can store in development, testing, or production.&lt;/p&gt;
&lt;p&gt;In a future post I will also explain why, contrary to what some may believe, it&amp;#8217;s an excellent choice for startups that are looking for a solution that goes beyond the relational paradigm.&lt;/p&gt;
&lt;p&gt;Possibly related posts:&lt;ol&gt;
&lt;li&gt;&lt;a href='http://programmingzen.com/2011/05/09/download-db2-express-c-9-7-4/' rel='bookmark' title='Download DB2 Express-C 9.7.4'&gt;Download DB2 Express-C 9.7.4&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://programmingzen.com/2007/10/31/db2-express-c-95-is-available-for-download/' rel='bookmark' title='DB2 Express-C 9.5 is available for download'&gt;DB2 Express-C 9.5 is available for download&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://programmingzen.com/2010/06/01/ibm-releases-db2-express-c-9-7-2/' rel='bookmark' title='IBM releases DB2 Express-C 9.7.2'&gt;IBM releases DB2 Express-C 9.7.2&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=wSEh9xOxoVw:33RUzolJY1g:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=wSEh9xOxoVw:33RUzolJY1g:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?i=wSEh9xOxoVw:33RUzolJY1g:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=wSEh9xOxoVw:33RUzolJY1g:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?i=wSEh9xOxoVw:33RUzolJY1g:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=wSEh9xOxoVw:33RUzolJY1g:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=wSEh9xOxoVw:33RUzolJY1g:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=wSEh9xOxoVw:33RUzolJY1g:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?i=wSEh9xOxoVw:33RUzolJY1g:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ZenAndTheArtOfRubyProgramming/~4/wSEh9xOxoVw" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://programmingzen.com/2011/11/21/download-db2-express-c-9-7-5/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://programmingzen.com/2011/11/21/download-db2-express-c-9-7-5/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://programmingzen.com/2011/11/21/download-db2-express-c-9-7-5/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Antonio Cangiano</name>
						<uri>http://antoniocangiano.com</uri>
					</author>
		<title type="html"><![CDATA[The Real Reason Italy Sucks at the Startup Game]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ZenAndTheArtOfRubyProgramming/~3/yGP7ZicGfuI/" />
		<id>http://programmingzen.com/?p=1429</id>
		<updated>2011-11-10T15:23:16Z</updated>
		<published>2011-11-10T15:00:18Z</published>
		<category scheme="http://programmingzen.com" term="IT Business" /><category scheme="http://programmingzen.com" term="Italy" /><category scheme="http://programmingzen.com" term="Startup" />		<summary type="html"><![CDATA[For a long time now Italy has been experiencing political and economical turmoil that would require several drastic changes in order to reboot it. Italy needs a new class of politicians who truly care about the real problems that the country and its people are facing everyday. It desperately needs to reform the educational, tax, [...]
No related posts.]]></summary>
		<content type="html" xml:base="http://programmingzen.com/2011/11/10/the-real-reason-italy-sucks-at-the-startup-game/">&lt;p&gt;For a long time now Italy has been experiencing political and economical turmoil that would require several drastic changes in order to reboot it. Italy needs a new class of politicians who truly care about the real problems that the country and its people are facing everyday. It desperately needs to reform the educational, tax, and labour systems, as well as a substantial reduction of bureaucracy at every level.&lt;/p&gt;
&lt;p&gt;In his famous 1961 inaugural speech John F. Kennedy said to his fellow American citizens, &amp;#8220;Ask not what your country can do for you &amp;#8211; ask what you can do for your country&amp;#8221;. In the same spirit I can’t help but ask myself, what would it take to modernize and restart Italy?&lt;/p&gt;
&lt;p&gt;Though easy solutions do not abound, there is something that young Italians can do to greatly help this situation: &lt;strong&gt;create startups&lt;/strong&gt;. Over the past 30 years American startups have generated &lt;a href="http://www.whitehouse.gov/blog/2011/11/03/numbers-44-million" target="_blank"&gt;44 million jobs&lt;/a&gt;. Starting a company is perhaps the most noble act Italians can do to improve their country and their own economical condition, while at the same time helping to create jobs for their fellow Italians.&lt;/p&gt;
&lt;p&gt;I know that starting a company is not an easy or straightforward process in Italy. Doing so means facing a labyrinth of laws (plus very high taxes). The fiscal system is inefficient and often rewards tax evaders with a laissez-faire attitude, while showing a cruel persistence against honest small business owners.&lt;/p&gt;
&lt;p&gt;It&amp;#8217;s also hard because there are virtually no angel investors or venture capitalists. Though parents are sometimes seen as angel investors (of sorts), to some, for providing young Italians with a place to stay rent-free well into their twenties and sometimes even thirties.&lt;/p&gt;
&lt;p&gt;The existence of obstacles shouldn&amp;#8217;t be a good enough reason to prevent you from trying at all though. When you have very little to lose, because you’re already unemployed (or are not making anywhere near enough to get by), why not try and start something of your own? It&amp;#8217;s obvious that without an initial capital, funds, or credit you can&amp;#8217;t launch a physical retail outlet or start having goods manufactured for you in China.&lt;/p&gt;
&lt;p&gt;Thanks to the web however, it’s possible to bootstrap a company and encounter relatively negligible monthly costs. The only real capital required is knowledge, which is freely obtainable online, paired with the ability to work both diligently and smartly towards a goal.&lt;/p&gt;
&lt;p&gt;With rampant unemployment in Italy, particularly in the south, one would expect a huge surge of technical startups in Italy. You&amp;#8217;d imagine people staying up until 3 AM in order to fulfil their dream of running their own business. Sadly, these are not the droids you are looking for. Unemployment figures are appalling, yet there are very few self-employed people or entrepreneurs to be found throughout the country.&lt;/p&gt;
&lt;p&gt;The real limit is the mentality that most young Italians have.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Risk aversion&lt;/strong&gt;. Even when there is very little to lose and you’re 20-25 years old and without a family of your own to sustain yet.&lt;/p&gt;
&lt;p&gt;Recently a great deal of people from all over the world applied to temporary leave their respective countries to go to Chile, in order to create a startup and take advantage of a &lt;a href="http://www.startupchile.org/" target="_blank"&gt;$40,000 fund for startups&lt;/a&gt; that the country is offering without any strings attached. Americans jumped at the occasion, despite the availability of local funds. How many Italians have gone so far? Very, very few. And yet they are the ones who could truly use &amp;#8211; and need to avail of &amp;#8211; chances like this.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Fear of failure&lt;/strong&gt;. Italian society has never come to terms with the fact that failing is an opportunity to grow and try again. If you fail once in Italy, you are often seen as a &lt;em&gt;failure&lt;/em&gt; forever (short of doing amazingly well later in life).&lt;/p&gt;
&lt;p&gt;In North America it&amp;#8217;s pretty much established that statistically you&amp;#8217;ll fail a few times before getting it right. Nobody would attach such a negative label to you because you tried to create something of value and didn&amp;#8217;t end up succeeding. You&amp;#8217;ll be respected far more than &lt;a href="http://en.wikipedia.org/wiki/Citizenship_in_a_Republic" target="_blank"&gt;timid souls&lt;/a&gt; who neither know victory nor defeat.&lt;/p&gt;
&lt;p&gt;Real experts are usually people who have failed more than most people and have learned important lessons in doing so. This is true in any field, not just the business world.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Sense of self-entitlement&lt;/strong&gt;. People in Italy still expect to obtain a long term post office or government job where you’re unlikely to get fired and will remain there for 40 years, just because they got a college degree.&lt;/p&gt;
&lt;p&gt;I’ve interviewed several Italian job applicants throughout my life, and it&amp;#8217;s not unusual to see them become visibly upset when a fellow Italian wouldn&amp;#8217;t hire them over someone from a different country (simply on the merits that we’re both from Italy) &amp;#8211; even when they’ve never written a single line of code outside of their university courses.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Fatalism&lt;/strong&gt;. In Italy there is the belief that your future doesn&amp;#8217;t depend on your own efforts, rather that it&amp;#8217;s mostly influenced by impregnable external forces. When you are not convinced that you can take charge of your life, it becomes really hard to make the sacrifices and jump through the hoops required to achieve success.&lt;/p&gt;
&lt;p&gt;Why work like a dog if you don&amp;#8217;t believe in your heart that you can change your life and live the Italian take on the American dream? (I refuse to believe that the real Italian dream is to become a soccer player or a show girl, or to have a unionized job where you can&amp;#8217;t get fired no matter how bad you behave.)&lt;/p&gt;
&lt;p&gt;The following chart shows the results of some research that was carried out by the the Hoover Institution at Stanford University. As you can see, many Americans, Swedish, and English people replied “no” to the question, &amp;#8220;Does success depend on forces outside our control?&amp;#8221;. Italians however showed their fatalism, with more than 70% replying “yes”.&lt;/p&gt;
&lt;p&gt;&lt;img class="aligncenter size-full wp-image-1430" title="Does success depend on forces outside our control?" src="http://programmingzen.com/wp-content/uploads/2011/11/does-success-depend-on-forces-outside-our-control-e1320936286945.png" alt="Does success depend on forces outside our control?" width="629" height="472" /&gt;&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;small&gt;(By the way, tip of the hat to &lt;a href="http://twitter.com/fabricapo"&gt;Fabrizio Capobianco&lt;/a&gt; for spotting this image on a slide by Richard Boly.)&lt;/small&gt;&lt;/p&gt;
&lt;p style="text-align: left;"&gt;I understand that as a whole a strongly catholic country may hold onto the popular belief that everything comes down to &amp;#8220;God willing&amp;#8221;, and that in many fields corruption and nepotism are the norm, not the exception. However it must be really sad to live a life in which you don&amp;#8217;t believe in your ability to change your own destiny. Real change often derives from the ambition and desire to improve one&amp;#8217;s situation in life.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Cynicism and envy&lt;/strong&gt;. In Italy, people tend to ridicule, envy, or be distrustful of those who actively want to create a better future for themselves or to change the status quo.&lt;/p&gt;
&lt;p&gt;When Mashape&amp;#8217;s founders wrote &lt;a href="http://blog.tagliaerbe.com/2010/09/startup-investitori-italia.html" target="_blank"&gt;an open letter&lt;/a&gt; to the Italian tech community in which they suggested that they were leaving Italy for Silicon Valley, people mocked them to no end. Many derided them and said they&amp;#8217;d be back in a year with their tails between their legs and nothing to show for leaving Italy. What actually happened (as non-Italians might expect) is that they received &lt;a href="http://gigaom.com/cloud/api-market-mashape-raises-1-5m-seed-from-mega-investors/" target="_blank"&gt;$1.5 million from some of the largest investors&lt;/a&gt; in America, and in the process were able to get more investors to pay attention to wannabe Italian entrepreneurs.&lt;/p&gt;
&lt;p&gt;This story speaks of a generation of cynics and discouraged people who not only struggle to produce something of value themselves, but who also actively sabotage others so as not to look incapable or lazy by comparison.&lt;/p&gt;
&lt;p&gt;Overall Italians are a smart and (in the technical field) a generally talented group of people. Perhaps Italy will never have its own Silicon Valley, but it has a huge amount of human potential that should be put to good use. Change and innovation in my native country must start from the ground up, beginning with the attitudes and belief system of its youth.&lt;/p&gt;
&lt;p&gt;I urge fellow Italians to fight these negative tendencies and stop, once for all, looking for excuses. If you wait for the ideal conditions to come along, you&amp;#8217;ll never achieve anything important in life.&lt;/p&gt;
&lt;p&gt;All change requires is for people to start taking action and trying for real. After all, just look around at the way Italy is these days: you don’t have a lot to lose. Yet there is so very much to potentially gain in the fight to reshape and transform Italy into the country it truly deserves to be.&lt;/p&gt;
&lt;p&gt;[An Italian version of this article is &lt;a href="http://stacktrace.it/2011/11/07/considerazioni-sulla-scarsita-di-startup-in-italia/" target="_blank"&gt;available on Stacktrace&lt;/a&gt;.]&lt;/p&gt;
&lt;p&gt;No related posts.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=yGP7ZicGfuI:rpXt7uOV7Cs:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=yGP7ZicGfuI:rpXt7uOV7Cs:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?i=yGP7ZicGfuI:rpXt7uOV7Cs:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=yGP7ZicGfuI:rpXt7uOV7Cs:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?i=yGP7ZicGfuI:rpXt7uOV7Cs:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=yGP7ZicGfuI:rpXt7uOV7Cs:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=yGP7ZicGfuI:rpXt7uOV7Cs:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=yGP7ZicGfuI:rpXt7uOV7Cs:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?i=yGP7ZicGfuI:rpXt7uOV7Cs:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ZenAndTheArtOfRubyProgramming/~4/yGP7ZicGfuI" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://programmingzen.com/2011/11/10/the-real-reason-italy-sucks-at-the-startup-game/#comments" thr:count="23" />
		<link rel="replies" type="application/atom+xml" href="http://programmingzen.com/2011/11/10/the-real-reason-italy-sucks-at-the-startup-game/feed/atom/" thr:count="23" />
		<thr:total>23</thr:total>
	<feedburner:origLink>http://programmingzen.com/2011/11/10/the-real-reason-italy-sucks-at-the-startup-game/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Antonio Cangiano</name>
						<uri>http://antoniocangiano.com</uri>
					</author>
		<title type="html"><![CDATA[Requiem for a Dreamer]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ZenAndTheArtOfRubyProgramming/~3/pXgGKxNwo7o/" />
		<id>http://programmingzen.com/?p=1426</id>
		<updated>2011-10-12T05:47:05Z</updated>
		<published>2011-10-12T05:47:05Z</published>
		<category scheme="http://programmingzen.com" term="Apple" /><category scheme="http://programmingzen.com" term="Industry News" />		<summary type="html"><![CDATA[Steve Jobs passed away a week ago. When I first learned about it, I cried. That was an odd reaction on my part. I never met or interacted with Steve Jobs and I&#8217;m not what most would define as an Apple fanboy. I reflected upon what led me to shed tears for someone who was, [...]
No related posts.]]></summary>
		<content type="html" xml:base="http://programmingzen.com/2011/10/12/requiem-for-a-dreamer/">&lt;p&gt;Steve Jobs passed away a week ago.&lt;/p&gt;
&lt;p&gt;When I first learned about it, I cried. That was an odd reaction on my part. I never met or interacted with Steve Jobs and I&amp;#8217;m not what most would define as an Apple fanboy.&lt;/p&gt;
&lt;p&gt;I reflected upon what led me to shed tears for someone who was, technically, a stranger to me and came to realize that Steve Jobs affected and inspired my life far more that I cared to admit.&lt;/p&gt;
&lt;p&gt;My deep sadness wasn&amp;#8217;t just for a relatively young person who died and left a grieving family behind. It was sadness for the loss of a visionary leader who relentlessly showed us the art of what&amp;#8217;s possible. I couldn&amp;#8217;t help but feel the sudden end of an era. No &amp;#8220;one more thing&amp;#8221; left to anticipate with excitement and curiosity.&lt;/p&gt;
&lt;p&gt;Steve didn&amp;#8217;t personally create or invent many of Apple&amp;#8217;s products, but he ensured that the end results we managed to get our hands on were nothing short of inspiring. He was a visionary for countless consumers, developers, entrepreneurs, and even competitors.&lt;/p&gt;
&lt;p&gt;He managed to inspire a whole industry, while doing what he truly loved. Millions of entrepreneurs world wide have been inspired to do the same as a result of his work. This may be his greatest legacy and something that will live on in all of us long after his passing.&lt;/p&gt;
&lt;p&gt;Goodbye, Steve, and thank you for everything.&lt;/p&gt;
&lt;p align="center"&gt;
&lt;img src="http://programmingzen.com/wp-content/uploads/2011/10/steve_jobs.jpg" alt="Steve Jobs (1955 - 2011)" title="Steve Jobs (1955 - 2011)" /&gt;Credit: &lt;a href="http://en.wikipedia.org/wiki/File:Steve_Jobs_Headshot_2010-CROP.jpg"&gt;Matt Yohe&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;No related posts.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=pXgGKxNwo7o:YUsR2wLC8eY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=pXgGKxNwo7o:YUsR2wLC8eY:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?i=pXgGKxNwo7o:YUsR2wLC8eY:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=pXgGKxNwo7o:YUsR2wLC8eY:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?i=pXgGKxNwo7o:YUsR2wLC8eY:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=pXgGKxNwo7o:YUsR2wLC8eY:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=pXgGKxNwo7o:YUsR2wLC8eY:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?a=pXgGKxNwo7o:YUsR2wLC8eY:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ZenAndTheArtOfRubyProgramming?i=pXgGKxNwo7o:YUsR2wLC8eY:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ZenAndTheArtOfRubyProgramming/~4/pXgGKxNwo7o" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://programmingzen.com/2011/10/12/requiem-for-a-dreamer/#comments" thr:count="3" />
		<link rel="replies" type="application/atom+xml" href="http://programmingzen.com/2011/10/12/requiem-for-a-dreamer/feed/atom/" thr:count="3" />
		<thr:total>3</thr:total>
	<feedburner:origLink>http://programmingzen.com/2011/10/12/requiem-for-a-dreamer/</feedburner:origLink></entry>
	</feed><!-- Dynamic page generated in 0.475 seconds. --><!-- Cached page generated by WP-Super-Cache on 2012-05-09 03:53:24 --><!-- Compression = gzip -->

