Fall 15 TR – Week 1 notes

  • Comments Off on Fall 15 TR – Week 1 notes

UI – user interface  / visual designer

UX – user experience

IxD – Interaction Design

_____________________

HTML –
HyperTextMarkupLanguage
Tim Berners-Lee 1980
Defines what the content is
<p>inside content</p>
<h1>headline</h1>
<strong>
<em>

HTML Anatomy
tags = element

attribute

<a href=”http://www.csun.edu”></a>
<p lang=”fr”>affsdsafadsfasdf</a>
<div class=”container”></div>
<p color=”blue;”></p>
<table width=”100″ border=”2″></table>

<h1>words<strong>words</strong></h1>
<div>
<div>
</div>
</div>

__________________________

CSS
Cascading Style Sheets
Defines what it should look like.
selector {property: value;}
p {  color: “red”;
font-family: “arial bold”; }

JavaScript
js = behaviors
jquery

PHP
Server Side Language
functions

MySQL
Database

“Unicorn”

___________________

Designers –
Developers –
Browsers –
IE

__________________

Domain names $7-$10
Servers = Hosting
$4-infinite

____________________

First HTML Assignment:
Static Site about your pet.
Due in 1 week
Minimum 6 pages
Basic HTML
File folder structure / use of subfolders
Assessing your ability to write basic HTML and manage a series of files+folders

Must contain:
6 pages
Ordered List
Unordered List
Images
Mail Link
Open new window link

Child Folders:
folder/

Parent Folders:
../

Grandchild Folders
Grandparent Folders

 

>>>FILES FROM CLASS