Posted on 10 Comments

Well lemme tell you sonny!

I’ve entered the last year of my youth. Today I am 39. In October 2009, the Boy Scouts of America will make me fill out new forms to make sure I’m not dead before leaving for outings, I’ll get to check a new checkbox on everyone’s forms (35-39, 40-dead). And apparently all innovation happens between 20-29 or 30-39 so this is my last year to become famous (you know I was supposed to retire at 35 right?). Tim requested this post so that we could avoid talking about the Antichrist or that I’ve become an old fart. Al I can say is, "I’m not dead yet!" (And thanks to all for the birthday wishes in Twitter and in the comments on Reality Me. You all are great!)

Posted on Leave a comment

Despotism vs Democracy

Despotism is a form of government by a single authority, either an individual or tightly knit group, which rules with absolute political power. This 1946 Encylclopedia Britannica newsreel made to educate classrooms about political science explains:

If a community’s economic distribution becomes slanted, its middle income groups grow smaller and despotism stands a better change to gain a foothold. [Source, Despotism (1946), 4:40-4:51]

Another sign of a poorly balanced economy is a taxation system that presses heaviest on those least able to pay. A larger part of a small income is spent on necessities such as food. Sales taxes on such necessities hit the small income harder. In the days of the salt tax, feudal despotisms were partly sustained by this and other ?? [Source, Despotism (1946), 5:58-6:27]

Posted on Leave a comment

Code Buzz

Runners get a runner’s high. I’ve got a coder’s high. My head is buzzing as I’ve been hitting the keys hard. My current PHP application has dynamic content loaded via AJAX but when the user navigates with the browser’s forward or back buttons the state is lost, that is, all the dynamic content disappears. Also if the natural navigation of the application takes the user away from the dynamically generated content, when they return the content is lost and the user frustratingly has to drill down, dynamically loading more content, to get back to where they were. Using jQuery, some custom JavaScript, and some fandangled PHP, I have overcome this obstacle and created a state engine that remembers which content was loaded and re-presents it on the screen whenever the user navigates with the browser’s forward or back buttons or the applications natural navigation. I’ve just finished the behind the scenes mechanics of this code and now have to fix the presentation level (after a 10 minute break). Whew! This was fun!