Topics: The Web Design Process and some review of Flexbox, CSS Positioning, and Floats
Important Note:
Adobe has stopped supporting the Brackets code editor as of last week(Sept. 1), and has made it complicated to download now, if you don't already have it, so I suggest you use VS Code going forward to do the coding in the class(download here). Sorry about the abrupt change. So, here is a video from the GDS 45 class on switching to VS Code from Brackets, and includes some useful VS Code extensions. VS Code and extensions change all the time, so things may change rapidly. However, VS Code is becoming very popular and seems to be emerging as a standard. The videos in the class were done using different editors like Dreamweaver, Brackets and VS Code, but remember the code is the same. It's just a different editor.
Assignments
There is some review this week, as well as some new things. We'll be getting everybody up to speed on the Web Design Process, Flexbox, CSS Positioning and Float Based Layouts(Review).
- Watch the video on The Web Design and Development Process - Methods and Resources - Duration 19:03
- If you haven't already, read the section on Flexbox in Ch. 16 of Learning Web Design
- This will provide more background on Flexbox.
- Do Exercises 16-1 through 16-3 to practice using Flexbox. You will make a menu bar, a flexible menu, and change the order of items. You do not have to turn these in, but the material is important.
- Assignment:
Watch the video on Display Options and Flexbox - Duration 33:02
- You may have seen this video in the GDS 045 class, but this time you will turn in the exercise (Sorry about the review if you have already seen this video, but I want to make sure everybody is on the same page as we get going)
- For this video, follow along with the video and recreate the page done in the video.
- The start files are here
- Drop your zipped site folder into the Canvas drop box in the Assignment module.
- You can check the Canvas calendar for due dates.
- Optional:
Watch this video from GDS 45 on Layout with Flexbox if you have not already seen this video, and you want to see flexbox used in a complete layout. This is a slightly older video on how to create a fixed layout with Floats, but you may run into sites like this, especially if doing a redesign. Use this start file(right click to download) if you want to follow along.
- If you have never played it, Flexbox Froggy is a great way to learn flexbox and get a feel for how to use many of the properties related to flexbox.
- Check out Multicolumn Layout as another method of creating columns
- Page 420 of Learning Web Design has information on this technique
- There is also a full article here
- This is a pretty easy way to make text flow into columns, and can come in handy
- Optional: Review Ch. 15 of Learning Web Design on Floats and CSS Positioning if you do not feel comfortable with them. Float based layouts are going away, but you MAY need to update a float based layout sometime, so it's good to know. Do the exercises there if you want to practice layout with floats, and if you have not already looked at these. These exercises are optional, and are not to be turned in. There are more resources on float based layout in the Additional Info section.
- Look at the information in Ch. 15 of Learning Web Design on CSS shapes, which is pretty cool, although I'm not sure it is being used too much out in the wild... Yet.
- Complete the Bio Page Project
- See more details here
- Extra credit if you use CSS Shapes on the assignment!
- Don't forget to validate your assignment by checking the file at: http://validator.w3.org/ Click on Validate File by Upload near the top, and then click the browse button, locate your file, and submit. Make any corrections necessary so you get the happy, green, OK message.
- To turn in assignments with multiple files or folders, it works best if you put all files in a folder and zip the folder. It is important to name your folder correctly BEFORE you zip it to send, so I know who's folder it is. Please name you folder like this firstname_lastname_assignX. Then when you zip the folder, I will know it is yours. Don't rename any files of folders inside your site folder before sending, as that will probably break things. To zip a folder on a PC, create the folder with your name on it like this firstname_lastname_assignX and put the files needed in it, then right click, select "send to," and finally "compresses (zipped) folder". On a mac, control click or right click on the folder and select compress. Remember to name the folder before compressing it, so I can see who's it is when it is uncompressed.
- Drop the zip files into the drop box under the Projects module in Canvas.