Successfully reported this slideshow.
Your SlideShare is downloading. ×

Web 2.0 Lessonplan Day1

Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Upcoming SlideShare
PHP
PHP
Loading in …3
×

Check these out next

1 of 31 Ad

More Related Content

Slideshows for you (17)

Advertisement
Advertisement

Recently uploaded (20)

Web 2.0 Lessonplan Day1

  1. 2. This is what html looks like <ul><li><html> </li></ul><ul><li><head> </li></ul><ul><li><title>JESS3</title> </li></ul><ul><li></head> </li></ul><ul><li><body> </li></ul><ul><li>Hello world! </li></ul><ul><li></body> </li></ul><ul><li></html> </li></ul>
  2. 3. This is what a new document in Dreamweaver looks like <ul><li><!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;> </li></ul><ul><li><html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;> </li></ul><ul><li><head> </li></ul><ul><li><meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot; /> </li></ul><ul><li><title>Untitled Document</title> </li></ul><ul><li></head> </li></ul><ul><li><body> </li></ul><ul><li></body> </li></ul><ul><li></html> </li></ul>
  3. 4. <a href=“link.html”>click here</a>
  4. 5. Lets look at each part of that link <ul><li><A </li></ul><ul><li>Says that this is an anchor (<A ...>) tag </li></ul><ul><li>HREF=”link.html&quot;> </li></ul><ul><li>Says that the Hypertext REFerence for this anchor is the file ”link.html&quot;. When an anchor makes a hypertext reference, we call it a &quot;link&quot;. </li></ul><ul><li>click here </li></ul><ul><li>This is the text which appears on the web page. This text is usually highlighted in some way, such as coloring it blue, to indicate that it is &quot;hypertext&quot; (if you click on it, something happens). </li></ul><ul><li></A> </li></ul><ul><li>Closes the anchor </li></ul>
  5. 6. <a href=“http://www.aarp.org”> <img src=“aarpLogo.gif”></a>
  6. 7. <a href=“http://www.aarp.org”><img src=“http://assets.aarp.org/www.aarp.org_/build/templates/style/aarpLogo.gif”></a>
  7. 8. Ok, now we know what html is. Lets see how it is being used.
  8. 9. Software / Applications adium firefox -fireftp plugin for firefox adobe cs3
  9. 12. Del.icio.us Add to del.icio button http://del.icio.us/help/buttons
  10. 13. Website Field Trip Digg labs dafont kirupa coolhunting virb ywft + hydro74 freebies netflix iminlikewithyou
  11. 14. Make accounts with these sites del.icio.us Google docs gmail gcalendar google analytics youtube yahoo flickr mybloglog upcoming.org facebook linkedin twitter Threadless vimeo blinksale basecamp mixx digg pownce writemaps slideshare
  12. 15. Project 1; Sitemaps Lets take a look at the AARP’s site structure, talk about it and make a sitemap. What are the components of a sitemap? Why is this important? Writemaps VS illustrator lets look at some of my files http://www.jess3.com/UI-/
  13. 16. Overview; Sitemaps A visual vocabulary is a set of symbols used to describe something (usually a system, structure, or process). The vocabulary described here may be used by an information architect or interaction designer to describe, at a high level, the structure and/or flow of the user experience of a Web site.
  14. 17. When diagramming interaction design, our connectors also need to convey directionality to indicate how the user will move through the system toward completion of a particular task. Turning our connectors into arrows will do the trick nicely. We use the terms downstream and upstream to refer to the position of elements relative to this forward movement. Note that these arrows are not like the arrows indicating a one-way street, but rather like the arrows indicating the way to the food court in the mall . The user is not prohibited from moving in the opposite direction; the arrow merely indicates the direction in which the user is likely to want to go.
  15. 18. The rounded-corner rectangle is used to identify a group of pages that share one or more common attributes (such as appearing in a pop-up window, or having some unique design treatment). Use labels to identify these attributes or (as with connectors), refer to notes elsewhere in the document if you have a lot to say.
  16. 19. Some interaction designs require a sequence of steps (like a login procedure, for instance) to appear repeatedly in different contexts throughout the design. Often these sequences are merely a component of one or more larger tasks the user is trying to accomplish. (This is like to the concept of a subroutine in computer programming.) Such a reusable sequence is called a flow.
  17. 20. Lets make a sitemap -open visualvocab.pdf and IA_elements.ia
  18. 21. Project 2; FTP Open up fireftp http://fireftp.mozdev.org/ FTP stands for File Transfer Protocol. It is the sister of the more commonly used HTTP. Both protocols deal with transferring data across the internet. FTP is a way for you to take files from your computer and upload them to another computer, usually a web server. Or, it is also a way of downloading files from another computer to yours.
  19. 22. Project 2; FTP ftp.jess3.com Username:workshop Pass:jess3 that is access to this folder; http://jess3.com/workshop/
  20. 23. Project 3; Photo Gallery 1 Open up the simpleviewer folder Lets get some photos ready for the gallery. And think of captions too! Limitation: SimpleViewer is designed for viewing around 50 images per gallery. More images than this can cause slow performance on older machines, as all the images are loaded into memory simultaneously. Split them up into multiple galleries!
  21. 24. Project 4; Pie Charts Open up Google Docs http://docs.google.com/ we will eventually get something like this. <img src=&quot;http://spreadsheets.google.com/pub?key=p4oJttqpZsK4aFQ2wuK-eWw&oid=1&output=image&quot; />
  22. 25. Project 4; Pie Charts
  23. 26. Project 5; Mp3 Player 1 <object type=&quot;application/x-shockwave-flash&quot; data=&quot;dewplayer.swf?mp3=jess3live.mp3&quot; width=&quot;200&quot; height=&quot;20&quot;> <param name=&quot;movie&quot; value=&quot;dewplayer.swf?mp3=jess3live.mp3&quot; /> </object>
  24. 27. Project 5; Mp3 Player 1 Proper file names Jack Johnson - 07 - Wasting Time.mp3 jack_johnson-wasting_time.mp3
  25. 28. Project 5; Mp3 Player 1 <object type=&quot;application/x-shockwave-flash&quot; data=&quot;http://jess3.com/workshop/mp3/dewplayer.swf?son=http://www.jess3.com/workshop/mp3/eddie_vedder-society.mp3&bgcolor=353535&quot; height=&quot;20&quot; width=&quot;200&quot;><param name=&quot;movie&quot; value=&quot;http://jess3.com/workshop/mp3/dewplayer.swf?son=http://www.jess3.com/workshop/mp3/eddie_vedder-society.mp3&amp;amp;amp;bgcolor=353535&quot;></object> Security restrictions for cross-domain. The *.mp3 file must be in the same domain as the swf file
  26. 29. Project 5; Mp3 Player 2 http://del.icio.us/help/playtagger How to include Copy the code below and place it in anywhere in your HTML. <script type=&quot;text/javascript&quot; src=&quot;http://images.del.icio.us/static/js/playtagger.js&quot;></script>
  27. 30. <ul><li> 1. Get Greasemonkey.http://greasemonkey.mozdev.org/ If you haven’t heard of this Firefox extension (or still don’t see why you’d even need to switch to Firefox!) </li></ul><ul><li>2. Install the Del.icio.us MP3 userscript. </li></ul><ul><li>Like lots of userscripts, this is a “Greasemonkification” of an already existing javascript, in this case the “Del.icio.us Playtagger“, that lets webmasters insert an inline Flash player automatically for every linked MP3 url: </li></ul><ul><li>3. The result: on any webpage with linked MP3 links, the power of Greasemonkey makes the inline player appear, exactly like in the playtagger examples. Now you can listen to the audio right away, and decide whether you want to have it on your MP3 player for off-line listening. If so, click the “tag this” button and save the MP3 link to del.icio.us like you would do with any other link - use e.g. the tag “tolisten” as a reminder (analogous to the often-used tags “toread” or “toprint” in del.icio.us :-) ). </li></ul><ul><li>4. Now filter your del.icio.us account with the “magic” tag “system:filetype:mp3″: </li></ul><ul><li>del.icio.us filtered with mp3 system tag </li></ul><ul><li>Not only you have the list of all your mp3 files, the corresponding rss link http://del.icio.us/rss/<username>/system:filetype:mp3 under the icon will be a full-fledged podcast (= with mp3 enclosures) you can feed to your podcatcher (=podcasting client). </li></ul><ul><li>You do not need to assign this “system” tag yourself in order to be able to filter on it - Del.icio.us infers them from the file extension - did you know del.icio.us has similar tags for video, images and documents as well? </li></ul><ul><li>5. By refining your selection with your own tags (such as “tolisten”, or “jazz”, or “interview”, whatever), you create your own shareable playlists. </li></ul>

×