Getting Started with Struts Shale

In JavaEE by timfanelli

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 timfanelli

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 …

Intro to Ruby: Hello World

In Programming, Ruby by timfanelli

I recently decided I was going to take up Ruby programming as a hobby. Prior to that I had taken on Python, which has quickly become one of my favorite …

How To: Create an Atom Feed

In Uncategorized by timfanelli

Most people are already familiar with RSS and RSS2 feeds for content syndication. ATOM doesn’t appear to be as popular yet, however it is catching on more and more. ATOM …

Apache Rewrite Rules

In Uncategorized by timfanelli

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 timfanelli

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. …