Monthly Archives: April 2008

Quoted in Spartan Daily

I was quoted in SJSU’s Spartan Daily recently. Here’s hoping one of my teams wins this year’s Business Plan Competition. P.S. I’m looking for a full time job starting Mid-July or August 1. If you or anyone you know is … Continue reading

Posted in General | Leave a comment

A JavaScript sqrt() function.

I know there’s a Math.sqrt() function; I just wanted to create my own. Is this how most people would implement a sqrt() function in JavaScript if one didn’t already exist? sqrt = function(x) { j = x / 2; min … Continue reading

Posted in General | Leave a comment

Upgrade to WordPress 2.5

I’ve upgraded to WordPress 2.5. In the process I made some nice backups of my site, and cleaned up my internal site structure. I’m now running on a nightly of the K2 theme, and hope to switch to a general … Continue reading

Posted in General | Leave a comment