Creating Responsive Web Design
- Descripción
- Currículum
- Reseñas
-
1Course IntroductionVideo lesson
See a brief overview of the web page we'll be creating, which includes a responsive design for varying screen sizes, smaller download sizes for small screens, as well as adaptive usability techniques.
-
2Tools you need of this courseVideo lesson
Learn about various text editors you can use during this course.
-
3Introduction to HTML and CSSVideo lesson
If you have never worked with HTML or CSS, this video will get show the basic relationship between the two technologies. If you have worked with HTML and CSS, skip this video.
-
4Creating your project rootVideo lesson
Download the Project Files (link above) and begin our project by creating a root directory for our web page.
-
5Examining the design compositionVideo lesson
Based on the design, we'll formulate a plan for converting the design composition to HTML and CSS. If you'd like to skip creating the graphics, there is also a "Skip Photoshop" folder with a copy of all of the final web graphics you can use in your web page.
-
6Slicing and optimizing the banner graphicsVideo lesson
Finally, we'll save the various banner graphics for our responsive design. If you'd like to skip creating the graphics, there is also a "Skip Photoshop" folder with a copy of all of the final web graphics you can use in your web page.
-
7Optimizing the template and content graphicsVideo lesson
Now we'll save out the graphics for the template and content graphics. If you'd like to skip creating the graphics, there is also a "Skip Photoshop" folder with a copy of all of the final web graphics you can use in your web page.
-
8Adding the starter files to your projectVideo lesson
Adding the starter files from the Project Files. Be sure to download the project files form Section 1, Lecture 4.
-
9Linking CSS files to an HTML fileVideo lesson
Creating links to external CSS files from your HTML file.
-
10Adding tags to the head area of the HTML fileVideo lesson
Adding a meta tag for the viewport and the Google HTML5 Shiv for IE 8 and below.
-
11Creating the main content containersVideo lesson
Creating the main HTML content containers for our web layout.
-
12Adding promo containers and adding navigation linksVideo lesson
Adding HTML containers for our promo boxes and the navigation links.
-
13Adding content to the containersVideo lesson
Adding sample content from our code snippets.
-
14Style the background and page containerVideo lesson
Adding CSS styles for the background and page container
-
15Adding typographic stylesVideo lesson
Adding style to our typography with CSS.
-
16Creating compound CSS rulesVideo lesson
Creating compound CSS rules to target more specific elements in the HTML page.
-
17Creating CSS rules for layoutVideo lesson
Creating CSS rules specifically for web layout.
-
18Setting CSS rules to floating promo containersVideo lesson
Setting up CSS layout rules for the promos and navigation.
-
19Adding a CSS rule within an inline CS3 media queryVideo lesson
Writing an inline CSS3 media query to target the copyright text.
-
20Adding CSS rules for medium screen sizesVideo lesson
Creating CSS rules to optimize the layout for medium screens.
-
21Adding CSS rules for small screen sizesVideo lesson
Creating CSS rules to optimize the layout for small screens.
-
22Styling the navigation for small screensVideo lesson
Repositioning the navigation for small screens.
-
23IntroductionVideo lesson
This introducion shows this web design final project adapting to various browsers, platforms, and screen sizes.
-
24Review the Project FilesVideo lesson
A quick walkthrough of the files provided with this course.
-
25Project FilesText lesson
Contains the final HTML and CSS project files, as well as the pre-slices native Adobe Photoshop templates.
-
27Creating Content ContainersVideo lesson
After creating our HTML5 document, we'll add the necessary markup for the outter-most content containers of our web design.
-
28Adding Sample ContentVideo lesson
We'll add sample content into or content containers, including headings, sidebar container, lists, and anchor links for the navigation.
-
29Creating CSS FilesVideo lesson
Create two new CSS files and link them into the HTML file. Next, we'll link the CSS file, and then link in the Google HTML5 Shiv JavaScript using a conditional statement that is only targeted to IE 7 and 8.
-
30CSS for Styling TextVideo lesson
We'll start by creating the CSS rules that willbe used for styling the text and design elements.
-
31CSS for LayoutVideo lesson
Create CSS Rules that manipulate the content containers to replicate the desired layout.