HTML: Header Accessibility

By now, your header’s rockin’, I just know it. You know how to put a cool background on it, use one of WordPress’ built-in functions to put all your pages in the navigation, make your list of pages display nicely as a horizontal navigation, and use CSS to add cool, classy effects to your navigation… Continue reading HTML: Header Accessibility

HTML/CSS: Navigation: All Your Cookies In A Row

Last week, we discussed the super-cool wp_list_pages($args) function, and how it can make creating your navigation on your website super easy. If you want your navigation in your sidebar, for example, or anywhere else as a vertical list, then this already works perfectly. But what if you want it as a part of your header,… Continue reading HTML/CSS: Navigation: All Your Cookies In A Row

HTML: A Classy Identity

If you look at the HTML code of any modern website, you’re likely to see a lot of <div> elements. A whole lot of <div> elements. A lot of coders use <div> elements to format the layout of their websites. But what does a <div> element do? By itself, not much. All a <div> element… Continue reading HTML: A Classy Identity

HTML, CSS, PHP… What on Earth is it, and Why is it Important to my Website?

Our recipe begins with a simple base of HTML. Throw a good dose of PHP into the mix, so it will rise as it should. JavaScript adds subtly complex notes to the flavor, and because you eat with your eyes first, CSS is an essential finishing touch. Wait… what? You decided you wanted a website.… Continue reading HTML, CSS, PHP… What on Earth is it, and Why is it Important to my Website?