In keeping with yesterday’s post about actually using tools before recommending them, I’d like to introduce you to Joe’s Goals. As with all the best productivity tools, it’s really very simple and straightforward. It looks like this:
As you can see, I’ve specified my ‘goals’ down the left-hand side and the days of the week appear along the top (along with the date). If you complete your goal on a particular day, clicking on the relevant box fills it with a green ‘tick’ icon. There’s also the option to have a ‘journal’ entry box which you can see at the bottom of the above screenshot.
I’ve been using Joe’s Goals for a few months now and have found it very useful. The satisfaction and motivation element of being able to ‘tick off’ that I’ve completed a target I’ve set myself is very worthwhile. There’s three main benefits as far as I see it for using Joe’s Goals are that you can:
Track what you’ve been up to in order to see what you did when.
Monitor trends (e.g. I’m statistically more likely to write a blog post if I’ve been for a run that morning)
Motivate yourself to do something you haven’t done for a while (in my case, work on my Ed.D.!)
Have YOU tried out Joe’s Goals? What did you think? What are the alternatives?
I’m sick to death of people ‘recommending’ products, services, applications and utilities based on, essentially, zero real-world testing and feedback. Why? They can’t help with the heuristics.
Heuristic is an adjective for experience-based techniques that help in problem solving, learning and discovery. A heuristic method is particularly used to rapidly come to a solution that is hoped to be close to the best possible answer, or ‘optimal solution’. Heuristics are “rules of thumb”, educated guesses, intuitive judgments or simply common sense. Heuristics as a noun is another name for heuristic methods.
launch into using educational technologies without thinking it through properly (the how not just the what).
attempt to replicate what someone has done elsewhere without thinking about the context.
People like Andrew Churches (of Educational Origami fame) deal with heuristics. They show how educational technologies can be used, things to think about, and issues that may arise.
What I’d like to see
Think about new users of educational technologies. Let’s say that someone wants to show parents what’s happening on a school trip in the following country. They ask for advice. Which of these would be the most useful response?
It’s difficult to give feedback, especially when it’s not positive. However, as a leader, it’s something that’s necessary to get the best of people. I know I keep banging on about Jo Owen’s book How to Lead: what you actually need to do to manage, lead and succeed but it’s excellent. Concise wisdom is what it is.
Owen believes that using the acronym SPIN can help leaders give more constructive feedback:
Situation specifics
Personal impact
Insight & interpretation
Next steps
Situation specifics
First of all, make sure the time and place is right. Give negative feedback in private when the person to whom you are giving it is calm. This needs to be as close to the event as possible (‘feedback, like milk, goes off fairly quickly’) but not when they are shouting and screaming!
Be specific about what happened. Using terms such as ‘unprofessional’ is not helpful and can actually be provocative. Talk about what it is in particular that is the problem (e.g. lateness to meetings).
Personal impact
People can argue about objective matters but not about how things make you feel. For example, saying that arriving late for meetings makes you think they don’t consider them to be important cannot be argued against.
Going down the ‘personal impact’ path allows you to talk about the issue without arguing, for example, about the number of minutes late, number of times, etc. Deal with the issue and
Insight & interpretation
Instead of telling people what to do, ask them if the impact that they’ve made (i.e. upsetting you) was the impact they wished to make. Get them to reflect on their actions. They are much more likely to value the solutions they come up with above any solution that you hand them.
Next steps
Once you’ve been through the above steps, you should now be able to calmly agree ‘next steps’ between you. Focus on the future being positive and constructive. Don’t play the ‘blame game’ and avoid discussing the past at this point.
Conclusion
Owen advises taking time over each step and not rushing through them. Although no-one looks forward to giving negative feedback, I am happier now that I’ve got a constructive way of approaching it!
This weekend sees the Belshaw family up sticks and move to Northumberland. I’ve already started as Director of E-Learning at The Northumberland Church of England Academy, but it was Hannah’s last day at her school today and Ben’s last day at nursery. We’re moving out of what has been, to be honest, rural bliss.
I put together the above video in iMovie 2009. I love the easy-to-use Indiana Jones-style effects. A big improvement over the previous iteration…
Using a Nintendo Wiimote to control your presentation
Customising the HTML page
Adding titles to slides
Linking to websites from slides
Adding a ‘branding image’
1. Using a Nintendo Wiimote to control your presentation
The Nintendo Wiimote is a wonderful thing. It (potentially) connects via Bluetooth to any suitably-equipped computer. I use a Macbook Pro and a program called Darwiin Remote (free) and it couldn’t be easier to both use the buttons on the Wiimote as well as the motion-sensing element to control the cursor. If, however, you’re using Windows you’ll need Wiin Remote (free) but good luck getting your ‘Bluetooth stack’ working (try BlueSoleil – or better still, buy a Mac!) Linux users need WiiLi.
If you have no joy with the above, simply invest in something like the Kensington Si600 Wireless Presenter which will do the job – albeit in a less cool way…
2. Customising the HTML page
PicLens Publisher does all the hard work for you in terms of creating the HTML page, thumbnails and RSS feed you need to present using Cooliris. However, if you want to customise your presentation to look a bit more like mine, then you’ll need to edit the HTML page produced by the program.
In keeping with my love of all things free and Open Source, I’d recommend the cross-platform program KompoZer for this. It’s got a WYSIWYG editor and is very straightforward to use! If you look at my presentations, I add the following:
my avatar
title of my presentation
details about me
link to HTML version of presentation
details about the presentation method (feel free to link to my posts!)
Creative Commons license information (at bottom)
3. Adding titles to slides
This is the bit that involves delving into code. Don’t worry though, as it’s very straightforward. You need to find the file entitled photos.rss and open it with a text editor. You should see something like this:
The part of the RSS feed that I’ve highlighted (between the <title> tags) is the title of each slide. This is what you need to change in order to alter the title of the slide. They’re in the order you specified when you made the presentation.
Result:
4. Linking to websites from slides
This is very much like the above process of adding titles to slides, except you edit a different part of the RSS feed:
The highlighted section above (between the <link> tags) is where you need to put the link to the webpage you wish to display when the relevant icon is clicked during your presentation:
5. Adding a ‘branding image’
This is perhaps the least useful of the advanced tweaks – yet in some ways the most satisfying as it gives you ‘ownership’ of your presentation.
The branding image needs to have a transparent background (I used a PNG file but I suppose you could use a GIF) and no more than 26 pixels high. There’s no real limit to its width. You can add anything in there – as you can see I put the shortened link to the presentation for people to go back to. Need an image editor? Try the GIMP!
Put the image you have generated into the images sub-folder of your presentation folder. You then need to add the following to the bottom of the photos.rss file:
I’ve highlighted the section you need to add – although of course you’ll need to change name_of_your_file.png to whatever you decided to call your branding image!
Conclusion
I think Cooliris is a great presentation tool. It’s engaging, free to create and access, and enables people to re-use parts of your presentation (if you CC-license it!)
I’d like to thank Alan Levine for pioneering this method. The blog posts he wrote that guided me are below:
Owen calls the middle management of an organization ‘the matrix’. It can be an uncomfortable and difficult place from which to emerge, he says. The five most common pitfalls of survival are:
The expert in the matrix
The cave dweller
The politician
The boy scout
The autocrat
The expert in the matrix
The expert in the matrix has been promoted because of their technical competency. On becoming a leader they are out of their comfort zone and therefore lean on their exceptional technical skills. They are likely to demand almost impossibly high standards from their subordinates leading to friction and discontent.
The cave dweller
Cave dwellers try to avoid the matrix as much as possible by hiding in their ‘cave’ of pseudo-certainty. In an attempt to recreate the security they felt lower down the organization they become more territorial and less valuable to the organization. These, says Owen, are likely to be the first to go in any organizational ‘rationalisation’.
The politician
Coming across as rather too enthusiastic about ‘learning the dark arts of the matrix,’ the politician works hard to cultivate a power network. They are constantly on the lookout for new initiatives and seek a position in relation to them. Politicians seek to be close enough to projects to be able to claim a stake in them if successful whilst being able to distance themselves from projects that fail or are discredited. After a while politicians are seen for their true colours and are ignored.
The boy scout
The opposite to the politician is the boy scout. They think that by working hard and delivering results they will automatically receive recognition and promotion. In practice, however, they got ‘lost in the matrix.’ Boy scouts need to stake their claim and show that they are leading and delivering.
The autocrat
Autocrats act as if they are already higher than they actually are in the organizational hierarchy. Whilst they talk about the importance of being a team player, in reality they are chiefly concerned with people being loyal to them. If they perform well, autocrats can succeed and are promoted. If not, they become irritating and a burden to their colleagues.
The path through the matrix
So how do middle managers be successful in and/or find their way out of the matrix? Owen believes this comes back to the ‘three and a half Ps’ that he outlines at the start of the book:
People – focus not only on those you have direct formal control but those ou can motivate and coach. These widens your circle of influence.
Professional – model the values needed as a senior leader. One of the best ways to do this, believes Owen, is to chair meetings well.
Positive – being positive is especially important in the middle of the matrix. Treat ambiguity and change as opportunity instead of risk. Learn how to deal with conflict in your particular context and you will be successful.
Performance (the half-P) – you need a ‘claim to fame’ to emerge from the matrix. Show that you can deliver exceptional results out of ambiguity and complexity. Actively take on challenge.
Conclusion
I really liked this section of Owen’s book In fact, the whole thing is becoming invaluable to me as I step up from being a an ‘expert in the matrix’ (and ‘boy scout’ at times) to, hopefully, becoming an effectively and successful senior leader!
I didn’t realise until this evening that today is ‘Leadership Day’. The hashtag is #leadershipday09 if you’re interested in media relating to it. I haven’t got time to do anything else, I’m afraid, other than link to this Diigo list of relevant blog posts and make a list of those on this blog you may find interesting!
Arie de Geus spent most of his career working for Shell, the oil company. During his time there, Shell commissioned a study about what makes a long-lived and prosperous organization. They found the following were true of the longest-lived organizations:
Sensitivity to the environment – this represents an organization’s ability to learn and adapt.
Cohesion and identity - aspects of a organizations innate ability to build a community and persona for itself.
Tolerance – de Geus’ term, but actually as much to do with decentralization. Both are symptoms of a company’s awareness of its ecology and its ability to constructive relationships with other entities (within and outside itself)
Conservative financing – this enables an organization to govern its own growth and evolution effectively
To sum this up, de Geus talks about organizations being ‘living organisms’:
Like all organisms, the living company exists primarily for its own survival and improvement: to fulfil its potential and to become as great as it can be. (p.11)
In terms of the relationship of the above to educational institutions, although they are all (theoretically) applicable, the one most applicable to my mind is cohesion and identity. It’s really important for educational institutions to build a culture of inclusion and achievement as this helps towards both implicit and explicit reasons for their existence.
What would you add to the above list? Would you take anything away?
Seeing as this blog recently featured in The Top 50 Productivity Blogs(yeah, yeah) I’d better get posting a few more productivity hints and tips!
I first came across the idea of a ‘caffeine nap’ on Lifehacker a couple of years ago. The premise is simple:
Drink a cup of coffee (‘the caffeine has to travel through your gastro-intestinal tract, giving you time to nap before it kicks in.’)
Doze (‘you’ll get what’s known as effective microsleep, or momentary lapses of wakefulness.’)
Wake up after 15 minutes (any longer and your brain’s prefrontal cortex – used for judgement, etc. – will ’spin down’ and can take 30 mins to reboot)
The caffeine nap works by you using the time that it takes the caffeine to be absorbed into your bloodstream to nap. This ‘helps clear your system of adenosine, a chemical which makes you sleepy.’ (according to this source)
…was significantly reduced by caffeine and eliminated by the combined treatment, which reduced incidents to 9% of placebo levels versus 34% of placebo levels for caffeine alone.
I’ve found the caffeine nap to be a really effective technique to use when I come home from work to be more productive in the evenings. Coupled with the (Brian Eno-authored) Bloom iPhone app. it’s a winner!
You can find a bit more about caffeine naps in Wikipedia’s more general section on Power naps and more about the wonders of caffeine can be found at the Coffee FAQ.
I’ve recently finished reading Clay Shirky’s excellent book Here Comes Everybody. If you’re new to social media it explains why it’s important; if you’re not, it equips you to explain its importance to others. A must read!
Below are some quotations from the book in a Flickr set that will eventually grow to include quotations from other authors…