Android Accelerometer


Doing some work now where I get to play with the accelerometer. The end app won't be terribly original, but it's going to be interesting getting it working right. I noticed my accelerometer values seem to change constantly even with the phone sitting on a stable surface.

→ read more

Android Dev and A Big Thank You


I'm really liking the Android development and plan to continue doing more. I've been linking my Android apps back to this site, so I guess maybe I should try to keep this slightly more updated now.

First off, thanks to everyone who has downloaded my current apps. The banner clicks and puchases of the full HTTP Inspector are extra awesome. I don't know that I'll ever do enough of this to live off of it, but any extra income that doesn't rely on an employer in this job market is very helpful in case things go wrong.

I may do …

→ read more

More updates to the CMS


The CMS has undergone a large rewrite. Modules have been converted to OO, code has been moved to modules, etc. It is easier to read, easier to work with, and all around a lot better on the back end.

→ read more

More new features for the CMS


More new features have been added to the CMS.

  • Log in from anywhere
  • Beginnings of user and group rights system
  • Admin menu accessible from anywhere with correct user or group rights
  • Templated menu and admin menu

Next up is a re-working of the admin interface to clearly label some of the functions that don't list what they actually do if they change them, template the admin interface, and add in admin options for the new rights features.

After that I believe I will release the new CMS code on this site on the off chance that you happen along here …

→ read more

Welcome!


This is my new project. The website will primarily be using Perl CGI scripts which query a MySQL database for the page content (in essence, a small CMS). I will have links to programming projects I am working on, a page desribing the technology used on this page, and links to other stuff such as friend's pages or other sites I find interesting or entertaining.

I have begun work on cleaning up the Perl CMS code and adding some new features. The clean-up has a long way to go... it's scary. The features are already in the works, such as …

→ read more