Ask HN: What are weird and/or novel ways to do web UIs?
181–190 of 364 posts
Re: Ask HN: What are weird and/or novel ways to do web UIs?
#182Completely blew my mind! Probably not practical but really make me wonder if anything is possible with webassembly.
Re: Ask HN: What are weird and/or novel ways to do web UIs?
#183Re: Ask HN: What are weird and/or novel ways to do web UIs?
#184Re: Ask HN: What are weird and/or novel ways to do web UIs?
#185Any examples of websites with ZUIs? Looks interesting!
I use it almost every day.
Re: Ask HN: What are weird and/or novel ways to do web UIs?
#186Earlier quoted context omitted.
Try build a complex website with complex journeys and a component architecture and you'll be begging for React. It's probably because you haven't seen the light. I'd never ever go back to using jQuery unless it was for a basic marketing site - even then I'd probably think of using Vue if anything got more complex than a carousel on the page.
Keep the majority of the rendering server side and it isn't a problem at all. Jquery for some UI enhancement.
Re: Ask HN: What are weird and/or novel ways to do web UIs?
#187[1] https://ux.stackexchange.com/questions/11229/is-this-rotatin...
Re: Ask HN: What are weird and/or novel ways to do web UIs?
#188I once worked at Chase Manhattan Bank and one of their internal networking teams had a web site for wiring requests. They didn’t want to work too hard so their UI was designed to make data entry as slow as possible, mostly by using huge multi-level drop down lists where the slightest twitch would make them collapse and you would have to start over navigating through them, repeat a dozen times for every run of cable,…
Re: Ask HN: What are weird and/or novel ways to do web UIs?
#189Re: Ask HN: What are weird and/or novel ways to do web UIs?
#190Django and SQLite for the backend and jQuery for the front end. And a $5 a month server from pythonanywhere.com. Also using a splash page from glitch.com using static html.
Out of interest did you ever have any problems with multiple users using SQllite? Its the common advice that it doesn't work well for multiuser scenarios but I am curious if it is actually a problem for small scale sites.
Most sites I manage usually only got ~10x increased traffic during their peak hour compared to their least busy hour.