With the migration to Blogger from Wordpress, the most effort is going into dealing with post path differences. These differences will cause 404 (missing file) errors if not dealt with correctly. I wanted to be sure that people looking for my older WordPress posts would be appropriately redirected to the correct Blogger address.
My WordPress paths [...]
No Comments »
DOCTYPE: The site killer.
Did you know that bad DOCTYPEs are killing good websites. Use the right DOCTYPE to fix your site.
Nowadays, just about everyone knows something about HTML–especially my wife’s cousin’s uncle’s third son, a.k.a. Little Johnny. But do you know about one of the most common HTML errors? It’s an improperly written DOCTYPE tag.
Jeffrey Zeldman [...]
CSS Overboard
It’s been said many times that CSS is great for markup (vs. layout). This brings up a good point about going overboard with CSS. And I’ve done it many times…
You have a certain design in your head and start applying new divs, spans, and class to fit that look. Although CSS is capable of doing [...]