Prog01

  1. Topics: Here
  2. How To Stop Worrying Pen
  3. vDrive: Location
  4. 000Webhost: Location
  5. CSIS Server: Location

I find the CSIS Server to be easy to maintain and update files. It allows text-based generation and it's incredibly fast to log into, create/update a file, and forget about it. Sometimes the GUI of the other services can be confusing if the layout isn't as comparable as the server. The Vdrive would probably be my second choice.

Prog02

  1. PhpProject13

Prog03

  1. Prog03 Location

I chose CSIS server, because I am comfortable uploading/managing certain (simple) files with this service.

  • (However, I can see how GitHub can be more beneficial when projects take on different levels of complexity)

Prog04

  1. Prog04

Prog05

  1. Prog05

Prog06

  1. Prog06

Differences between javascript and jQuery

  • Javascript is a programming language, whereas jquery is a library
  • jquery's syntax focuses on brevity, which can help produce cleaner, less convoluted code
  • javascript is a combination of DOM & ECMA, where jquery just uses DOM
  • javascript developors need to handle multi-browser support, whereas jquery supports mult-browser compatibility which reduces development time
  • javascript cannot handle animations, jquery is capable of handling animations

Prog07

  1. Prog07