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 26, 2018

15 posts

Greg McVerry

So I wrote up my struggles, code, and goals into a blog post and dumped it into #IndieWeb dev chat https://chat.indieweb.org/dev/2018-12-25 and got ht

In reply to quickthoughts.jgregorymcverry.com ↗

So I wrote up my struggles, code, and goals into a blog post and dumped it into #IndieWeb dev chat https://chat.indieweb.org/dev/2018-12-25 and got https://chat.indieweb.org/dev/2018-12-26 for help. Admittedly I got the site working without fully understanding but shows how important networks are in terms of learning.

Greg McVerry

Today's #newwwyear challenge update a major milestone as the redirects to the archived blog NOWwork. I struggled to get redirects working: https://qui

Today's #newwwyear challenge update a major milestone as the redirects to the archived blog NOWwork. I struggled to get redirects working: https://quickthoughts.jgregorymcverry.com/2018/12/25/trying-to-write-redirects-in-htaccessany-ideas Searching and searching, reading and clicking randomly swapping variables...nothing

Greg McVerry

Correct syntax for archive

In reply to . The type of redirect you write is dependant on both yoru goals and your url structures. I set my site to redirect whenever a file is not found on my website: RewriteEngine On RewriteCond %{HTTP_HOST} ^jgregorymcverry.com$ [NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ https://archive.jgregorymcve

Greg McVerry

Did a scan of academic folks I know who publish papers on their websites and most seem to wrap entire academic citations in ..which makes sense logica

In reply to quickthoughts.jgregorymcverry.com ↗

Did a scan of academic folks I know who publish papers on their websites and most seem to wrap entire academic citations in ..which makes sense logically as each citation as start and a stop. Has to be someone parsing citations somewhere in digital humanities..or failing

Greg McVerry

KQED

https://www.kqed.org/mindshift/52762/how-writing-down-what-youre-thankful-for-can-be-good-for-mental-and-physical-health

Greg McVerry