Stuart Ridout

Jun 01

Hands On with Wired Magazine on the iPad

I heard all the buzz about the Wired Magazine iPad app so downloaded it for myself to see if it warranted the hype.   Here’s my short tour and review of the online magazine.

May 30

My iPad experience … so far!

iPadIt’s no secret that I’m an Apple guy! I don’t want to be labelled as a fanboi but I love my iPhone, iMac and my MacBook Pro.

The big question for me was did I need an iPad with this much Mac in my life?
The answer was NO!

The next question was did I WANT an iPad with this much Mac in my life?
The answer was maybe.

I think I did extremely well resisting a US import of the iPad. This was partly due to the cost but also due to the fact that it wouldn’t be long until it was launched in the UK (until Apple moved the goalposts … grrrrrrrr!) By the time it launched in the UK I had almost talked myself out of getting it with phrases like “it’s just a toy”, “it doesn’t do evereything a computer does” and “it’s expensive for a leisure device”.

These were the arguments my wife used back at me when I was thinking about buying one.

The little dance

When it comes to tech purchases my wife and I have a procedure that must be adhered to. It’s not written down anywhere; it’s just known!

The steps to tech purchase are …

  1. I express interest
  2. She says that she is not interested and comes up with a counter argument (even though I know she is interested!
  3. I leave it for a bit. This is important as if I try to force the issue the dance is over.
  4. She decides that it’s ‘ok’ but still too pricey/we don’t need it/the one we have works fine/we should be saving* (* delete as appropriate)
  5. We go into town to ‘have a look’ - (at this stage we both know it’s a done deal) 
  6. She becomes much more interested and decides that we should buy it 
  7. End of little dance. 

The beauty of the system is that she gets to do the ‘responsible wife’ thing whilst indulging her ‘inner geek’!  She also gets to feel like she made the decision … and I let her think that!  Everyone’s a winner!

The iPad dance

The iPad was an extreme situation. This went beyond the protocol above and included extra steps. We were in the car and driving home before she decided that we should buy it. We turned around and parked up and headed straight for the Apple Store.

The purchase

We headed back to the Apple Store for the second time and there was a queuing system outside for people who wanted to actually purchase an iPad rather than just play on one.

We joined the queue and were shortly introduced to Jonny who would be taking us through the purchase. We were then ushered into a special area for purchasers where you could ask any questions before purchase. We when then escorted upstairs to wait by the accessories section whilst Jonny brought the device up to us. Here you could contemplate which of the cases you wanted to buy.

After a few minutes we were walking out of the store with a shiny iPad.

Set up

This was pretty much the same as an iPhone or iPod Touch. Connect to iTunes, sync, bam! We bought a 3G iPad so we had to set up an account for 3G data. We chose O2 and I think the rates are quite reasonable and you’re not tied into a contract.

Play time

Then it’s time to play. The device is gorgeous and it’s a joy to browse the web on it. Web pages seem richer than they do on a desktop or laptop. I suppose it’s because you don’t have all the other clutter on screen e.g. dock, Start menu, other windows.

YouTube is great and it becomes more social as it’s easier to turn it round and show it to someone or browse with a partner as it’s large enough that you can both see clearly.

I’ve purchased iWork but haven’t done anything with it yet as I’m too busy having fun to work!

The onscreen keyboard takes some getting used to as the backspace key is in a different place to the iPhone and I seem to be hitting the i key instead of the o key. That’s probably just something which will be fine once you’re used to it.

In summary, everything seems richer on the device. Email is beautiful and the web seems to ‘flow’ more seamlessly.

I’ve utilised RSS feeds a lot more with apps like The Early Edition which bring all your favourite blogs and sites into a newspaper style format. I haven’t seen a single Flash Lego brick yet but I don’t suppose I visit that many Flash sites.

My final question is would I return it and get my money back? No way!

May 22

Exciting new Storybird features for teachers

For those of you who haven’t see it, Storybird is a great website when you can write and publish electronic books using artwork supplied by a range of artists. If you want more information you can read about it in this post. Storybird is brilliant but the difficulty occurs when trying to collaborate and keep track of a whole class set of users and their work.

Thankfully Storybird have created some brilliant new class management features that are being launched next week. You can now add classes which provide you with a safe environment where students can collaborate, discuss and share work without sharing with the whole work. 

Class Management

Once you have set up a class you can either invite existing users (who have already registered) into the class or you can register students on their behalf. Safety is important to Storybird so usernames can not personally identify students e.g. contain a student’s surname.

Assignments

It was often difficult with Storybird to ‘collect in’ work for marking. I did this by getting students to email me links to their published Storybird books but that didn’t work if they hadn’t made the book public. Now you can set the class an assignment and it will collate them all in one place for easy marking. The student books remain private from the world but students in the class can see each other’s work. It will even email users when the assignment is due so they can ensure it is handed in.

Student Management

Passwords are often an issue for students, especially on external websites where the teacher has no administrative rights and you rely on the ‘forgotten password’ functionality. The new class management functions allow you to reset a student’s password if he forgets it.

All the rest …

There are loads of other features and tweaks that make the experience a little easier for students (and the general user population) including the a feature request by my students to change the name that appears on the front of the book.

Pssst! I’ll let you into a secret!

Now I’m sure you’d love to have a go with the new teacher functionality to try it out for yourself.  It doesn’t launch till next week but if you go to http://storybird.com/classes/create/ you can have a go yourself.  Just don’t tell them that I told you!

Apr 22

Do you like this? Engaging learners with Facebook

No matter how much you deny it, Facebook is more interesting than learning as far as many students are concerned.  However, we could spice things up a little by mixing the social world of Facebook with the educational content by using some of the new plugins available from the social networking giant. 

Mark Zuckerberg launched a number of new ways to integrate your site with Facebook at the F8 conference including the ability to place the Like {thumbs up!} button on your site. This would then show up in the Activity Feed on the user’s Facebook page. 

Imagine a situation where a student enjoys a piece of learning content on your VLE and clicks the Like button.  This appears in their Facebook friend’s news feed and they click on it and learn something new.  This could be a new world where social networking and education intermingle!

How do you start using this TODAY?

It’s easy to use.  

1. Just copy the code below and paste it into the page where you want the Like button to appear.

<iframe src=”http://www.facebook.com/widgets/like.php?href=http://example.com” scrolling=”no” frameborder=”0” style=”border:none; width:450px; height:80px”></iframe>

2. Change the http://example.com to be the web page address.

3. Hit save and you’re done!

If you are putting this on your blog you can usually modify the template to dynamically generate Step 2.  I use tumblr so the code for me is …

<iframe src=”http://www.facebook.com/widgets/like.php?href={Permalink}” scrolling=”no” frameborder=”0” style=”border:none; width:450px; height:80px”></iframe>


The fly in the ointment

The problem with this is that you would not be able to click the Like button anywhere where Facebook is blocked … but it does allow students to engage from home.  This will also require that we start to reexamine the place of social networks in schools.


There are a range of configuration options to fine tune how the button appears on your site.  For more information visit http://developers.facebook.com/docs/reference/plugins/like

Do you like this?  Make sure you click the Like button below!

Apr 18

Tips for new tweeters

I think Twitter is great.  I go on about it all the time to everyone I meet and justify my usage as ‘excellent professional development’.  Today one of the ICT teachers from my team joined Twitter! Shane Gallaher @shanegallaher signed up.

Apparently I joined Twitter on 14th May 2007.  It doesn’t seem like it was that long ago but that’s what http://www.whendidyoujointwitter.com/ tells me.  In that time it becomes easy to forget that the network is still growing and there are new users every day.  We talk about hashtags and @ replies, DMs and TweetDecks with a carefree attitude and the newbies are sitting scratching their heads.  

So I went back to basics and wrote this post to help the newbies make the most of Twitter … quickly!

Step 1: Complete your profile

Nothing is more frustrating that checking out a Twitter follower to find that their profile is empty.  Lots of Twitter users will switch off at this point and will not follow ‘empty profile’ users.  

Step 2: Post!

People are not going to follow someone who has not posted anything.  They don’t know whether you’re interesting or not.  You can start by posting

Step 3: Find people to follow

The beauty of Twitter is that it is a network but you need to follow people before other people will start following you back.  If you don’t follow people, nobody will know you’re out there and nobody will see your brilliance.  

You can find people to follow by

Step 4: Find followers

A lot of people will follow back if you follow them but not everyone will, so don’t be offended!  Your follower count may start small but the best way to get more followers is to just use it and that number will grow quickly!  Other ways to get more followers are

Step 5: Get a client

People start out by using the Twitter website but many move on to use a Twitter client as they find it’s easier.   This is a program that usually runs in the background and alerts you when tweets come in.  This means you don’t have to keep checking the website and means you can respond to and interact with tweets much more quickly.

There are loads of Twitter clients out there and everyone has their own opinion on which is best but here are a few …

Tweetdeck Adobe AIR client - PC/Mac/Linux - FREE
Seesmic Desktop - Dedicated PC client or Mac/Linux client via Adobe AIR - FREE
Twirl - PC or Mac - FREE
Tweetie - Mac Only  


screenshot of TweetDeck

Step 6: Go mobile

Tweet during your downtime.  Get a Twitter client for your iPhone, Android phone, Blackberry or other web enabled device to tweet ‘on-the-go’

Step 7: Learn the lingo

One of the hardest parts of being a new Twitter user is knowing what people are going on about all of the time!  So here are some of the key terms:

Retweet or RT

If somebody likes what you wrote (or you like what someone else wrote) you can retweet it.  This is the Twitter equivalent of forwarding an email.  There are two types of RT (old style and new style) and a RT may look a little like this …

This tweet was originally posted by @tombarrett and if you think this is interesting you might choose to follow him.

Hashtag

Sometimes people use a ‘hashtag’ to indicate they are discussing a certain topic.  This is useful as it allows you to search for all tweets about that topic.  This post uses a hashtag #newleaders which is about leadership tips. 

If you click on #newleaders you would be able to view all the tweets about this topic.

DM or Direct Message

Everything you post in your Twitter feed is public (unless it is a protected Twitter account) so you need to be aware of that.  If you want to send a private message to someone you can do so by using a direct message or DM.  

You can only send a DM to someone who is following you.  If you do send a DM to someone make sure you are following them otherwise they can’t DM you back!

@reply or mention

When you reply to someone, the way to do this is to start the message with @username (obviously inserting their username).  This won’t mean that the message is private to them but it does highlight it to the person if they look in their ‘mentions’ or ‘@replies’ 

Web links, link shortening, bit.ly

Tweets are limited to 140 characters so usually people use a web shortening service such as http://bit.ly to shorten any web addresses.  Many of the desktop or mobile clients will do this automatically.

Apr 16

Can you afford to integrate free tools into your curriculum?


image courtesy of whartz on Flickr

We all love something for nothing and the range of free web tools is amazing. Schools have ever decreasing budgets and we need to get as much value for money as possible but with free tools closing or moving to subscription models can you afford to integrate them into the curriculum?

TechCrunch are reporting that Ning, the “build your own social network” company will no longer be hosting free Nings. This has been a cause for consternation amongst many educators who had invested time into creating their own social networks for students and classes.

One Twitter user writes …

Is Joel justified in his “bushel of bad karma” or are Ning just protecting their business?

There’s no such thing as a free lunch and we are increasingly finding this on the web. Web owners still have to pay the bills on their accounts, and whilst these bills are small initially when you are writing and launching an amazing web product, the bills grow pretty quickly as your free product takes off!

Your options are :

The situation we potentially find ourselves in is that amazing new products come online, grow quickly and close down in a short space of time. The problems this cause is lack of continuity in the curriculum for educators and students. Whilst the ICT savvy staff will take to new tools quickly, it takes time to get best use of a product for many teachers and to embed the tool into the curriculum. We can only do this so many times before staff will no longer want to invest their time in software and online tools.

So the big question is “Why aren’t we willing to pay these developers a fair price for their work?”

About three years ago I wrote an online homework system called plannerLIVE! which aims to support parents and students by creating an online homework diary/planner where students and parents could access homework, download worksheets, get links to useful sites to help with a homework and, most importantly, the date the homework is due in.

It was a massive hit at my school, almost eliminated parental complaints re:homework and everybody said how easy it was to use. I thought I was on to a winner and started marketing it to schools but got little interest, although there were a couple of schools who were willing to pay. I changed this to a free model and although there were many more sign-ups, they weren’t using the tool the way I envisaged as a whole school reporting system.

I think this was partly down to the fact that there is less value in a free product.

Some of the reasons for the reluctance to pay could be:

I don’t believe that the last point has been true in the past (especially in secondary schools) although budgets are tightening so why are we so unwilling to invest in software?

[video]

Apr 15

Microsoft UK Schools Blog

I was excited to see a tweet in my @replies today from the Microsoft UK Education team (@Microsoft_Ed_UK) saying that my Kodu tutorials had been featured in their blog.

The post covers my Kodu tutorials (which I must finish!) and gives a little nod to the “visualising revision” poster too.

You can read the full article at the Microsoft UK Schools Blog

Apr 14

How to recognise an email hoax

Recently my mother in law opened an email purporting to be from Facebook, claiming that her password had been reset and that the new one was attached. She duly opened the attached zip file and followed the instructions to install a password logger on her computer.

It was a pain in the backside to sort out and when she told me that she opened it I was a little frustrated. On reflection I decided that I was being a bit unfair as these email scams are getting better and more sophisticated.

We do a lot of work with young people on educating them about spam and viruses but what about everybody else? I know this information is out there on numerous websites but here are some tips on how to spot a bogus email for parents, grandparents and in-laws!

See the example below

Warning Signs

  1. Spelling & grammar

    The wording or spelling in a spoof email is often not quite right. Words are not spelled correctly or names are not capitalised.

    This email is odd for two reasons. Firstly, the name of the website is not capitalised. Although the website logo is “facebook”, when they refer to themselves in emails it is as Facebook. Secondly, the phrasing “user of facebook” is clumsy. Surely it should say “Dear Facebook user”.
     
  2. Lack of personalisation

    Spoof emails are sent out to hundreds of thousands of users so usually lack personalisation. If I were to receive an email from Facebook I would expect it to say “Dear Stuart” rather than addressing me as an anonymous user.
     
  3. Why?

    Often the biggest clue that something is wrong is that there is no good reason for the action.  In the example above, they don’t give a good reason for changing the password.  An organisation would seldom reset your password without giving you some good reason for doing so.  

    A common e-mail request from spoof banking emails is to re-enter your account information for security purposes.  The bank already has your details, why would they ask you to re-enter them.
     
  4. The attachment

    Why is the password in an attachment?  If Facebook were to reset your password they would just include it in the email message.  The attachment is the important bit to spread a virus and the email is trying to get you to open and install it.  Don’t fall for it!
     

What should you do if you’re still not sure? 

  1. Re-read the email.  Often we only skim through emails and if we read them slowly and carefully we see the warning signs.
  2. Try to verify the content safely.  In this case you could just try logging into Facebook using your current password to see if it had actually been changed.
  3. Try to contact the organisation independently of the email.  Look on their site for an email address and send an email to their customer support to verify.  DO NOT REPLY TO THE EMAIL!   Alternatively you could call the organisation if they have a customer service number.
  4. Ask your IT savvy child/husband/colleague what they think.  They’ll have to be the one who sorts out the problem so a quick glance at an email should save them time in the long run!

A few universal truths

There are a whole range of methods of social engineering that people use to gain your trust so you will open their email.  Please consider the following:-

  1. If it looks too good to be true it almost always is!
  2. You haven’t got a cousin in Nigeria so how could you have become the heir to $564000?
  3. Banks and other financial organisations do not ask for your password.  They already have your details so don’t need you to confirm them by email.
  4. Be suspicious of any URGENT requests that threaten loss of service.  They are often trying to get you to act quickly so you don’t question the content of the email.

Finally, if in doubt … don’t open it!

Mar 24

[video]