- as always, post a link to your homework page where i should be able to see your revised creative brief (that you should have sent to you client for approval, btw, if i didn't say that before) and your site outline
- WE CAN NOW put our stuff up on the school's server. YAY!
Here is the info:
ftp Host: adga.citytech.cuny.edu
directory: public_html/
login: ad7168
password: same as what its been only the o is a zero - Rick Rollingdo not click this link
- Design Phase:
- How to Make a Functional Spec - Navigation: Main Nav. Vs. alt Nav. Motivated user vs. unmotivated user - When navigation strategy becomes part of marketing message, eg. SENSEI
- Examples and Tips in image production -- Take Notes!
- Browser Cam introduction and
user set up. - XTHML, CSS and JavaScript (the
Behavior Layer) - Introduction to Javascript (from the DOM Scripting
book):
- JavaScript Defined
JavaScript is a scripting language that's used to add interactivity
and dynamic behaviors to web pages and applications. JavaScript can
interact with other components of a web page, such as HTML and CSS,
to make them change in real time, or respond to user events.... more. - A Brief History of JavaScript
JavaScript fist appeared in 1995 in Netscape 2. IE quickly released
it's own version called VBScript in IE3. A standard was created by
the European Computer Manufacturers Association (ECMA) called ECMA
script. DHTML became a popular and then dirty buzzword as the browser
wars were fought in the late 1990's and as each browser used it's
own Document Object Model. DOM Scripting is the correct term for describing
the interaction of XHTML, CSS and Javascript. - The DOM
The Document Object Model is an API (Application Programming
Interface). It is an agreed upon standard that makes it possible for
programs and scripts to dynamically access and update documents on
the web. The W3C created a DOM that could be used by many different
programming languages. Real world examples are Morse Code, Time Zones,
the Periodic Table of Elements.
- JavaScript Defined
- JavaScript Syntax (the structural rules of a language)
- Statements: A series of instructions
//comments look like this
// and need slashes on each line
/*unless
you do this */statement;
statement;
statement;
- Comments: Like HTML comments, they are used to
keep track what's happening in your script.//comments look like this
// and need slashes on each line
/*unless
you do this */
- Keywords: Predefined terms, like var or
Array - Variables: Things that are subject to change, like
mood and age.
- Parts of a Variable
- Variable names are case sensitive and can't
contain spaces or puncuation. - Assignment: Giving value to a variable, like
happy or 25 - Contains: When an assignment has been given,
the variable mood "contains" the value happy. - Declare: Before assignment values to a variable
the variable should be introduced or "declared". - Literal: Something that is literally written
out in Javascript code, like "happy". - Scalars: A variable that can only have one
value at a time, like Strings, Numbers and Boolean Values - Data Types
- Data Types: Strings
- Strings consist of 0 or more characters and must be enclosed
in either single or double quotes. - Escaping is used when a quote is used as part of a the string.
The backslash character is used.
- Strings consist of 0 or more characters and must be enclosed
- W3C's excellent example page
- Data Types: Numbers
- Floating-point numbers (decimals) and negative numbers can
be used.
- Floating-point numbers (decimals) and negative numbers can
- Data Types: Boolean Values
- Boolean data has only two possible values: true or false
- Arrays: A grouping of multiple values under
the same name, for example you can have a variable called Beatles
that contains all four band members.
- An Element is a one of the values in an array.
- The Length is the number of elements that you want the array
to contain. - Populating is adding elements to an array.
- The Index is where you specify the order of the array.
- Numeric Array has an incremental number index starting from
0 - Associative Array uses a string instead of a number for
its index.
- Parts of a Variable
- Statements: A series of instructions
- DOM Scripting Prep
- Read through Chapter 1 and 2 from the DOM Scripting book to get
an understanding of the Javascript basics.
- Read through Chapter 1 and 2 from the DOM Scripting book to get
- Site Outline Due today / Functional Spec Assigned, it will be due next week, Functional Spec, in this case includes two things:
- wireframes
- site map
10 comments:
http://classes.jayvanburen.com/students/wendy/homeworkpage.html
Outline & Schedule
Home work Page
http://classes.jayvanburen.com/students/KiranJabeen/Myhomework2.html
http://abvex.wordpress.com/homework/
All My Homework is here in this page, please refer to the current week for the latest finished project.
http://classes.jayvanburen.com/students/nicolefwebwork/homework.html
Sitemap: http://artnaos.net/yana_temp/sitemap.jpg
rollover: http://artnaos.net/yana_temp/nav.html
-Yana
http://adga.citytech.cuny.edu/~ad7168/wsoto/homeworkpage.html
Jason Williams Homework site
http://adga.citytech.cuny.edu/~ad7168/jwilliams/index.html
Post a Comment