Bookmarked Are tiny conferences and meetups better than big ones? (Doug Belshaw's Thought Shrapnel)
Over a decade ago, a few Scottish educators got together in a pub for a meetup. This spawned something that is still going to this day: the TeachMeet. I’ve been to a fair few in my time and, particularly in the early days, found them the perfect mix of camaraderie and professional learning.

Doug quotes How to Host or Attend a “Tiny” Conference

eight pointers for running a successful ‘Tiny Conf’:

  1. Keep it ‘tiny’
  2. Make it application and invite-only

I think I agree totally about the value of small. Not so sure about invite-only might miss some serendipity…

There have only been a few TeachMeets in scotland recently, I wonder if it is worth keeping TeachMeet.scot going?

Bookmarked Flippity – heck this could be useful! by Alan Stewart (Alan Stewart's AT Blog)
In its own words flippity allows you to: Easily turn a Google™ Spreadsheet into a Set of Online Flashcards and Other Cool Stuffv

I saw this on Alan Stewart’s blog. It looks really useful. I did something similar when I made a Fridge for poetry. This allows you to customise the images & word list via a google spreadsheet. Not as professional looking as Flippity…

Could be useful for Glow users given Glow now gives access to Google for some LAs (Not mine Alas).

I wonder if something similar could be done with Excel in O365? It doesn’t appear to be as easy to connect from webpages as a google sheet?

Bookmarked How to Let Visitors Search All Your Blogs on Micro.blog (and elsewhere) by Brad Enslen Micro Blog (rantinggit.com)
I just added an Advanced Search to my Micro.blog hosted blog. I have 2 domains for two blogs one on Wordpress and one on Micro.blog. I found Duckduckgo Search Box creator would let me do a site search of several domains at one time. I created a search box for both domains. 2. I created a new Page...

WordPress 5.0 could be as soon as August with hundreds of thousands of sites using Gutenberg before release.

Source: Update on Gutenberg — WordPress

Although GlowBlogs will not be getting this until later in the year and after much testing I am still watching and occasionally testing Gutenberg.

From a selfish POV (my class uses iPads) I am still seeing some of the same issue on iPad as I mentioned before: Gutenberg on iPad. A lot better now, but the active text still goes behind the keyboard on occasion. I hope to do a bit more testing over the summer break.

Microsoft acquires Flipgrid, makes it free for education.

I’ve not used Flipgrid, it might be a struggle with our bandwidth, but it looks interesting. A bit late for this term, but I might look at it next session.

Given you can sign on with an O365 account I wonder if this will be considered part of Glow? You can sign-on with a google account too.

Flipgrid is where your students go to share ideas and learn together. It’s where students amplify and feel amplified. It’s video the way students use video. Short. Authentic. And fun!

from: Flipgrid – Video for student engagement and formative assessment

Bookmarked Hidden in the Code by Aaron (Read Write Respond)
This is a collection of code that I often turn to when working with WordPress Every time that I feel comfortable with my level of knowledge associated with WordPress, there is a problem that leads me to discover a particular attribute that I don’t know how I lived without. This time it is the code...

Not sure how I missed this. Some useful stuff for indieweb in WordPress. More links and rabbit holes in the comments too. Bookmarked for the summer holidays.

Comment

Although the appropriate microformats are usually built into the Webmentions plugin. The plugin for theaded comments can be a bit more tempremental. Chris Aldrich recommends manually adding the reply class and URL just to make sure:


 <a class="u-in-reply-to" href="http://www.example.com"></a>

I have come to do this out of habit for replies now.

Among other interesting snippets.