Tag: widget

Trendpedia launches Blog Search

TrendPedia Blog Search

Simon from Attentio pinged me yesterday to let me know about their latest offering, Trendpedia. In Simon’s own words Trendpedia:

is in essence a European Blog search with a lovely trend function.

We have some more cool stuff to come, will keep you in the loop.

In the example above I looked for mentions of my name along with the terms Apple, Microsoft and Energy. I was surprised by the high showing of Microsoft vs. Apple and interested to note the upward trend of the term Energy since I started my LowerFootprint.com blog.

I can see lots of ways this can be improved (can anyone say widget?) but for a simple first off offering, I like what it does. Well done guys.

Enterprise wikis reviewed update

Things move fast in the Web 2.0 world! Only a couple of weeks back I wrote a review of Enterprise Wiki software in which I mentioned PBWiki and Socialtext amongst others.

I like Socialtext and would have recommended it had PBWiki not just shipped its new interface. The PBWiki interface is friendlier and easier to get around for non-techies so I went for that.

Now today I see two posts mentioning that a new version of SocialText is en route which will make SocialText a much more compelling enterprise app.

Socialtext is adding Socialtext Dashboard and Socialtext People. From Michael Arrington’s post:

SocialText Dashboard, pictured above, is a Netvibes-like customizable home page. Users can add SocialText widgets that show information from the company’s wiki – total edits, a list of workspaces, change summaries, etc. Other widgets are for productivity, like a calendar, or just for fun, like a YouTube widget.

All Dashboard widgets are Google Widget compatible, which means that, subject to security settings, they can also be added to sites like iGoogle. But more importantly, all iGoogle widgets can also be added to the Dashboard page. So you can, for example, pull Gmail directly into your SocialText Dashboard.

While in Socialtext People, users can create profiles and add “friends” within the organization. You can monitor the activity stream of mutual friends as well, which includes outside services such as Twitter. And as Rafe Needleman points out in his post:

You can tag yourself “M&A” if you’re in business development. Others can tag you, too. Then, if you’re looking for someone with a particular skill or hobby, you just search on tags. Tags are easier to update, and because of that you’re more likely to see good information in individuals’ tag clouds, compared to a bunch of form fields that no one wants to bother with. Of course, tag clouds and folksonomies are also less rigorous than straight data fields, but you know what they say: They make it up in volume.

So, if you haven’t rushed out after my last post and dived into PBWiki, you might want to think again about SocialText. It just keeps getting better and better.

Fatal error: Call to undefined function wp_register_sidebar_widget() in…

Beware if you update to WordPress 2.5 and are using the very popular K2 theme.

If you are using K2 and you do update to 2.5, you will receive the following error on trying to browse to your WordPress dashboard:

Fatal error: Call to undefined function wp_register_sidebar_widget() in /path-to-blog/wp-admin/includes/dashboard.php on line 31

A bit of research told me that this is because K2 turns off WordPress widgets in favour of its own widget manager and as 2.5 has started to widgetize the Dashboard, you get this error.

To fix the error:
navigate to your K2 folder -> app -> includes
edit the file widgets-removal.php as below

Change the contents of the file from:

to

Your dashboard should now be browsable once more!

I knew I should have held off on updating longer. I blame Donncha!