Projects

Software

Old Software Archive: atphttpd

· 1 min read

atphttpd is another old software application from the my software archives. Its a very simplistic, memory caching web server, back when it was all the rage to develop web servers, especially for performance It achieved quite some good…

Read more →
Software

IRM 2 First Alpha with Tapestry 5.0.6

· 1 min read

Just a quick update: I’m trying to push IRM 2 first alpha out once I’ve converted over to using Tapestry 5.0.6 (from 5.0.5). I’m finishing up the initial storage manager in the mean time and hope to have something usable soon

Read more →
Software

Moving

· 1 min read

So, whats been going on? Well, I’ve moved cities over this past month, and still not totally done, which has put a damper on software development efforts to say the least. I’m going to resume working on IRM1.6 and IRM2 in a short while,…

Read more →
Software

IRM 1.6

· 1 min read

Work is progressing well on an interim release of IRM, to be called 1.6, from the original code base.. This is where most of my development time has been going these past two weeks. This is an effort to provide useful fixes and…

Read more →
Software

About the EVE-Central.com Interface

· 1 min read

I get the occasional question about someone's browser being seemingly stuck in "IGB" mode. Usually, its not actually stuck, the user was simply expecting some more graphical pizzaz out of EVE-Central.com.

Read more →
Software

Tapestry 5: Rendering a Block in a page

· 1 min read

This one took awhile to figure out. In Tapestry, if a component is passed to another component (such as your main page layout component), you need to pass it as a Block parameter. The problem with blocks, there is no quick way to render…

Read more →