I've been yak shaving my website to try and get it to load as fast as possible: https://cetra3.github.io/ I did cheat a little bit and used SpectreCSS but have really tried to squeeze down the page size as much as possible.
Tiny websites are great
131–140 of 227 posts
Re: Tiny websites are great
#132>“ Things have really changed since I began learning, and rightly so. Instead of coding in plain HTML, CSS and JS, I'm now using endless frameworks, modules and libraries to build increasingly more complex web and mobile applications. It's great, if I didn't use these tools my code would be an unmaintainable mess.” How sad that this has become the widely accepted narrative. There’s a lot of value right now in NOT bui…
(I don't know Vue, but this smells a bit.)
Re: Tiny websites are great
#133Earlier quoted context omitted.
I don't know, I mostly agree with you, but I disagree that a simple site requires that much. Just drop the files in a folder in some web server and you're done.
Authoritative voice, the creator of Imgz.org (huge fan).
Re: Tiny websites are great
#134And if you're using firebase, why not just host on github pages with raw HTML and an embedded body css? Even writing HTML and FTPing to a shared host (jus like the olden times) is simpler and closer to the aims of the site.
Not utterly sure what the point of all this is apart from explicitly not using a framework that the author doesn't understand the workings of. You could say the same of firebase and node.
Re: Tiny websites are great
#135I really like the concept lets say you want to include a code snippet does it support the syntax highlighting and do you write a blogpost in plain html or markdown
You can always write in Markdown, say with iA Writer, then export to HTML. I typically write offline, then type and revise on the computer, then copy paragraphs over to Sublime. Code snippets and syntax highlighting done with CSS.
Re: Tiny websites are great
#136>“ Things have really changed since I began learning, and rightly so. Instead of coding in plain HTML, CSS and JS, I'm now using endless frameworks, modules and libraries to build increasingly more complex web and mobile applications. It's great, if I didn't use these tools my code would be an unmaintainable mess.” How sad that this has become the widely accepted narrative. There’s a lot of value right now in NOT bui…
However, I've also seen simple pages that are line by line copies of tutorials for whole sites, pared down to a single page.
Frameworks aren't bad, unstructured working practices and environments often breed this sort of toxicity in code.
Re: Tiny websites are great
#137Why? Why are analytics necessary? How does it matter for such a website?
Re: Tiny websites are great
#138They are great but they are very bad for seo, so they are vastly underutilized.
Re: Tiny websites are great
#139> No libraries or frameworks (the exception being analytics) Why? Why are analytics necessary? How does it matter for such a website?
Re: Tiny websites are great
#140> No libraries or frameworks (the exception being analytics) Why? Why are analytics necessary? How does it matter for such a website?
It's nice to know if people are reading what you're putting out.