Create a basic website with HTML, CSS, and JS Posted on April 9, 2021 by jonathan Here I walk you through the process of creating a very basic web page, including my process of debugging and searching for solutions. We will use Hypertext Markup Language (HTML), Cascading Style Sheets (CSS), and just a touch of JavaScript (JS) to build a beginner-level web page document. This video is designed for beginners. Hopefully I will go over the process of actually making your website live on a server in a future video. Please let me know in the comments if you would find that helpful. Find the code used in this lesson on GitHub here: https://github.com/Outsmart-Big-Brother/create-a-basic-web-page-using-html-css-and-js For legal stuff, check out OBB’s Terms of Service . If the Bitchute embed does not work, you can try the copy on YouTube here:
Posts
Showing posts from April, 2021
- Get link
- X
- Other Apps
What is Bitcoin? Why is it special? Posted on April 3, 2021 by jonathan Bitcoin is the OG cryptocurrency. But what is a cryptocurrency and why should I care? Find out in this episode. What is a cryptocurrency? A cryptocurrency is a type of digital money, especially one that uses cryptography and decentralization to make sure that you can only spend each unit once and that you can only create new units after performing some service to the community. You might ask, “But if I use digital US dollars already, what benefits do I gain by using crypto?” There are many problems with the US dollar, which crypto can solve. Since this episode is an introduction, I will focus on Bitcoin—the “original gangsta”—and the solutions and limitations which it offers. First, let’s analyze fiat currencies, like the US dollar, the euro, and the Chinese yuan. Fiat Centrally controlled. Potentially unlimited quantity (think: inflation). Total quantity is tied to arbitrary dec...