Wednesday, 17 September, 2008

ReadWriteGov Update

Bookings are flying in for ReadWriteGov, the social media shindig I am organising along with Fran Paterson, which will be held at Peterborough City Council on 29th October.

Responding to a bit of feedback I have received, I have added an option to pay the (miniscule) cost of the tickets by requesting an invoice, which should make it easier for some folk to come along. So now nobody has an excuse!

PermalinkReadWriteGov Update

Tuesday, 16 September, 2008

10 Social Media Steps

10 Social Media Steps is a guide to how people with very little experience get get engaged with social web tools. Taking in a whole range of different services, from social networks to photos sharing to social bookmarking and blogging, I’ll be introducing each tool in an easy-to-understand way, using as many different types of media as possible. It’ll be fun!

The steps will be as follows:

  1. Join a social network
  2. Subscribe to some RSS feeds
  3. Bookmark stuff socially
  4. Share some photos
  5. Use online video
  6. Start blogging
  7. Stream your thoughts
  8. Aggregate your life
  9. Collaborate on the web
  10. Meet some people

If you want to follow the 10 steps, or (even better) pass them on to people who might get the most benefit, then just point your browser towards here, which will present all the posts.

So, I think that is probably that for this introductory post. You could always amuse yourself watching this video from Common Craft explaining what social media is all about:

[HTML1]

Permalink10 Social Media Steps

Monday, 15 September, 2008

Teacamping this Thursday

Teacamps are the bi-weekly get togethers of people interested in government and the web, which emerged from January’s Barcamp.

I don’t get along nearly as often as I would like – something that will hopefully change now I have a bit more control over my time – but I will be heading down to the House of Fraser cafe on Victoria Street this Thursday. Hope to see plenty of folk there!

PermalinkTeacamping this Thursday

Sunday, 14 September, 2008

Software Freedom Day

Next Saturday (September 20th) is Software Freedom Day:

Software Freedom Day (SFD) is a worldwide celebration of Free and Open Source Software (FOSS). Our goal in this celebration is to educate the worldwide public about of the benefits of using high quality FOSS in education, in government, at home, and in business — in short, everywhere!

There are various get togethers happening around the world to celebrate – here are all the UK ones. If you’d like to know more about free software, this video from Stephen Fry is a pretty nice start:

[HTML1]

Other things you might like to do include tracking down your local Linux User Group – who can help and advise you on any issues you are having – and actually installing some open source software on your computer. Here’s some quick suggestions:

How else could you support or celebrate software freedom day?

PermalinkSoftware Freedom Day

Saturday, 13 September, 2008

Sticky posts in WordPress

Recently it was announced over at WordPress.com that a new feature had arrived – the ability to have ‘sticky’ posts on your blog homepage.

Regular updates are what blogging’s all about, but sometimes you want to keep hot topics or other static info at the top of your posts. This feature has existed as Sticky Topics in the forums, but hasn’t been available on blogs. Until now.

These are posts that exist outside the normal chronology of your blogging, and stay at the top no matter what.

There are a number of uses this feature could be put to – from introducing your blog to new readers, to highlighting important information to your readers.

However, people who manage their own WordPress installs needn’t be dismayed as there is a plugin which provides this functionality to self hosted blogs, which you can find here, courtesy of Lester Chan.

PermalinkSticky posts in WordPress

Bookmarks for September 12th

Stuff I have bookmarked for September 12th:

PermalinkBookmarks for September 12th

Friday, 12 September, 2008

Re-order posts in WordPress

One of the features of a blog is that the posts appear in reverse-chronological order – that is to say, with the latest content first. But there are times when that might not always be appropriate. Let me give you an example.

I’m planning a series of blog posts on a certain topic. Current subscribers and regular readers will spot them as they come in, but what about comers to the party? One way of grouping all the posts would of course be to stick them all in the same category. But all the posts will be displayed in traditional reverse-chronological order, meaning folk have to work their way from the end to the beginning, or dig around for the first post in the set.

There is a way around this though, which can be achieved by fiddling around with the URLs you use. Let’s take the posts on DavePress within the blogging category as an example. The traditional view of the posts can be found at http://davepress.net/category/blogging/ which has the latest at the top. Compare that with the results of http://davepress.net/category/blogging/?order=asc (note the ?order=asc at the end). This view of the posts put them in chronological order, starting at the beginning.

You can apply this to any view of your posts, including the home page, and tag and author views. There are other options too, including sorting posts or pages alphabetically. If you really wanted to, you could also incorporate it into your theme, making such presentation an integrated part of your blog.

I’ll be using it to help promote the blog series I’m planning. By circulating the URL including the extra bit to reverse the post order, people will be able to find themselves at the beginning and work their way through without excessive scrolling just to get started.

Am sure there are other uses this could be put to – any thoughts?

PermalinkRe-order posts in WordPress