I don't think there's any good solution to the dead link problem. For example there are 11 links in this article: https://jeffhuang.com/ https://gomakethings.com/the-web-is-not-dying/ https://archivebox.io/ https://webmasters.stackexchange.com/questions/25315/hotlinking-what-is-it-and-why-shouldnt-people-do-it https://goaccess.io/ https://victorzhou.com/blog/minify-svgs/ https://evilmartians.com/chronicles/images-don…
I think the Stack Overflow guidelines have "solved" this problem in about the cleanest way currently possible: expect links to die, and include the relevant information in your answer. If the link still works when it gets clicked on that's a bonus, but it shouldn't need to be available for the content you're reading to be understandable.
This Page is Designed to Last
101–110 of 458 posts
Re: This Page is Designed to Last
#102Earlier quoted context omitted.
I agree, it is correct, we do not need much markup other than the five you specified, plus hyperlinks; those are good enough. Yes, the client should decides how it looks.
I'd include lists and tables for data presentation. Also, we may want some (additional) tags to manage footnotes and references (these were in SGMLguid, but didn't make it into HTML.)
Re: This Page is Designed to Last
#103Earlier quoted context omitted.
I actually this week asked the author of SingleFile if he could implement a save-on-bookmark feature for SingleFile, and he was amenable: https://github.com/gildas-lormeau/SingleFile https://github.com/gildas-lormeau/SingleFile/issues/320
Nice. FYI there's also SingleFileZ > SingleFileZ is a fork of SingleFile that allows you to save a webpage as a self-extracting HTML file. This HTML file is also a valid ZIP file which contains the resources (images, fonts, stylesheets and frames) of the saved page. https://github.com/gildas-lormeau/SingleFileZ
Re: This Page is Designed to Last
#104I fundamentally agree with the principle -- that pages should be designed to survive a long time -- however the steps the author lays out I completely disagree with. "The more libraries incorporated into the website, the more fragile it becomes" is just fundamentally untrue in a world where you're self-hosting all of your scripts. "Prefer one page over several" is diametrically opposed to the hypertext model. Please…
>Use whatever typography you want, so long as you self host the woff files. or use Google Web fonts, and set let last option in your font-family to be "serif" or "sans-serif" to let an appropriate typeface be used if your third-party font is unreachable. That's the beauty of text, the content should still be readable even if your desired font is unavailable.
Re: This Page is Designed to Last
#105Re: This Page is Designed to Last
#106Earlier quoted context omitted.
Nice. FYI there's also SingleFileZ > SingleFileZ is a fork of SingleFile that allows you to save a webpage as a self-extracting HTML file. This HTML file is also a valid ZIP file which contains the resources (images, fonts, stylesheets and frames) of the saved page. https://github.com/gildas-lormeau/SingleFileZ
I'll implement the "save bookmark page" feature in both extensions :)
Re: This Page is Designed to Last
#107Why minify SVGs, but not HTML? Aren't both gzipped by the server? Is it because you're not expected to hand-edit SVGs in this scenario?
Re: This Page is Designed to Last
#108Re: This Page is Designed to Last
#109The idea ForEach person to write just one single web page is really wonderful. I'm going to have to deeply ponder that and make one.
While I really like the permanent web and losing centralized control over data is a price worth paying (.... no wait, I would pay money not to have this.) the winning method of making cars last 100 years is maintenance not build quality.
That said, here are some similar ideas of mine:
I often add a torrent magnet uri when I link to youtube. I seed those torrents myself and sometimes someone helps. If the content was good enough and yt deletes it for whatever [stooopid] reason there would be more seeds.
Here http://dr-lexus.go-here.nl I, in stead, try to "sell" the idea that [besides from stuff breaking] people use and will use a combination of Adblock Plus, NoScript, RequestPolicy, Ghostery and JSOff to break your stuff.
You can put a really tiny bit of css inline and at least render the page properly if the css fails for whatever reason.
I really dislike how our websites merely provide just one location for everything so I wrote this:
The page has an example failing back to data-uri which imho looks surprisingly decent for its size. Its way better than having a hole in the page.Re: This Page is Designed to Last
#110You need to address the problem of domain names...the author has a vanity domain name that needs to be paid for that will need to continue to be paid for, so may need to pigggyback onto another domain
Hosting might be tricky
My best guess is MAYBE something like Github would solve both issues....