[tantek]alright indie event add to calendar folks, I am learning how to make an Add to Google Calendar link, and in the process of learning, documenting it as a "how to" (haven't actually tried to do this yet). In progress in the Brainstorming section here if you would like to review: https://indieweb.org/Add_to_Calendar#How_to_make_Add_to_gCal
[tantek]next step is for me to try following my own documented steps (manually first, then writing code to do it) to verify it works with an actual event
jackyI'm thinking about pointing to a place on my site that works as a stand-in for the intent page for twitter (in case they want to like it from AP or something)
@tw2113↩️ Achoosneezed was me. I have multiple accounts. I do see that you have webmentions active and installed which is awesome :D Not seeing much indication of say "Post Kinds" yet, but i may be wrong. Other parts may be active yet. (twitter.com/_/status/1167624333080109056)
@tw2113↩️ I'm still learning as well, it's all a work in progress. I know I subscribed to your RSS feed earlier this week, ;). I was using my 5FTF time to contribute to the WebMentions plugin, though no major features yet. (twitter.com/_/status/1167625423557136390)
@tw2113↩️ as power to the 5FTF contribution day idea...I found out that that site of mine was actually blocking successful webmentions because of spam blocking. It's been resolved now, or at least I hope :D (twitter.com/_/status/1167633072898150402)
@tw2113throwing this out there for pointers to existing browser addons or for ideas for a potential browser addon: Firefox addon that detects if a website has #webmentions support available. Sure, Chrome can come along too, but I am looking for Firefox. (twitter.com/_/status/1167665525557776384)
[frank]I try to get the Micropub plugin from [pfefferle] working on my Tiny Tiny RSS instance. When I use my demo-site (WordPress driven) and use the author-URL from it (https://frankmeeuwsen.xyz/author/frankmeeuwsen/) as an identity I first get a message the state parameter is missing. I added it to the URL and I get to the authorization window of WordPress. When I click authorize I get an error _"me" parameter missing_. I add this as well to the
[fluffy]okay so for some reason your indieauth authorization endpoint isn’t providing the full callback URL, but it looks like the tt-rss callback itself expects to have a bunch of other query args in the URL and I’m not sure if that’s even valid
[fluffy]so this is a bug in the tt-rss plugin, and I’m guessing it was tested against an indieauth endpoint that doesn’t require a state for some reason
[fluffy]personally I find having a state makes it a lot easier to handle some of the fiddly bits with the transaction in the first place, so the fact tt-rss isn’t setting one is a bit weird to me.
KartikPrabhu, jeremych_ and leg joined the channel
jeremycherfasDoes anything have a screen 800 x 600 these days? Going crazy trying to do a responsive layout that treats it different from 768 wide and 1024 wide.
jeremycherfasI haven't started on the final typography yet, so will need to see how readable it is in rality. But easy enough to change now that I have made that decision.
jeremycherfasAnd honestly, I think Safari's responsive is better than both of those. Or rather, I haven't found anything in which FF is definitely better.
[frank]Sorry, I read too fast. It depends which you prefer to work. For a previous site I worked on, visits were mainly mobile. So we started with mobile sizes & decisions and worked our way up. From bigger tablets on and up everything stayed the same.
sknebeljamietanna[m]: haven't looked at the markup, but it is a property on the top level element, not on an hcard, so there's clearly something wrong there
jeremycherfasThanks [frank] This is for my personal site, and to be honest I'm not that bothered about stats for types of browser (although I could easily look). My main goal is to simplify a Grav theme and make it IndieWeb mf2 compatible.
jeremycherfasNot as easy as I thought. I have stats for operating system. Unknown is top, then Mackintosh, then Unix. If unknown includes iOS then I may need to rethink.
@ThisDaveHillI'd like to get started on adding Webmentions to the version of my website that I was recently working on, but at the moment I can't be bothered. Interest is slowly returning though. (twitter.com/_/status/1167868446526193664)
[fluffy]I generally treat 800px as the threshold for “desktop” vs “mobile” layouts. Of course it varies based on how exactly the “desktop” layout looks. I also tend to design my sites such that it doesn’t matter much.
[fluffy]Probably my fanciest responsive layout is the main page for beesbuzz.biz and also the responsive layout for my soon-to-be-former day job website at Mullinslab.microbiol.washington.edu
[grantcodes]If you want really perfect responsive design you shouldn't really pay attention to the specific numbers. Just expand / shrink tubing your viewport until it doesn't feel right and then change that section. Not the entire site needs to change at a single breakpoint
[fluffy]yeah like, 800 is just my usual starting point. Usually if I care deeply about it I’ll go into the Safari responsive mode and see where the transition point makes the most sense.
[grantcodes]Relative units in media queries don't change if you pinch zoom, but if the user has a different default zoom set for accessibility / readability reasons or zoom on desktop I think.