INTERTEXTrEVOLUTION

Make.Hack.Play.Learn

Greg McVerry / Writing & conversations

Post archive

Browse the things I’ve written, shared and replied to.

Subscribe via RSS ↗

Browse by date

All dates
December 2018
MonTueWedThuFriSatSun
17216
3741955612711815934
1013112312281348145215191619
17151871192520322192292313
24192552615272288292301
3113

6 posts have no recorded date and appear under “All dates.”

December 25, 2018

5 posts

Greg McVerry

Flow: The Psychology of Optimal Experience

Starting this book and thinking about the web and Flow...funny when I designed https://edu522.networkedlearningcollaborative I was unfamiliar with this work but that is what I wanted to go with when using "Flow" But I also meant it etymologically in the hiphop sense of someone's flow. Cool it works both ways to mean same thing.

Greg McVerry

How to Add Read Post Types to Known

Got up a few hours early this Christmas to buil a plugin for Read Posts plugin for Known. Here is a example post: https://quickthoughts.jgregorymcverry.com/2018/12/25/flow-the-psychology-of-optimal-experience-1 Here is the repo if you want to add the plugin to your Known site: https://github.com/jgmac1106/Known-Read To add to your site simply clone this repo

Greg McVerry

Trying to write redirects in htaccess...any ideas

So I need https://jgregorymcverry.com/how-to-add-read-post-types-to-known/ to go https://archive.jgregorymcverry.com/how-to-add-read-post-types-to-known/ the text string as url title is making the creation of redirects difficult how ever the backwards slash at the end gives me hope as webpages on my new site still end in .html. I tried this: RewriteEngine On

Greg McVerry