Tag: CSS Archive

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!

Analog/Digital Clock – JavaScript – Part 5

Published on November 20, 2021 at 9:44 am by LEW

Introduction

We have reached the point in our project where it is finally time to start coding. There are going to be three separate files we will be working on;

(more…)

SharePin It!
Next Page »