Development Articles

HTML5 CSS Reset

resources-portfolio

Adding on to my previous collection of CSS Reset snippets I found this one for HTML5 and felt it was a “must-add.” Enjoy.

WordPress Robots.txt

wordpress-portfolio

I see tons and tons of posts from people asking in the forums about how to write a robots.txt file for their WordPress site because they don’t wan’t to rely on a plugin to generate it for them, even though there are some really good ones out there. So I thought I would share what…
Continue Reading…

HTML5 Starter

resources-portfolio

HTML5 is well on its way to becoming the go to language for future site development and it is really a great thing for all of us developers. There are a hand full of reasons but that’s a whole different post. Just wanted to put a simple HTML5 Starter Snippet out there to accompany my…
Continue Reading…

XHTML DOCTYPES & Rules

dev-portfolio

is a declaration and the very first thing to appear in an XHTML Document, even before the tag. Its purpose along with the DTD is to give instruction to the browser about which “flavor” or version of the markup that the current page is written in. Why is this important? Only because it defines the…
Continue Reading…

XHTML Starters

resources-portfolio

Like I mentioned in my HTML 4.01 Starters Snippets Post I like to keep a bank of starter files in a portable library that is managed using a program called Snippets. Ever since I started using Snippets I have seriously cut development time in half. The following group of snippets contains snippets specifically for XHTML…
Continue Reading…