useplaintext.email website screenshot made on February 15, 2025
It’s both amusing and disheartening to read an article from 2016 that addresses the problems in a widely used technology and offers better alternatives to prevalent yet highly annoying practices, only to realize that nothing has changed in the past seven years. At least things haven’t deteriorated any further! Or did they?
HTML emails often contain tracking images. Though many modern email clients have learned to tackle this problem. But not all of them have.
HTML rendering engines in email clients are a common source of security vulnerabilities.
HTML makes phishing easier by making it trivial to hide the actual URL of the link.
HTML emails break natural inline quoting that was the cornerstone of email and newsgroup communications for half a century.
Drew even put up a neat website: “Use plain text email” complete with the software recommendations, How-To’s for almost all modern email clients (including the web-based ones), and even the etiquette tips for those of us who forgot or never learned them.
Micro text editor with a single HTML file open. Outside of a few syntax highlighting inconsistencies it is pretty much perfect.
Created by Zachary Yedidia back in 2016 Micro TUI text editor was intended to become a Nano replacement. It has a similarly small footprint and instantaneous start times, but thanks to much more common nowadays keyboard shortcuts and full support for mouse, it is much easier to just pick up and start using.
However, a solid number of advanced features like multiple cursors; tabs, split screen and built-in terminal; search and replace with regular expressions; plugin support puts it in the same category as Geany, Notepad++, Sublime Text, BBEdit, Bluefish and other coding-oriented editors.
Here are a couple of guides to make you started:
Customizing my Micro Editor by Clarissa Mendes. A short guide to essential plugins and basic settings of the Micro editor.
Tim Kadlec is the author of several books about different aspects of modern web development. In this blog post he goes in details (and numbers) about the cost at which our reliance on the various JavaScript frameworks comes to our users, customers, website visitors. The data is from the year 2020 when this article was published, but the things have only got worse since then.
Retro-review of the Netscape Composer 4.8 WYSIWYG HTML editor
Netscape Communicator 4.8 was the latest (or better to say, the last) version of the Communicator software suit from the August 2002. Besides the web browser, Netscape Navigator, it contained email client, a calendar, and a very capable and well designed WYSIWYG HTML editor, Netscape Composer, that was producing surprisingly sane code comparing to its main competitors at that time: Microsoft Frontpage and Macromedia Dreamweaver.
Pier-Luc Brault, CS teacher from Québec, Canada, gives a great review to this piece of computer history:
“So, how was it to use a WYSIWYG web page editor from over 20 years ago? Quite pleasant, actually. That application has more than decent UX, and has not made me swear nearly as much as Microsoft Word does in a typical usage session.”
Idiocracy in a Blade Runner landscape — describes the first half of the Web split in two Ploum in his blog post “Splitting the Web”.
He argues that the modern Web was divided into two sides:
the first side is commercial, built upon megabytes of JavaScript frameworks that serve mostly corporations, not website visitors, by tracking every visitors’ step and showing them ads on every corner;
the second is the internet of tech-savvy people who share information without relying on the services of the mega-corporations and tech monopolies and often actively avoiding being tracked and bombarded with ads.
PHP is big. The trolls can proclaim its all-but-certain “death” until the cows come home, but no amount of heckling changes that the Internet runs on PHP.
A great compilation of statistical data about PHP use in the wild and a short link list that further proves that PHP as the back-end language of the internet is far from being in decline or even stagnation.
DP Review: Web rot is erasing our images and videos
The Internet is burning away our photos, videos and older websites daily. At nearly 40 years old, the Internet had lost much of its early history to changing technology and corporate and user desires.
DP Review, the iconic digital photography e-zine and online forum, the cornerstone of the digital camera revolution of the 00’s, has barely escaped being shut down by its parent company, Amazon, and the subsequent deletion of all its content just earlier this Summer when it was acquired by Gear Patrol. This is why, probably, the topic of content disappearing from the web hits close to home for Shaminder Dulai, DP Review staff writer.
In his clear and well-thought-out essay he researched two major reasons for the so called web rot, the disappearance of old content from the web over time: change in technologies and the desire of the tech corporations, the owners of the web platforms we all use, to cut costs without second thought about preservation of the users’ content.
He suggests to take preservation of our digital treasures in our own hands, because we can’t trust this mission to the corporate spreadsheets. Some things require a heart.
This is a really cool thing, that is not complex at all: the whole site packed in a single HTML file. Pages are wrapped into <section> HTML tag, each with its own ID and linked with inner links, anchors. By default, all sections are hidden, but they become visible with the help of CSS :target selector.
It will even work with a sane number of images when using loading="lazy" to instruct the browser not to load images unless they are to become visible. When such “website” is meant to be distributed via any kinds of file sharing and accessed locally, both CSS and images can be embedded into HTML to make it truly single HTML file easy to move around.
His analysis shows that roughly 1% are browsing internet without being able to run JavaScript. Of which around 0.8% are doing it because they don’t have other choice for various reasons.
The author argues that there are still plenty of benefits in catering to these people: it will help you to build sites that are faster, smaller, reliable, accessible both for humans and search engines, more secure and easier to develop.
Hamburger menus, a common practice of compressing website’s main menu into a single icon displaying the said menu in a drop-down list on click, is a complete disregard for accessibility — argues Brad Taunt in his blog post “Stop Using Hamburger Menus”.
His solution is to put all the links into the footer sitemap — a big text menu in the bottom of the page that is accessible on every device in every browser and even with JavaScript turned off.
You don’t need JavaScript for the websites that only deliver content
“Buy local, engage in mutual aid, and support cooperatives. Use monopoly law to break up anticompetitive behemoths, environmental regulation to limit waste, and organized labor to promote the rights of gig workers. Reverse tax policy so that those receiving passive capital gains on their wealth pay higher rates than those actively working for their income.”
An extensive interview with Douglas Rushkoff (I remember him by his book Media Virus!: Hidden Agendas in Popular Culture, it was widely discussed back in the 90’s) about his transformation from the early internet techno-optimist to the strong proponent of the more humanistic approach to technologies.
RavensBlight, an odd town in the dark digital woods
There are digital gardens and there are digital towns, this is one of the latter. Welcome to the RavensBlight.
This dark and spooky town is founded and built from the ground up by one man — Ray O’Bannon — and it is not a small one. RavensBlight can boast with a pretty big library full of horror stories, an Arcade with video games, a paper toys shop, its art gallery hosts more than 300 images, there is a music studio, and even a cinema! Are you ready for some horror shorts?
The site was started back in 2004 and it is still being updated from time to time. This is a solid age for a digital town.
Despite being pretty graphics heavy and even using an animated GIF in the header, RavensBlight only loads a tad over half a megabyte of data for its homepage. Its clean HTML makes it work on any modern device with no issues.