In so doing, I have been experimenting with clean, separated code, that is easy to understand. I have learned a few things:
- CSS does NOT, and I repeat does NOT, eliminate or otherwise clean up the content HTML document. Instead, it simply replaces tags like font, table, UL, and such with DIV and SPAN. This does not make the HTML easier to read. Instead it obscures organization and leaves the content equally cluttered with tags that all look the same.
- There is no easy way to live within the HTML, CSS, JavaScript world exclusively and still have a common menu on every page. SSI is not always an option in the real world, so I have been trying to avoid it.
- Google's bot does not like JavaScript. I have had to resort to a sitemap.xml file just to make sure Google sees the entire site. So much for simplifying.
No comments:
Post a Comment