Wednesday, May 18, 2016

Major Project Idea


step 1:
My topic is ask teachers what their favorite songs and sing or rap it.

I will interview some of my closest teacher.

I will record it instead.

I'm going to research how to use the camera.


step 2:
I will be doing a interview.

Imovie

step 3:
Imovie will be the best because i will editing

step 4:
TBD

Monday, January 11, 2016

1.Responsive design is an approach to web page creation that makes use of flexible layouts, flexible images and cascading style sheet media queries. 

2.320, 768, 960

Thursday, January 7, 2016

Design trends of 2016

1. i personally like the 80's vintage look, or style, because its colorful and a classic look to it
2.










3. i like the looks very classic and colorful which catches mu attention and stands out
4. i would like to see more interactive menu's a they are fun and interesting and cool


Tuesday, January 5, 2016

Best of the web 2015

1. Twitch
2. 


3. It lets people of this community come together and be entrained by watching what they like.

Friday, November 6, 2015

Starting from scratch HTML and CSS

HTML video

1. Text mate
2.the homepage
3.index.hyml
4.<html>
5. <head> and <body>
6. all of the info of the webpage
7.rendering of the visible webpage
8.Address, body, image, head, cite
9.found out of specific location
10.<br>



CSS video
  1. Cascading Style Sheet
  2. Style rules directly to each html element
    Advantage: highly targeted
    Disadvantage: incredibly inefficient
  3. Consolidate all your styles into the head section of your html document
    Advantage: Allows you to add a single rule to apply to html file
    Disadvantage: Have to duplicate to each html file you make
  4. Allows you to have a single CSS file in multiple html documents
    Advantage: Can be used in multiple html files at once
    Disadvantage: Can be long and confusing to work with
  5. Element within a CSS document
  6. Color
  7. Background color, padding, color, etc...
  8. Changes the color of the hyperlink
  9. Link, active and hover
  10. Background, clear and color