I think briefly it was considered cutting edge to have your page content be delivered as an XML document, with an accompanying XSL or XSLT file to mechanically translate the XML into a full-fledged XHTML page suitable for rendering in a browser. I even saw it once on some public website, I think maybe for a Blizzard game? The content XML looked great; very intuitive. The XSLT stuff for translating into XHTML, well, n…
Ask HN: What are weird and/or novel ways to do web UIs?
291–300 of 364 posts
Re: Ask HN: What are weird and/or novel ways to do web UIs?
#292I 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,…
After a couple days it was assigned to an engineer for implementation and of course the first thing he did was unflatten it.
Re: Ask HN: What are weird and/or novel ways to do web UIs?
#293Earlier quoted context omitted.
Hosting a lambda based REST API is not "pennies a month" if your site gets any significant traffic at all.
Dimes a month, then? It's not a business-relevant amount of money, is the point.
Re: Ask HN: What are weird and/or novel ways to do web UIs?
#294it's just a proof of concept, but this web site discussed a few weeks ago absolutely blew my socks off: discussion: https://news.ycombinator.com/item?id=20929801 site: https://3dforreddit.com/r/pics From a comment: " How to use it Desktop: Click to start, WASD and mouse to move Mobile: Dragging on left half of screen is move, right have is look Append any subreddit to the url to switch subreddits " It should work in…
Crazy. I thought it was just 1 photo, then it turned into a gallery, then blew my mind when I saw I could see other viewers, then blew it again when I realized I could fly
Re: Ask HN: What are weird and/or novel ways to do web UIs?
#295https://www.kickscondor.com is really bizarre. Animated backgrounds, infinite scrolling, elements that are only partially visible until you mouseover them, and uses zooming interface for opening individual posts. Feels like a bastard child of GeoCities and modern web.
Careful: the further you dig, the weirder that site gets. Made by some guy (a "world famous artist") who uses the site as some weird recruitment tool for his cult. You could spend an entire day on that site and not see all of it.
Re: Ask HN: What are weird and/or novel ways to do web UIs?
#296Re: Ask HN: What are weird and/or novel ways to do web UIs?
#297The rotating cube interface [1], where each of six parts of a form is on a different face of a cube. [1] https://ux.stackexchange.com/questions/11229/is-this-rotatin...
Re: Ask HN: What are weird and/or novel ways to do web UIs?
#298Earlier quoted context omitted.
I bet your marketing manager will be pleased when her website gets de-ranked on Google because all the page rendering is done client side now.
Google's spider renders JavaScript now. https://developers.google.com/search/docs/guides/javascript-...
Re: Ask HN: What are weird and/or novel ways to do web UIs?
#299For little admin/monitoring ui for Linux servers this is crazy quick to build. Probably would not want such sites on the Internet. Pwnd instantly if you have shell shock
If you have a good set of cli admin tools #youmightnotneedphp :)
Re: Ask HN: What are weird and/or novel ways to do web UIs?
#300This is a bit of an odd answer, even in a question that expects odd answers. That is because it sounds so normal, yet I have Googled for it and almost no one advocates for it. They do maybe advocate for it in terms of design, but I mean in making actual static websites. Enter Google Slides: the product for your uncle Joe and aunt Lysa to create their own websites without knowing how to code! I even have an example we…
Wow, this idea brings me back to one of the moments that first inspired me to start down the path of web development. In 2007 I took a semester off and got a job as a teaching assistant for a special education classroom and was 1:1 with a child that LOVED computers but would get overwhelmed by the information density of your typical website - too many decisions would frustrate him. One week, we were learning about fa…
I think you just upped my motivation even higher to be in IT.