romanzolotarev.com is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Site description
/pub
Admin account
@hi@romanzolotarev.com

Search results for tag #webdev

occult boosted

[?]Tomáš » 🌐
@prahou@merveilles.town

Return of Girl

Celebrating a historical rework of analognowhere.com with not very many new features!

Read about it here: analognowhere.com/journal/retu

vintage-vintage techno-mage student

Alt...vintage-vintage techno-mage student

    [?]Joel :casio: :blobcatderpy: » 🌐
    @joel@fosstodon.org

    I added a couple of new things to my , an Upvote button inspired by @eclecticpassions and a "This week in other years" section featuring posts from years before made in the same calendar week (despite 500+ posts I still don't have enough for an "On This Day" kinda thing).

    I'll write a quick post about these later :P

    The upvote button

    Alt...The upvote button

    The week in other years section

    Alt...The week in other years section

      [?]Naty » 🌐
      @eclecticpassions@fosstodon.org

      New on ✍️

      ➡️ burgeonlab.com/blog/add-apprec

      Discovered a new tool called iine, that is privacy-first, super lightweight, with zero tracking. Also has a noscript version! Created by Óscar (github.com/welpo/).

      Wrote a quick guide on using it on my Hugo blog.

      iine.to

        4 ★ 1 ↺

        [?]roman » 🌐
        @hi@romanzolotarev.com

        another trick, if you want to visually shorten long links, but only when they are longer than its container width (at max-width)

        a {
        display: inline-block;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: bottom;
        }
        hello, pico-8-edu.com :)


          roman boosted

          [?]David Bisset » 🌐
          @davidbisset@phpc.social

          Modern code snippets, side by side with the old hacks they replace.

          modern-css.com/

          "Stop writing CSS like it's 2015."

            roman boosted

            [?]Cédric Belin » 🌐
            @cedx@mastodon.social

            What a strange time. I just read this sentence in an article about an HTTP client:

            "Lightweight : Just 157~ KB in size"

            Sorry but 157 KB is NOT lightweight. Especially for an alternative to "fetch".

            Lightweight: Just 157~ KB in size.

            Alt...Lightweight: Just 157~ KB in size.