Earlier quoted context omitted.
jquery is a technology that has mostly outlived its usefulness, much like the others on the list.
It's not a "technology" it's a library, and still very useful, found on millions of sites old and new. Has a vast ecosystem of free plugins with extensive documented support and very diverse browser support. Also he put "HTML" on the list, you're saying that has outlived its usefulness?
Make front end shit again
161–170 of 227 posts
Re: Make front end shit again
#162Hey! I made this dumb thing! Yes, the fact that it's made with vue and stuff is on porpuse, I wanted to make it with reasonml but didn't have any time so ended up with vue. The point is that we complicate so many shit today that is not needed Have fun and I will add some marquee tags!
Isn't your site making the opposite point? That without all the "complicated shit that is not needed", websites would look as awful as they did in the 1990s. Any website-maker is of course free to make their site as "shit" as they want, but 99% of users are not going to visit it a 2nd time.
Re: Make front end shit again
#163A 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…
You reinvented webrings.
Re: Make front end shit again
#164Earlier quoted context omitted.
As someone else said you missed the point. I will tack on my own opinion that building sites that only function with javascript is a massive disservice to everyone. From disabled people with accessibility needs, to old hardware/software, and even to security/privacy conscious people the JS paradigm is a massive problem. The trend for "new shiny" has become ridiculous and I find most modern websites to be pretty but r…
Not to mention this all adds up to unnecessary increase of global electricity usage. (For those who don't care about society in general, consider that this also means your users' batteries last shorter, making their days worse.)
Re: Make front end shit again
#165I have fun making stuff like when I made https://goatattack.com/
You just missed out on $2.99
Does this work outside of the land of the 'free'?
Re: Make front end shit again
#166A 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…
This is great! I love it! I've been looking for an 'uncool' space to create little, text based personal website and it seems to be perfect.
I didn't touch any web development in at least 10 years so it was a lot of fun. I hope even more interesting towns will appear!
Re: Make front end shit again
#167A 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
#168Hey! I made this dumb thing! Yes, the fact that it's made with vue and stuff is on porpuse, I wanted to make it with reasonml but didn't have any time so ended up with vue. The point is that we complicate so many shit today that is not needed Have fun and I will add some marquee tags!
The reason I say this is that we now have 'css grid'. This means that you do not need frameworks, little scripts on the page, and 'div/span' markup, you don't even need ids and classes. You can directly style 'aside', 'main', 'article', 'form', headings, p tags, 'details/summary', 'nav' and other tags to get the desired effect.
If you have a three column layout with the column left and column right as 'aside' then the CSS does not need classes to identify the column names, 'article + aside' will refer to the right column perfectly fine.
This will also work responsively so you can do everything these days with no paddings, margins, floats, line-heights or anything else that is a bit silly.
The resultant code when freed of all this debris that should never have been in HTML is a quarter of the size. I say code, but is it really code when you have button text inside a span inside a span inside a button inside a div inside a div with a label inside another div and yet another div just so it works as the'designer' intended?
For me CSS grid + semantic minimal 'div free' markup is getting back to the fun. No longer do web pages require a team of a designer (that knows no code) plus a front end developer ( that knows nothing about 'real code') plus a backend developer (that knows nothing about design) plus a team manager to book inane meetings and to do scrum rituals as if it mattered.
We can also get rid of lorem ipsum and go 'content driven design' (a phrase I had to invent just now as nobody has had a use case for such a phrase in decades).
Happy times in web design are back on. Even more interesting is that with the likes of Rachel Andrews we also have a lot of women getting into doing web design properly and showing how its done.
Re: Make front end shit again
#169I 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?
What’s the solution here?
Re: Make front end shit again
#170I once read a comment here on HN about SEO, and someone was suggesting to start by buying a domain name that is your first and last name. I thought it was cool, but didn't see how it could improve SEO. But I bought it anyway[1]. I had nothing to put on it for a while, so I started just working on my own design skills replicating Google.com. It just a fun thing I do for absolutely no benefits to others. Great way of l…