Viewing profile — enyo
enyo
HN member- Joined
- Wed, Feb 20, 2013, 3:25 PM UTC
- HN karma
- 559
- Public activity
- 53 items
- HN profile
- View on Hacker News ↗
About enyo
Recent public activity
-
comment
Comment #41742157
A short introduction to Swift for web developers. It's not meant to be a learning resource, but highlights some of Swift's features and language decisions that are interesting comi…
- story
-
story
Show HN: Easy Color Palettes Generator for UI Design
Many UI tools and libraries offer gradient palettes for selecting shades to build UI interfaces. However, incorporating specific colors into these gradients can be challenging. To …
-
comment
Comment #35959297
Learn how you can reap the benefits of TypeScript and still write plain JavaScript.
- story
-
comment
Comment #35948701
A short introduction on how to use JSDoc to type your JavaScript, and when it’s useful to use it instead of TypeScript.
- story
-
comment
Comment #34556142
Thanks! Could you please tell me if this is still happening (make sure to reload first) and if so, would you mind sending me the email address you used for signup to support@pausly…
-
comment
Comment #34549823
You didn't actually say anything other than that it's bad and not to use on production. Care to elaborate?
-
comment
Comment #34547965
The use of this symbol in the article is a placeholder. Obviously nobody would actually use this on their website...
-
comment
Comment #34547846
Unfortunately there are still plenty of issues with the details element, especially around accessibility. Read more here: https://cloudfour.com/thinks/a-details-element-as-a-burger…
-
comment
Comment #34547629
This would be way too frustrating to me :)
-
comment
Comment #34547594
Mh.. yes I agree. "Expand menu" and “Collapse menu" is probably a better wording.
-
comment
Comment #34547491
Oh you’re right, I forgot to add this in the article + codepen. (It’s how the button on the site itself is implemented and I forgot to integrate it)
-
comment
Comment #34547372
> "but it did not become 'de facto' on small screens decades ago” To me saying that something becomes something over a few decades doesn’t imply that it has been that way from the …
-
comment
Comment #34546889
I never said that it did.
-
comment
Comment #34546807
> Screen reader users do not need to open or close menus. Agreed, but you don’t want keyboard accessible menu items available for users that aren’t visually impaired. Offering a “s…
-
comment
Comment #34546635
That’s why the anchor gets the role=“button”. Unfortunately you can’t set the target of the page with a button (without JavaScript), that’s why an anchor link is used.
-
comment
Comment #34546535
The icon was designed and introduced in 1981. The popularity dramatically increased in the last decade due to smartphones that’s for sure. It’s used by Microsoft, Apple, Youtube...…
-
comment
Comment #34546315
Thanks for letting me know! Seems to happen because it’s not a high dpi screen. I’ll get on it.
-
comment
Comment #34546298
That is a terrible user experience for SSR though and will lead to a layout shift every time the page is loaded. I wouldn’t really call this a CSS “hack” either. There is a checkbo…
-
comment
Comment #34546047
Which image (and which browser)?
-
comment
Comment #34545944
Learn how to create an accessible hamburger button with pure HTML and CSS and why that is important.
- story
-
comment
Comment #32487310
Yup. Built with Svelte & Supabase.