jamin on August 12th, 2003

Thanks to Max Drown for his design of the new logo which is a vast improvement.
While I’m talking about aesthetics, I just want to remind everyone that this site looks best with the default theme (Sand_Journey) and using a Mozilla-based browser. In particular some of the icons look awful in IE due to IE’s [...]

Continue reading about New Logo designed by Max

jamin on August 7th, 2003

Well I finally got the site updated to the most recent version of phpnuke. I also changed the default look of the site. Let me know what you think by posting a comment. I know the old logo looks like crap on the new background. I’ll get around to fixing that [...]

Continue reading about We’re back

jamin on July 26th, 2003

You may have noticed (or not) that this website was defaced last night. I believe the defacers used a security hole in php-nuke. Fortunately the damage was minimal. The only thing lost was the most recent story where I gave the account of our float trip. I plan on upgrading php-nuke [...]

Continue reading about We were defaced

jamin on July 12th, 2003

I’ve added a block on the left side to display my reading list. The links point to Amazon.com.
I’ve also added a few new items to the quicklinks box on the right side to reflect additions to my interests over the past few months.

Continue reading about View my reading list

jamin on July 19th, 2002

I made some mods to the site so that new tags will be accepted in comments and wrote a simple perl script to markup code before posting. Now i want to test posting code to a story. So here is the code I use to markup code before posting:

#!/usr/bin/perl -w
print “<pre><code>
“;
while (<>) {
s/&/&amp;/g;
s/</&lt;/g;
s/>/&gt;/g;
s///g;
print;
}
print [...]

Continue reading about Testing: Posting Code to a Story

jamin on May 24th, 2002

Yes, I changed the theme again, this time back to NukeNews. My main complaint with NukeNews was that the font was bloody small. But I changed the font in the style sheet and now it’s a bit more legible.
I also noticed that transparent png’s look like shit in Internet Explorer. Oh well. [...]

Continue reading about New Default theme (again)

jamin on May 22nd, 2002

I changed the default theme for the site. Let me know what you think by commenting and/or voting in the poll. You can change your personal theme by editing your account settings.
Vote early, vote often.

Continue reading about Themes

jamin on May 22nd, 2002

I put my first FAQ entry in. Click on the link in the left sidebar. Now I just need more questions. FAQ seems like a bit of a misnomer. Something to ponder.

Continue reading about Updated FAQ

jamin on May 21st, 2002

admin writes: Granted there is a lot of customization I want to do, but I’ve finally got PHP-Nuke up and running and somewhat to my liking….more to follow

Continue reading about We’re Live! (sort of)