Learning Path: Real-World Web Design
Course
Online
Description
-
Type
Course
-
Methodology
Online
-
Start date
Different dates available
Brush up your front-end development skills with real-world examplesThe pressure to make every user experience unique and engaging is only going to rise as UX innovation raises the bar. Stay updated on the latest design tips and techniques and apply them to your own work straight away with this practical Learning Path.About the AuthorJoshua MillerJoshua Miller is a freelance web designer, college professor, and interactive artist living in eastern Pennsylvania. He has taught courses in animation, web/graphic design, video game design, and programming at a variety of schools, including Lehigh University, Northampton Community College, Drexel University, Lafayette College, Montgomery County Community College, and Lehigh Valley College. He currently holds a tenure-track position at Kutztown University, where he teaches web design, graphic design, and interactivity. He also teaches part time at Lehigh University, and runs a successful freelance design business in his downtime. His true interests lie in the intersection between design and programming, specifically with the creation of digital interactive work.Ben FhalaBen Fhala discovered his passion for data visualization seven years ago while he was working at Parsons in New York, in their data visualization department, PIIM. He is the owner of the online video training school, 02geek.com, and an Adobe ACP. He enjoys spending most of his time learning and teaching and has a love for visual programming and visualization in general. Ben has had the honor of developing applications for members of the US Congress, Prime Ministers, and Presidents around the world. He has built many interactive experiences for companies such as Target, AT&T, Crayola, Marriott, Neutrogena, and Nokia. He has technically directed many award-winning projects and has been part of teams that have won three Agency of the Year awards.Chris R. Becker
.
Chris R. Becker is an Imaginative and creative Sr ion for teaching others with a...
Facilities
Location
Start date
Start date
About this course
Build a responsive site from start to finish, from mockup to HTML and CSS implementation
Understand the advantages and disadvantages of RWD compared to other web design techniques
Learn to build a fluid layout starting from a digital mockup
Create breakpoints in a layout and write the code to modify the layout of your site at each breakpoint
Understand techniques to test and maintain your responsive code on different devices
Format headers, footers, and column layouts in a way that will adapt to different browser sizes
Target specific viewports to present an optimized view of your website for a given device
Get an in-depth knowledge of media queries—the heart of responsive web design
Create advanced design strategies for different devices, aspect ratios, and resolutions
Work with the Twitter Bootstrap framework to build effective designs
Make your design backward-compatible and expand support to IE9 with HTML5shim
Enhance the user experience using relative measurement types
Stay up to date with all the future developments in web design and discover CSS4 media queries
Understand the important concepts of human psychology, HCI, design and product thinking that make up UX
Build a website structure keeping in check user flows and sitemaps
Exploit wireframes and build a solid one for responsive web design
Get to grips with UX best practices and incorporate them in your web design
Apply heuristics and usability to create a successful web plan
Learn how to build a clickable wireframe prototype to enhance responsiveness
Apply user testing and design iteration to ensure smooth web experience
Master web layouts using a modern and popular front-end framework
Implement custom layout elements such as page layouts, image carousels, and list styles
Easily manipulate a grid-based layout system with the Twitter Bootstrap grid
Extend Bootstrap using custom icon fonts to produce retina-ready graphics for any device
Reviews
This centre's achievements
All courses are up to date
The average rating is higher than 3.7
More than 50 reviews in the last 12 months
This centre has featured on Emagister for 6 years
Subjects
- Media
- Programming
- EMS
- University
- Web
- Image
- Layout
- Design
- Teaching
- HTML
- Testing
- Options
Course programme
- Understand what RWD is
- Get to know what will be covered in this section.
- Know why RWD matters
- Get an overview of the devices on which RWD can be used
- Analyze its use on Mobile versus Desktop
- Get to grips with tips on the use of Responsive Web Design
- Overview of device breakpoints
- Know the alternatives to RWD
- Get to know the pros/cons of RWD
- An overview of what will be covered in the video course
- Start with a pixel width layout and convert to percent
- Use the equation width = target/context
- Learn how to deal with large decimals
- Work with the target/context formula
- Start with a sample mock-up and learn how to calculate widths
- Work through sample layout
- Determine a breakpoint
- Program a breakpoint in CSS
- Determine how the content will move at breakpoint
- Code the breakpoints in CSS
- Learn the syntax of media query CSS
- Write your first media query
- Implement the code from previous video in the browser
- Keep in mind that you should never duplicate the code
- Learn how to override the settings for media queries
- Find out the render resolution of your mobile phone
- Learn how to use viewport meta tags
- Plan and create mock-ups for a traditional layout
- Translate that layout to fluid width and media queries
- Build a complete responsive layout
- Start the HTML code for our site
- Build an HTML layout for our demo site
- Analyzing CSS reset options
- HTML5 Shiv & Boilerplate as a starting point for a responsive design
- Make a consistent layout for all modern browsers
- Add the div logo
- Add UL and LI's for navigation
- Add the header element
- Add UL and LI's for the 4 column layout
- Add the filler text and headline tags
- Add images
- Add text in the left column of the footer
- Add the right column with images
- Briefly cover the use of CSS
- Build CSS for container
- Calculate the percent width for logo
- Calculate the percent width for navigation
- Write the CSS
- Build a framework for navigation LI's
- Format navigation styles
- Style the navigation list items
- Make live adjustments with Inspect Element/Debug tools
- Write styles for the header
- Scale the header image to fill the width of the element
- Calculate the width for column styles
- Write the styles for the list item
- Write the style for image tag in the list item
- Create styles for h2
- Format the paragraphs in the columns
- Build the footer styles
- Format the right and left columns in the footer
- Remove pixel width from the container
- Bind the scaling of the page with max-width
- Review the mock-ups
- Scale the layout and determine the breakpoints
- Write the media query CSS
- Modify the body style in the breakpoint
- Modify the width of the navigation bar and adjust alignment
- Make the logo and fill the logo div
- Build a media query for 600 px width
- Make the navigation bar fill the width of the device
- Center and shrink the logo
- Adjust column width to fill 100percent
- Adjust the size and position of the image in the columns
- Adjust the text alignment of the header
- Adjust the footer content to fill the width, which will cause the content to stack
- Write media query CSS for 480 px (and smaller) devices
- Hide the paragraph content in the four columns
- Adjust the navigation content to make it more visible on a small device
- What is an EM and how do you use it
- Scaling EMs
- Working with percent-based font width
- Understand the problem of cascading/compounding sizes in percent or EM layouts
- Demonstrating the cascading/compounding problem with EM and percent
- Test the code
- Learn what is an REM
- Test our code using REMs
- Learn about VM,VH,VMAX, and VMIN
- Check the browser compatibility
- Discuss how they will be used in the future
- Learn about FitText to scale the headline text
- Discuss background-size properties that allow background images to scale
- While using background-size, consider the background-position
- Hide/show content
- Use adaptive images as a JavaScript solution
- Learn how images will work in the future of RWD
- Analyze Bootstrap, Amazium and Unsemantic
- Understand what a CSS Pre-processor is, along with examples
- Learn how Pre-processors provide variables, nesting, repeated code, and more
- Use links to other resources for programming and testing
- Understand what RWD is
- Get to know what will be covered in this section.
- Know why RWD matters
- Get an overview of the devices on which RWD can be used
- Analyze its use on Mobile versus Desktop
- Get to grips with tips on the use of Responsive Web Design
- Overview of device breakpoints
- Know the alternatives to RWD
- Get to know the pros/cons of RWD
- An overview of what will be covered in the video course
- Start with a pixel width layout and convert to percent
- Use the equation width = target/context
- Learn how to deal with large decimals
- Work with the target/context formula
Additional information
Learning Path: Real-World Web Design
