Earlier quoted context omitted.
Firefox (Nightly) on Android: tabs don't work: when clicking on a tab, the URL changes, there's a slight jump in content, but the new tab is not selected. Hope this helps
The tabs on the home page aren't wired up because doing so requires JavaScript > Tabs should be managed by adding custom javascript code. All you need is to add the [aria-selected=true] attribute to the active tab.
98.css
131–140 of 141 posts
Re: 98.css
#132Earlier quoted context omitted.
I think the button shouldn't appear if the user doesn't have the access to do it (eg. not an admin, has view rights only, etc). However, if the user can and they expect to do it, but is in a mode/state which doesn't allow them to do it, greyed out buttons absolutely. In some cases, greyed out buttons should be clickable (eg. forms) and that should tell the user what is wrong. Looking at you, billion dollar airline, w…
> Also, what happened to hover messages and little (?) marks? Every software behaves like it expects me to know what to do from Day 1. I truly hate fast-food kiosks for this reason: most expect me to be familiar with their offerings and the menu system of that kios. I relatively rarely visit such places and I was better off with a human asking me 1-3 short questions and paying. I'm not paid to know this shit, I'm the…
Re: 98.css
#133Earlier quoted context omitted.
I think the button shouldn't appear if the user doesn't have the access to do it (eg. not an admin, has view rights only, etc). However, if the user can and they expect to do it, but is in a mode/state which doesn't allow them to do it, greyed out buttons absolutely. In some cases, greyed out buttons should be clickable (eg. forms) and that should tell the user what is wrong. Looking at you, billion dollar airline, w…
I agree for admin stuff, but certain lack of permissions hiding stuff is annoying. It's nice for things to be disabled and have a hover text explaining why it's disabled. Also, yes, (?) and hover text in general is severely underused in popular software. I wish every button or menu option that has a shortcut would show me its shortcut on hover or in-place so I didn't have to find it in the manual or buried in the set…
Re: 98.css
#134Author here! This was my burnout recovery project and holds a place near and dear to my heart. https://notes.jordanscales.com/98-css-reflections
Thanks for creating this, it fit perfect for a tiny web site I made[0]. Hits just the right mix of usability and nostalgia and makes me want to use it for more projects. [0]: https://www.mathsheets.net/
Re: 98.css
#135Re: 98.css
#136Re: 98.css
#137Re: 98.css
#138Author here! This was my burnout recovery project and holds a place near and dear to my heart. https://notes.jordanscales.com/98-css-reflections
As my GUI look of choice, I’d be between IRIX and OpenWindows. Motif always looked a bit unfinished and CDE was a child of its time - who sets up printers?
Re: 98.css
#139Author here! This was my burnout recovery project and holds a place near and dear to my heart. https://notes.jordanscales.com/98-css-reflections
Thank you so much for your project! I have spent the last few months working on my own retro computing CSS library, but instead inspired by BeOS https://beta.mtechnic.me PS: while doing research on my project, I found your portfolio site as well. Was shocked to see we had the exact same taste in music, and genuinely made me curious if everyone whose doing retro throwbacks libraries did as well.
Re: 98.css
#140Author here! This was my burnout recovery project and holds a place near and dear to my heart. https://notes.jordanscales.com/98-css-reflections
I used 98.css as starting point for the Winamp theme in https://chiptune.app . It was very easy to modify and extend, thanks!