Tag: JS Archive

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!

Analog/Digital Clock – JavaScript – Part 4

Published on November 19, 2021 at 8:32 am by LEW

Introduction

Using the model developed in the last post, and the research from earlier posts, we can start putting together the pseudo code. To do this we will step through the basic model and expand each step as needed.

Remember that at this point we are not interested in writing exact code. We want to get the overall structure created. (more…)

SharePin It!
Next Page »