Intro to Computer Science

Math Home

Intro to Computer Science

powered by cs50

Today is Friday
October 24th , 2025

We are in week 5

Powered by Google Translate

Lectures

WEEKS: 1-5|6-10|11-15|16-20|21-25|26-30|31-35|36-40|

Week 36

Wednesday: Intro to HTML FORMS
Objective:
  • Create form_0.php in chapter5/htmlforms and implement a form with a method, action, username textbox, password textbox, and a submit button. Use the w3 school tutorial for help
  • Complete the 4 exercises on first html w3 page below
w3 Schools on Forms HTML
HW: Jazz up form_0.php with CSS
Thursday: w3 Schools on Forms
Objective:
  • Complete all exercises in all four sections of w3 schools forms
HW: Finish exercises for HW
Friday: Create a FORM on IDE
Objective:
  • Create a right aligned option on your existing navbar called register
  • Create a registration pages that utilizes the following input types: text, password, radio button, checkbox, email
  • Style your form with CSS
  • Upon submission the form should visitor to a thank you page with same header as website
HW: Work on your Form

Week 37

Monday - Friday: Streamline design and create your own form
Objective:
  • Use PHP include to streamline design
  • Create a form styled with CSS that fits in your website
  • Use PHP superglobals to make a page dynamic
HW: Finish Form and check eschool for grades
Friday: Circle back with Doug on PHP and more
Objective:
  • Watch Doug's PHP video for the WEB and write take note of new functions
Dougie on PHP for the Web VIDEO
OPTIONAL BONUS INFO: Some Review Some New VIDEO
HW: Rewatch video

Week 38

Monday - Wednesday - SQL
Objective:
  • Follow along with Doug's video on SQL
cs50's Doug's Video on SQL: VIDEO
cs50's SHORT on SQL: VIDEO
HW: Rewatch the video
Thursday - Thursday: Sandbox mySQL
Objective:
  • Using the cs50 IDE, create a database and one table using valid sql programming language
Cheat sheet for mySQL: HTML
Using mySQL on the IDE: GOOGLE DOC
HW: Check out the cheat sheet for mySQL