Feed on
Posts
Comments

Monthly Archive for June, 2007

Winnebago Man

Read Full Post »

Yatta!

Read Full Post »

Spiders On Drugs

Read Full Post »

PHP, like most programming or scripting language allows for comparison operations bu using if/else. It’s a staple of any good language yet at the same time you can end up writing a lot of code in order to accomplish something very simple. Take for example this simple comparison:
if (empty($_POST['action']))
{
$action = ‘default’;
}
else
{
$action = $_POST['action'];
}
All we’re doing [...]

Read Full Post »

I can’t listen to the radio anymore. Free radio that is. I’ve had satellite radio for over a year now and it’s the only thing, aside from mix CDs, that I listen to in my car anymore. It’s obvious how the state of modern music has degenerated over the last decade or so. Now groups [...]

Read Full Post »

Older Posts »