Make front end shit again
41–50 of 227 posts
Re: Make front end shit again
#42Re: Make front end shit again
#43I know this is just some little tongue in cheek joke, but I can't help but vehemently disagree with this.
Never did we only make websites just "because it was fun" any more or less than we do now.
Re: Make front end shit again
#44I love the point the site is trying to make but I'm confused as to why this is built with a vue.js static site generator requiring node/npm/yarn and an almost 7,000 line yarn.lock file. Shouldn't this literally be a single page, hand-built HTML file with inline CSS? Is this trying to be self-ironic or something?
Re: Make front end shit again
#45I love the point the site is trying to make but I'm confused as to why this is built with a vue.js static site generator requiring node/npm/yarn and an almost 7,000 line yarn.lock file. Shouldn't this literally be a single page, hand-built HTML file with inline CSS? Is this trying to be self-ironic or something?
Re: Make front end shit again
#46I love the point the site is trying to make but I'm confused as to why this is built with a vue.js static site generator requiring node/npm/yarn and an almost 7,000 line yarn.lock file. Shouldn't this literally be a single page, hand-built HTML file with inline CSS? Is this trying to be self-ironic or something?
Shouldn't this literally be a single page, hand-built HTML file with inline CSS? Is this trying to be self-ironic or something? Yes, I'm going to assume that is a parody. However, signs of FrontPage or Word as an editor would be cool.
Re: Make front end shit again
#47Oh man, I love stuff like this. It's too bad that the web has been taken over by bootstrap, WordPress, and squarspace. But you can do a lot with raw html, css, and JavaScript! And as a bonus, it ends up looking really unique. It's sort of weird that whenever I show friends the dumb shit I make [1], their immediate reaction is lump it in with geocities. [1] ex. http://fastcashmoneyplus.biz
Re: Make front end shit again
#48A few months ago I created a project called Hypertext Town, a simple project where anybody can create "camps" (a collection of HTML, images etc.) and connect them together through "towns". A town lives at a subdomain (e.g: town.hypertext.town) and a camp lives at /~camp (e.g: town.hypertext.town/~camp). I never "launched" it so it's just been languishing in obscurity on the www but if anybody wants to make cute littl…
If anyone wants to play, I've made a town for us.
Re: Make front end shit again
#49A few months ago I created a project called Hypertext Town, a simple project where anybody can create "camps" (a collection of HTML, images etc.) and connect them together through "towns". A town lives at a subdomain (e.g: town.hypertext.town) and a camp lives at /~camp (e.g: town.hypertext.town/~camp). I never "launched" it so it's just been languishing in obscurity on the www but if anybody wants to make cute littl…
Re: Make front end shit again
#50Earlier quoted context omitted.
I wonder if there's some way to simulate the row by row image loading. I guess that's not the point of this website, but that would make me feel nostalgic.
Don't forget progressive JPGs, which loads the entire height of the image over and over with gradually increasing detail.