Art 301 MW – Week2A
DW is not a WYSIWYG
Avoid scaling images in DW
Rely establishing a root folder system
Child:
folder/page.html
Grandchild:
folder/folder/page.html
Parent:
../page.html
Grandparent:
../../page.html
BLOCK LEVEL VS INLINE LEVEL
Additional Notes:
HTML
HYPER TEXT MARKUP LANGUAGE
Tim Berners Lee
1980
WEB/NETWORK
HTML Defines what content is.
element or tag
<tag>content</tag>
<p>content</p>
<h1>content</h1> through h6
<div>
<span>
<em>
<strong>
<li><ul><ol>
<img src=/>
<br/>
nesting tags:
<div><p><strong>content</strong></p></div>
______________________________
CSS
Cascading Style Sheets
CSS defines what the content should look like.
Selectors
a. tag
b. ID #
c. class .
#rule {property: declaration;}
p {color:#000;}
_______________________________
Javascript
Behaviors/Animations/Functions
jquery – library animations
________________________________
PHP/ASP
PHP – linux
ASP – windows
_________________________________
Flash and Actionscript
Animation vector based.
Interactive application via web.
1. iOS killed
2. requires a plugin
___________________________________
MySQL – database
____________________________________
USER AGENTS
IE
Chrome
Firefox
Safari