Archive for the 'WordPress' Category

WordPress theme Kubrick update K2 Alpha released

Michael Heilemann - author of the WordPress theme Kubrick (the default theme in WordPress 1.5.x), has released an alpha version of the updated Kubrick theme which he calls K2.

There are bugs in this build - you have been warned! Michael outlines the ones he is aware of in his post announcing the release and asks that users of the K2 theme help him fix them.

If you want to see how K2 will look, Michael is using it currently as the theme on his own site.

Well done on getting this much anticipated theme alpha-released Michael. Hopefully a final version is not far away now.

Test post from WordPressDash

This is a test post from WordPressDash - WordPressDash is a Dashboard widget for Mac OS X 10.4 (a.k.a Tiger) which allows you to create and upload posts for your WordPress blog from the Dashboard.

WordPressDash - a WordPress dashboard widget

In theory this is very cool - and it looks very cool, but in practice, it lacks a lot of features which would make it a must-have. For instance, there are no buttons for things like adding links, emphasis, images etc. Also, you chose your post category from a dropdown list, thus you can only associate one category per post.

If these couple of shortcomings could be addressed (and if a spellchecker could be built in) then this would become a very attractive widget. As it is currently, it is merely a curiousity and a proof of concept - needs more work!

Cheers to Matt for pointing this widget out.

UPDATE:
I wrote to Paniris Web the writers of the WordPressDash widget about my experience of the widget and got the following response from them:

Hi Tom,

Thanks for the feedback! Version 0.3 of WordPressDash will include the ability
to post to multiple categories (should be released on my website within the
week). And all widget’s have built-in spellcheck (just control-click in the a
textbox, and choose one of the options from the “Spelling” menu.

Adding support for links, emphasis, etc is a great idea! I think I will add
that to the next release. (If you know of any safari-compatible WYSIWYG
editors, please let me know!).

Thanks for using WordPressDash, and I appreciate your feedback!

- Kyle

Definitely one to keep an eye on - good job guys.

Podcast using WordPress

Chris J Davis has posted a very simple 3 step tutorial on how to Podcast using WordPress.

Chris’ first step brought Audacity to my attention for the first time - Audacity is an Open Source Cross-Platform application for recording and editing sounds. It is available for Mac OS X, Microsoft Windows, GNU/Linux, and other operating systems and with a freely available add-in, it can export mp3 files. So step one of Chris’ tutorial is the creation of your mp3 sound files using a tool like Audacity.

Step two of the tutorial deals with where to put the sound file once you have created it. In my ignorance, as a Podcasting newbie, I would simply have uploaded it to my own server but Chris points out that it is possible to upload your sound files to the Internet Archive. Using the Internet Archive’s storage facility saves your own server both storage space and bandwidth - this consideration becomes increasingly important as more and more people listen to your podcasts. You can upload to the Internet Archive using the Creative Commons Publisher (Mac OS X version available too).

The final step of the tutorial is to create a WordPress post containing the URI of the sound file and WordPress will do the rest!

One further tip Chris gives is to create a separate WordPress Category for your Podcasts so subscribers can subscribe to that feed alone and not have their subscriptions filled with your text-based WordPress posts.

I have taken Chris’ advice and created a Podcast category on this blog - the feed for which is available here. As an experiment I have created a podcast of this post and will podcast future posts (not all!) and monitor the interest levels. If I’m not world-famous by next week, I may give up!

This post will be available from the Internet Archive in 24 hours (submissions to the archive are moderated I discovered and take up to 24 hours to be approved) and will be downloadable from here - in the meantime, you can download it from my own server here.

Thanks to James for pointing out this tutorial.

UPDATE: The podcast is now available for download from the Internet Archive here. Also, in comments Liam burke mentioned that you can upload podcasts to podblaze.com free and they are available immediately - I will try this out and report back.

UPDATE2: I created an account on Podblaze.com and uploaded my podcast - it seems to be a straightforward enough process, the only rub is the 40mb free account limit! Also, there doesn’t appear to be a way to see how many times your file has been accessed.

The podcast is available on podblaze here.

Changing the header image in Kubrick

I changed the header image on this site recently. I had been using the default blue image which ships with Kubrick (the default theme which ships with WordPress 1.5).

I am not a graphic designer and I don’t have graphic design tools at my disposal so I needed a method of doing this which was idiot-proof! Fortunately I came across Owen Winkler’s fabulous Kubrickr - Kubrickr is a tool that lets you replace the image at the top of your WordPress 1.5 blog with a nice photo from Flickr.

Here is how it works:

  1. You browse to the Kubrickr site
  2. Type some words that relate to your blog into the search box and click Submit (at this point Kubrickr searches through the images on Flickr for tags which match your search term)
  3. Scroll through the search results until you find a suitable image, select it and click Submit
  4. On the next screen, drag a selection box inside the image to mark the area you want to use for your header image and click Crop
  5. When prompted, save the file to your local disk
  6. Using your ftp client application, log into your blog, locate the existing header image (/wp-content/themes/Default/images/kubrickheader.jpg) and rename it
  7. Now upload your new kubrickheader.jpg file and hey presto! new header image in place.

So easy, even I could do it!

The only quibble I have is that the grey borders on the image don’t quite match the grey of the blog’s background. Other than that, I love it.

Boost Search Engine Optimisation (SEO) using Permalinks

Permalinks are a feature of most blogging applications - they are are the permanent URLs to your individual weblog posts, categories and other lists of weblog postings. For instance, the Permalink for the listing of all the posts I have written in the Search Engine Optimisation category is:

tomrafteryit.net/category/search-engine-optimisation/

In WordPress, you can control how your Permalinks look and this can have a significant effect on your site’s search engine optimisation. For example, if you don’t change the default Permalink setup on your WordPress blog, the link to your posts will look something like:

http://domainname.com/index.php?p=49

where 49 is the post number.

However, if you go to Options -> Permalinks in WordPress and change your Permalink structure to something like /%year%/%postname%/ or even just /%postname%/ the title of your post will become part of the url for your post. If you use keywords and keyphrases which you want your site to be found by in the post title, then you will increase your chances of being found by people who search for that keyphrase. For example the url this post is:

tomrafteryit.net/boost-search-engine-optimisation-seo-using-permalinks/

Of course, if you combine that with the advice on category name selection I mentioned yesterday, you get a double whammy!

One word of caution - if you just use /%postname%/ as your Permalink structure, this may cause you problems - according to the Codex page on Permalinks:

the rewrite rules may make it impossible to access pages such as your stylesheet (which has a similar format) or the wp-admin folder

In my own case, my Permalinks are set to /%postname%/ and consequently I can’t access my Awstats folder. I have set my Permalinks to /%postname%/ because that structure gives the maximum SEO benefit - the further down the URL your keyphrases are, the lower they will appear in Search Engine results.

The way around the Awstats issue for me is to change the Permalink structure to /%year%/%postname%/ briefly, access the Awstats folder and change the Permalink structure back. This method is unsatisfactory because anyone following a link to a Permalinked article on the site will get a 404 while the structure is altered, but it is the best I have come up with so far.

Logged in as . Logout and anonymous comments

I noticed recently that people commenting on this site were not leaving their names. That is not so unusual except that there were so many anonymous comments.

I decided to look into it to see if I could see why. I am always logged into my blog admin site so when I browse to a blog post, I don’t need to fill out the Name, Email, etc. So to see what others see when they browse to a post on this site, I browsed to it in a browser I don’t normally use (Camino in this case).

However, when I browsed to one of my posts in Camino, it appeared I was logged in to my admin section - the following message was in place of the normal fields - “Logged in as . Logout”. In my normal browser (Firefox) when I am logged in, I usually see the message “Logged in as Tom. Logout” so it appeared to me that there was a WordPress User with a blank username somehow.

I checked the Users section of my Admin interface and sure enough the blank user was there - not sure how it got there, possibly created in the upgrade from 1.5 to 1.5.1.

I deleted the user, and thankfully when I refreshed the view of the post, I was now presented with the familiar fields for comments. Now it will be easier for people who want me to contact them back to leave their details - apologies for any inconvenience.




Tom Raftery’s Social Media is Digg proof thanks to caching by WP Super Cache!