https://github.com/tiffafoo/jsclass
Notes of JSClass 2017 at Dawson
https://github.com/tiffafoo/jsclass
Last synced: 12 months ago
JSON representation
Notes of JSClass 2017 at Dawson
- Host: GitHub
- URL: https://github.com/tiffafoo/jsclass
- Owner: tiffafoo
- Created: 2017-01-26T16:35:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-24T21:44:32.000Z (over 8 years ago)
- Last Synced: 2025-06-21T08:36:19.980Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 7.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTML, CSS, JavaScript, Emojis, Ajax & Cross-Browser Reliability (my favorite)
This is a full course on JavaScript for programmers and beginners. It is intended to help teach:
1. Client-side programming in a Web environment.
2. Applying HTML, CSS, JavaScript and Ajax to implement Web-based content.
3. Introduction to XML & JSON
4. Introduction to design concepts of a Web site
There are always summary notes made in crude Markdown as well as more clean pdf versions, written in Markdown and exported by our wonderful teacher, with more complete details. To see html/css/js
files in action, you can specify the path such as:
https://sirmerr.github.io/JSClass/[Weekx]/[filename]
## TL;DR
lookatdese, dis wa we made
1. [Memory Game](https://sirmerr.github.io/JSClass/Projects/Memory%20Game/index.html)
2. [Caesar Cypher Encryption Demo](https://sirmerr.github.io/JSClass/Projects/Project2/index.html)
## Week 1 😖? Missing Weeks?!
Well Week 1 was just a 'Hi y'all welcome back to school!', so there are no notes. If there there are missing NOTES.MD or something of the like, I either didn't have notes in particular for that week or I was absent.
## NOTES.MD?
Those are the notes I took in class. You're probably better off just reading the PDFs (which I might host back to Markdown *maybe*) since I mostly just took note of small things I wanted to remember or while doing class exercises. There are some good notes that include review questions though so look out for that.
## Cross-Browser Reliability?
Yup! Google might have dropped its support of IE8, BUT WE SURE HAVEN'T! To be fair, it's pretty interesting to know how to make certain things cross-browser reliable and I'm happy to have that in my information bank. On the other hand, IE.
I did very little testing on older browsers, but it should work about the same 😄.
**Some of the content isn't as clean as I'd like it to be right now unfortunately, but it contains solid material and a pretty clear structure.**
... Week 11's commit message is intentional