Creating your own calculator web app is a useful project to help beginners learn code and website hosting. When I started this project, I figured the hardest part to code would be the Javascript. This is because I thought since the logic lived there, it would be the most complicated. While this may be true …
Tag Archives: website
Lighttpd webserver on Ubuntu
For this project, I needed a small webserver to host a single web page. After some research, I chose to install Lighttpd webserver on Ubuntu. As of yet, I don’t have an opinion of what webserver is better or worse for a single web page. I searched throughout the web to find guides on everything …