Too CSS or not to CSS
June 25, 2009
Leave a comment
So this week like many weeks, I contemplate whether to create my next website for my client using tables or to do all in CSS. I prefer to use tables, because I’m more comfortable with it and understand it from years of coding it.
A few of the last adult porn web sites I’ve worked on were developed by other developers and used mostly CSS. This forced me start learning CSS and over the past 3 months, I’ve switched from coding 100% using tables for page layouts to about 70% CSS. I find that it is taking me a little longer to code pages, but the more I use CSS, the more I like it.
I have not coded an entire adult porn web site with CSS yet, but I’m getting closer to creating one.
A few things I noticed about using CSS are:
- Smaller files sizes
- Faster page loading
- Reduced clutter in the code
- Design Flexibility