Monthly Archive for February, 2007

Using Brightside in Ubuntu

A simple little app today, Brightside. What this does is to allow you to traverse your desktops in Ubuntu Edgy by mouse, so that you can use the mouse to scroll from one virtual desktop to the next. A colleague introduced me to this years ago on a Linux install, and I couldn’t find it on any others since, until today. I’m now back to the setup I had then, where I have 4 desktops in a square shape, and move around them by mouse. It also allows you to define custom actions for moving the mouse into corners of the screen, so now if I move the mouse to the top left the screensaver starts, if I move it to bottom left it mutes what is playing. Very nice features. Simple install:

sudo apt-get install brightside

Once it is installed, go to System > Preferences > Screen Actions to set up as you wish.

Captcha - How very annoying

<!--enpts-->Captcha<!--enpte-->

I’m sure I must not be the only one whose heart sinks a little whenever I see a Captcha box on a form. The above example is taken from the signup for a hotmail account. I understand the reason of protecting against automated applications for servers, but they are hard to read, often cause you to have to input entire forms against, and rate about -20000 on the useability front, particularly for users with sight disabilities. The sooner they are gone the better.

WP-Amazon plugin - Add Associate Links to Amazon the painless way

So what you would like is an easy way in the middle of a blog posting to find a link to a product, and an image, and tie the link up with your associate ID? Have you tried doing this quickly on Amazon? Not much fun. Here to save the day is WP-Amazon.

I’d suggest installing this using Matt Read’s installer plugin, as you can just upload the zip file for WP-Amazon via your admin interface, and set it up in a minute or two. You just need to choose which country’s Amazon you want to use, and add in your associated ID, and you are ready to go. From there, when you are writing a blog posting, you can just click on the Amazon logo on the right hand side, search for a product, drag and drop an appropriately-sized image and link in place, and you are done.

For example, one of my favourite books is Norwegian Wood by Haruki Murakami. And that was pretty painless to drop in, although it doesn’t like to flow the text around the image, may have to play with that. For a quick book or album reccomendation, it looks spot on.

Diagnosis for Wordpress

Well Lorelle has got me writing again, with her article about admin plugins for Wordpress. There were a few in there I liked the look of, so I’m going to work through them and see how I get on. The first is Diagnosis, which is a simple but very useful addition that tells you quite a lot about how your blog is set up. Installing it just adds a link on the dashboard, which then shows you information such as the versions of MySQL, PHP and Wordpress you are running, which ports are being used for various things, what modules are installed in PHP, and so on.

If your command line skills are sometimes lacking, it is very useful for getting a lot of knowledge about these backroom things very quickly, and gives you a handy place to check such things when you are debugging issues with your blog. I’ll put this on any blog I install in future, particularly if I was installing on someone elses hosting, as it would tell me a lot about the setup there without having to dig to much.

Testing my blog’s development

I’m picking up on the post from Lorelle on her Lorelle on Wordpress blog about testing your blogs development. She lists a set of links you can test your blog on, and see what sort of results are returned. So without further ado:
Live Google PageRank - Results
An average pagerank of 2.7, which considering that when I started the blog a few months back, pagerank was essentially 0, is not bad going. Pagerank is one measure I would like to test on again in 6 months time and see where I stand then.

Visual PageRank - Results
This is a good tool, shows the pagerank of every single link on a page. I note that I don’t seem to be quoting many major sites in terms of links in a post generally, if I was wanting to live by pagerank alone, I should have more links, and to higher ranking sites. I know that is by no means the only path to improving pagerank, but this tool does highlight the relative merit of your links.

Google Cache Tool
This checks to see what internal links have been cached by google, having read through the front page of the blog. According to this, 3 out of 7 have. Not sure if I would need to get the rest cached, but it is caching the main url of the site, which is what I would want.

Spider View - Results
Okay, as a topic I’ve discussed several times on here, I checked Ubuntu as a keyword on the site. This showed that I’ve mentioned it 18 times on the front page as it stands.

Alexa - Results
3 results here. I’ve found personally that Alexa is a bit sniffy in some senses, as they profess to only be interested in the top 100,000 websites, rather than providing information beyond this. Also, their ratings depend in part on users installing spyware, which isn’t really the ideal way forwards.

Search Position Checker - Results
I know from a little while ago that one of my most successful posts on this blog was a simple little explanation of how to install realplayer on Ubuntu. I was getting at one point 20 hits a day direct from google for the post. So I used this tool to search for the keywords ubuntu realplay edgy, and see where I am ranked. It shows no results for google, which suggests it may be a bit borked, as a manual search shows I am #2 for that search on google. It does show me as 5th on MSN and 11th on Excite.

Link Popularity Checker - Results
Important to remember here that I am only searching on graemehunter.co.uk, not www.graemehunter.co.uk, which does get very different results. Note that google shows no results at all for the www version. I use google sitemaps to submit the version without the www, but have been meaning for a while to sort out with www. This underlines it needs doing, and that each can be treated very differently by search engines. At least 3 search engines there see over 100 results with the www.

Keyword Analysis Tool - Results
This shows the frequency of words throughout a page. So for the front page of here, as I had guessed previously, Ubuntu was the most regular, followed by Wordpress and product. Again, if I was targeting a particular audience, I would want to up this count in certain areas.

Google Webmasters Site Status Test
This confirms that I am included in the Google index, and that I was last indexed on the 9th February. I can get a lot more detail once I log into the Google webmaster tools, and I may well do this as a seperate exercise to blog on here soon, going through the results and seeing what they show.

So there are a good range of tools here to check how search engines view your site. Do note by the way that the results I have referred to will change once I publish this post.

Dealing with no display in Ubuntu

I thought I’d managed to kill Ubuntu today, reinstalled a sound driver that wasn’t working, rebooted and found that I could only boot to a command line. After a short and sensible period of panic, I booted into Windows and searched for a solution. The suggestion that worked was as follows:

startkde had no effect once logged in (still in the command line only). startx launched, but I only got a cursor and a greyish screen, nothing else happened. So I reinstalled the desktop with:

sudo apt-get install ubuntu-desktop

and strictly speaking you want a reboot, but I didn’t need it, startx worked fine for me from there.