Getting Started with Struts Shale

In JavaEE by timfanelliLeave a Comment

Struts Shale is a proposal for a next-generation web development framework. I’ve spent a couple days scouring the internet trying to find a simple getting started guide to build a …

Creating an SSL Certificate

In Apache, SSL by timfanelli1 Comment

I just wanted to post some quick instructions on creating a self signed certificate that you can install into Apache 2 for use with mod_ssl. It seems that these instructions …

Apache Rewrite Rules

In Uncategorized by timfanelliLeave a Comment

The Apache module mod_rewrite provides a powerful mechanism for hiding, redirecting, and reformatting request URLs. I just finished implementing a mod_rewrite scheme for timfanelli.com to accomplish 3 things: Redirect old …

C++ const Correctness

In C++, Programming by timfanelliLeave a Comment

Here’s a very thorough article that supplements my recent const rant very nicely. I received a number of emails back arguing against my point that const is important and influential. …