Tag: HTML Archive

Multiple Web Sites Single Apache Instance Using VirtualHost

Published on September 27, 2022 at 6:41 pm by LEW

Introduction

It is possible, and sometimes a necessity, to setup multiple distinct web sites using a single instance of the apache web server. This is done using the VirthualHost directive within the apache configuration file. (more…)

SharePin It!

Document Root – Absolute Path

Published on June 19, 2022 at 6:41 pm by LEW

Introduction

When using a web hosting provider, or even setting up your own web server, you may notice that not all absolute paths are the same. This is because of the web server document root. (more…)

SharePin It!

Analog/Digital Clock – JavaScript – Part 8

Published on November 27, 2021 at 9:56 pm by LEW

Introduction

Now that we have completed the HTML and the CSS, it is time to work on the Java Script (JS) code that will make it all work. The code to make this work is not overly complex and the logic is straight forward. (more…)

SharePin It!

Analog/Digital Clock – JavaScript – Part 7

Published on November 26, 2021 at 6:40 am by LEW

Introduction

In the last post of the series we created the CSS for the digital clock. Now we finish up our CSS by creating the analog clock part. This is where we get to try out some of the really cool things we can do with CSS. (more…)

SharePin It!

Analog/Digital Clock – JavaScript – Part 6

Published on November 23, 2021 at 7:01 am by LEW

Introduction

It is time to jump into the CSS part of this project. In the last post we created the basic HTML structure, now we need to style it with CSS. This is going to be somewhat long, so I am going to cover it in two posts. (more…)

SharePin It!
Next Page »