Pulp o Mizer rtc Nuggets

TL:DR or Highlights

  • A chat with Jenni Robertson about meraki and VPP
  • John Hurst’s talk, a flavour of which is in this boo: Audioboo / An open approach to web filters
  • Ian Wilson‘s demo bossjock
  • OscarStringer: making iMovie title screens with Explain Everything
  • Joe Moretti Showbie, looks like the best thing on the iPad for handing out and gathering in work from pupils.
  • Dalry Primary School

I’ve spent the last couple of days at Dalry Primary School for the Apple Regional Training Centre Conference. I’ve been to two or three ADE events but this was my first RTC.

Apart from the obvious focus on pedagogy and learning other than tech, the main subject was the iPad, not much about macs other than as content creators, iBook Author, for the iPads.

The school itself was a pretty amazing building. The school is a ‘flagship’ building and worth looking at inside and out (pictures here).

Day One

The first day consisted of a series of half hour presentations, the stand outs, for me, were:

  • Jenni Robertson from Edinburgh talking about how they delivered courses on the other side of Scotland. Afterwards, in conversation, Jenni explained how they use Meraki and volume purchasing . some of the North Lanarkshire schools already use Meraki, but Jenni had a good model for covering a whole authority. They way Edinburgh has accessed VPP sounds as if it might be possible in other LAs too.
  • Torstan B Stauch, demoed AppShed which allows you to Build HTML5, iPhone and Android apps online for schools, education and business, and looks like it is worth following up.
  • John Hurst HT of Lever House Primary School tyalked about his schools approach to education, having taken control of their networking from the LA without Going Academy; risk assessment, outdoor fun, starting fires, getting mud between your toes and more. This was a great presentation and I managed to get a quick audioboo with John later for edutalk talking about filters:

    We hope to have John as a guest on Radio #EDUtalk next session.

  • Babar Baig and Kim Byrding talked about an app WriteReader, but their Danish approach to getting very young children to record their activities was fascinating. A combination of taking photos and have a go writing was great.
  • Ian Wilson, Mark Bunyan and Mike Watson gave a quick fire Golden Nuggets section with some great app suggestions and ideas for using them.

    Many of these are captured on twitter, and I’ve bundled a lot of the tweets I made or liked during the first day into Storify #AppleRTC Thursday 13 June 2013..

    One of the most interesting was Ian Wilson‘s demo of bossjock, I’d looked at that before but turned it down due to price. If I had a class I’d buy it in an instant now. Really good for audio storytelling with sound effects.

    Another goodie was sent to me from my NLC colleague Ian, PULP-O-MIZER: the custom pulp magazine cover generator with which I knocked up a quick cover(works on an ipad) in a couple of minutes and tweeted as a golden nugget.

This last activity was the only audience participation in the first day via twitter. This would be my only criticism, given that one of the themes was: Conversations, collaboration and community, a semi-formalised sharing for all participants, would I am sure, have produced some interesting stuff. But there is only some much time and almost everything we heard was of value, a good day.

Day Two

Most of day two was spent in three different workshop sessions, in order I took them:

  1. Oscar Stringer covered the workflow for Keynote to Explain Everything to iMovie and iBooks Author.

    One great tip was to use Explain Everything to create, credit or the end animations for import into iMovie, dead simple and very effective, this example took about 2 minutes to make

    Although I used iBook Author a bit last year it was nice to have a refresh of the basics and to hear the answer to our problem of importing books over Wifi to ipad: don’t make the books so big. iTunes U would seem to be the way to go, splitting the books up into chapters. The guy siting next to me in the session had a nice example of this.

    We also saw a new version of wallwisher, Padlet which works really well on the iPad for classroom collaboration.

  2. Next Dalry Primary HT Maureen Denningberg talked to the, mostly english, attendees giving an overview of Scottish Education and CfE. A few english folk now seem to be looking for a job in Scotland.

    We then were allowed to tour the school and chat to the pupils. Given the unique design of the school and the integration of technology I think the pupils are used to this. There are some interesting reviews on the school website.

  3. My final workshop of the day was with Joe Moretti. After a discussion of how to introduce iPads to staff, most of the session was dedicated to Showbie which badges itself Assignment workflow for iPad. This was the best piece of information I got in the whole show. Joe went through the basic features of the app, giving us the chance to act as pupils. We:

    1. Joined a Class
    2. Received Tasks
    3. Submitted work (from any app that can use ‘open in’ or from the camera roll, camera or via direct text or audio)
    4. Got feedback, in lots of different ways, stand out was by the teacher recording direct audio. how quick and easy it that!

    All this with the free version of Showbie which the devs have assured us will always be around and keep at least the same feature set. Although nothing lasts forever 1, showbie takes so little effort to set up for such valuable results it would be daft not to use it if you have a few ipads in class.

Joe has an iPad app Teaching With ICT which covers Essential Settings, Book Creator, Showbie, Pages, Explain Everything, Puppet Pals and iFiles. This would be a good starter selection for any classroom, based on this session would be well worth getting. I’ve certainly bought it as a thank you for the intro to Showbie.

The PirateBox

After the piratebox’s first non appearance, I was hoping that here might be an opportunity to give it a wee go. A previous ADE conference I had attended made me think the Golden Nugget session would be a bit like TeachMeet nano presentations so I packed the box. Turned out this was not so.

So on the second day I just plugged the box in and tweeted out an invitation or 3.

I must not have been inviting enough, or there was more interest official stuff going on or perhaps apple fans lack a pirate attitude? My only disappointment of the two days. I did see the lights on the box flicker a connection or two, but no one uploaded anything or left a note in the chat. I still hope that the pirate box will one day sail distributing and gathering booty. I am also wondering about using it to distribute content, say iBooks to a class without slowing the main network down.

RTC Stuff

There was also a fair bit of information on the Apple Regional Training Centres setup and it was good to clap eyes on the folk supporting the program and find out what is going on in other centres.

1.podcast producer, posterous, google reader, I am looking at you.

I found this interesting project from One Thing Well‘s rss feed, in my nearly done for, google reader.

Levinux is A Tiny Version of Linux for Education byMike Levin.

Levinux (download ~18 MB) is a tiny virtual Linux server that runs from USB or Dropbox with a double-click (no install) from the desktop of a Mac, Windows or Linux PC—making it the perfect learning environment, and a great way to run & keep your code safe for life! Think of it as an introduction to old-skool “short stack” development—more relevant now then ever as Linux/Unix gets embedded into everything.

from: Levinux – A Tiny Version of Linux for Education – Mike Levin

Basically when you run the application (on mac, windows or linux) you get a very small linux server running in a virtual machine:

Q Screenshot 3

After that you can create and edit html files on the server via ssh and the commandline (or PuTTy on windows).

This fits in very nicely with mty recent excursio into editing on a server via ssh on the PirateBox.

Python git and vim

You can also install Python, vim and git very easily, basically by typing 4 and enter at the screen above:

Q Screenshot 2

This gives you a simple environment to learn python git and vim.

Mike Leven has produced a nice YouTube playlist of instructions to get started: Levinux – YouTube, I’ve followed the first few without any problem at all.

With added dropbox

On of the interesting ways this can be used is by adding the Levinux folder to your dropbox, you can then run the same server on different computers and even different operating systems.

Why this might be useful in the classroom

One of the thing I feel might be tricky in getting young people started with programming might be the complexity of a modern operating system. Even relatively recently when I started using my first mac, it had a tiny hard drive, and after a short while I had seen about every file on it. A simpler setup might be a lot quicker to get started making on. A virtual server that can be reinstalled in a couple of minutes gives a very low risk playground.

Finally here is a quote for a parent, using levinux to teach his child programming which points to some interesting possibilities:

Now one week later I see something happening with my oldest son that was not happening before. He is spending his free time sitting in front of the computer with his Levinux terminal open feverishly typing away on simple little scripts and creating ASCII art while games and movies are just a click away.
Something has changed in the way he sees a computer that I was not expecting. He is no longer consuming media he is creating. The family computer has changed from a flashy pass time to a tool for creativity.

from: ken morgan – Google+ – Something occurred to me today when I was going over Python…

and there is a Levinux Google+ community.

Weave Comp

Teach the Web Week 3: the Open Web

Plan your makes with your collaborator and then do it! If you’re in a study group, you’re encouraged to work together around your topic. Share your makes with the #teachtheweb community.

Among the suggestions for reflection were:

  • Why might sharing and publishing in the open be advantageous?
  • What are the benefits of inviting people to remix ideas?
  • What are some possible ways “free” tools aren’t really free? Or make money?

There are lots more suggested activities and reflections, but that was enough for me

Thinking about my activity in the Mozilla Webmakers – Google+ group this week gives, I believe, a little insight into some of these questions. I was not actively considering them, just reading and playing.

Working with Walter

First Walter Patterson a fellow Scot contacted me with an idea of working together on a thimble page about a couple of ‘open’ projects. We have started work on this. The first benefits of open I met were, getting an idea of what to do, Walter reminded me that EDUtalk was an open project. and then working off Walter’s thimble edits I got to a reasonable page: EDUtalk is Open (not as yet finished). I didn’t have an idea where to start until I’d seem Walter’s starting point. So the second benefit of working in the open is finding ideas, they don’t all come from serendipity.

Open Talk

Once I had thought of EDUtalk, I though that it might be a good place for talking about open collaboration. EDUtalk itself is an example of working in the open, part of it consists of a podcast that is open for anyone to contribute to. THe other part is a weekly internet radio broadcast that becomes a podcast, we publish in the open under a CC BY-NC-SA 2.5 SCOTLAND license. I invited folk from the Mozilla Webmakers community to participate, at very short notice. Chris Lawrence and Laura Hilliger stepped up and stepped into the skype studio for Radio #EDUtalk 15-05-13 #teachtheweb. This is another example of getting great contributors by working in the open. I am constantly amazed at the interesting folk I get to talk to just by running a podcast.

Open Learning

The rest of the week I have had a bundle of fun by getting ideas from other webmaker participants. One of the things I wanted to get out of the MOOC was to improve my webmaking skills. I’ve found it difficult to learn the skills by doing exercises, but often find, time constraints lead me to use less that elegant solutions when working on a ‘real’ web site.

This wek I’ve found that I’ve learnt by doing small things, these have been inspired by the open sharing of ideas and projects by others in the MOOC.

Crowning Chad

Somewhere in the group a comment by Chad lead me to mess around with a little CSS to make A Crown for Chad the request for others to mix it up was taken up by a few folk, Pekka Ollikainen took it to JavaScript, teaching us some canvas animation and showing this using JS Bin a great companion to thimble.

Thimble Tracking

I saw a post by Heather Angel wondering about how to to create a layout that is made to be constantly updated in thimble. As I had been wondering how to keep track of thimble edits I though I’d try something. Thimble Chaining is a simple thimble page with a google form and the resulting spreadsheet embedded. The idea would be to use the form to add your name and the url of the edit you just saved. Not very elegant, but it does the trick. I believe Mozilla are working on a solution that will track edits and pages spawned from the first page. This will would be a very useful addition to the system.

Open Is…

The last bit of fun this week was sparked by Chad again, he was making an “Open is…” inspirational web app collaboration from the Writing as Making, Making as Writing study group. The latest version by Chad is here: #teachtheweb: Open is…. As Chad was collecting quotes via twitter, I was thinking of automating that. I tried a couple of approaches, using ifttt.com to collect #open_is tweets to a google spreadsheet and then loading that via javascript: open-is – JS Bin I also pulled then in directly from a twitter search: Random #open_is tweet

What I was learning, using JS Bin was dealing with json in JavaScript, I got a lot out of this play, more that I do following tutorials or interactive lessons. I believe this increase in learning is due to playing in the open, the open provides the ideas and perhaps an audience. I am not sure if my edits are very useful, compared to human curation in this case but a great learning exercise for me.

Google + is not Open!

Of course it is open for anyone to join in. The Mozilla Webmakers – Google+ group is open to anyone and valuable for that. But I am struggling to keep up with conversation. The site works well for joining in with the moment, the iOS apps are great, but there is something missing. I can’t keep a record of my activities. I mentioned this in the last post too, but if I am learning here, I want to track my progress and wanderings. As a learner by progress is important to me and I am having trouble following it.

Picked up, ironically, via my Google Reader this morning was a post with much better, deeper thinking on this issue:

It seems to me that with Google+, Google is not adopting open syndication standards in two ways: not using it “internally”, and not making feeds publicly available. There may be good technical reasons for the first, but by the second Google is *not allowing* its community members to participate in a open content syndication network/system. Google’s choice, but I’m not playing.

from: Are We Just Google’s Lab Rats? | OUseful.Info, the blog…

Obviously I am playing, there is a lot to be gained from using G+, but I hope that organisers of powerful online learning communities like the teachtheweb one will have better tools to choose from sometime soon.

Chad Final

Week two of the teachtheweb mooc starts with a challange: Explore the awesome makes from last week, choose one, and remix it.. At lunch today I though I’d take a very quick stab at this using Chad’s Webmaker Profile, as Chad is a fellow ds106er and I though he would enjoy the play.

The First shot

Given I was on my lunch break, I though I’d just flip the profile: Chad’s Webmaker Profile. I went to Chad’s original profile and added edit after the url, this opened thimble for me to edit his profile. I know that you can flip, turn and rotate elements of a webpage via the css transform. A quick google and I came up with:
transform: rotateY(0.5turn);-webkit-transform:rotateY(180deg);
This rotates content 180 degrees around the y axis. I added it to the css section in thimble, changing this:

body { font-family:Open Sans, "Helvetica Neue", Helvetica, sans-serif;width:1000px;margin:0 auto; }

to this:

body { font-family:Open Sans, "Helvetica Neue", Helvetica, sans-serif;width:1000px;margin:0 auto; transform: rotateY(0.5turn);-webkit-transform:rotateY(180deg);}

I think you need to use both transform: rotateY(0.5turn) and -webkit-transform:rotateY(180deg) to get cross browser support, but I might be wrong.

Quite please with 3 minutes work I posted to the G+ Community.

Looking out

Between a comment and an image I made for ds106 a while back, I started thinking about the page being a view out of the computer, so it should be looking at Chad:Chad’s Webmaker Profile.

On this edit, I’ve added Chad’s photo, hotlinked from his g+ images as a background image. All this took was adding a wee bit nmore css to the body:

background-image:url('fullimageURL.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 

In the bloc above I’ve shortened the url, I used the full url to the image. The code first adds the iamge as a background to the page, ensures it does not repeat, fixes the position to the window and lastly centres it.

Itterating

What is probably irritating for my fellow MOOCers is that I am posting these and as I post geting more ideas, this means a lot of space is taken up on the G+ group.

As I post the last one, I irritate myself as the background picture does not fill the screen. Google again and I get this:

	webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

All 4 lines do the same thing for different browsers.

I also notice a new post with an audio mashup, this reminds me of Freesound where I find: Freesound.org – “computer-noise_desktop_quadcore_2009.wav” by matucha, I know Freesound supply low quality mp3 and ogg files so add an audio tag to my page, just after the body tag:

<audio autoplay>
	  <source src="http://www.freesound.org/data/previews/160/160465_739478-lq.ogg" type="audio/ogg">
	  <source src="http://www.freesound.org/data/previews/160/160465_739478-lq.mp3" type="audio/mpeg">
	  Your browser does not support the audio tag.
	</audio>

As I don’t have any controls in the tag, the player does not show, but autoplay gets it going when the page loads.

Finally I remember that Chad suggested a gif, so I download his image and make a gif of him rolling his eyes. Upload that to google and hotlink instead of the original jpg as a background. finally I have: Here’s iterating at you, Chad, I had to save twice as I needed to attribute the audio which is share under a Creative Commons — Attribution 3.0 Unported — CC BY 3.0 license.

So here is the Final version:

Here’s iterating at you, Chad.

Musing about Making

So like a lot of the things that I do for fun, this sort of bumbled along with one shot leading to the next. What was great about doing this inside the #teachtheweb community was there were lots of ideas to bounce off. This blog post was started after a comment on the final link I posted. Does that make this connected learning?

One of the lovely things about html is, if you know sometinhg is possible the method is just a quick google away. I wonder if that makes web editing a more accessable way of encouraging creativity?

Thimble thoughts

I’ve made between 6 and 10 experiments with Mozilla Thimble now, which makes me an expert;-)

I’ve found it a wee bit slow on older computers, so I’d think about that before using it in a class.

The split screen view is really good for seeing the changes made to the code take effect. I would however like the option of a tabbed screen so that I could see the whole of the preview without needing a huge screen. I’d also like the forthcoming ability to re-edit a page rather than having to save with a new url. The trail of urls is good for reviewing the process and blogging about it.

I would also like thimble to keep a track of my creations, I am pretty sure I’ve lost track of a few.

The most powerful features of thimble are, for me the templates which have great comments and the way you can easily edit someone else’s creation.

I’ve just Joined Teach the Web:

Teach the Web: a Mozilla Open Online Collaboration for Webmaker mentors

May 2 – June 30

Learn how to teach digital literacies, master webmaking tools, develop your own educational resources, and take what you learned back to your communities and classrooms.

from: Teach the Web

The first task is:

MAKE Project this week: Introduce yourself @Webmaker style by using Popcorn Maker, Thimble or the XRay Goggles and sharing your make with #teachtheweb.

from: Teach the Web

Which smells quite like the #etmooc first task, so I decided to remix and recycle my Hello #ETMOOC youtube video with popcorn.

Popcorn Maker has evolved a lot since the last time I looked at it, Playing with Hackasaurus and popcorn, back then I gave up and used the Popcorn.js javascript files and edited by hand. At that time, I found popcorn maker really slow and klunky on my equipment. Since then it has really taken a jump (and I am on a better box). I found it really easy to use, and would say it would now be very usable in a classroom.

One of the things I am lookingfroward to finding out about is how folk fit webmaking into classrooms, as opposed to afterschool or out of school activities, but that is for later. Now I’ll jsut try and see what is going on in the #teachtheweb community.

I’ve just joined in the Mozilla Teach the Web MOOC.

This post is just to make sure that the feed I’ve submitted works.

Just for fun I am posting this through a new webservice Fargo. Fargo is an online outliner that can post to blogs, and do more interesting things. It might be of interest to other folk doing Teach the Web (I will have to go to the blog and set the category, to make this post show up on the Teach the Web blog hub.

I am testing Fargo, an online outliner that can post to wordpress blogs. Although my blog is not a wordpress one, it still has MetaWebBlog support.

I have never really used an outliner much although I’ve use the OPML application to read RSS from time to time. Fargo may just change that. Fargo runs in a browser, stores in dropbox, supports markdown and gets new features very regularly.

I am wondering if Fargo supports images in blog posts so here is one from flickr.

Color Classic

Update: it looks like updating posts on this pivotx blog, does not work. The blog seems to return the wrong post id to fargo, I have the same problem posting from TextMate.

Fargo is well worth checking out.

Code eyes

These are some technical notes on some of the changes I’ve made to the standard WordPress site for EDUtalk, I am not sure if they are of much interest to anyone but myself, but writing them up here will, 1. get them clear in my mind, and 2. provide a reference.

The site is running on WordPress 3.5.1. I made a child theme as I wanted to edit some of files and mostly be upgrade proof.

If you have no interest in this you might be interested in the main facts of the move: EDUtalk Has Moved, or just head over to EDUtalk and listen to some great audio.

Plugins

  1. Akismet, spam protection, pretty much a no brainer.
  2. FeedWordPress, this is very much at the heart of the new site, this plugin allows you to syndicate content from other sites, in our case audioboo boos tagged edutalk and iPadio phlogs with the same tag. Posts form these sites with the tag are added to EDUtalk. The plugin also allows us to make the titles link to the original site rather than our own post page, I believe this is a better way to do things for the authors who submit content by tagging.
  3. MediaElement.js – HTML5 Audio and Video, I installed this initially but it is now turned off. Instead I have used this JavaScript myself. As I understand it the plugin will provide html5 and fallback players for audio inserted with a short code player. As a lot of our content comes via FeedWordPress it would not work there unless we manually edited posts.
  4. In the process of importing all of the old content I found the Categories to Tags Converter Importer and WordPress Importer plugin invaluable.
  5. The Safe Redirect Manager plugin redirects links from the old site to the new one, for example, /pages/radio-edutalk to /listen.

Child Theme Files

It seems that the way you best edit a WordPress theme is through Child Themes, this avoids problems when upgrading.

I started by copying the content.php file from the theme to the child theme folder. Here I edited the php to add an html 5 audio player to the top of a post, if the post had an enclosure. I used:$enclosureData = get_post_meta($post->ID, 'enclosure' ); to find out if there was an enclosure. I had a bit of hassle as Audioboo encloses images as well as mp3s, but looped through the enclosures and used the first audio one I found.

I had to edit the main theme function.php file to comment out a bit of code that removed enclosures if they were not linked in the post. This proved a problem when doing some manual edits of the imports. I got information on how to do this from this post: How to stop WordPress 2.8 – 3.5 from deleting enclosures | Kevin J Edwards. The main tool used in building edutalk.info was google. In this case I edited the theme’s own function.php file, rather than the child themes, as the child theme’s function.php is added to, rather than replacing the parent theme. If there is a better way to do this, I’d like to know.

I did create a child theme function.php and added functions to include the jQuery and MediaElement.js. I then copied the footer.php to the child theme and added a script to added a flash player to the audio tags for browsers that do not play mp3s natively.

jQuery(document).ready(function() {
	jQuery('audio').mediaelementplayer();
});

Pretty simple stuff.

Originally I added a bit more jQuery to hide the audioboo and ipadio players and maps in the post. They were not making the posts look very nice, and I found it difficult to style them. Later on, as I found that the pages were loading very slowly, I went back into the content.php file and added some code to only show the post content, if it was in the Radio Edutalk category. Even with only 6 posts per page this made a huge difference in speeding up the page loading (twice as fast). I changed:

<?php  the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentytwelve' ) );  ?>

to

<?php if(in_category(5)){the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentytwelve' ) );} ?>

5 being the category for Radio Edutalk, I’ll be adding another category for mailed in audio if needed. Thinking about it it would be best to change to not in the audioboo and ipadio categories.

Screenshotpingdom

Altogether it was not very hard to figure this out with the help of google. WordPress is extremely well documented. The code is also easy to edit, without having to understand the whole thing. There are probably a lot of better ways to do this, and I’d be delighted to find out.

I’d also be interested in any other ways to improve the site, speed it up or add useful features.

A while back we heard that posterous was shutting down. This was quite bad news for EDUtalk, we had a lot invested (time and files not money) in our posterous site.

I had a look at alternatives, Posterous to What? and decided on  a way forward EDUtalk, post posterous part 1. Since then we have been beavering away moving nearly 1000 bits of audio and the posts over from posterous to a new wordpress site.

One of the problems was the amount of space we need, there is already over 2GB of audio files hosted. Luckly Tim Owens @timmmmyboy of Hippie Hosting made us an offer we could not refuse!

The new site is by no means finished, but though that it was time to flick the switch and iron out any problems. We built the new site at edutalk.info, Just Now Last night I changed the nameservers for edutalk.info to point to the same place. As I am typing this, the new site is, at least in my house, being reached via edutalk.info, I am excited.

Changes

One of the great things about posterous was the wonderful way it handled media and its API. The api made it simple to pull in audio from Audioboo and iPadio, the FeedWordPress plugin makes this even easier. There is even a couple of benefits:

  1. We can have the titles and links to the posts point back to the originating site.
  2. FeedWordpress adds the enclosures to the feed, we were relying on Feedburner to create enclosures for Audioboo and iPadio posts and it was failing to do so. The new RSS feed has enclosures for all the content, a great improvement for listening in a podcatcher.

The other thing Posterous did for us was to give us an email address that anyone could send audio to and it would be pushed into the moderation queue to be published. This was the feature that got us started at SLFtalk. Posterous was really brilliant at handling spam, we never really saw much and, as far as I know, it never trapped any audio intended for the site.

There is a way to post to wordpress via email, but there is no spam filters so I don’t think that would work. What I’ve done instead, as a temporary measure is set up an email address audio@edutalk.info where folk can send audio, I’ll check it, convert audio to mp3(Again posterous was great at handling media), and post to the site. This will obviously be a wee bit slower that the old method.

Bonus Feature

As we are using FeedWordpress, we could incorporate other RSS feeds onto the site, this would allow folk to add audio from their own RSS feeds rather than just Audioboo and iPadio. I’d be delighted to hear from any one interested.

Technical Details

As I’ve poked around in the wordpress files to get the site going, I’ve done a wee bit of editing, I am going to blog about those soon, mostly for my own benefit.

An Open Invitation

As always, EDUtalk is open to contributions for anyone with anything to say about education. We are always delighted to get new contributions. We are also more than happy to help if you would like to get some audio onto the site. Please get in touch.

There is, of course, also an invitation to listen. There is some great podcasts on EDUtalk, the RSS feed is better making listening on mobile devices even easier.

Doug Belshaw shows his iPhone apps and asks: Which apps do you recommend? Why? I started a comment but it got a wee bit long.

Instacast 2.2.4.ipa

Instacast a podcatcher, I’ve not revisited apple’s podcast app, but instacast downloads on wifi, streams near the end of my data month, auto deleted old episodes with different settings per podcast.

FeeddlerproFeeddlerPro, RSS reader, uses google reader at the moment. pretty good rss reader with customisable sharing menu. I mostly read RSS on my iPad but use the iphone one in odd moments.

Cameraplus ex
Cameraplus

Camera+ is my favourite photo editor, I’ve far too many photo editors on my iPhone but I usually end up with Camera+ unless I am using a one trick pony like ShockMyPic.

Glen Luss
Fstream 1.0.7.ipa

FStream for listening to internet radio, mostly for checking Radio #EDUtalk and the odd listen to ds106rad.io

Googleplusa

Unlike Doug I do use Google+ found it good for keeping up with #etmooc, when I was keeping up. I hope it is useful for the Mozilla Webmakers – Google+ mooc.

Drafts 2.2.1.ipa

Drafts, is a great note taking app, lots of saving and exporting possibilities, twitter, dropbox and the like. Drafts can also use url actions to do lots of geeky stuff I’ve not really checked out so far.

Droptext 2.0.1.ipa

Droptext, a dead simple text editor for dropbox, I use this and drafts to save various text files to dropbox that trigger folder action AppleScripts on my mac. The most useful takes a url, finds any audio files linked on the webpage and adds them to a rss feed in dropbox. Instacast is subscribed to this feed. this allows me to listen to single episodes of podcasts without subscribing to the podcasts own feed. I use drafts for this too.

Scratch 1.2.1.ipa

Scratch another text editor, a wee bit like drafts, but the notes persist, so I use it for shopping lists, and taking notes at meetings if I only have my phone.

Wifi Photo 1.5.3.ipa

Wifi-photo transfer. there are a few of these apps tht let your phone act as a webserver for you photo library. Very handy for getting an image from the phone to one or more desktops.

Trails 5.4.ipa

Trails, produces lovely gps trails, shows you where you are. I love trails

.

Apple maps I’ve been finding is not as bad as it is painted. I usually use the free UK and ROI satnave app but maps is handy as it connect to your Contacts app. Unlike Doug I use the contacts: having the 120 or so schools I deal with in there, including details like addresses, head teacher’s names, IP addresses and clues to wifi passwords.

Other apps in daily or regular use include: clock (for cooking), FirstClass (work email), weather, mail, safari, google maps, dropbox, 1 password, twitter, tumblr, instagram and cinemagram.

Apps I use less regularly, iMovie, sonicpics, audioboo, flixel, skitch, icab mobile, wordpress, a bunch of todo apps(I’ve never managed to get this organised but am always trying), chrome, thetrainline, lots of photo apps and recording apps.

I note that I use a quite different set of apps on the ipad, a lot more typing and creating there.

The icons in this post were grabbed via appleScript from my mac’s mobile apps folder, and quickly resized, I blogged about this: iOS Icon Extraction

And I took a quick trip through my screens and posted on flickr: iPhone Apps – a set on Flickr