Archive for the ‘Lessons Learned’ Category

Using URLRewrite to rename a website

Tuesday, April 29th, 2008

In the process of renaming our website from MyFriendSuggests.com to theSUGGESTR.com I found that most articles on this refer to using mod_rewrite to accomplish the redirect.  However for most us Java guys this may not be the way to go.  I used URLRewrite to accomplish this name change and have ...

Tableless Website development

Sunday, April 15th, 2007

This is probably old news to everyone but just in case there are other people like me out there I figured I would make this post.  When I started building my site, I began hand-coding a layout of HTML tables in my JSP code.  That was definitely a mistake.  Using HTML ...