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.
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
Most academic templates seem to ignore the tag in works cited oage but include a ton of schema stuff. When people do use the tag maybe not as intended in academic settings they use is for citations mainly sometimes in blockqoute and inline. just as common
Okay I saw @eddie got a Switch. Did Santa bring "anyone else's kid" a Switch too? Up for Splatoon and MarioKart adventures? No Super Smash Bros yet #mb
Articles like this make me mad we warned schools and govs for a decade that this would happen if we did not address online literacy https://www.wired.com/story/2018-was-a-rough-year-for-truth-online/ Articles like this make me happy. Maybe folks wake up to the cause. It all comes down to perspective
@fourtonfish @jensimmons can you use css animation timers on this size of a grid container? Thinking I can could make some cool stuff using media queries and a grid container that shrinks and grows using a timer.
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
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
Splatoon and Mariokart are my jam. Nintendo screwed up my online account and didn't make the family plan. Can only use my son's till they fix...Been a few months
Please note this is only for a use case similar to mine: Archive your current site to a subdomain and put a new site on the domain. The rules will be different based on your goals..
@jgarber I also know many people use when citing images. I see this in the wild a lot on newspapers and when people cite creative commons image (default plugin settings). Though I assume many have no idea this functions as and just want small text.