Tagged: Web 🌐
Counting My RSS Feed Subscribers
How many subscribers does my blog have? It’s difficult to answer the question.
Simple CGI programming
A simple HTTP server serves static HTML, Javascript, CSS, Images, etc. Sometimes you need a bit of dynamic content from the server-side. There are simple microframeworks to mega frameworks to achieve this. You could use any of these available web frameworks on the server side. But let’s say you don’t have access to any of those frameworks, and you want it to be simple and lightweight. You could try CGI.
Or you are just a web geek and want to spend an hour on old but interesting technology.
My Boring Yet Modern Web Starter Stack
I like to use the same stack again and again. It makes me productive, makes code less buggy, and builds knowledge over time. Unless there is a real need like unmaintained software or a different kind of application or unless I am going to build a Facebook or Google, I rarely change things in this stack. Even if I am going to build Facebook, I would start here and then adjust as it grows, just like Facebook did with it’s stack.
Blogring – Web Component using Vanilla JavaScript
I wanted to write a simple web component to display the Blogring. Currently, I have embed.html, I use it in an iframe, inside which we get the data to create the content and set it as the innerHTML of a div. I just wanted a fancy tag that would embed the Blogring.
Blogring, aka my Webring
ad to my readers. Only personal blogs or blogs that individuals write are included. It’s done now, and it’s live.