Posts

For Monday (4/5)

This is what I would like you to have to hand in, printed out and stapled together: 1. The main image people will see when they come to your homepage. If you don't already have an image that you know you want for your homepage, I'd like you to find an image that has the same "feel" as the image you'd like for your homepage (an "aspirational" image for your homepage). 2. The first sentence (or "headline") people will read when they visit your homepage. Try to think of this in terms of "voice" – not just a sentence that introduces people to what your site is "about," but which gives a sense of personality. It's the difference between "This is my photography website" and "As far back as I can remember, I've been in love with light." (Note: maybe, for a portfolio site, you just want to show an image with no text outside of the nabber – if so, write a sentence that will be the first sentence of your ...

Youtube Clip of the Day

Image

Ryan Coogler breaking down a scene

Image

References for Today (Monday 2/26)

Image
We're going to look at the Dreamweaver interface today - if you'd like to install a trial version on your own laptop (the 30-day period should cover what you need to do for class), you can grab it from this page: https://www.adobe.com/downloads.html Today, we'll talk about the Box Model: https://helpx.adobe.com/dreamweaver/how-to/understanding-the-box-model.html https://www.w3schools.com/css/css_boxmodel.asp Setting up a site in Dreamweaver: http://www.dummies.com/software/adobe/dreamweaver/how-to-set-up-a-new-or-existing-site-in-dreamweaver/ CSS in Dreamweaver reference: https://helpx.adobe.com/dreamweaver/using/css-designer.html Bootstrap in Dreamweaver:

Assignment for Monday, 2/26

Image
For Monday's class, I want you to do the following: Figure out what sort of website you want to make for this class. You'll still have time to adjust/change your mind, but I want to start nudging you to commit to the type of site you'll be making. Is it going to be a photography portfolio site? A site to sell  apparel? A travel blog? A journalistic site? An art site? Decide what "genre" of site you'd like to make, and find three examples of well-designed websites that already exist in that genre. So, if you're making a design portfolio site, find three portfolio sites for designers. And then: 1 .  Write and print out a list: what were the elements you liked about the sites you picked? What are the elements you disliked about the sites? What elements would you like to incorporate into your own site? The could be use of palette, organization, navigation, use of images, use of fonts, etc. 2. Create a wireframe for the homepage of JUST ONE of the sites you pic...

Casio Vanguard by Kurt Rosenwinkel

Image

Font Usage

5. Explain how fonts can be used and styled on web pages.   -Fonts are a vital aspect to your webpage design -Fonts can be styled as normal, italic and oblique -Font colors, sizing and spacing may be adjusted How can you prioritize fonts on a webpage, and how can you use a font that a   user might not have installed on their own computer? -CSS List of font families, and the browser will select the first font in the list and go down the list if the font cannot be found or downloaded   https://developer.mozilla.org/en-US/docs/Web/CSS/font-family -If it's not on your computer, you may use Google Fonts for example.   Explain at least five properties of fonts that can be customized through CSS. - font- family   - font- size - font- style (normal, italic, oblique) - font- weight - font- variant