Performancing’s Blog Improvements

Performancing: Quick and Easy Blog Improvements

  1. Put up a “Post not found” error 404 page – if someone tries to visit a broken link on your blog does the visitor get a nice friendly message or “error 404 file not found”? Even better for you, do you provide handy links to your top content, a search form and some adsense ads? It is surprising the difference just this small thing can make to your blogs usefulness and bottom line!
  2. Offer more feed choices and a dummies guide for RSS novices – many of your visitors will not have a clue what RSS is or why it might be useful to them. If you give them a helping hand they will not only subscribe in greater numbers they might remember you favourably because of the nice thing you did for them.
  3. Take off nofollow link condoms – I have never believed that nofollow did any good any way, blog spammers told the search engine reps it wouldn’t do any good and they were true to their word, but now it seems search engines index nofollow links and ignore the very solution they came up with. Thankfully the message is getting out that link condoms are bad, just say no to nofollow!
  4. Show your most popular or best posts – a new visitor to your blog needs help in deciding if this is going to be a blog they want to return to. Show them your best and brightest content. There is code available for WordPress and it is really easy to do on Drupal using the statistics module, others will have plugins or you can hard code it into your template.
  5. Provide comment feeds or email subscriptions – if you want really great discussion on a only semi-loyal trafficked blog you need to attract visitors who comment back. Many blog platforms have comment RSS which is a partial solution (see above) but I much prefer to use email subscriptions. There are solutions for WordPress and Drupal in the form of plugins.

Quietness

Things have been pretty quiet over here recently. I guess I have just been concentrating on other things.

First up, I have started to host the Impnet forums – a site for fans of Lincoln City Football Club. This has involved me redesigning the phpBB board and making a few changes to see if it can help increase participation. At the moment the site is stored at http://davebriggs.net/impnet but this will change to http://impnet.co.uk – the traditional domain for the site – just as soon as the registrar geeks have sorted it out.

Otherwise, Palimpsest has been pretty busy – see the Fetish Detectives thread for some amusement – and I have been helping one member set up a blog of their own to join Chilli and Rick. I don’t think the blog is for public consumption just yet so I won’t mention anything for now.

I’ve been playing with the new beta of version 2.0 of FeedDemon, which is excellent so far. The integration with Newsgator is very useful – meaning that blogs I read at work using NG on the web are marked as such at home on FD. Fab. I also got to have a copy of the NG plug-in for MS Outlook, which I had a little play with even though I don’t use Outlook for my email (for obvious reasons…). It seems to work pretty well and integrates nicely – a good choice if you must use Outlook. I haven’t been making any link blog posts recently because things have been pretty quiet since Xmas and the New Year. Maybe things will start picking up now. Having the FD/NG sync will help me sort the wheat from the chaff anyway.

New Year Annoyance

Just logged into my web-based RSS aggregator (I am using Newsgator these days) to find hundreds of posts all wishing me a happy new year. Great, thanks everyone.

I must be in  a bad mood today. Still, if people just posted photos of their cats, the world would be a much less annoying place.

WordPress 2.0 Announcement

The WordPress blog has finally announced the release of version 2.0, or ‘Duke’. The post presents a nice list of new features for users:

  • Completely Redesigned Backend — The first thing you’ll notice when you login to your blog is the backend has been completely overhauled for both aesthetics and usability. This is the first iteration of exciting things to come from the Shuttle team of designers that has been volunteering their time, and look for even more aesthetic improvements in the future.
  • Faster Administration — Call it AJAX, call it DHTML, call it Larry, but we’ve paid close attention to streamlining some of the most common tasks in managing your blog. For example if you’re writing a post and you can add categories on the fly, much like tagging in Flickr. Also instead of having two separate UIs for “simple” and “advanced” posting, we’ve combined them and let you customize the layout of the page on the fly by dragging and dropping the dialogs around. It saves where you put things so when you return it’s just like you left it. When you delete a comment or category it will fade out without a page load.
  • WYSIWYG Editing — WP dev Andy Skelton and the TinyMCE team have done a tremendous amount of work to bring a smooth WYSIWYG editing experience to WordPress. As code purists, we are very picky about what kind of HTML is generated, and while it’s not perfect yet (for instance nested lists can cause trouble) for 95% of what you do post-to-post the WYSIWYG should save you time. And if it doesn’t, you can turn it off on your profile page. One note: Safari and older versions of Opera, both fantastic browsers, don’t yet support everything that’s needed to do WYSIWYG, but we fully expect new versions of those browsers will continue to improve their standards support, so it may just be a matter of time.
  • Included Spam and Backup Plugins — We’ve included two of the most popular WordPress plugins: Skippy’s DB backup can backup your database to a file and optionally email you a copy; Akismet is a distributed anti-spam system which gets smarter the more people use it.
  • Resizable Editing — This is one of my personal favorite features. Ever been writing a post and that textarea seemed a little small? Happens to me all the time, and our new rich text editor includes a feature that lets you resize the editor on-the-fly by clicking on the corner, just like a regular window.
  • Inline Uploading — We’ve optimized our uploader for image, audio, and video files and put it inline with the posting screen. You don’t have to bounce around any more when writing a post! It also will organize your files for you as you upload them to make them easier to find later. On the backend, each uploaded file is actually a “sub-post” so it can have individual comments and pingbacks, its own permalink, and even a custom template based on what type of file it is. You can click on attached files to get a menu of options, or if you’re on Firefox you can drag and drop them into your WYSIWYG editor.
  • Faster Posting — In the past if you were linking to a number of posts or pinging a lot of update services, your posting time could appear to slow to a crawl even though everything was instantly done on the backend. We’ve modified how this works now so posting should be near-instantaneous, like everything else in WordPress.
  • Post Preview — Another enhancement to the post screen, now when you save a post it shows a live preview of how the post would look on your site, with the stylesheet and theme and everything. No more publishing a post just to see if it works.
  • Streamlined Importing — We’ve rewritten our import system from the ground up to be much easier to use (you no longer have to edit files), put it behind authentication, and also made it easy for new importers to be dropped into the system, much like plugins.
  • User Roles — We had a ton of feedback on our old numerical user level system. No one was exactly sure what those numbers meant! We’ve distilled the basic functions into a set of roles — such as administrator, editor, contributor — that make it easier to understand what sort of capabilities you’re giving your blog’s users. The new system is completely pluggable too, so plugins can modify roles and create groups that have access to certain things.
  • Header Customization — If you’re tired of the blue header in the default theme, you can now change the colors and text of it, which we’ve included as a demo of some of the new features available to theme authors.