Corban Seal (cseal)

Program_00

  1. Topic: How to Stop Worrying
  2. Github Pages: https://cmsealy.github.io/pages/
  3. CodePen: https://codepen.io/cmsealy/pen/yxPaMz
  4. M-Drive: https://webp.svsu.edu/~cseal/cis255.html
  5. CSIS Server: https://csis.svsu.edu/~cseal/index.html
  6. 000webhost: https://cis255cseal.000webhostapp.com/

Program_01

  1. Wordpress Topics Page: https://cis255.wordpress.com/editors-and-topics/
  2. CodePen: https://codepen.io/cmsealy/pen/MqBmaw
  3. Site Links:
  4. Paraphrased: I chose 000webhost because I thought the layout was easier to get around than the other two options.

Program_02

  1. Github Repo: https://github.com/cmsealy/PhpProject13
  2. CSIS: http://csis.svsu.edu/~cseal/PhpProject13/

Program_03

  1. Soccer Score Calculation Table: https://cmsealy.github.io/pages/prog03.html
  2. CSS Styling File: https://cmsealy.github.io/pages/prog03.css
  3. I chose to use Github for my prog03 assignment because I found it the easiest to use. It's also the most convinient because I do not have all the tools that are needed to use the other web hosting sites at home. Granted the same can be said about 000webhost, but I just like the layout of github better.

Program_04

  • Link: https://cmsealy.github.io/pages/prog04.html
  • Program_05

  • Prog04 JS Version: https://cmsealy.github.io/pages/prog05.html
  • Program_06

  • Prog04 JQuery Version: https://cmsealy.github.io/pages/prog06.html
  • 5 things jQuery does differently

    1. jQuery is a library of Javascript, so it can execute the same program while writing a lot less code
    2. jQuery can get the ID of all elements in class "itemName" with $('itemName') instead of writing document.getElementByClassName("itemName")
    3. jQuery allows use across browsers without needing to know their ins-and-outs, and doesn't break
    4. jQuery lets you get and set values with .val()
    5. jQuery lets you set a class with .addClass()

    Program_07

  • AngularJS: https://cmsealy.github.io/pages/prog07.html