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?
Tag: PHP
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
PHP: Wrapping Things Up
If you’ve been reading my posts about coding the last few weeks, then you’re pretty much ready to deal with any of the PHP that you come across in a WordPress theme. Heck, maybe you’re even ready to write your own PHP! I’m so proud… you’re all such good students. But before we move on… Continue reading PHP: Wrapping Things Up
PHP: Real Code, And A Game Of Hangman
I’m such a tease. For the last two weeks, I’ve been tempting you with a game of hangman, promising you real PHP code that actually works… none of that silly pseudo-code business. Can you blame me? I’ve got to keep you all coming back somehow… Well. Today, I tease no more, my friends. Not only… Continue reading PHP: Real Code, And A Game Of Hangman
PHP: For, While, and other Loopy Things
If you think back to last week’s introductory post about loops in PHP, you’ll remember I gave you some pseudo-code that described a program to run a game of hangman. And then I left you hanging. (Yes, that pun was totally intended.) And then we played a game of hangman in the comments. It was… Continue reading PHP: For, While, and other Loopy Things
PHP: Getting Loopy
Have you ever played hangman? I used to, all the time. Especially when I was bored, and didn’t have a book to read or anything else to do. This was before the 24/7 connection of computers and iPhones, of course. If you haven’t, let me explain: hangman is a simple little word game. One person… Continue reading PHP: Getting Loopy
PHP: On One Condition…
For the last couple of weeks, we’ve talked about functions and variables in your PHP code. But that’s not nearly all that there is to PHP. After all, there’s more to functions than just passing variables around (we have to do something to these variables, else what’s the point?) and functions aren’t the only way… Continue reading PHP: On One Condition…
PHP: Variables
Last week we talked about what functions are in PHP, and I promised that this week I would explain more about what goes into a function and why on earth there are so many dollar signs in PHP code. So to put things into context before we jump right in, remember that we were discussing… Continue reading PHP: Variables
PHP: Getting Functional
Last week I introduced you to the elePHPant, and showed you how to differentiate the PHP in your code from everything else. But that doesn’t actually tell you what’s happening between the PHP tags… which is kind of the entire point of learning about PHP, right? So today we begin to dissect the elePHPant, and… Continue reading PHP: Getting Functional
PHP: We’re going elephant hunting!
There is an elePHPant in the room, and we really need to address it. No, seriously. Now, I don’t care who you are or what you say, but if you want a website that does more than just sit there and forever stay the same, we’re going to have to talk about this elePHPant. It… Continue reading PHP: We’re going elephant hunting!