Day 1 Stuff
Today we worked through a bunch of housekeeping stuff:
Illustrator
Illustrator is a vector editing program for working with resolution independent graphics.
Students need to familiarise themselves with the text tools, creating shapes, and changing colors. Students should also be able to navigate the layers panel. A couple students had not downloaded this app so they were given additional homework to make sure they have the basic skills necessary to work with the software.
Photoshop
Photoshop is a bitmap editing program for working with raster graphics.
Students need to familiarise themselves with the text tools, creating shapes, and changing colors. Students should also be able to navigate the layers panel.
Sublime Text 2
Sublime Text 2 is a text editor that enables authors to program with powerful features like code expansion and syntax highlighting.
Students should be able to open a directory with Sublime Text and to edit and save .html files.
Slack
Every student downloaded Slack. Still need to get some of them into the TIY Students account and to create the class chat thread.
Chrome
Chrome is the browser that we will use for viewing our code and for testing.
Students should be able to open the developer tools and view the html, css and box model views. Students should also be able to open their local text files in Chrome for review.
Portfolio Review and Demo Day
Portfolio Day will take place about a week before the class is over. Each student will present a minimum portfolio of 3 sites for review by around 12 professional designers and developers. Students should talk competently about the problems their site solve and should be able to justify their UX and design decisions.
Demo Day is an option presentation opportunity for student. They will be given the opportunity to create a 10 minute Keynote about their best project to present before a room full of hiring partners. Students must have completed all steps of the project and have practiced their keynote in front of their classmates.
HTML
We discussed the concepts of Semantics and Syntax. We discussed HTML attributes and nesting.
Tags covered: a, aside, blockquote, ul, ol, li, h1-h6, img, nav, header, footer, section, figure, div, span.
NOTE: Some tags are semantic and some are not. Can the students remember which is which?
The first assignment is to convert 4 pages of content into raw HTML. DUE TOMORROW.