Wednesday, April 6, 2011

Class Notes

Javacript

Client-Side Language
(as opposed to Server-side)

All processed by the client, they reside on the browser.
Javascript only needs a browser to run, in other words the information doesn't have to go into the cloud and do what it needs to on a server.


CSS
p { color: red; font-size: 1.5em;}

p = selector
color = declaration
1.5, red = values
font-size = property
{ blah blah } = declaration block

jquery is all based on CSS

Every programming language has a syntax ( the rules/grammar that applies to that particular language).
A computer program is a series of steps performed in a designated order.

No comments:

Post a Comment