Beautiful Web Design
If you are looking for some web design inspiration or just want to check out some beautiful web sites, then check out this link: “50 beautiful css based web design in 2006″:http://smashingmagazine.com/2006/12/19/50-beautiful-css-based-web-designs-in-2006
“I found another website showing 7 of the best designs of 2006″:http://wisdump.com/design/top-7-freshest-designs-of-2006/. These are definitely some nice designs.
Speaking of beautiful web designs… I’ve noticed that your teamdocs project doesn’t use tag libraries for the jsp; why is that? The code for the pages look really ugly!!
Yep, it’s ugly. I am the first to admit it. The reason? Simple, when we developed the first iteration of TeamDocs, the team that I was working on had zero experience with JSP and almost zero time to learn, so introducing tag libs was a little beyond their skill level. Everyone has to start somewhere and usually that involves ugly.
To correct the problem, I am slowly redoing the code in Wicket and cleaning everything up.