WordPress 1.5 stable release is Live

Updated with video!

Check it out: WordPress 1.5 “Strayhorn” is finally live. I’m at Matt’s WordPress upgrade party, and have thus updated to the latest stable release. It is tres awesome.

Update: I decided to post a 60-second video of Eric Haller providing us with an impromptu live living room concert. Here’s hoping my bandwidth survives (Update: I changed the movie format to .MOV because some people were having download issues with Safari).

PS. The wedding day entry is coming soon. Give me time, k?

WordPress love-in

A week or so ago, I switched over my blogging/publishing platform from Movable Type to WordPress. I had accidentally deleted my MT blog, and since I had WordPress sitting around on my server anyway (I had installed it earlier to fiddle around with it), I decided to just bite the bullet and switch on over. This is not to say I dislike MT — in fact, I owe much of my web development skills to it, and I still use it for a couple of other blogs — I just felt like I should give WordPress a shot. Especially since the lead dev is my friend and all.

I must admit that the move was much easier than expected. Everything from blog installation to entry imports took about ten minutes tops. After that, it was a matter of customization. Since WordPress publishes instantly with no rebuilding, even the customization process flew by (I was especially impressed with how easy it was to change the structure of the permalinks). I was used to fiddling with templates via MT’s web interface, but with WordPress, I found it easier to edit the templates directly via a text editor and a SFTP client (I’m quite used to hand-coding, so this was great for me). There was a bit of a learning curve though, but it wasn’t too bad. I went through all the different tabs and settings, asked questions on the support forum, and generally learned through trial and error. I thought my lack of PHP knowledge would cripple me, but that was not the case. I didn’t need to know that much PHP at all — the instructions on the forums as well as the WordPress Wiki helped a lot in this regard. There’s also a lot to WordPress that’s very intuitive, such as its built-in links manager that rivals Blogrolling in its ease of use (You can even import your Blogrolling OPML file into the WordPress link manager if you want).

Overall, the move was relatively pain-free. Sure I had to adapt to a new way of doing things, but it didn’t take that long, and I actually prefer it this way. It’s just plain faster and more intuitive to handle. I haven’t run into any problems yet, but I’ll be sure to note any bugs I can find later on. Meanwhile, I’m knee-deep in WP love.

PS. I recognize the newer version of MT supports dynamic publishing as well, but as I’ve had no experience with that, I can’t speak for its speed.

Rotating taglines

Some of you may have noticed that the tagline or description for this blog (at the top of the page) keeps changing. This is because I’m using the WordPress Random Witty Text plugin to randomize it. It’s a pretty easy plugin to implement. Since the instructions aren’t always that clear, I thought I’d list a really step-by-step process here:

  1. Upload the .php into the plugins folder
  2. Upload the witty.txt into the wp-content folder
  3. Activate the plugin from the Plugins tab
  4. Edit the witty.txt file (you can do this from the WP interface as well). Make sure you have the right file permissions (eg. CHMOD 666).
  5. Include the string <?php witty(); ?> wherever you want in your template.
  6. Let the random silliness begin.

Some of my favorites include “for hot girl-on-blog action” and “it’s always the quiet ones.” I thought of these during one of those late-night brainstorms, so some taglines are probably lamer than others.

PS. Oh, and another site-related thing. I have my Atom feed link on the main page now. That’s for those who were asking for it (that’s you, J).

Quick blog wishlist

Stuff I want to change on this blog, but I’m not sure how yet:

  • The look — Customize it. Will have to probe into CSS.
  • The sidebar — Again, needs to be customized. More below.
  • Links — Incorporate my blogroll. Plus other links. Might have to have separate links page as well.
  • Configure Flickr code to span horizontally on top (align left), instead of vertically on the side. No idea how to do this, but will figure it out.
  • Archives look abit unwieldy. Needs to be streamlined by date, and month/category pages need to be paginated.
  • Search field non-existent in this particular stylesheet. Will have to look into default stylesheet to figure out why.
  • Perhaps have drop-down menus on the categories and months at the sidebar.
  • Create a specific CSS code for the del.icio.us stuff, to differentiate it from regular content.
  • About page. Resume page. Articles page.
  • Restoring old entries — already in the process, will take weeks.
  • Redirect neekole.com/weblog to neekole.com.

That’s all I can think of for now. There’ll probably be more as I think of them.