Using the Clark College Web Development Browser Extension for Validation
In this video, you will learn how to use the Clark College Web Development Extension to validate the HTML and CSS of your webpage on the CTEC web server.
Get the extension for Chrome, Brave, and Edge browsers: https://chrome.google.com/webstore/detail/clark-college-web-develop/hfjgpnjlngigaldmbhconnjmpjeaohlj
Get the extension for the Firefox browser:
How I, a legally blind person, use bifocals to read
For those wondering why I have to look at a screen so closely with my glasses, I demonstrated why I have to do so. Give it a watch, and this great mystery of “The Elgort” will be explained.
My CS50W Projects
Here are the videos I submitted and my code for the Harvard CS50W Web Programming with Python and JavaScript course. I will update this post as I move through the course.
Project 0: Search
Project 1: Wiki
Project 2: Commerce
Conferenceware
A demonstration of software or hardware specifically meant to work only at a trade show or conference and nowhere else.
Bruce Elgort
Video: Getting started fixing errors in your code
In this 3-minute video, you will learn how to start fixing errors you may encounter in your Python code.
Video: How not to go about coding your CS50P Python problems
In this video, I will show you how I recommend that you go about solving the problems in Harvard’s CS50P Intro to Programming with Python course. Also, for my CTEC 121 Python course that I teach at Clark College. I encourage you to leave a comment, smash the Like button and subscribe to my channel.
Video: Looping through strings with Python
In this video, you will learn how to loop through a string using Python.
Video: Formatting your floats in Python
This two-minute video will teach you how to format floating point numbers in Python.
Video: This technique might help you with your CS50P Conditionals Problem Set
In this video, you will learn how to make a simple program that simulates deposits and withdrawals from a bank account. The user will enter commands like “deposit 100” or “withdraw 59.99”. The program demonstrates how to use the Python .split() string method, while loops, conditionals, and more.