In this post, I’d like to cover a problem I see all too often; code bloat. Code bloat can come in many flavors; excessive embedded JavaScript & CSS, inline JavaScript & CSS, tables for layout, and the worst offense: outdated HTML tags (i.e. <font>).
I recently ran across an unbelievable example of this type of bloat while I was preparing for a presentation on SEO. Here’s a link to the page, a calendar of events for a local library. The file has been altered only to hide the owner of the page.
With the page open, go to View Source.
Continue reading
Sphinn this article