It’s been awhile

Haven’t blogged for about 6 months, really haven’t been creative for 6 months. With the updates to WP 3.8, it’s a lot easier to work with WP via the iPad. That said, I’ve a bit of work to do.

More to come.

Plug for a plug-in

Why can’t everything work as well as Akismet?

Admittedly, my blog is not the most well-read hence well-traveled site but I do get spam. Not a lot but enough that I thank my lucky stars for Akismet. It quietly traps all spam, doesn’t make any mistakes and then advises me “Excuse Mr. Koepsel, you seem to have some spam to throw out.” I do. We both sigh and go back to our day jobs.

Nice work, Akismet.

I LIKKKKKKKEEEEEEE it!

WordPress 3.2 is lovely! I like the look of the new Dashboard, very clean and easy on the eyes! I had a brief delay in upgrading as I was on a older server and needed to upgrade to new one at my hosting facility. (note to self, 12 comes after 5)

I’m not as wowed by the Twenty Eleven theme. I like the idea of a new theme a year but I’ll wait til Twenty Twelve, thank you very, very much.

Well, that’s unfortunate (Updated)

As I’ve said before, I’ve tried to keep a local version of my site mirrored to my online version. This isn’t unusual for a lot of developers; it helps to stage your site, it allows you to make mistakes with little impact on the outside world and it allows you to be productive away from an Internet connection.

I’ve been fairly successful at doing this with WordPress 2.x. The new version seems to be a somewhat different story. My typical method of duplication is to:

  1. Copy the site folder from on location to another
  2. Copy the MySQL database with the following changes:
    1. Change references from www to my local MAMP server (www.wellys.org to wellys.org:8888)
    2. Change file location references as well (/Home/Username to /Users/Shared)
    3. Change the wp-config file for the proper local information

Not this time with 3.0:

  1. The Header didn’t change to my custom header
  2. The menus didn’t change to my custom menus

So far (cross fingers) those two items seem to be the only issues. Mmmm. I hate it when this happens.

UPDATE:

  1. The image for my header was in my media uploads folder but it wasn’t available to use for the twentyten theme (the twentyten theme only pulls images from your system and not from the media library). So I had to delete the image from my media library then reload it in the theme loader… sigh.
  2. The menus were setup but not enabled. I simply had to choose the menu in the theme menu settings then save menus and I was up to speed. That was nice.

UPDATE (again):

  1. In the past, I typically just reloaded the MySQL tables to ensure the two blogs were identical, this isn’t as easy. Instead, I have the same two issues happening again AND I’m starting to get pingbacks from my own site. This is getting to be a nasty mess.

UPDATE (June 5, 2011)

I attempted this again and it really is pretty easy. The specific directions are:

  1. Export the online wellysblog db into a SQL file.
  2. Use Textmate to replace all” www.domain.com” to “domain.com:8888” and  “/home/username/” to “/Users/Shared/” [I use my Shared directory on my Mac for my local websites. Your location may vary.]
  3. To reset the header image, go to Appearance – Header – Upload Image and use the Choose File area to reselect the desired header image then click Upload. [The db has the right link but it doesn’t load, I do this to ensure it loads my image.]
  4. To reset the menus, make sure the Theme Locations Primary Navigation is set properly. Appearance – Menus – Theme Locations – Primary Navigation should be set to Categories. [Mine is Categories, set it to what you use.]
  5. Test!

As for the pingbacks, that is a necessary evil, I’ll deal with later.

Wish me luck…

I’m off to redo my film site using HTML5 and CSS3. As I stated some time ago, I’ve been interested in the two technologies for some time. Little things like CSS shadows are very nice and semantic elements like article, aside and nav certainly contribute to a site better than div, div and div.

I’ve two books on HTML5; HTML5 for Web Designers/Jeremy Keith and HTML5/Bruce Lawson and Remy Sharp. Both are excellent for providing an understanding of the why along with the how.

I look forward to similar texts on CSS3.

OK! Let’s get this party started!