robotalien

@robotalien@mastodon.social

This profile is from a federated server and may be incomplete. Browse more on the original instance.

drahardja, to javascript
@drahardja@sfba.social avatar
robotalien,

@drahardja 0 == "\t"? what... opens console... WHAT.

I'm never doing 0 == anything in my life.

robotalien, to php

What IS this??? A colon? In my ???

robotalien, to php

has yield??? What the... I'm truly living in the future!

alda, (edited ) to wordpress
@alda@topspicy.social avatar

My work on the Gutenberg editor back in 2018, which was essentially to replace the date picker with a different component and then tweaking some accessibility related things clocked in at 111 hours.

It could have been a day's work in an optimal environment.

This mainly had to do with waiting for feedback and dealing with management and leadership issues.

The date picker was then replaced a couple of years later with a different component.

robotalien,

@alda that's unfortunate. :(

robotalien, to CSS

Looking at some designs of old websites, I'm impressed by how much difference texture can make. I've been putting gradients on everything because lets me, and I can also make triangle and simple shapes, but I can't create, for example, polka dots or carpet patterns in pure CSS. I'm struggling to make actual image files to use in my . So far I made a 4x4 dot pattern and I think it made a previously pure white background much better.

image/png
image/png

css, to CSS
@css@front-end.social avatar

💡 CSS Tip!

Use Modern CSS to write Better CSS!

A lot of new features can help you optimize your code and reduce redundancy.
✅ CSS Nesting
✅ CSS Variables
✅ Media Query range features

Example of Old code: https://codepen.io/t_afif/pen/NWmopYY that you can transform into a Modern code: https://codepen.io/t_afif/pen/mdgvWPP

Online version: https://css-tip.com/better-modern-css/

#CSS #HTML

Overview of the CSS from the second linked demo

robotalien,

@css #CSS nesting is literally a working draft currently. Just use #SASS. Actually just use BEM.

robotalien,

@css Dec 2023 is 4 months ago.

metin, to 3dmodeling
@metin@graphics.social avatar

Time for a new hard-surface modeling project, using the trusty MagicaCSG 3D editor: a submarine.

As usual, I'll keep you posted of the progress.

#HardSurface #modeling #3DModeling #design #artwork #sculpture #illustration #illustrator #art #arte #artist #DigitalArt #ArtMatters #GraphicDesign #3D #MagicaCSG #CreativeToots #FediArt #MastoArt #ArtistsOnMastodon

robotalien,

@metin that looks cute.

aral, to random
@aral@mastodon.ar.al avatar

GPL is only “viral” if you think freedom is a disease.

robotalien,

@aral I think they are altruistic licenses. You give without expecting anything in return.

robotalien,

@aral But I'm not a commons-nist. If someone can create a business on top of free code, they probably have something of value to offer. I don't believe restrictive licenses incentive contributions at all. I think they just stop people who would profit from freely available code from starting their enterprises. I don't see this as a net plus as projects that could have been made weren't due to GPL's ideology.

alda, to php
@alda@topspicy.social avatar
robotalien,

@alda I'm not saying wordpress is good, but I thought it was a blogging platform, why are people using it as an e-commerce platform?

robotalien,

@alda so, does it work well as an e-commerce platform...? I haven't been using Wordpress since 2012 so I'm not sure about what has been determined about this.

robotalien, to wordpress

deserves an award for the sheer hackiness of this

robotalien, to wordpress

:first-child:first-child ??? Does know something I don't?

robotalien, to wordpress

who writes like this?

robotalien,

@iamdtms this is part of the CSS code Wordpress includes by default (the 'global-styles' stylesheet). I'm just going crazy all these unnecessary body selectors.

robotalien, to wordpress


I have a cache plugin but it sends Cache-Control: no-cache, must-revalidate, max-age=0, no-store, private. What a scam.

shalien, to lemmy French
@shalien@projetretro.io avatar

is the proof that alone isn't enough to create a good working software

robotalien,

@shalien afaik all the problems with are problems with the . It would have worked just fine if it was an unfederated open source reddit clone.

siblingpastry, to accessibility
@siblingpastry@mastodon.world avatar

How can drag and drop be made accessible to assistive technologies?

I'll be exploring concepts and solutions over a three-day series of articles, beginning with a fundamental question -- What actually is drag and drop?

https://www.tpgi.com/the-road-to-accessible-drag-and-drop-part-1/

robotalien,

@siblingpastry Ctrl+C, Ctrl+V?

robotalien, to til

: order doesn't reorder elements for screen readers because some of them don't even load CSS. This is some bullshit, to be honest. There's seems to be no way to make float: right; work with a floated element that's supposed to come after the main body logically. If this can't be fixed with then CSS should at least let me float into the previous element instead of into the next.

https://stackoverflow.com/questions/49032790/flex-order-property-screen-readers-and-accessibility

robotalien, to random

@po3mah logged in to see this. Just wanted to say you got me, Mr. "Tomi the Slav and 1024 others." 😛

stvfrnzl, to webdev
@stvfrnzl@mastodon.online avatar

"Recently I decided to stop using the word semantics. Instead I talk about the UX of HTML. And all of a sudden my students are not allergic to HTML anymore but really interested. Instead of explaining the meaning of a certain element, I show them what it does."

https://www.htmhell.dev/adventcalendar/2023/1/

The first door of the calendar has been opened and @vasilis approach really resonates with me. I'm a visual learner, and I also like to do stuff instead of reading about it.

robotalien,

@stvfrnzl @vasilis it's been my view that "semantic HTML" is promoted by people who have no idea what semantics mean. Tech is built on APIs, on agreed interfaces and protocols. Semantic HTML proposes a standard without use case. Nobody can tell me who is writing code that searches for <article> tags on a page and does something with it, or <hgroup>, <small>, etc. The only use case so far has been merely an aria-label shortcut.

davidbisset, to php
@davidbisset@phpc.social avatar

Thought by 2023 I'd be forced away from foundations of HTML (and ).

A partial list of "hot and need to learn to survive" things over the past 20 years that didn't derail me:

  • Flash/ActionScript
  • ColdFusion
  • Ruby on Rails
  • (Countless JS "frameworks" that mostly don't exist today)
  • Go
  • JAMSTACK
  • React
  • AMP
  • "Web3"
  • Crypto

Some of these were/are useful. Some I learned... but still coding on same foundation I started 2 decades ago BLOWS MY MIND!

robotalien,

@davidbisset imo this was a huge mistake. HTML/CSS/JS have vastly overgrown what they were designed to do. We should have a separate technology that ran in the browser, a web 3.0, with a web3:// protocol or something like that instead of http, and ditched HTML/CSS/JS. When you look hard at it, HTML is designed for a single self-contained document like a PDF. HTML never supported even the idea of a "website" from 20 years ago. The reactive monstrosities we have today are wholly incompatible.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • Leos
  • everett
  • magazineikmin
  • thenastyranch
  • Youngstown
  • vwfavf
  • rosin
  • slotface
  • khanakhh
  • InstantRegret
  • PowerRangers
  • kavyap
  • tsrsr
  • DreamBathrooms
  • normalnudes
  • mdbf
  • hgfsjryuu7
  • tacticalgear
  • ethstaker
  • osvaldo12
  • ngwrru68w68
  • GTA5RPClips
  • Durango
  • modclub
  • cisconetworking
  • cubers
  • tester
  • anitta
  • All magazines