Listened Lurgan Schools: The Differences We Share from huffduffer.com
For the latter part of the 20th century, Northern Ireland, officially part of the United Kingdom but sharing an island with the Republic of Ireland, saw violence between the nationalists (mostly Roman Catholic background) and unionists (mostly Protestant background). The Good Friday Agreement of 199...

I listened to the huffduffed version of the youtube: Lurgan Schools: The Differences We Share. I do hope that politicians watch this.

Replied to re: document.designMode by Aaron DavisAaron Davis (collect.readwriterespond.com)
document.designMode is another useful tool when teaching the web and manipulation of content.

Hi Aaron,

Thanks for this, a useful replacement for Mozzila’s x-ray for learning, teaching and playing with the web.

I wondered about using this on iOS and found I could make the simplest of shortcuts.

document.designMode='on';

completion();

I’ve not used a shortcut for running JavaScript in mobile Safari before so useful to learn about completion()