buc.ci 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.

Admin email
abucci@bucci.onl
Admin account
@abucci@buc.ci

Search results for tag #html

AodeRelay boosted

[?]Terence Eden » 🌐
@Edent@mastodon.social

Anyone in organising an event for day in August?

2026.html.energy/

    AodeRelay boosted

    [?]Yora » 🌐
    @yora@mastodon.gamedev.place

    I am thinking about putting my researched list of 925 release dates for videogames from 1990 to 2004 on my Neocities site.
    Which means HTML and nothing else.

    What would be a sane method to turn a 1000 row spreadsheet into an HTML table? 🤔

      AodeRelay boosted

      [?]Kroc Camen » 🌐
      @Kroc@oldbytes.space

      Staring down the barrel of "nobody knows how to do anything without any more". All I want to do is make my readable in a web-browser. Do I have to make _everything_ myself!?

      No fancy UI-styling yet but there's nothing stopping me providing widgets for changing light/dark theme, colours, fonts, line-spacing -- you name it -- no JavaScript needed. Nothing to install, no Python script, no build system; it's just an + file. WHY IS THIS A LOST ART!??

      Alt...Video demonstrating how some simple HTML radio buttons can change the line-height (line-spacing) of a document without JavaScript.

      HTML code consisting of a fieldset and three radio-inputs that let the user select between three line-heights of 100%, 125%, & 200%

      Alt...HTML code consisting of a fieldset and three radio-inputs that let the user select between three line-heights of 100%, 125%, & 200%

      CSS code for changing the line-height of a `<main>` element based on the selection of a radio button.

      Alt...CSS code for changing the line-height of a `<main>` element based on the selection of a radio button.

        [?]DajeLinux :linux: :fedilug: » 🌐
        @dajelinux@mastodon.uno

        Per uno scambio più equo, vorrei portare qualche collezione nel profilo.
        Iniziamo da questa sull'IndieWeb, ossia coloro che portano avanti con passione blog e siti personali.
        Purtroppo non posso aggiungere tutti quelli che vorrei (alcune istanze non lo permettono), e come al solito mi dimenticherò di qualcuno.

        Aggiungo anche, andando a rinnovare un precedente post:
        @stefano
        @lorenzo
        @dado
        @denial403
        @giacomo

        @internet

        mastodon.uno/collections/11695

          AodeRelay boosted

          [?]Mark Wyner Won’t Comply :vm: » 🌐
          @markwyner@mas.to

          This is a great take from @jimniels on designing in the browser.

          I don’t know that I’ve ever once coded up one of my designs exactly as its source. Once that code hits, it’s always gonna influence what you do with it.

          He says “with an interface, you have to use it, feel it, interact with it, and poke at it.” 100%. And that’s the reason I believe every designer should code their own work. Once a design is in a browser, everything changes.

          blog.jim-nielsen.com/2026/code

            AodeRelay boosted

            [?]kaaswe » 🌐
            @kaaswe@swecyb.com

            You know email has over time with the use of mobile phones and later (yes I’m that old) smartphones become more and more … difficult.

            I mean traditionally you read them on your computer, then phone and now smartphones. And often it’s there you first read it, while in your couch, on a trip or just on the go.

            You do know that they still have pretty small (compared to a computer) screens?

            Certainly all people don’t know this, at least those who create contents and send them out, well that was no problem back in time when it was plain text.

            But somehow someone thought of wouldn’t it be nice to send mail in the forms of html instead of text ( the format mail upon time, was created for and ment to be)

            The problem is when you create html content on your 32” widescreen with fixed format and then try to read it on a 6” phone the lines don’t wrap.

            How fu*** stupid people has become today

            Why would that be better than plain text????????

            Whyyyy

              AodeRelay boosted

              [?]Hyde 📷 🖋 :debian: » 🌐
              @hyde@lazybear.social

              Today the rat met the bear

              073 with @ratfactor

              He shares his thoughts about , , , , and, .

              His is older than

              He also replied to @yannick's question.

              And, we got a recommendation for two .

              lazybea.rs/ovr-073

                [?]ARGVMI~1.PIF » 🌐
                @argv_minus_one@mastodon.sdf.org

                So, I'm writing a reporting system for my employer's app. It generates reports in , which the user can look at, print, and save. They look great—modern are quite good at .

                But it occurs to me that some users might want to send these reports as attachments to colleagues.

                To the people on Fedi: is that going to be a problem? Is it common for email servers to block HTML attachments? If so, what do you suggest I do to work around that?

                  AodeRelay boosted

                  [?]Dendrobatus Azureus » 🌐
                  @Dendrobatus_Azureus@mastodon.bsd.cafe

                  I was told about this blog site, a couple of weeks ago. There are interesting pages listed here

                  The subjects vary in the manner as seen in the first page (check the screencaps)

                  ## What I really like about this place, is that it loads blazingly fast

                  I also love the fact that you can use browsers in your,
                  * bash
                  * csh
                  * ksh
                  * zsh
                  * sh
                  * fish
                  * without any bloat just like browsing should be, everywhere

                  rldane.space/junited-2026.html

                  Thank you @rl_dane

                    AodeRelay boosted

                    [?]Amanda » 🌐
                    @pronounshe@lgbtqia.space

                    I really want to post the <header> .. </header> section I need to change in a bunch of files, but it'd play hell with screen readers.

                    Definitely a job for . A complicated job for sed. A lot of characters will need to be escaped.

                    Getting the escapes right will still be faster than changing each file manually.

                      AodeRelay boosted

                      [?]Amanda » 🌐
                      @pronounshe@lgbtqia.space

                      's syntax highlighting keeps crashing on <h2> and <h3> and it's pissing me right the fuck off!

                      I like xed. I like xed for everything *except* HTML! So goddamned frustrating.

                        AodeRelay boosted

                        [?]matthew - retroedge.tech » 🌐
                        @matthew@social.retroedge.tech

                        Good morning #Fediverse

                        Over the weekend, I did some document creation with HTML and CSS. I wanted a simple two column layout and some textual styles: colors, size, all-caps text transform for section headings.

                        At first, I was looking for a template. While there are a lot of templates available, I really didn't like the designs I saw.

                        So just started with a blank text file, saved as .html, and got to work.

                        It didn't take too long and I had exactly what I was going for.

                        Used the browser's "Print to PDF" feature and got the document I wanted.

                        #web #HTML #CSS

                          [?]Kroc Camen » 🌐
                          @Kroc@oldbytes.space

                          RE: oldbytes.space/@Kroc/116364804

                          No K8s, no Docker, no Node, no React, no , no AI — just 2KB of + and one image. How did we get so far from this when a webpage is 10MB and requires several gigs of dependencies to checkout locally now?

                            AodeRelay boosted

                            [?]rye » 🌐
                            @rmaloley@infosec.exchange

                            Is there really no better WYSIYG HTML editor in 2026 than the no-longer-maintained Bluegriffon?

                              1 ★ 0 ↺

                              [?]Anthony » 🌐
                              @abucci@buc.ci

                              I feel like folks were very excited about hypertext in the 80s till sometime recently, when it became plain that the primary function of a hypertext is to produce an unmanageable number of browser tabs that pull you away from wherever you started.

                              (this is only half tongue in cheek)