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

C++ const Keyword

In C++, Programming by timfanelliLeave a Comment

const is, in my opinion, the most influential and least frequeuently used keyword in the C++ programming language. This may seem like a very bold statement, but having recently started …