Tag: Programing Archive

Shell or Terminal? Shell Scripting – Part 1

Published on September 8, 2022 at 6:45 pm by LEW

Introduction

This is the first post in a series of posts on shell scripting. The purpose of this series is to familiarize you with the shell and writing your own scripts . However we cannot dive directly into writing scripts without a little background information first. (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!

POV-Ray Sky Sphere Example

Published on December 31, 2021 at 12:01 pm by LEW

Introduction

Below is a POV-Ray scene file to render a sky with light clouds above the  water.  While there are many much more complicated ways to get render this scene with better results, these are pretty good for a scene script that took about half an hour to write.

POV Ray Sky Sphere Example

(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!
Next Page »