About SB-Projects

SB-Projects came into existence because I wanted to have a place to showcase my own projects, at the time especially my SB-Assembler. I also had a lot of disorganized information about various subjects lying around. A web site would seem to be a good place to gather all this information, mainly for my own reference, but others could benefit from the information too. Remember that this was before Wikipedia!

Why SB-Projects

Why is the web site called SB-Projects? Simple, my name is San Bergmans and the web site contains my projects. That's all there's to it.

Web Server

This web site is brought to you by Popeye.

All my computers are named after Cartoon characters. My VPS machines are named after characters from the Popeye cartoons, just because Digital Ocean was my first VPS hoster. And Popeye is, by profession, no stranger to those vast pools of water.

  • Popeye himself was my first VPS, hosted by Digital Ocean. They provide reliable and flexible VPS machines for an affordable price. No credit card required. Popeye lived in a service center in Amsterdam. At the time of reviewing this page Popeye had an uptime of 1366 days, that's how reliable it is.
  • Then came Olive Oyl, Popeye's girlfriend. She was hosted on a VPS machine provided by Scaleway. Their VPS machines are even cheaper than those from Digital Ocean. That's when I decided to use one of them for some redundancy. Olive lived in a service center near Paris.
  • As of 2022 only Popeye remains serving my web sites, this time from a VPS server at Hetzner. Olive Oyl, who moved in with Popeye, also lives at Hetzner now. She is now my IoT server, something which was previously done by Brutus at Scaleway..

Navigation

Previously every page on my site had a navigation column on the left hand side of the page. I didn't really like those and they didn't integrate very well in a responsive web site either. I also hate the heavily loaded pull down menu's found on many a web site, I always tend to click on them before I notice that they open up a long list of sub-menus. So I decided to go into a drastically new direction.
On every page, in the top right hand corner, you'll find 4 buttons: Back, Home, Index and Forward. These buttons are always there, whether active or not, so you don't have to scroll up and down to find the menu buttons. If you're reading a multi-page subject, you can simply go forward and backward sequentially through the pages, which is the natural thing to do. The Index button brings you back to the first page of a multi-page subject. Such a page may contain an index to the other pages of the multi-page subject if I think that it useful. You'll know this when you see a little arrow next to the index button .

Finally I'll leave you guessing where the Home button would lead you (hint: Home).

Sponsoring

Fortunately I don't have to earn my living from my web site. However it is still nice to get some money out of it to cover the expenses for the hosting. Everything extra will probably be spent on new projects, I still have tons of ideas for new projects you know.
I use Google Ads for the sponsoring. Please show some appreciation if you like the information you find on my web site and turn off your ad-blocker and visit some of the sponsor's web sites. It keeps the internet free!

For a while now I can also easily accept donations made through Paypal, in the hope that one day I can completely turn off those ugly ads.

A Little History

SB-Projects exists since the year 2000. It all started as a couple of plain HTML pages, hosted by my ISP. In my town we didn't even have broadband internet back then, so I had to use a dial-up connection to get to the internet. As a matter of fact I can't even remember who was my ISP back then.
On 30 April 2002 I have registered my domain name sbprojects.com and used a professional web hosting provider to host my web site. It would take almost another year after this before my town was finally connected to the internet super highway, at 512 k bits per second!
In 2015 I have decided that this professional hosting provider was way too expensive for me. They charged almost €100 per year for it. So I've moved it to www.one.com, where all my other web sites were hosted, for about €25 a piece per year.
In 2016 I was gradually changing my location again. I was going to host all my web sites myself, on a Virtual Private Server (VPS) from www.digitalocean.com. This is not only cheaper if you have more than 4 web sites, it also allows me to use git as a versioning system easily. And on top of that, the smallest virtual server from DigitalOcean is about 3 times faster than the machines from one.com.

In the meantime Olive Oyl was added to assist Popeye. Not that Popeye was so busy, no simply to get some redundancy. And for a price of €3 per month at Scaleway I couldn't resist Popeye's request for having a girl friend any more. But I made it come out of his own pocket!

This setup worked perfectly for several years. Digital Ocean never raised their price. However the machine was quite small, with only 512kB of RAM, enough for a web site, but not quite so for a database server. And Scaleway has raised their price a couple of times since, not by much though. In the meantime I had also created Brutus, my IoT server at Scaleway.

At the end of 2021 it was time to reconsider and reorganize the servers. A colleague of mine suggested to try out Hetzner, a German company. They offer interesting cloud solutions for reasonable prices. My 3 VPSes are now replaced by 2 new ones.
So far I have never really needed a redundant web server. And since I manage my machines using Ansible I can spin up a new server in minutes, should I ever need one. Popeye is the only one who serves up my web sites, while Olive is my IoT server now.

SB-Projects Style

SB-Projects is still written in pure HTML, like it always has been from the beginning. The main reason I use PHP is to be able to make standard functions of things like the header and the footer. Otherwise I would have to change some 200 pages if I wanted to change just the tiniest thing in the layout.

Before 2015 I used a very crude HTML layout. Changing that would involve editing all my pages. Eventually I couldn't resist the temptation any more to convert everything to HTML5, using Twitter Bootstrap to make the pages responsive. Now my pages are also mobile friendly, which is a huge benefit these days.
I can't exactly remember how often I have changed the style of SB-Projects before, it could be 3 or 4 times I guess.

Why don't I use Joomla, Wordpress, or Drupal, like everybody else does? Simple, because I don't like those tools. I hate the necessity to update the software every other day at the risk of being hacked. And I don't need a complicated tool like that anyway, I'm the only editor on my site.