events/2025-05-20-front-end-study-hall

From IndieWeb

Front End Study Hall #028 was an IndieWeb meetup on Zoom held on 2025-05-20.

Front End Study Hall #028

May 20, 2025

Participants

The To Study List is long!

Joe's Zoom Background

  • Folksonomy - tagging and tag views on twitter is how gRegor Morrill connected with Joe Crawford on Twitter
  • James found the IndieWeb via Chris Aldrich using hashtags on Twitter.
  • Link tags connect to things like stylesheets but are invisible to the user
    • James: I love stylesheets :D
  • Link tags have the capacity to denote a "next" or "prev" or "index" to create relationships between pages in a set, much of that is unimplemented in browsers
  • I want my orange browser-based RSS button back. AMEN!
  • At one time RSS / Atom icons were built into browsers to display that icon and make it clickable via autodiscovery

Burning Questions 1

  • From Jo Editing things on a canvas?
  • Form data is edited on an image
  • given a document with no server, and only client-side code, can a section of page or a canvas element update in real time?
  • yes, with event handlers to listen to form elements, and then update the target section:

Burning Questions 2: Performance on iOS

  • JavaScript animation which updates based on user input on a slider range element has terrible performance
  • Performance transform with keyframes
  • iOS 15 is slow, visual display janky

Answer

  • debounce!
    • a function that runs too frequently can be the cause of performance issues of this
    • Debounce on MDN
    • Some check to assure that if the function is running not to start another
    • time based programming with setTimeout or setInteval can be useful - to create an event loop that will do an action under certain conditions

Joe's Green Lined Paper Demo


Try


Catch

  • Awesome RSS toolbar icon he uses remains compelling and a demonstration of the utility of making link rels visible!
    • First spotted by the crew of Fresh #022
    • RSS and Atom don't get enough love from browsers


Finally

  • GO MAKE A WEB PAGE

Last Word


Front End Study Hall (FrESH)
Find upcoming Front End Study Hall Events on events.indieweb.org/tag/frontend
2025 01-0201-1601-3002-1302-2503-1103-2704-0804-24
2024 04-2405-0705-2306-0606-1807-0207-1608-0108-2709-1209-2610-1010-2411-0711-2112-0512-17