Browse > Home /

| Subcribe via RSS

How to: WordPress 2.3 upgrade via SVN on Mediatemple Grid Server

September 24th, 2007 | 5 Comments | Posted in Tutorials

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

It’s about that time of the week when I am feeling invincible and somewhat foolhardy, so I decided I would bring this blog up-to date and install the current release candidate (2.3-RC1) of WordPress.

Rather than have to do a manual upgrade with every new release (even though the WordPress automatic upgrade plugin worked quite well) I thought that I would follow in the foot steps of others and set up a new WordPress installation that I could quickly upgrade using Subversion.

The steps to do this have been documented on the WordPress codex site, but I will target them towards the Mediatemple girdserver and go through the steps I took to enable this blog for subversion updates.

Note: You will need to enable ssh access on your Grid server account to follow these steps. To do that login to your Mediatemple control panel, go to the Server administrator section and scroll down the section labeled SSH option. Make sure this is set to Enabled and save your changes.

Note 2: If you are not comfortable using the command line, then I can recommend using this plugin instead.

More »

Tags: , , , , , , ,

Availability calendar hidden features

September 13th, 2007 | 2 Comments | Posted in Tutorials, plugins

When we released the current version (version 1.0) of our WordPress Availability calendar plugin, we added quite a few new features as well as improving the overall speed and functionality of the code.

Unfortunately due to our work load at the time, we never got around to detailing all of the extra bits in the documentation. Prior to completing the documentation for our much anticipated (well by us anyway) new version, I have decided to highlight a few of the more useful features here.

More »

Tags:

MyDashboard gadget development tutorial

August 1st, 2007 | No Comments | Posted in Tutorials

I have recently completed the first gadget development tutorial for the MyDashboard plugin.

It still needs some work on the grammar and wording, but I wanted to get a tutorial up and running quickly, rather than worry about all of the niggling rules of the English language.

The tutorial will walk you through the creation of a (very) basic gadget, but I think it will serve as a good foundation. I would appreciate any comments on it, and what you would like to see in future tutorials.

Tags:

How to view the Facebook status of your friends in your WordPress dashboard

July 30th, 2007 | No Comments | Posted in Tutorials

This tutorial shows how to pull information in from other websites and display it on your WordPress dashboard. In this tutorial we use the RSS feed showing your friends status reports in Facebook.

The tutorial requires that you have the MyDashboard WordPress plugin installed.

1. Get the Status update RSS link from Facebook

From your Facebook home page click on the link in the top right hand corner of the page, next to the heading that says Status Updates, or if you are logged into Facebook, click on the following link http://www.facebook.com/statusupdates/

Towards the bottom right of this page you will see a section that looks like the image below.

Facebook rss

Hover your mouse over the RSS icon (the little blue square), or the text next to it and click on the right mouse button. Click the short-cut menu item labelled “Copy Link” or “Copy Link Location” - the exact text will differ depending on the browser you are using. This will copy the link address into your computers clipboard for later use.

2. Add an RSS Feed gadget to your Dashboard

Login to the administration section of your WordPress site. You will need to have installed and activated the MyDashboard plugin to continue with this tutorial.

On the Dashboard, click on the Link, in the top right hand corner, labelled Add Gadgets to open the Dashboard gadget library. Once the library has opened, locate the following gadget.
RSS gadget library

Click on the Add to page link under the gadget to add an RSS Feed gadget to your dashboard page.

In the left hand column you will see a new gadget that looks something like the following image (the actual look will depend on the skin you are using for your dashboard).

blank rss feed

3. Add the Facebook feed details.

Click on the Edit Settings button on the header bar of the added Gadget (in this case it is the little button that looks like a V) to open up the settings panel.

open blank feed

In the box labelled “Feed url“, paste in the URL we copied in Step 1 of this tutorial. You can go back to Facebook at this point to re-copy the link if you need to.

Set the number of items to show to a relatively high number. You can experiment with this, but if you have 20 friends, and want to see all of their status’s (assuming they have set them), then you will want to set this to 20 or 21.

If you only want to see the latest status changes, then set it to show something like 10 items. The Facebook RSS feed displays the most recently updated status’s first.

Click on the Update settings button and the RSS Feed gadget will go and retrieve the entered Facebook RSS Feed.

Feed loaded

Finally, click the Edit Settings button on the header bar, again , to close the edit panel.

You can now drag the Gadget to where ever you want on the Dashboard page (I have mine placed in the top right hand corner). It will automatically update the Feed everytime you refresh the page or navigate to the Dashboard, so you will always be up to date with the status reports of you friends.

Tags:

Tutorials section

July 30th, 2007 | No Comments | Posted in Tutorials

As we progress on a number of development projects (including our own plugins for WordPress, MODx and Facebook), we have come across many development stumbling blocks and niggley little problems that stopped us in our tracks for a few hours (and in one case an entire week).

So to help others out-there who may find themselves throwing their laptop, or other item, across the room (an Apple Mighty mouse makes a very effective projectile) we have decided to start writing up some little tutorials and snippets of code that helped us. We will also add some little software and application tricks that you can use to make life a little bit easier.

If you would like to know how to do something that you have seen in our software, then please ask by either posting a comment, or sending us an email. We’ll be glad to share.

Tags: