惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Jina AI
Jina AI
S
SegmentFault 最新的问题
D
DataBreaches.Net
H
Help Net Security
有赞技术团队
有赞技术团队
M
MIT News - Artificial intelligence
Martin Fowler
Martin Fowler
IT之家
IT之家
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
腾讯CDC
罗磊的独立博客
Y
Y Combinator Blog
阮一峰的网络日志
阮一峰的网络日志
云风的 BLOG
云风的 BLOG
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
WordPress大学
WordPress大学
Microsoft Security Blog
Microsoft Security Blog
J
Java Code Geeks
Vercel News
Vercel News
Hugging Face - Blog
Hugging Face - Blog
aimingoo的专栏
aimingoo的专栏
Stack Overflow Blog
Stack Overflow Blog
Recent Announcements
Recent Announcements
博客园 - 三生石上(FineUI控件)

Max Böck

Faster Horses A year in review: 2024 Going Buildless Live CMS Previews with Sanity and Eleventy Upgrading to Eleventy v3 Old Dogs, new CSS Tricks A year in review: 2023 7 Reasons why I don't write The IndieWeb for Everyone Make Free Stuff Media Queries in Times of @container Container Queries in Web Components Asset Pipelines in Eleventy Medium-Style Share Highlights in Eleventy Space Jam Webmention Analytics Making Persistent Build Folders in Netlify A year in review: 2020 Whimsical Website Club Human Code Color Theme Switcher Eleventy Résumé Builder The Emergency Website Kit Making a Gigposter A year in review: 2019 Webclerks Conference Roads IndieWeb Link Sharing Good Enough The CSS Mindset
The Return of the 90s Web
Max Böck · 2020-06-18 · via Max Böck

In big cultural concepts like music or fashion, things have a way of coming around full circle. I'm pretty sure someday grunge will come back as a hot new sample, and at some point our kids might think frosted hair tips are totally cool.

When I look at some of the trends on the web today, I wonder if we’re at that point yet. I wonder if we’re ready to revisit some of the ideas of the early web again.

Probably not in design - I’m afraid dancing-baby.gif is gone for good. But some of the broader ideas from back then are picking up a second wind lately, and I like it.

Serverside Rendering

Permalink to “Serverside Rendering”

After spending the better part of the last decade shifting rendering logic to the client, it looks like the pendulum is about to swing into the other direction again.

With projects like Phoenix Liveview or hey.com’s recent “it’s-just-HTML” approach, it seems like server-side rendering (SSR) is stepping back into the spotlight.

If you think that sounds like the web of 25 years ago, you’re right! Except the HEY front-end stack progressively enhances the “classic web” to work like the “2020 web,” with all the fidelity you’d expect from a well-built SPA.

— Sam Stephenson (@sstephenson) June 15, 2020

It makes sense - servers are really good at this, and sending compressed HTML through the network can be lightning fast. The classic request-response cycle has evolved as well: HTTP/2 and smart techniques like Turbolinks or just-in-time preloading allow for a much better experience now than when you first tried to load that Michael Jordan photo on the Space Jam website over dial-up.

Taking the responsibility of rendering UI and all the Javascript that comes with it off users’ shoulders would be a great old new strategy for the next generation of web apps.

Permalink to “No-Code Tools”

Frontpage and Dreamweaver were big in the 90s because of their “What You See Is What You Get” interface. People could set up a website without any coding skills, just by dragging boxes and typing text in them.

Of course they soon found that there was still source code underneath, you just didn’t see it. And most of the time, that source code was a big heap of auto-generated garbage - it ultimately failed to keep up with the requirements of the modern web.

the webflow interface, different design widgets and controls

Today our understanding of the web has improved, and so have our tools. Webflow is one of the contenders for the “no-code editor” trophy. The output it generates is far better.

These tools will probably not be a replacement for developers as a whole - complex projects still require tons of human brainpower to work. But for all the landing pages and marketing sites, this could be the holy grail of WYSIWYG we thought we had in the 90s.

Personal Websites

Permalink to “Personal Websites”

It might just be my IndieWeb filter bubble talking, but I think there is a renewed interest in personal websites. A lot of big social media giants are falling out of favor, and it becomes cool again to own a space on the web rather than being one of a billion usernames.

Our digital identities are becoming increasingly more important, and people become aware that they’re not in control of their data. Personal sites were very popular in the era before Myspace and Facebook, and it’s now easier than ever to build one.

Services like Carrd offer a straightforward way to create simple one-pagers, and their numbers show a lot of interest:

— aj ⚡️ 🍜 (@ajlkn) January 1, 2020

Blogging is gaining popularity again as well, used as a tool for self-marketing or simply to express opinions. There are lots of good options for people who want to pick up blogging - either on their own sites or with platforms like micro.blog, that offer more independence than Medium & Co.

Curated Feeds and Discovery

Permalink to “Curated Feeds and Discovery”

Another issue created by social media is the prevalence of “algorithmic feeds”. We decided that the constant stream of input for our eyeballs should never end, so we built these complex systems to generate new content for us based on our interests.

But these are giant black boxes, and nobody really knows what signals go into them. Throw advertising, “fake news” and a couple of trolls into the mix, and you get the mess we all know now.

That’s why many people crave a more controlled reading experience on their own terms. Chronological, personal, relevant - a bespoke magazine of trusted sources. A curated feed.

One way to achieve something like that is through plain ol’ boring RSS. One more thing that was said to be dead but is growing in popularity again:

Who’s gonna read your personal blog because it has an RSS feed? I’m gonna read your personal blog because it has an RSS feed. pic.twitter.com/mtcyKhEVet

— Chris Coyier (@chriscoyier) January 7, 2020

Another possibility is to discover new content through human connections instead of algorithms. People we already know for their content recommend others in the same field, creating decentralized clusters of trusted information.

Website owners used to do this a lot in the days before search engines, by providing Blogroll Pages or forming Webrings with links to others in their cluster.

Webrings were a common way for people to connect their sites in the early web. To be a member of a webring, you had to embed a little widget on your site that contained a “forward”, a “backward”, and a “random” button. These buttons would then link to other sites in the ring.

BTW: If you want to host your own webring, I made this free Starter Kit for you.

Member of the An Example Webring webring

Previous Random Next

Smaller Communities and Web Monetization

Permalink to “Smaller Communities and Web Monetization”

Many independent creators are moving away from big “everyone’s on them” platforms back to private, more niche communities. New models for membership sites like Ghost’s “Members” feature enable creators to build communities on their content. People teach courses, self-publish books or provide APIs for specific topics.

Where the 90s had chatrooms and message boards, today there are tools like Discord or Twitch that help people with shared interests to connect with each other. These niche communities can then be a powerful userbase for independent businesses.

Of course the problem of monetization has existed from the very start of the web, and it’s still not easy today to earn money without splattering ads everywhere. But new standards like the Web Monetization API could be a very interesting solution, enabling creators to receive micro-payments for their content.

Learning from the Past

Permalink to “Learning from the Past”

I don’t know if all of these trends will really play out, or if we’re up for something completely different. I do think it’s a good idea to learn from the past though, because that is what keeps us moving forward.

So maybe the second 90s can be even better than the first. At least we’re done with NSYNC this time.