IndieWebCamp Austin set for December

Minor update to Micro.blog for iOS is now available in the App Store. Fixes posting via the Micropub API, plus a couple more iPhone X tweaks.

Not going to today's HWC San Francisco

Had a great time at Refresh Austin tonight. Good to hear what other people are up to, and share a little about what’s going on with Micro.blog and the upcoming IndieWebCamp Austin.

Great to see new apps for posting to Micro.blog and IndieWeb-enabled sites. Here’s some info for the Indigenous iOS app beta.

Post Pinging and Webmentions at Midlands Maidens Nottingham Escorts

Okay, this is somewhat odd …it looked like I was getting spam webmentions from an escort agency to an old post of mine. It turns out that technically it’s not spam—they’re genuinely linking to my post from this post on their blog which is actually about webmentions.

And that, your honour, is how this site ended up in my browser history.

#webmention #indieweb #pinging #comments #spam #sexworkers

Episode 10: Microsub for Readers

Bridgy Fed

Bumper Homebrew Website Club London tonight. Thanks everyone for coming 🙌

Episode 7: Making Micropub More Useful

Thinking about bookmarks and likes on the IndieWeb

HWC Frederick Oct 04 2017 Wrap-Up

Frederick’s October 2017 meetup for Homebrew Website Club met at the Urbana Regional Library on October 4th. Below are notes from the “broadcast” portion of the meetup.

readability

Twitter I fixed it for you

The “indie” fallacy

Checking Indieweb Code

Adding Micropub to your IRC bot

#indieweb #howto #irc #micropub

Jeena, 7 months ago2017-08-15 07:07:51 (4) A couple of interesting articles on the IndieWeb right now: Reflections on Two Years of #Indieweb - Alex Kearney - https://kongaloosh.com/e/2017/6/22/hello-world Not giving up on IndieWeb - Jeremy Cherfas - https://www.jeremycherfas.net/blog/not-giving-up-on-indieweb The confusion about the indieweb - Colin Walker - https://colinwalker.blog/2017/06/22/the-confusion-about-the-indieweb/ Re: Making the IndieWeb easier for Generation 2 users - John Johnston - http://johnjohnston.info/blog/re-chris-aldrich-on-making-the-indieweb-easier-for-generation-2-users/ --

Queue for Kirby

Placeholder Images

The size of my images changes fluidly with my responsive layout. Since the browser does not know their heights a priori, the space collapses while the images are still loading. Once the images load the entire page reflows and the rest of the content jumps around to make space for them. It would be much better if the space for the images was reserved from the start and, as a bonus, if some lower resolution version of the images displayed, while the images load. Here is how I do it.
#web #html #css #python #indieweb