On September 11, 2010, WordCamp LA happened at Loyola Marymount University, in Westchester, Los Angeles, CA. WordCamp is a conference that has presentations about all things WordPress. Oh… and guess what? I was one of the presenters! My presentation was about Web Development for Beginners: Decoding the Code Behind Your WordPress Theme… same sort of… Continue reading WordCamp LA 2010
Tag: HTML
HTML/PHP: Sidebars, and What Have YOU Done Lately?
The sidebar is all sorts of useful. There’s no limit on the number of different sorts of things that could go in a sidebar. Your RSS button? Definitely. Ads? For sure! A video? Heck, why not? You can even have multiple sidebars… one on each side of your content, or two right next to each… Continue reading HTML/PHP: Sidebars, and What Have YOU Done Lately?
HTML: Footer
For the last few weeks, we’ve been talking about the header of your website. So what’s next? Well, there’s the content section of you website, which changes on every page, and the sidebar, which can get complicated as well. So I thought this week, we’d take a little break and talk about the footer –… Continue reading HTML: Footer
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: Hovering In Your Navigation
Now that you’ve got your navigation lining up all prettily, what’s next? Well, you could stop there, if you wanted. But there’s so much more you could do using the wonders of CSS, to make your navigation (and soon your entire blog!) even more beautiful. Prettify Your World! Or At Least Your Navigation… There are… Continue reading HTML/CSS: Hovering In Your Navigation
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: Navigation
Last week in my coding series, we discussed headers. More specifically, we discussed how to put a gorgeous logo onto your header, using the background attribute in CSS. It’s a wonderful start, but there’s far more to headers than that, you know. For example, navigation. Although some people put their navigation in the sidebar, the… Continue reading HTML: Navigation
HTML: An Intro To Headers
So you want to start putting together a website. Where do you start? Well, at the top, of course. The first thing anyone ever sees on your website is your header – so you want it to be great. What goes into a good header? A good design, for one thing. A great logo, some… Continue reading HTML: An Intro To Headers
HTML: Head(er), Shoulders, Knees, and Toes…
For the last two months we’ve been talking about PHP. The month before that, we discussed tables, ids, classes, and other rules and concepts that are important for developing a website theme. All of that is important, very much so. You couldn’t develop a website without it. However, what I have not yet explained is… Continue reading HTML: Head(er), Shoulders, Knees, and Toes…
To Table or Not To Table? That Is The Question.
Imagine this scenario: you’ve decided you want a website, and you set out to code it completely from scratch (It certainly is possible–I’ve done it in the past–but with the great themes available these days, why bother?). You know you want the header at the top, a sidebar or two, the content in the center,… Continue reading To Table or Not To Table? That Is The Question.