54°F

Aaron Parecki

  • Articles
  • Notes
  • Photos

#HTML

  • Cally: small, feature-rich calendar components (wicky.nillia.ms)
    Wed, May 22, 2024 7:09am -07:00 #calendar #html
  • HTML Web Components - Jim Nielsen’s Blog (blog.jim-nielsen.com)
    Thu, Feb 22, 2024 10:46am -08:00 #html #webcomponent
  • Those HTML Attributes You Never Use — Smashing Magazine (www.smashingmagazine.com)
    Sat, Mar 26, 2022 3:42pm +01:00 #html
  • Why do we have an IMG element? (www.diveintomark.link)
    Thu, Apr 29, 2021 12:21pm -07:00 #html #web #img #history
  • My stack will outlive yours (blog.steren.fr)
    Tue, Apr 13, 2021 5:44pm -07:00 #html #css #web
  • Tomek Sułkowski https://twitter.com/sulco
    #HTML/#UX tip for today:

    Setting `autocomplete="one-time-code"` will allow your user to fill the input field with the auth code they've just received - without the need to manually copy it from a message.
    Portland, Oregon • 48°F
    Mon, Oct 26, 2020 12:17pm +00:00 (liked on Tue, Oct 27, 2020 12:06pm -07:00) #HTML #UX
  • GitHub - emilwallner/Screenshot-to-code: A neural network that transforms a design mock-up into a static website. (github.com)
    Thu, Oct 22, 2020 9:31pm -07:00 #css #html #design #ml
  • Jeremy Keith https://adactio.com/

    The failed promise of Web Components – Lea Verou

    September 24th, 2020

    A spot-on summary of where we’ve ended up with web components.

    Web Components had so much potential to empower HTML to do more, and make web development more accessible to non-programmers and easier for programmers.

    But then…

    Somewhere along the way, the space got flooded by JS frameworks aficionados, who revel in complex APIs, overengineered build processes and dependency graphs that look like the roots of a banyan tree.

    Alas, that’s true. Lea wonders how this can be fixed:

    I’m not sure if this is a design issue, or a documentation issue.

    I worry that is a cultural issue.

    Using a custom element from the directory often needs to be preceded by a ritual of npm flugelhorn, import clownshoes, build quux, all completely unapologetically because “here is my truckload of dependencies, yeah, what”.

    Portland, Oregon • 69°F
    Thu, Sep 24, 2020 6:32pm +00:00 (liked on Thu, Sep 24, 2020 3:33pm -07:00) #webcomponents #customproperties #javascript #html #markup #complexity #declarative #frontend #development #exclusion
  • Jeremy Keith https://adactio.com/

    A Modern CSS Reset - Andy Bell

    October 3rd, 2019

    Some very smart ideas in here for resetting default browser styles, like only resetting lists that have classes applied to them:

    ul[class],
    ol[class] {
      padding: 0;
    }
    

    I select only lists that do have a class attribute because if a plain ol’ <ul> or <ol> gets used, I want it to look like a list. A lot of resets, including my previous ones, aggressively remove that.

    United Flight 906 FRA to ORD • 54°F
    Thu, Oct 3, 2019 11:46am +00:00 (liked on Thu, Oct 3, 2019 2:01pm +01:00) #css #resets #normalise #browsers #defaults #styles #styling #classes #lists #html #elements #frontend #development
  • Amber Wilson https://twitter.com/ambrwlsn90
    I find it fascinating, and beautiful even, that no matter what tech stack/libraries we use, everyone's goal is creating markup - the thing that allows us to use the web. I'm always surprised how some don't care very much how markup is structured. #html #a11y #accessibilitymatters
    Portland, Oregon
    Sat, Aug 24, 2019 9:53am +00:00 (liked on Sat, Aug 24, 2019 7:32am -07:00) #html #a11y #accessibilitymatters
  • Writing HTML in HTML (john.ankarstrom.se)
    > But how can I then keep the style and layout of all my posts and pages in sync?
    > Simple: don’t! It’s more fun that way.
    Fri, Jun 21, 2019 10:20am +01:00 #indieweb #html
  • This page is a truly naked, brutalist html quine. (secretgeek.github.io)
    Sun, Jun 16, 2019 11:35am -07:00 #html #css #design #hack
  • Markdown.css - make HTML look like plain-text (mrcoles.com)
    Sun, Jun 16, 2019 11:33am -07:00 #markdown #css #html #design
  • AddyOsmani.com - Native image lazy-loading for the web! (addyosmani.com)
    Thu, May 30, 2019 10:01am -04:00 #html
  • HTML5 UP! Responsive HTML5 and CSS3 Site Templates (html5up.net)
    1 like
    Sat, Feb 23, 2019 9:47pm -06:00 #html #template #design #resources
  • The Cult of the Complex (alistapart.com)
    "Complexity is good for convincing people they could not possibly do your job. Simplicity is good for everything else."
    Sun, Jul 22, 2018 9:23am -07:00 #web #html #css
  • Adactio: Journal—Minimal viable service worker (adactio.com)
    Tue, Mar 6, 2018 8:08am -08:00 #serviceworker #html
  • When does white space matter in HTML? – Patrick Brosset (medium.com)
    • all spaces and tabs immediately before and after a line break are ignored
    • all tab characters are handled as space characters
    • line breaks are converted to spaces
    • sequences of spaces at the beginning and end of a line are removed
    1 like
    Sat, Mar 3, 2018 7:56am -08:00 #html #whitespace #microformats
  • Jeremy Keith https://adactio.com/

    On AMP for Email by Jason Rodriguez

    February 24th, 2018

    Philosophically, I’m completely against Google’s AMP project and AMP for Email, too. I will always side with the open web and the standards that power it, and AMP is actively working against both. I’m all-in on a faster web for everyone, but I just can’t get behind Google’s self-serving method for providing that faster web.

    Portland, Oregon • 41°F
    Sat, Feb 24, 2018 4:47pm +00:00 (liked on Sat, Feb 24, 2018 9:52am -08:00) #google #amp #email #proprietary #standards #format #gmail #html #frontend #development #monopoly
  • syndication formats - anil dash - archives (web.archive.org)
    > for something as simple as syndication and distribution, HTML already has an overwhelming advantage over any nascent formats

    > It would make subscribing to a site easier, since one wouldn't have to find the URL of the RSS feed. The URL of the weblog itself would be what you wanted. How nice.
    Mon, Nov 20, 2017 3:00pm -08:00 #rss #indieweb #html
older

Hi, I'm Aaron Parecki, Director of Identity Standards at Okta, and co-founder of IndieWebCamp. I maintain oauth.net, write and consult about OAuth, and participate in the OAuth Working Group at the IETF. I also help people learn about video production and livestreaming. (detailed bio)

I've been tracking my location since 2008 and I wrote 100 songs in 100 days. I've spoken at conferences around the world about owning your data, OAuth, quantified self, and explained why R is a vowel. Read more.

  • Director of Identity Standards at Okta
  • IndieWebCamp Founder
  • OAuth WG Editor
  • OpenID Board Member

  • 🎥 YouTube Tutorials and Reviews
  • 🏠 We're building a triplex!
  • ⭐️ Life Stack
  • ⚙️ Home Automation
  • All
  • Articles
  • Bookmarks
  • Notes
  • Photos
  • Replies
  • Reviews
  • Trips
  • Videos
  • Contact
© 1999-2025 by Aaron Parecki. Powered by p3k. This site supports Webmention.
Except where otherwise noted, text content on this site is licensed under a Creative Commons Attribution 3.0 License.
IndieWebCamp Microformats Webmention W3C HTML5 Creative Commons
WeChat ID
aaronpk_tv