ANNOUNCEMENTS
Announcements
RESOURCES
FOR YOUR WEBSITE

REQUIRED MATERIALS TO USE
1. Drop box class folder (I will make a special folder for each of you, but I need your email to send you an invite)
2. USB
3. PDF book: HTML and CSS: Design and Build Websites
4. Or/and PDF book: Learn to Code HTML and CSS
5. Learn webpage layout with CSS
6. HTML Handout
7. CSS Handout

FREE PROGRAMS FOR WORKING ON WEBSITES
For working at home. You can download and use:
BBedit (for Mac)
Text Wrangler (for Mac)
Notrpad++ (for PC)
Sublime Text (for Mac and PC)
Brackets (for PC)
(my personal preference is Dreamweaver, but it is up to you. Besides, it is not free)

DREAMWEAVER TUTORIALS
Adobe Dreamweaver CC quick tutorial for Beginners (11 min)
Adobe Dreamweaver short tutorials (by Adobe)
Adobe Dreamweaver CC for Beginners 7-Hour Web Development Course

For Later:
Connecting your server with Dreamweaver
Uploading files to server via Dreamweaver

SUBLIME TEXT
If you decide to use Sublime Text, here is the hint:
Quickly Start an HTML File in Sublime Text
1. To start a new HTML page, first create a new file in Sublime Text and save it with the .html extension. This will set the syntax of your document to HTML.
2. Type ! (an exclamation point) and hit Tab to expand it. Emmet will create the HTML page structure for you, allowing you to get right to work.
Note: This coding tip requires Emmet to be installed in Sublime Text.
To install an Emmet package:
Click Cmd+Shift+P, type Install Package, then search for Emmet and click Enter. Then close that Package Control Messages tab.

Sublime Text Tutorials (watch only first several tutorials)
Intro, Working with text, Managine files, etc.
You can find more tutorials on the Internet

As a last resort you can use Notepad (PC) and TextEdit (Mac). They are available on all computers by default, but you have to type all codes manually; no help with colors or mistakes
Tutorial how to use Notepad (PC) and TextEdit (Mac)

Note:
It doesn’t matter with what program you code; you can start working using any program, then continue using another one, then another one, etc. The main part is the code itself, not a program

  WEB DESIGN

GRID SYSTEM
A Comprehensive Introduction to Grids in Web Design
960 grid system Video
960 grid system

INFORMATION ARCHITECTURE
Site Structure/Map
Common mistakes of Site Structure
Creating a sitemap using Microsoft Word SmartArt
Creating a sitemap using Illustrator

WIREFRAMES
What is Wireframe?
Wikipedia: Website Wireframe
Why Are They Useful?
Creating Wireframes: Examples, Advice and Tips
Example of not High Fidelity wireframe
      and the mock-up that was built upon it
Example of VERY professional high-fidelity wireframe
At the left are notes for the client; at the right is the mobile version (the site is responsive).
Note: HF wireframes should have the real text, not Lorem Ipsum

MOCKUPS
A Comprehensive Guide to Mockups And tutorials how to create them
Examples:
Webpage mockup
Mockup for mobil, the same webpage. Responsive web design
Four sequential pages (out of 40)
Tutorials:
How to mockup a website in Photoshop CS6 (Video)
Create a Clean Modern Website Design in Photoshop
Design a Flat Website Mockup in Photoshop
You can use different Photoshop techniques; the point is – the mockups have to look ABSOLUTELY similar to the future site.

SEO
If you want people to find your site but don’t want to pay Google $1000 a month or more, you should implement some basic SEO techniques
What Is SEO Video and much more information
SEO for you to implement
SEO extended checklist
SEO 101 Tutorial with Videos
Image optimization for SEO

HTML AND CSS CODING

HTML CODING
Textbook: HTML and CSS: Design and Build Websites
HTML Handout
HTML at w3schools.com (all links at the left)
How to start in HTML and web design
7 Lovely Things About HTML5 Markup
30 Must-See HTML5 Tutorials (and more)
HTML 5 tags Click on each for demo and explanation
New HTML5 Features
HTML 4 vs. HTML 5. Structural elements
6 HTML5 tutorials with text, codes and videos

HTML HYPERLINKS
Hypelinks (From w3school)
Video HyperLinks
Video Hyper Link Pages
Video Hyper Link - image
Video HTML Links links to other pages, downloads and page sections
Video Linking pages located in different folders
Video Anchor hyperlink (target to sections of the page)
Videos Making a simple site with linked pages:
Links: Multipage Website (Part 1)
Links: Multipage Website (Part 2)
Links: Multipage Website (Part 3)

HTML ANCHOR LINKS
(Target to different sections on the same page)
Video Anchor links
Anchor links with page slide option practical
Anchor links with page slide option example

IFRAME
Iframe simple explanation
HTML 5 <iframe> Tag
Iframe simple example

MORE LINKS
Here is the file with the links from this Resourses page and many more in addition: web design, HTML, CSS, coding pieces: File with more links

USEFUL STUFF