Week Fifteen
Special Announcement
Update to Final Typography Review
For those still checking this page, I've updated the final typography review section below in light of what was discussed in class. It contains information on styling the Showform page and on revising and styling the desgin of the User Survey (Feedback Page), with a new example. Basically, as I suggested last week, the default design used on many of the first drafts looks pretty bad. The additions to the final typography review presents some basic revision strategies to help with improving the look and usability of the survey.
And again: your Showform Page should have the same basic design and layout as your other pages. It should not be a blank white page with a table on it and nothing more.
Fall 2009 Gallery
Added to the site: a gratuitous gallery of the weekly images for web authoring Fall 2009. Also online are galleries for Fall 2008 and Spring 2009
Work Due
Final Project
The Final Project is due online at 7 PM, Monday, Dec. 14. See the instructions for submitting your work under the Week 14 Homework.
Again (because it's extra importnat): Once you've submitted your project, do NOT modify the contents of your final folder without first getting the instructor's permission (via email). Your final folder must remain online and unchanged until at least the first week of the Spring semester.
Week Fourteen
Special Announcement
Late Start
The Wednesday afternoon section (425:01) will start this week at 5:30 PM.
Work Due
Final Project
Progress on Final Project.
Again: At this point I need to be able to follow your final progress on the project. Current versions of your work need to be accessible on Eden (not on your laptop or your computer at home). If all I can see on Eden are files from early or mid November, I will assume that you've fallen behind. Therefore, be sure to update your files.
Discussion
This Week's Items of Interest
An online portfolio of work by Allyson Haller.
Review of Last Week
If needed, we wil review any of things covered last week: home and visual page revision; adding functionality to your Feedback Page using the Show Form PHP script (or an equivalent script); jQuery based image galleries; and cross-browser compatibility using conditional comments.
Final Typography Review
Dividing text into short (chunked) paragraphs. Pull quotes. Etc.
As noted last week: The Feedback Page uses a form element as its main structural feature (to input the user information). The reciprocal Showform Page uses a table element as its main structural feature (to output the user information). On designing and styling tables, see Smashing Magazine's Top 10 CSS Table Designs for the basic advice and good models.
And speaking of the Feedback Page: Do not forget that you need SPACING between fieldsets. Constrain the width of fieldsets as you would paragraphs and other text elements. Moreover: minimize the verticality of the layout to minimize scrolling. For example: the buttons for YES and NO answers or checkbox answers should not be on separate lines. Each input does NOT need to be in its own paragraph.
For example, a fieldset doesn't need to be stretched out onto many different lines. Notice how the layout below from a user survey for a biology club website makes using the form difficult, slower, by stretching things out. It also doesn't look very good and IGNORES the proximity principle.
Instead, it could easily be compressed, like this:
Activities
Site Harmonization Continued
Here is a site harmonization checklist:
- All pages and images display (i.e., no permission problems, no size or proportion problems).
- Site nav (i.e., page to page linking) works for ALL pages and is in the SAME place on all pages after the home page.
- Optimally: Site nav indicates current page. (E.g., link for the current page has a different color.)
- Subnav on all pages works and long pages have "back to top" links.
- Banner or equivalent appears on all pages.
- All pages link to a single CSS file for your whole site.
- All pages are visually consistent and clearly identified as the pages they are (via title, banner, h1, etc.).
Workshop for Final Project
Work on Final Project. Review the Final Project Checklist. Test your pages in IE 7. Test your Javascript.
Homework
Final Project
Complete your Final Project. Review the Final Project checklist one last time.
Your complete Final Project is due online by Monday, Dec. 14, 7 PM. All files (XHTML, CSS, images, .swf files, .js files, .php files, etc.) should be in the same "final" folder inside your "425" folder on Eden.
Once you have completed your project, post a link to the Home Page of your Final Project (inside your "final" folder) in a reply to the "Final Project" thread on the Class Forum. I will not examine your project, or consider it submitted, until you post a link.
After you have submitted your project, you must leave it online and unchanged for at least one month after the semester ends. (If you wish, of course, you may continue to work on a different version of your project in another folder or on another server. Just remember to leave the submitted version in your "final" folder unaltered.)
Finally leave a CD copy of your entire final project by Wednesday, Dec. 16, 12 noon either (1) in my mailbox in the Murray Hall mailroom on College Ave or (2) under my office door, Loree 010, on Cook/Douglass.
| What | Where | When |
|---|---|---|
| Final project | "final" folder on Eden | 7 PM, Monday, Dec. 14 |
| Link to the Home Page of your final project | "Final Project" thread on Class Forum | 7 PM, Monday, Dec. 14 |
| CD copy of final project | Murray Hall Mailroom (CAC) or Loree 010 (C/D) | 12 PM, Wednesday, Dec. 16 |
Final Office Hour
You can receive your final grade and your graded final work from me in my office, Loree 010, on Wednesday, Dec. 16, 5-6 PM.
Week Thirteen
Work Due
Second Text Page Text
Second text. 1200-1600 words. Topic and genre must be discussed with and APPROVED by the instructor (via email is fine). Stapled, numbered pages. Serif font. 1.5 line spacing. As before: include word count at the end.
Also: save digital version in your "hw" folder on Eden.
Final Project
At this point I need to be able to follow your final progress on the project. Current versions of your work need to be accessible on Eden (not on your laptop or your computer at home). If all I can see on Eden are files from early or mid November, I will assume that you've fallen behind. Therefore, be sure to update your files.
Discussion
This Week's Items of Interest
Free and lovely science art and photo library: Conceptual Diagram Symbol Libraries.
Website example: Garen Ewing's Rainbow Orchard. Genre: web comic.
Soh Tanaka, 5 Useful Coding Solutions For Designers And Developers. The first solution discussed is that of designing a CSS timeline. The Timeline itself can be found at 37signals.
Below is an interesting variation on the comparative timeline found in a magazine. This is the kind of thing that would not be out of place on a designer's or artist's portfolio site. (A few more visuals, of course, if it was to count as a visual page.) A timeline doesn't need to to measure in years or centuries. Scale your timelines to the topic of interest.
Adding Simple JavaScript to your EWP or Visual Page (2)
One more demo: Denis Goes to Namibia. This uses Trent Foley's Gallerific plug-in for jQuery.
Review of Recent-ish Work
For old times' sake: We'll take a look at your Flash EWP, Visual, and Feedback Pages.
Revision
Here as an example of a homepage revision process.
Related reading: Chris Coyier, Text Blocks Over Image.
CSS Bugs & Hacks
Web pages that display properly in Firefox don't always display properly in IE. To resolve this problem: Use Conditional Comments to get your site to display accurately in Internet Explorer. Note: Your final project will need to display properly in Firefox 3 (or higher) and IE 7. If it displays properly in IE 6, that's extra credit (if I check). IE 8 doesn't count. If you're checking in IE 8, set its behavior to that of IE 7.
Related reading: 9 Most Common IE Bugs and How to Fix Them.
Here is another explanation of conditional comments.
Basic conditional comment for an IE-specific external CSS file:
<!--[if IE 7]> <link rel="stylesheet" type="text/css" href="ie.css" /> <![endif]-->
You would insert this special comment into the HEAD of your HTML file.
You should avoid using hacks based on browser bugs; but you should familiarize yourself with the following hacks so that you recognize and understand them when you encounter them in older or less-than-bautiful code:
- Star HTML Selector Bug (will not work in IE7)
- Underscore Hack (should still work for IE7)
- Easy Hacks for IE7
PHP: Getting the Feedback Page to Send Data
Like Javascript and the Actionscript underlying Flash, PHP is a scripting language. Unlike the other two which run in a browser, PHP runs on a server (e.g., on Eden or RCI).
For your final project, implement the Show Form PHP script (or an equivalent script). This will generate a new page containing a table that presents the feedback information from your Feedback/Form Page.
Basically you can cut and paste the code into Notepad and save it with a .php extension. Then, in your FORM tag on your Feedback Page specify the file name as the action value (e.g., action="showform.php").
Note: PHP is a server-side script, so it will only work from a server with PHP installed (Eden does), but it will not work on your desktop or other personal computer. So you'll need to check the script online.
On PHP, see W3 Schools' PHP Tutorial, etc.
Ian Jennings, a student from last semester, offered this PHP script for sending your feedback data to a specified email address. He's added helpful instructions/comments in the source code.
Final Project Pages (Review)
Pages of the final project should include:
- Home page with title, site nav, and introductory text
- Two text pages: (1) Review page with 9-item links sidebar and (2) second open-genre text page
- Two different visual pages (e.g., portfolio gallery page and project photo-documentation page)
- Two supplementary pages (each must be a different genre)
- Feedback/User Survey Page and related Showform PHP Page (or equivalent) with multiple questions
- Author page = an About page.
So ten different pages altogether, plus a main external CSS file and an IE CSS file.
Final Project Checklist
Activities
Site Harmonization
Here is a site harmonization checklist:
- All pages and images display (i.e., no permission problems, no size or proportion problems).
- Site nav (i.e., page to page linking) works for ALL pages and is in the SAME place on all pages after the home page.
- Optimally: Site nav indicates current page. (E.g., link for the current page has a different color.)
- Subnav on all pages works and long pages have "back to top" links.
- Banner or equivalent appears on all pages.
- All pages link to a single CSS file for your whole site.
- All pages are visually consistent and clearly identified as the pages they are (via title, banner, h1, etc.).
Workshop for Final Project
In-class time to work on revising the midterm and developing your new pages.
Homework
Final Project
Work on final version of your project.
Remember: Your final project will need at least two supplementary pages whose topic and genre should also be discussed with the instructor.
Update from class: Here is the modified version of Jenn's Image Gallery. As disucssed in class: I've put the thumbnail images inside a div with the class name "gallery-images" and assigned it the postion property: relative. This positions the large image absolutely but in relation to the new div, not the body of the page. I've also adjusted the CSS for the thumbnail images so that they don't wobble in the hover state.
Week Eleven
Special Announcement
Late Start
The Wedensday afternoon section (425:01) this week will start at 5 pm.
Work Due
Favicon
Use Google to find out how to make a favicon (e.g.,
) for your website.
Then make one. Add to website via Eden.
Topic for Second Text Page
Topics for the second Text Page must be approved by the end of this week. The Text Page will be due the class following Thanksgiving. So have a preferred idea and at least one back-up idea ready for discussion.
EWP - Flash Version
Style the page with your embedded movie using CSS and upload it to your drafts folder. Then create a link to the page in a reply to the "EWP - Flash movie" thread on the Class Forum.
The basic content requirements, as covered in class:
- Title and credit "slide".
- At least seven of your EWP images plus titles and captions. These should not blink on and then blink off. Rather, as demonstrated in class, they should fade in and out. Or animate in and out in some other way.
- Concluding slide: "The End" or something like that.
- Author slide with picture, name, and three sentence "about" bio. This is your actual last slide, the one on which your movie should stop.
- Sound is optional, as are any other features or effects.
And the basic functionality requirement:
- The movie/slideshow stops on the Author slide, does not loop.
- The author slide contains at least one (working) link to Home Page, Bio Page, or other page on the web.
- The movie plays on a webpage using the SWFobject embedding method.
Discussion
This Week's Items of Interest
Smashing Magazine: CSS-Based Navigation Menus: Modern Solutions and Navigation Menus: Trends and Examples.
Data Visualization: Modern Approaches
Sprint Widget Mosaic = Visualizing the Now!
Create an analogue clock [on your website] using only CSS!
More from Dynamic Drive: hover-activated CSS changes for navigation buttons.
Adding Simple JavaScript to your EWP or Visual Page
Let's take a look at this fairly simple HTML Swap Demo.
Next, let's take a look at these related HTML swap Demos: Three, Four, and Five.
Finally, here's a slightly more comlex application of the same basic code in combination with CSS: Six.
Basically, when triggered by a mouseover action, the script located the div element with the specified id (e.g., "right" in first demo) and replaces the HTML inside the div with the new HTML specified in the corresponding instance of the function.
Once you've tried the JS basics, you might want to work with the jQuery framework (see below) and one of the numerous jQuery slideshow plug-ins. On the latter: See for instance, 15 jQuery slideshow/gallery plugins.
More JavaScript: JS Libraries
Two good script library collections to start with:
- jQuery: "Write Less, Do More"
- Adobe Spry (works with Dreamweaver)
Again, you might start with the very short Huddleston intro chapter on JavaScript; or take a look at the W3 Schools JavaScript tutorial; then, move onto the libraries.
But remember to credit all scripts not of your own creation (or supplied directly by the instructor).
Visual Page
As discussed previously, the visual page focuses on the visual rather than the textual. The page, however, should have introductory and supplementary text. The page must relate to your site topic. It should contain roughly 14 non-copyright images, preferably of your own creation (or commission). You may use/present the images in a gallery, a timeline, a slideshow narrative, a tutorial, a tour, a pictorial encyclopedia entry, a dialogue, a Flash movie, etc.
Text in captions or elsewhere on the page should identify each image, and (where necessary) explain what we should appreciate in it.
Of some interest: Pure CSS Cross Browser Multi-Page Photograph Gallery.
Visual Page Examples from a Previous Semester
Note: The requirements for these differ slightly.
Visual Page Genre: Timeline
As discussed last week, making a timeline related to your project is one good possibility for either your second visual page or a supplementary page. Here are some examples of visually based and/or web-based timelines.
- Graham Roberts and Ben Sisario/The New York Times, Comparative Timeline for the new Guns 'n' Roses album, Chinese Democracy.
- Vonage Timeline (courtesy of John Abbott).
- For comparison: Another Mumbai Terror Attack (NON) Timeline
- New York Times, Highlights of a Cathedral's Rehabilitation (not exactly a timeline but suggestive of one)
- Another cathedral timeline.
- Yet another comparative timeline: The Times Square Time Ball.
- Interactive Flash Timeline: Don Cesar Resort
Some older examples from this class:
Activities
EWP: Javascript Version
There won't be time to make a proper EWP page. But we'll have some time in class to experiment with adding Javascript to the display of some of the images.
Midterm to Final Workshop
In-class time to work on revising the midterm and feedback pages.
Homework
Reading
TBA
Second Text Page Text
Second text. 1200-1600 words. Topic and genre must be discussed with and APPROVED by the instructor (via email is fine). Stapled, numbered pages. Serif font. 1.5 line spacing. As before: Include word count at the end.
Final Project
Revise midterm work and feedback page.
Remember: Your final project will need at least two supplementary pages whose topic and genre should also be discussed with the instructor.
Week Ten
Work Due
Feedback Page
Form/Feedback/User Survey Page. Post link to finished page in a reply to the "Feedback Page" thread on the Class Forum.
Flash Project
Complete the basic Flash version of your End of the World narrative. Again, the basic requirements are as follows:
- Title and credit "slide".
- At least seven of your EWP images plus titles and captions. These should not blink on and then blink off. Rather, as demonstrated in class, they should fade in and out. Or animate in and out in some other way.
- Concluding slide: "The End" or something like that.
- Author slide with picture, name, and three sentence "about" bio. This is your actual last slide, the one on which your movie should stop.
- Sound is optional, as are any other features or effects.
Discussion
Post-Midterm Review: Part One
In which we critically review your midterm projects. First, we'll look at a few pages of each type to get a sense of some do's and don't's. Then we'll go through and collaboratively critique the projects as wholes.
As mentioned previously, much of the specific feedback on your midterms will come via this collaborative review. It is not something to miss.
One thing we'll need to focus on is naturalizing your sitenav links. That is: giving them logical and macro-genre-specific titles and a familiar order.
And again (because some of you are still, madly, doing this): DO NOT add, substract, or modify in any way the contents of your mid folder.
Now on to the review. . .
First, let's look at an About (the Author) page. And another one.
Next: a case of Site Navigation (and nav layout).
Next: a case of typography and text layout.
Next, let's look at a Book Review. And let's look at a second Book Review in terms of its typography and image presentation. And one more before we move on.
Finally, let's look at a Home Page.
Note: The Visual Grade on the Midterm does not include the Visual Page. Rather = it covers the visual content on your Home, Review, and About pages only.
Resources & Other Things of Interest
Good examples of web comic with extras: Rice Boy.
Visual Page Review
In which we review your Visual Pages. For example: A Visual Guide to Touring and James Whale's Monsters.
I recommend creating a subnav link to the TOP of the visual area of the visual page, i.e. the point at which to best view the gallery (or whatever) at 1024 x 768 px res. Users will find this helpful.
Activities
EWP: Adobe Flash Version (Part 2)
Still to be done:
- Add stop and link(s) to your movie using Actionscript 3.0.
- Make a webpage to show your movie online. Use your previous EWP pages as models. All your EWP pages should go together as elements of the same project.
- Embed your movie in the new page using Swfobject.
- Upload your EWP movie (animated slideshow) to your drafts folder.
Embedding Flash in a web page using SWFObject. (For instructions for use, see the documentation.)
As for adding functionality via Actionscript, we'll cover a few things in class. To help us we'll refer to the Creating a button and Writing simple ActionScript tutorials from "Using Flash for the first time—Part 2: Adding symbols, animation, and ActionScript."
You should also refer to Digital Foundations, chapter 20, only online. It covers making stop and start buttons using Actionscript 3.0. For creating link buttons using Actionscript 3.0, refer to What happened to getUrl or a similar tutorial.
Favicon
If you want to take a break, use Google to find out how to make a favicon (e.g.,
) for your website.
Then make one. This will give you a chance to practice more with Photoshop and pixel measurements.
Workshop: Fixing the Midterm
In-class workshop time to begin fixing, revising, perfecting your Home Page, Review Page, and other pages.
Homework
Reading
Huddleston pp. 8-9, and chapters 12 (Javascript) and 14 (specialized markup).
Smashing Magazine: CSS-Based Navigation Menus: Modern Solutions and Navigation Menus: Trends and Examples.
Of some interest: 7 reasons to avoid Flash (or Silverlight) like the plague when designing a website (Antezeta Web Marketing).
EWP: Adobe Flash Version
Complete for next week. Add stop and link(s) to your movie using Actionscript. Embed in a webpage using Swfobject. Style the page using CSS and upload to your drafts folder. Then create a link to the page in a reply to the "EWP - Flash movie" thread on the Class Forum.
Again: The basic requirements, as covered in class:
- Title and credit "slide".
- At least seven of your EWP images plus titles and captions. These should not blink on and then blink off. Rather, as demonstrated in class, they should fade in and out. Or animate in and out in some other way.
- Concluding slide: "The End" or something like that.
- Author slide with picture, name, and three sentence "about" bio. This is your actual last slide, the one on which your movie should stop.
- Sound is optional, as are any other features or effects.
Week Nine
Work Due
Ideas
Ideas for your second text page and at least one of the supplementary pages.
Discussion
Relating to the Midterm
A few things relating to the recently occurring midterm will be discussed, including:
- Using relative links for sitenav and images (or risk not passing the final)
- Using site names and not URLs as linking terms
- Changing your mid folder contents after submitting (don't!)
- Keeping essential content within the Safe Area for 1024 x 768 px resolution
- Making sure the book review and other writing is long enough (minimal length): in which the "inc" grade and its terrible consequences are explained
- Ordering your sitenav links
- Making book titles look like book titles
- Using small images for thumbnails – or having an unhappy future
Resources & Novelties
For adding secure email links to your website, consider using The Hivelogic Enkoder.
Simple but effective design: Kristine Janssen's Portfolio.
A web project from the early modern internet: The Great Chicago Fire & the Web of Memory.
For ideas: Best of CSS Design 2008 (Web Designers Wall). And related to this: Large Background Websites (something I mentioned earlier in the semester).
Tom Phillips, 20 Sites n Years
Vintage Home Page designs (or, Raiding the Public Domain for Inspiration): Web 2.0 style is all about making our web pages look very "now" (or ten minutes ago, things moving cable-quickly as they do). But think about the possibility of moving, designing, in the opposite direction, 1907 rather than 2007. For instance, take a look at these fantastic Inland Printer covers from way back in the last century. Design is very time-sensitive, thus dates remarkably quickly. This can be a danger, but you should also see it as a resource, something to exploit, esp. if your project has a historical dimension.
Novelty Site Navigation: web.Burza – Superhero Edition.
Visual Page Review
In which we review your Visual Pages. For example: A Visual Guide to Touring and James Whale's Monsters.
I recommend creating a subnav link to the TOP of the visual area of the visual page, i.e. the point at which to best view the gallery (or whatever) at 1024 x 768 px res. Users will find this helpful.
Feedback/User Survey Page
Some functions of the Feeback Page:
- Give you ideas (and content) for the site.
- Help you fix the site.
- Get them to feel involved in the site, to bond with your site.
The Feedback Page has four main aspects: content in the form of well-defined questions; structure in XHTML using the form element and its various sub-elements; presentation through CSS and CRAP; and functionality through scripting.
The first draft of the Feedback Page will need to ask at least eight questions of your user. Basic biographical and demographic questions, such as age, location, and gender, do not count towards these eight questions (but ask them if you want). The questions should be divided into at least three sections (i.e, fieldsets) and use at least three different input types.
The feeback page is basically a page using a form element with multiple fieldsets. I'll introduce forms a little in class; but you'll need to work with Huddleston and the HTML Dog site. See the beginner and advanced form tutorials on the website and chapter 11 in Huddleston.
Use CSS and the CRAP principles to style your form and make it easy to use. Note: For the midterm, you do not need to have a working form (i.e., not has to happen to the information when the user submits it).
MAKE SURE that you are organizing your feedback page with FIELDSETS and LEGENDS. This makes the page easier to read (scan), better looking, and easier to style and re-style as needed.
Here is a feedback page for a Spike Lee site. What works here? And what doesn't?
If you want interesting content from your site user, avoid yes/no type questions. Or questions with one word or phrase answers.
Not: Did you learn something about women in racing that you never knew before? (y/n)
But: What did you learn about women in racing that you never knew before?
Not (simply): What was the first video game you remember playing?
But: What do you remember about the first video game you played?
Use follow-up questions: e.g., "How long did it take you to master the game?"
You can also include feedback questions on specific pages. For example, on the review page:
"Disagree with any of my book reviews? Left me know!"
Activities
Feedback Page
Using (and revising) your Feedback Questions, and with reference to the foregoing class discussion, begin to build a Feedback/Survey Page for your Final Project. We'll use a bit of class time to get started. Complete for homework.
EWP: Adobe Flash Version
The next stage of your evolving EWP will use Flash. I provide several tutorials below. However: the Digital Foundations chapters cover much of what you'll need to know for the assignment and you should refer to these as needed.
First, two points of Flash-related common sense:
- Use Flash to make only things you can't make using XHTML + CSS.
- Don't make your entire site in Flash.
Flash Ads
Some examples: HP Brand campaign: HP Digital Photography
To begin, let's take a look at a typical set of online advertising guidelines (Business World).
The Google AdWords Advertising Policies goes into a bit more detail.
From these guidelines we see that a max. length of 15 seconds is a convention and one that we'll follow for this assignment.
Other Non-Ad Flash Examples
- Animated banner: Tutor Ming
- Animated interface: Deitch Projects home page
- Animated interface: Northern Lights Post home page
Flash Tutorials
- Smashing Magazine's list of Best Flash Tutorials. For example: High-tech city animation
- Using Flash for the first time: Part 1: Building a banner
- Using Flash for the first time: Part 2: Adding symbols, animation, and ActionScript
- Best practices for Advertising with Flash.
- Flash Slideshow Image Gallery tutorial at Layers Magazine.
- Simple Stick Man tutorial (stick figure animation)
- Lukamaras.com is a good source of Flash tutorials and ideas for different features of your banner/ad. For instance:
- Lukamaras.com: Creating funny, dynamic dialogue balloons in Flash
- Lukamaras.com: Creating a 360 degree panoramic view ad banner
- Lukamaras.com: Making a movie clip chase another movie clip by using a motion guide
Lukamaras.com has a special section of banner (and banner ad) tutorials.
The in-depth tutorial Creating a flash ad banner from start to finish will form the basis of this assignment — with a few modifications.
Homework
Reading
Again: Burrough and Mandiberg, chapters 18 and 19 are the Flash chapters.
Also, be sure to look through the online Flash tutorials, esp. those on Smashing Magazine's list of Best Flash Tutorials.
Feedback Page
Finish making your Form/Feedback/User Survey Page. Post link to finished page in a reply to the "Feedback Page" thread on teh Class Forum.
Flash Project
Complete the basic Flash version of your End of the World narrative. Essentially, this is an animated slideshow. The basic requirements, as covered in class, are as follows:
- Title and credit "slide".
- At least seven of your EWP images plus titles and captions. These should not blink on and then blink off. Rather, as demonstrated in class, they should fade in and out. Or animate in and out in some other way.
- Concluding slide: "The End" or something like that.
- Author slide with picture, name, and three sentence "about" bio. This is your actual last slide, the one on which your movie should stop.
- Sound is optional, as are any other features or effects.
Next week we'll add some Actionscript to stop your movie from looping indefinitely and to create a link from your Author slide to your Bio Page (or any page of your choosing). We'll also cover how to embed a Flash movie in a web page.