Earlier quoted context omitted.
Shouldn't it be possible to still achieve auto-play using JavaScript? It's just a tiny bit more effort. :)
No, the browser checks the call stack of the javascript function. If the play() isn't a direct result of some kind of user interaction. It will just deny you from playing audio. So play upon you open the page is no longer possible. You at least need to wait for the user to touch somewhere on the page.
Make Front End Shit Again (2018)
101–110 of 177 posts
Re: Make Front End Shit Again (2018)
#102Re: Make Front End Shit Again (2018)
#103Re: Make Front End Shit Again (2018)
#104Hey why is it that all these sites are always about how the old web was good and we should make things like the old web, but the only thing they ever make is stuff about how we should make things like the old web. I mean I would expect them to after making the first site suggesting you do it like this, to make a number of sites showing the aesthetic put to other subjects of interest. Like, Carl's Icosahedron Spot on…
So many people make websites that basically look like they are from the 90's (though without all the animated GIFs haha), and use basic features without any strictly-modern stuff. These are just a few off the top of my head: https://cblgh.org/ https://technomancy.us/list https://alexschroeder.ch/ http://100r.co/site/about_us.html https://dataswamp.org/~solene/ https://rgz.ee/ https://www.bsdly.net/~peter/ https://cod…
I stumbled across this one recently, from their Please Read at Least Once:
"A word about the philosophy of this site: These pages are declared to be a fluff-free zone! There will be no unnecessary, superfluous, or useless graphics of any kind - including but not limited to: dancing, gyrating, or other animated icons, colored textured backgrounds that are impossible to read through, or forced downloading of bit intense pictures that may be of no interest to you. Nor, will I ever expect you to use a particular brand of Web browser to be able to effectively access these pages. There are and never will be any advertisements, cookies, or other impositions on your time and space. In the time that it may take wading through a single monstrosity of the professional Web page designers at other sites, you will be able to find out what you want to know, when you want to know it! What a concept. :-) (Note, however, that your browser needs to be configured properly to make sense of the many ASCII diagrams, schematics, and tables. See the document: Suggested Browser Settings for font and other related information.)"
Re: Make Front End Shit Again (2018)
#105Earlier quoted context omitted.
Yea that one surprised me. Everything else was pretty spot on…but she needs to add a guestbook
And a hit counter
and java applets for each navigation link button that have a gradient in the background when you hover over them
Re: Make Front End Shit Again (2018)
#106https://validator.w3.org/nu/?doc=https%3A%2F%2Fmakefrontends...
Re: Make Front End Shit Again (2018)
#107Re: Make Front End Shit Again (2018)
#108Someone once told me, “you will know what nostalgia truly is, when you see a younger generations nostalgia and think it’s still shit because you are too old for that to have been your childhood”. The jQuery era is something I’d never want to go back to. Not because jQuery was bad, but because the basic DOM api was so poor, JavaScript was much more limited and incoherent, and webpages made anything outside of text inp…
In this case I could alter that to: "You will know what nostalgia truly is, when you see a younger generations representation of nostalgia and you can point out all the anachronisms in it." Netscape 3 and websites that looked like that: 1996 Geocities: 1994-1999 (so far so good) jQuery: 2006 Blink: 2013
That's what they're referring to in the page.
In 2006, I was reading [HTML, XHTML, and CSS Bible](https://www.amazon.com/HTML-XHTML-CSS-Bible-3rd/dp/076455739...), which was new-ish at the time and using Netscape as a daily browser, building sites using GeoCities. There were precursors to jQuery (cssQuery, for instance) that made it possible to do some things that Flash was too heavy for but you couldn't do in pure CSS.
And you bet your ass we were still building flashy, wild sorts of sites like that. Still do! Absolutely go check out stuff like Neocities.
Re: Make Front End Shit Again (2018)
#109Earlier quoted context omitted.
I loaded it on mobile too.. - Horizontal scrolling because it isn't properly responsive. - it doesn't reflow when the device orientation changes - no sound (there's an audio control so I guess there's meant to be..) - the audio control sits over the flags - wildly different text sizes everywhere - so much layout shift - from an error loading the Korean version I think it's running on a platform that tracks what users…
> it doesn't reflow when the device orientation changes Does anyone design sites for landscape any more?