Open Thinkering

Menu

Tag: Bluehost

Blogging: 5 things I’ve learned in 5 years.

5 Years

I realised at the weekend that it’s been about 5 years since I started blogging properly, having got into my groove sometime in November 2005. Back then, as a classroom teacher, I wrote at teaching.mrbelshaw.co.uk about education and educational technology. What got me started was reading and commenting on the high-quality blogs of a small number of international educators, the dilution of which I lamented a few years later.

In the past 5 years I’ve gone from History teacher to E-Learning Staff Tutor to Director of E-Learning to working at JISC infoNet. I’ve also cultivated increasing amounts of stubble, as this video of me as a 24 year-old demonstrates! Hopefully, as I’ve read, learned and understood more about the world, my style of writing has improved. Well, one can hope.

The following are the things that I think anyone with a blog would do well to heed. I’d be interested in your take. 😀

1. Comment count != quality

The quality of a blog post has almost nothing to do with the number of comments you get – and everything to do with the zeitgeist, the way you phrase questions and how you structure your blog.

2. How to get more readers

To get more people visiting your blog, go and comment on other people’s and autotweet your blog posts via Twitter. This works up to a point, after which you can either keep it real or become a cynical marketing machine. I prefer content over style. Most of the time. 😉

3. WordPress and Bluehost rock

I’ve tried lots of different blogging platforms and webhosts, but have found WordPress to consistently do what I want of it and Bluehost [affiliate link] to be cheap, feature-filled and rock-solid.

4. Have an ‘ideas garden’

I’ve blatantly appropriated this term from someone who used it in conversation with me a while ago. Sorry if that was you – I try to credit the sources of ideas I share as well as images I use. An ideas garden is simply a collection of draft blog posts that you come back to, adding pictures, further ideas, etc. until they form whole posts. It can also stop you ranting when you’re in a bad mood. :-p

5. Digital footprint

I used to have a link to my curriculum vitae on my blog but, in fact, the whole thing is a digital portfolio, with my last three positions secured to a great extent because of my online presence. SEO is important, as is attempting to control the first page of Google search results (so that they’re all positive): my digital footprint is more important to me than my credit score. Fact.

Image CC BY Michael Ruiz

#blogsilike

CC-BY-SA mrhayata

I’ve banged on long enough about my opposition to the Edublog Awards. So I’m turning a negative into a positive. Here’s how it goes:

  1. Consider the blogs you’ve come across in 2009 that you like.
  2. Write about why you like them on your blog.
  3. Tag your blog post blogsilike and publish it.
  4. Link to your blog post on Twitter using the hashtag #blogsilike

Here’s my contribution:

  • I really like Harold Jarche’s blog (http://www.jarche.com) and his work on the Sackville Commons. Inspirational stuff.
  • I’ve been impressed at the way Tom Barrett moved effortlessly into his new home at http://edte.ch and has set up a really engaging blog. He’s also adapted his blog writing style to be even more relevant and collaborative. 🙂
  • After reading Seth Godin’s book Tribes I subscribed to his blog (http://sethgodin.typepad.com) via email. He is full of good ideas, that man!
  • Some people who attend EdTechRoundUp regularly have begun to blog – people like Zoe Ross (http://www.zoeross.com), Nick Dennis (http://nickdennis.com/blog)and Kerry Turner (http://kerryjturner.com). Not have these three begun to blog to reflect on their own practice as educators, but are self-hosting their (WordPress-powered) blogs. Great stuff! If you want to do likewise, I highly recommend Bluehost to make it a simple, one-click process!

Why not help this become a meme and contribute your own? 😀

How to restore a very large MySQL file without errors.

File this one under ‘geeky’ and ‘stuff that took me a while to find out so I’m sharing it with others’.

I *Heart* MySQL

Image CC BY-SA Kevin Severud @ Flickr

During the couple of days I’ve been off work ill this week I’ve transferred teaching.mrbelshaw.co.uk from a UK-based webhost to Bluehost (which hosts this, among other sites). It was about time my former blog (active 2005-2007) had some TLC as it was becoming progressively broken.

I had a 42MB MySQL database backup – the file that contains all of the blog’s important information (post and comment text, etc.) – but every time I tried to import this into a new database at Bluehost I kept getting timeout errors. It was then that I remembered I’d had this problem before and I’d managed to solve it with some sort of script that breaks the file up into smaller chunks to feed to the database incrementally.

After a while searching, I came across it again. It’s called BigDump and the process, if you’re familiar with installing WordPress manually, is fairly straightforward:

  1. Go into phpMyAdmin and execute DROP_TABLES on your target database.
  2. Download bigdump.zip from http://www.ozerov.de/bigdump.php and extract the zip file.
  3. Open bigdump.php using Notepad, TextEdit, or similar. Edit the relevant lines to point towards your database, username and password.
  4. Create a folder called dump on your web server and upload both bigdump.php and your MySQL database into that folder.
  5. CHMOD the folder recursively to 777 (i.e. give read/write permissions when accessed via the web)
  6. Access the script via (e.g.) http://yourdomain.com/dump/bigdump.php
  7. Follow the instructions!

This should lead to your database backup being successfully inserted into your new database. You can then use the data in whatever web app (i.e. WordPress) that you want! 🙂

css.php