Verified Documents at York University

Browse the full collection of course materials, past exams, study guides and class notes for EECS 1012 - Net-centric Introduction to Computing at York University verified by our …
PROFESSORS
All Professors
All semesters
Michael S. Brown
fall
10

Verified Documents for Michael S. Brown

Class Notes

Taken by our most diligent verified note takers in class covering the entire semester.
EECS 1012 Lecture Notes - Lecture 1: Internet Engineering Task Force, Data Link Layer, Osi Model
The purpose of markup languages where its structured to a specific format that allow users to organize, improve appearance, and link text with data on
3307
EECS 1012 Lecture 2: HTML
Describes content and structure of a webpage. Html is a markup language, being text-based. An html element usually consists of a start tag and a end ta
7209
EECS 1012 Lecture 3: CSS
Describes the appearance, layout, and presentation of information on a web page. Css can be used inside a html document or can be put into a separate .
3145
EECS 1012 Lecture Notes - Lecture 4: Century Gothic, Serif, Minimax
3129
EECS 1012 Lecture Notes - Lecture 5: Css Box Model, Scrollbar
With the box model how it is, it makes it really ugly to place things the way you want it. The float property removes an element from the normal flow.
2130
EECS 1012 Lecture Notes - Lecture 6: Radio Button, Query String, Sport Utility Vehicle
3133
EECS 1012 Lecture Notes - Lecture 8: Javascript, Scripting Language, For Loop
Lecture 8-javascript (skipped lecture 7 because it only tells you how to think, does not give any info of what we"re supposed to learn. Javascript uses
7168
EECS 1012 Lecture Notes - Lecture 9: Global Variable, Web Browser, Hostname
Local scope means a variable is only available inside a function. A variable defined inside a function is only valid inside that function. Example: fun
4134
EECS 1012 Lecture Notes - Lecture 10: Mouseover
We can use the "this" keyword, because it corresponds to the object that just called the event. Example: window. onload = function() { var box1 = docum
2134
EECS 1012 Lecture Notes - Lecture 11: Regular Expression, Empty String, Pattern Matching
Lecture 11- javascript and forms (final lecture for 2018 because php lecture won"t be on exam) Javascript considers all expressions to be true, except
3201