New Site

As you can see I've finally updated the website. I've made mock ups a few times but figured the only way I'd ever actually use it is if I actually implement it. Because of that, a lot of content is still missing. I've kept the main items active (mainly the pc name maker). If you're trying to access something that doesn't work anymore, try back again later. If you really need something you may contact me and I'll see what I can do.

So what's changed? pretty much everything. The old site had a very old look to it. All the dynamic content was done using server side includes which worked fine at the time. Now, everything has moved to PHP and with the help of php accelerators it runs faster than before. This site is also now 100% css driven. It is also XHTML 1.0 compliant.

Another big change in this is building it on top of CodeIgniter. A problem with the old site was being able to maintain any sort of consistency. There were maybe three pages that used php, but all used different includes and connects in different ways and it was just more tedious than it should be to create a new page. With CodeIgniter everything is very structured. Entire new sections can be made relatively quickly. This makes it more worthwhile to put effort into creating something when I don't have to look at it as another place to make things complicated. The downside is this does slow things down slightly. But once I get everything setup I can start caching some things to speed it up.

Old Links

You may notice that a lot of links are no longer functional. As mentioned above, I just built the initial site ensuring the highest traffic areas were still accessible. I've setup several redirects so if the old address gave you a 404 "File not found" message, try back later.

When I moved to the new server, I realized several areas of the site were never utilized or just very outdated. I've made my best effort to actually have it redirect somewhere, but some pages simply no longer served any meaningful purpose. These pages will return the status code 410 "Gone" which tells browsers and search engines that the request page has been completely and permanently removed. How your browser will interpret this will vary but should still mention it is permanently removed. If it was a link from another site, you should inform them that the link has been removed. If you really wish to access the page, you may contact me.

Excuse the Dust

The new site is still in its early stages. I develop on a local copy and verify everything works before updating the live site, so downtime should be kept to a minimum. I'm still exploring some core aspects such as the naming of links. All links from the previous version will eventually have some destination, either that it's gone or it's been moved to a new location. Any minor changes done to links may be changed without any proper redirection. I will keep any critical changes like this to a minimum and try to ensure the first URI I pick for a page will be it's new permanent home.

Once again, thank you for your patience