False Economy: A Surprising Economic History of the World

[image src=”http://www.darrenkrape.com/wp-content/uploads/2009/09/false-economy-140×217.jpg” align=”left”]

False Economy, a new book by Financial Times writer Alan Beattie is both ambitious in its geographic and historical scope and quite reserved in drawing monumental judgments. Written for a the general reader, it is light on the economic theory and, when raised, explained clearly and succinctly.

The book’s basic treatise could be summarized thus: a nation’s economic fortunes rise or fall based on a wide variety of variables, typically due to domestic actions and often not those promoted by conventional wisdom. Over the course of the book, Beattie rejects many oft-blamed reasons for nations staying poor: religion, culture, natural resources and other such stalwarts. His reasoning is frequently compelling, rarely relying on abstract economic theory, instead elucidating his point through provocatively eye-opening examples.

Read more

CSS drop-down menus: keeping the top level selected when hovering over a sub-menu, now in jQuery

Awhile back I wrote a JavaScript tutorial on how to keep the top level menu item selected when hovering over a drop down menu. Since then I’ve become a strong user and proponent of the JavaScript library jQuery. Not only is it easy to use, it also can help simplify your code-base very significantly. I’ve explained the updated code below. As you can see, it is much simpler.
Read more