The 90's Web
I remember going to the Roselawn Library in Cincinnati, OH when I was around 8 years old and signing up to get 30 minutes on the internet. This would have been around 1998. I remember going to a site that I think was called snap.com (which I cannot seem to find anymore) where you could play a flash game where you were able to punch Bill Clinton. The computer ran Windows 95 and had a blazing fast DSL connection (at least 200k). The web was so simple back then. I like to go on the wayback machine sometimes and just browse random sites in the 90s. You can come up with some pretty interesting things doing that. My favorite thing to do is look at modern companies old website. Google for instance, 500B dollar company started off looking like this.
The point of all this is that I did throwback to the 90s on the blog because I could get my columns to line up in the main page. So instead of using CSS, I put it in a table. This worked flawlessly. However it is a horrible practice, I felt guilty by doing it, and ultimately it made the mobile experience awful when viewing this site because the columns were smushed together. I fixed this by creating a wrapper div, and then two small floating divs. I also used media queries to make this blog more readable on mobile devices. The SCSS ( I am using Jekyll ) for this is:
.post {
padding-bottom: 10px;
.post-date {
width: 15%;
float: left;
}
.post-body {
width: 90%;
}
}
It was fun to use tables for this, because it reminded me of my early days as a junior web master. But, I worry that people will adopt this practice so I quickly got rid of it here.
Thank you for reading! Share your thoughts with me on bluesky, mastodon, or via email.
Check out some more stuff to read down below.
Most popular posts this month
- 2024
- Reinstalling Windows at 1am
- SQLite DB Migrations with PRAGMA user_version
- My Custom Miniflux CSS Theme
- How to Disable Wayland in Debian Testing
Recent Favorite Blog Posts
This is a collection of the last 8 posts that I bookmarked.
- Underused Techniques for Effective Emails from Refactoring English
- Death by a thousand slops from daniel.haxx.se
- The AGI economy is coming faster than you think from Freethink
- Rolling the ladder up behind us from Xe Iaso's blog
- In Praise of “Normal” Engineers from charity.wtf
- Reports of Bluesky's death have been greatly exaggerated from The Torment Nexus
- What Would a Kubernetes 2.0 Look Like from matduggan.com
- We Can Just Measure Things from Armin Ronacher's Thoughts and Writings
Articles from blogs I follow around the net
The surprise deprecation of GPT-4o for ChatGPT consumers
I've been dipping into the r/ChatGPT subreddit recently to see how people are reacting to the GPT-5 launch, and so far the vibes there are not good. This AMA thread with the OpenAI team is a great illustration of the single biggest complaint: a lot of…
via Simon Willison's Weblog: Entries August 8, 2025How long does it take to upgrade an eBook?
The older I get, the more comfortable I become with complaining. Not merely moaning on social media, but writing a direct email to the perpetrator of some annoyance. I'd purchased an eBook and was appalled by how crappy the accessibility was. If you …
via Terence Eden’s Blog August 8, 2025P&B: Alexandra
This is the 102nd edition of People and Blogs, the series where I ask interesting people to talk about themselves and their blogs. Today we have Alexandra and her blog, xandra.cc To follow this series subscribe to the newsletter. A new inte…
via Manuel Moreale August 8, 2025Generated by openring