This is the P2PU Archive. If you want the current site, go to www.p2pu.org!
Great class! I've put a record for those who couldn't attend at 7am
1) Think of a favorite hobby or sport. Design a one page tribute to this topic
2) Use the CSS properties you've learned this week. Focus on composition and layout. Play with color. Use negative space (margin and padding).
3) Spend a lot of timing breaking, busting and flowing with the different CSS properties. See what is possible, but also notice what is difficult.
4) Upload your work and let others know in the forum, so you can critique and discuss.
5) You must use margin, padding, and float... but surely you'll use more than just those, right :)
Also: Longer term assignment...
Start thinking about a mockup for a custom lifestreaming page design.
What is a lifestream? Check out these various sites:
http://krynsky.com/lifestream/ - Wordpress Plugin
http://cliqset.com/dbounds
http://flavors.me/chepedaja#56a/twitter
http://friendfeed.com/ozten
http://jessl.in/#320/twitter
http://lifestream.aol.com/ajayds82/
Basically, imagine you call pull in your various bits from across the internet, Twitter, Flickr, etc into the homepage of your personal website. Now create a great design that highlights this content.
Over the next three weeks, we'll do a mockup and then start implementing it in HTML.
1) Validate week 2's assignment using
http://validator.w3.org/
and fix any errors which are reported.
2) Add a CSS stylesheet to your page
3) Use the following CSS properties to change the style of your page
color
background-color
font-weight
font-family
border
Feel free to explore other CSS properties you find on the web.
4) Validate your CSS and HTML with validation tools discussed in class.
5) Post a link to your work in the forum, so others can discuss and evaluate your work
Week 2 due Sept 29
Time to get creative! Tell the class your story. It can be any story, but maybe something you've done lately or where your are from.
Here is a basic html5 webpage:
<!doctype html>
<html lang='en'>
<head>
<meta charset=utf-8>
<title>Hello, World</title>
</head>
<body>
<p>Hello World</p>
</body>
</html>
Week 1 due Sept 22
This first assignement has three parts. Please do them all.
I will be around during office hours to help you if you get stuck or have a question.