Live data from Hacker News

18-year-old personal website, built with Frontpage and still updated

fmboschetto.it

71–80 of 487 posts

Re: 18-year-old personal website, built with Frontpage and still updated

#71
post #40

Earlier quoted context omitted.

This is hilarious! Turns out 18 year old websites were mobile friendly after all

Have you actually tried the site on a mobile device? It's impossible to read the text and navigation is hell. Wouldn't classify that as "mobile friendly".

I just tried, it works well (Chrome/Android on a 5.5"-something screen).

Re: 18-year-old personal website, built with Frontpage and still updated

#72
post #64

My personal/hobby business web site ( https://www.rlvision.com ) is based on code 22 years ago. It's built with tables, because that's how you did things back then. The age shows. But I haven't found reason to rebuild it yet. Simply put, it works. It may not be mobile friendly, but the goal is to make available my Windows software, so my aim is desktop users.

happy user of RLVision Artgem - thank you !

Re: 18-year-old personal website, built with Frontpage and still updated

#73

My favorite like this site is http://www.burger.com - this dude has a hilarious array of hobbies and awesome beveled button links.

Have to wonder how much that domain name is worth...?

USD 25.000 according to GoDaddy

https://godaddy.com/domain-value-appraisal/appraisal/?checkA...

Re: 18-year-old personal website, built with Frontpage and still updated

#74
My personal favorite, which is in a similar vein - an Italian, although the site is in English; Frontpage; still updated - is https://www.luigicases.com/. He makes leather straps and cases for cameras. Famous in the classic camera community. Only active site that I can think of that still uses frames.

Re: 18-year-old personal website, built with Frontpage and still updated

#75
I started with FrontPage 98 in '99. Moved to a self-written PHP CMS, then WordPress, then back to static HTML.

Had I stayed with FrontPage, my life might have been simpler - porting 20 years of content is not simple - but I would have missed out on learning a lot of HTML, CSS, PHP, Python, MySQL, character set conversion, MySQL vs UTF-8, etc.

Re: 18-year-old personal website, built with Frontpage and still updated

#76

It's impressive the amount of content inside! There are countless pages about literature, religion and physics. It's a good reminder of the original goal of WWW: share information.

> It's a good reminder of the original goal of WWW: share information.

That is what I miss the most about the old web. We wanted to build something better by sharing knowledge. And for a while we did. Then mainstream came and corporates took over.

Re: 18-year-old personal website, built with Frontpage and still updated

#77
post #35

Earlier quoted context omitted.

There are a ton of attributes in the HTML that dictates how the website should render - it has a bgcolor and a margin on the body tag, a width and height on the main table, center tags all over the place, etc. Suggesting that a browser should ignore the HTML spec and do something else would completely destroy the web.

On the other hand, reader mode suggests that sometimes ignoring the way the site wants to be presented is a good thing.

That's a user derived choice. I'm not saying user's shouldn't be able to change the way a site is laid out if they want to. I'm saying that by default it should use the HTML spec.

Re: 18-year-old personal website, built with Frontpage and still updated

#78
post #4

Here’s an archive link in case this gets hugged to death: https://web.archive.org/web/20200214134509/http://www.fmbosc...

It's actually quite hard to hug static HTML pages to death, unless on purpose, with things like slowloris.

Re: 18-year-old personal website, built with Frontpage and still updated

#79
post #64

My personal/hobby business web site ( https://www.rlvision.com ) is based on code 22 years ago. It's built with tables, because that's how you did things back then. The age shows. But I haven't found reason to rebuild it yet. Simply put, it works. It may not be mobile friendly, but the goal is to make available my Windows software, so my aim is desktop users.

This website looks extremely familiar. I think I visited it about 15 years ago and I am not completely sure but didn't you have a nice drawing and photo editing software there? I can't remember the name of it but it was the best ever, until it was disappointingly discontinued because of lack of buying customers :(

Re: 18-year-old personal website, built with Frontpage and still updated

#80

https://developers.google.com/speed/pagespeed/insights/?url=... 100 Points. Mobile First. Better than React Native.

100 points on pagespeed is not that hard with static sites.

- drop 99% of the JS (PWA, lazy-loading, infinite scroll, jquery, you don't need any of them for a webpage), convert the remaining for 1% to vanilla js and use it as progressive enhancement.

- use EM or % as layout width/height

- inline css, js, and svg

EDIT

- no webfonts!

The only thing that'll remain as an issue are tables wider, than viewport, on mobile.

My site: https://developers.google.com/speed/pagespeed/insights/?url=...

Post reply on HN