-
Recent Posts
Recent Comments
Archives
- November 2009
- July 2009
- April 2009
- March 2009
- August 2008
- July 2008
- June 2008
- April 2008
- March 2008
- January 2008
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- November 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
Categories
Meta
Category Archives: Programming
Simple PHP Mailing List
I was recently looking for a very simple PHP mailing list script. I essentially wanted the ability to notifiy friends and family when I’ve updated a website with new pictures. I, of course, wanted unsubscribe capability, email confirmation and other simple features. I spend WAY too much time downloading and trying out free scripts on the web. So, I decided not to waste any more of my time and just created one of my own. Continue reading
Posted in PHP, Programming
8 Comments
Using integers in a C++ ArrayList
In this day and age, creating a dynamic list of integers seems like it should be an easy task. I set out to figure out how to do this using the ArrayList class in DotNet, I actuall
y found it to be more of a challenge than it should have been. Continue reading
Posted in C++, DotNet, Programming
7 Comments