Twitter I hate this fecking cold. 5 days later and it won't go. #fb 1 week ago


Showing results 1 - 16 of 26 for the month of November, 2009.

Mar 09
31st

Simple Wakoopa List – WordPress Plugin updated!


Version 1.2 of the Simple Wakoopa List plugin has been launched!

This update ensures that any returned RSS feed addresses are in a valid XHTML format (saving you from the dreaded validation errors!).

Full details can be found on the plugin’s dedicated page.

Related posts:
  1. Simple Wakoopa List – WordPress Plugin “Simple Wakoopa List” allows you to display lists of your applications, courtesy of Wakoopa, in your WordPress theme. It is XHTML compliant and has more...
  2. Simple Feed List – WordPress Plugin updated! Version 1.1 of the Simple Feed List plugin has been launched! This update adds a new feature that allows you to specify a maximum length...

Share with Delicious Share with Digg Share with Facebook Share with LinkedIn Share with MySpace Share with reddit Share with StumbleUpon Share with Twitter


Mar 09
30th

Improving WordPress Search : Update


A couple of months ago, I talked about improving the search facility built into WordPress. However, soon after, I also mentioned problems I was having with the plugin Search Unleashed.

Sadly the plugin is no better and I’ve had it disabled all this time.

The friend that I originally researched this all for reported, however, that Search Unleashed was not reporting by relevance after all. Since then I’ve seen details on Better Search, an alternative plugin that (supposedly) does provide relevance-based results. I’d try it out and report back back but after my initial activation, I deactivated it again. Rather than build upon your existing search template, it uses its own. So, by default, the search page doesn’t even look like your theme – you have to start the layout, etc, from scratch. That’s not something I’d like to do unless I really wanted to use the plugin. And I’m not that fussed.

But if anybody else does give it a go, please let me know!

Related posts:
  1. Improving WordPress Search WordPress search sucks. It’s well known. A friend has been looking for what he thinks is the solution and, let’s be honest, he’s got it...
  2. WordPress 2.9 and my pages! I updated to WordPress 2.9 yesterday. All appeared fine. That is, until I went to update a page today and found the Edit button didn’t...
  3. Improving Twitter Tools Twitter Tools is a rather excellent WordPress plugin that adds various Twitter functionality to a blog. The two elements I use are the automatic posting...

Share with Delicious Share with Digg Share with Facebook Share with LinkedIn Share with MySpace Share with reddit Share with StumbleUpon Share with Twitter


Mar 09
30th

Blog tinkering


If you haven’t spotted already, I’m tinkering (again) with the blog layout.

In particular, I’m working on the design at the bottom of each post. This is also extending to the pages with, and for the first time, the ability to leave comments on them. And after writing a new plugin (coming soon!) for which I’ve learnt all about using custom fields, I’m using them to suppress adverts and comments on specific pages.

Oh, and I’ve done something (reasonably) clever with one my plugins. YARPP (Yet Another Related Posts Plugin) is good but the fixed number of recommendations per post was causing me problems – lots of related posts for a short entry was looking like overkill but, at the same time, large posts were looking a little, erm, lacking. However, the number can be overridden so I’ve updated the plugin call to vary this depending on the blog size. It’s not 100% accurate but, hey, it’s better than it was before.

Here’s the script…

$post_len=strlen($post->post_content);
if ($post_len<1000) {
    related_posts(array('limit'=>2));
} else {
    $max_posts=floor(($post_len+2000)/3000)+2;
    related_posts(array('limit'=>$max_posts));
}

As you can see, it’s quite simple. If the number of characters in the post if less than 1000 then it default to a maximum of 2 related posts. It then goes up by 1 at 1000 characters and then again every 3000 characters.

Related posts:
  1. Switching blog content on and off A while ago I realised that I had a need to be able to turn off particular content on and off, as required, on particular...
  2. New WordPress plugin – Simple Draft List I recently thought it would be a good idea to display on my blog a list of draft posts – a kind of “coming soon”....
  3. Would anyone like to try…? Ok, it’s been a few months in development and finally my new Social Bookmark plugin is near completion. If anybody would like to help test...

Share with Delicious Share with Digg Share with Facebook Share with LinkedIn Share with MySpace Share with reddit Share with StumbleUpon Share with Twitter


Mar 09
27th

Useful Acer Aspire One Software & Links


As time has moved on I’ve become more and more impressed by my Aspire One. Yes, there are more powerful and bigger versions on the market, but they come at a price premium. For the money, I think the Aspire One was the best choice1.

However, I’m using it less at home as my main PC has been moved to the dining room but, conversely, more at work and as my employers clamp down more and more on non-work usage of the internet, etc.

Anyway, I’ve compiled some useful software and sites specifically for the AA1, which I think might be of interest…

a1ctl
“a1ctl is a program able to control the fan speed of the Acer Aspire One netbooks, and do some useful other things.” Those other things include controlling processor speed and reducing hard drive noise. An excellent piece of software that I use myself.

For this or the next application to work you may need to install the MSCOMCTL file.

AA1 Fan Control
This installs a desktop “widget” from which the AA1 fan is controlled based on current temperatures. I tried this and although it worked well, a1ctl does the same function with others as well.

Aspire One Backup
“AA1BACKUP is a backup solution for the Acer Aspire One based on free and open source software. It makes an exact copy of the drive, bit for bit, and therefore works with any file system, partition table or operating system. And to emphasize its operating system independence it can be installed from either Linux or Windows.”

Forum wise, I’d recommend bookmarking AspireOneUser.com. Also, macles* is a useful blog dedicated to AA1 users. From here, for example, you can find a set of manuals to download, including a service manual.

Obviously, don’t forget Acers download page, where you can pickup the latest BIOS and drivers.

  1. stick that Dell! []
Related posts:
  1. Acer Aspire One Well, I did it. I’ve made my mind up and purchased a Netbook. And as you can tell from the title, I plumped for an...
  2. Acer Aspire One – Updating the BIOS The BIOS on my Acer was horribly out of date and the change logs showed that a lot of useful fixes had been implemented since....
  3. Acer Aspire One After a number of weeks using my Acer Aspire One, I've found it to be excellent. The keyboard and screen are superb and the battery...

Share with Delicious Share with Digg Share with Facebook Share with LinkedIn Share with MySpace Share with reddit Share with StumbleUpon Share with Twitter


Mar 09
26th

Copy+ in What Sat


The April edition of What Satellite (and Digital TV) magazine includes a step-by-step guide on how to upgrade the hard drive in your Sky box, using Copy+.

Next month, they’ll be talking about +Extract.

All of which is great publicity for this fantastic bit of software.

Related posts:
  1. New version of +Extract launched! +Extract is a great piece of software that will extract free-to-air programmes from a Sky HD to your PC, and a new version has been...
  2. Copy+ Updated and new Beta released Copy+ has been upgraded to 1.2.0.5 (this version was previously in beta) and a new Beta of 1.2.0.6 has been announced. The latter is exciting...

Share with Delicious Share with Digg Share with Facebook Share with LinkedIn Share with MySpace Share with reddit Share with StumbleUpon Share with Twitter
98 queries in 3.251 seconds.