Archive for August, 2009

Copyright… in MY footer?

Tuesday, August 4th, 2009

I struggled for a bit with what to put in the little black bar at the bottom of the page. I poked around at some websites that I like the design of. Two had the little copyright symbol, and one didn’t.

I like the copyright at the bottom because it seems more “professional”. But mindlessly mimicking professionalism is dumb. If I actually paid the $35 and registered my site with the Copyright Office, then I’d put that down there in a heartbeat. Still, I don’t seem to need to do that in order to justify the symbol:

The use of the copyright notice is the responsibility of the copyright owner and does not require advance permission from, or registration with, the Copyright Office.

But, really, do I care if someone uses my design or words? No.

There are three things that I want down there:

  1. Notice that I was the one who designed and implemented the site.
  2. What year it was “born” (might be cool in 20 years to show that gabedurazo.com has been around that long)
  3. “Gabriel Durazo”, to help search engines link this site with my name. “Gabe Durazo” (URL) and “Gabriel J Durazo” (In the header) both point here no problem, but not “Gabriel Durazo” yet.

But if I have those three things, I may as well toss in a &copy and be done with it.

Done with Blog Integration for Now

Monday, August 3rd, 2009

Okay, I’m going to say the blog is nicely mixed into my site now. It wasn’t so bad, really, but I really had to brush-up on my CSS. As I mentioned before, I made a new theme to integrate it. Probably about 95% of the changes were done in the theme’s index.php, header.php, sidebar.php, footer.php, and my stylesheet.

I had to dip into the wp-includes directory to modify just one file category-template.php, and that was only to change the wp_list_categories() function. Ordinarily it outputs a list with class — I’m forgetting now — but I changed it to my “sidebar_item” class, so that it would behave the same as the other items in my sidebar. I’m afraid that change will get wiped out if I update WordPress, though (which is part of the reason I’m making this post!)

In case you’re interested, this is the state of my php files:

(more…)