Hello. I am a social media specialist, web designer and developer. When not hard at work, I am probably travelling the world! More about me

Archive for September 2009

False Economy: A Surprising Economic History of the World

Posted 6 September 2009 Tagged to ,

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.

Continue reading

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

Posted 6 September 2009 Tagged to , , ,

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.

Continue reading