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.
- 21st Century C++ from Communications of the ACM
- Submarines DevCon 2025 Keynote Speech from JoshHaines.com
- How I Use AI: Meet My Promptly Hired Model Intern from Armin Ronacher's Thoughts and Writings
- DeepSeek from Maggie Appleton
- Digital Reality Digital Shock from Christopher Butler
- 10 habits to help becoming a Debian Maintainer from Optimized by Otto
- Tiny corners from Manuel Moreale RSS Feed
- Build It Yourself from Armin Ronacher's Thoughts and Writings
Articles from blogs I follow around the net
Pluralistic: America and "national capitalism" (18 Feb 2025)
Today's links America and "national capitalism": How the EU should respond to Trumpism. Hey look at this: Delights to delectate. Object permanence: 2005, 2010, 2015 Upcoming appearances: Where to find me. Recent appearances: Where I've bee…
via Pluralistic: Daily links from Cory Doctorow February 18, 2025My Life in Weeks by Gina Trapani
OMG. Life perspective through UI. I freaking love it. Check out My Life in Weeks by Gina Trapani
via Blog – Brad Frost February 18, 2025Argentinian president Javier Milei promotes memecoin that then crashes 95% in apparent $100 million+ rug pull
A tweet from Argentina's president Javier Milei promoted a memecoin called Libra, which he described as a "private project [that] will [be] dedicated to encouraging the growth of the Argentine economy by funding small Argenti…
via Web3 is Going Just Great February 18, 2025Generated by openring