Course Guide
Getting Started 1: Registering for the Site
To get started with your course, you'll need to complete a few steps, which include
- Registering for the course website (here).
- Logging in for the first time.
- Editing your account for the first time.
Registering for the course website
- Go to the course website.
- Click on "create new account" under "User Login" in the navigation menu on the left.

- Create a username that will identify you in the system and that you will use for logging in. Because this site is public on the Internet, your username should not include your last name. You are welcome to use any username (e.g., your IM screenname) that would not be offensive to others or otherwise inappropriate for a course website. Capitalize your username as you intend to use it; usernames are case sensitive.

- Enter your email address. You may use your Purdue email address. If you have an alternate one, use the one that you check most regularly.
- Provide your real name and home page URL (web address, if you have one). Note that your real name will not be visible publicly but only to students registered at the site.
- Complete the Blog info and and Major and interests boxes, using the suggestions on the form.
- Check whether or not you grant permission for your instructor to send you grades via your registered email address.
- Click on "Create new account." Registration information will be sent to the email address you listed, so check your email soon after you register. You will need the password that it sends you. Your instructor will approve your registration (if new account requests are moderated), and then you will be able to log in to use site features.
Getting Started 2: Logging In for the First Time
To get started with your course, you'll also need to complete this second step:
Logging in for the first time
- You should have received an email from the system that includes your new password. With that email handy, return to the course website.
- Enter your username and password in the "User login" box. Your initial password can be retyped or cut-and-pasted into the password box. If you cut-and-paste it, make sure you don't include any extra spaces before or after the password characters. The password and user name are case sensitive.

- Click on Log in. When you've successfully logged in, you will see a block of links in the left sidebar with your username above it as a title. This is a navigation menu that provides you with links to many services and content on the site. If you are unable to log in successfully, try re-entering your password. Remember that usernames and passwords are case-sensitve, so make sure you don't have Caps Lock turned on by accident and that (if pasting in your password) that you don't include extra spaces. You may also click on "Request new password" if you ever forget yours.
Getting Started 3: Editing Your Account for the First TIme
To get started with your course, you'll also need to complete this third step, which will take a bit more time than the previous two.
Editing your account for the first time
Once you've logged in successfully, you need to edit your account and provide some additional information about yourself.
- Click on my account link in the navigation menu on the left.

- On the next screen, click on the edit tab.

- On the account settings screen, scroll to the Account information area.

- Change your password by entering a new one into the password boxes. Choose a password that you can remember but that is secure. Remember that passwords are case sensitive.
- Scroll to the Picture area.

- Upload a picture of yourself or avatar (an image that represents you well) that you would use in a public context. You may have to find one and edit in an image editor, so you just try to have this step completed by the end of Week 2. If you need help editing an image, send a copy to your instructor for help. See Creating Avatars and Images for Your Profile for more information.
- Next, scroll to the Theme configuration.

- The default selection will be checked. You can select any theme you like and all pages will show up with that theme. The default theme has been specially designed and will probably offer the most consistent display of all site content. The instructor uses that theme as the default and so designs pages with it in mind.
- Scroll to Contact settings.

- Check the Personal contact form box.
- When you have made your changes, click on the Submit button at the bottom of the page.
The following steps ask you to complete information for your profile. This will enable the instructor and fellow students to learn a little more about you and help the instructor tailor this class to your background and goals, as well as arrange collaborative projects.
- Click on the edit tab again, then on the Personal Information link at the top of the next page.

- Enter the required information in the boxes. If you don't have a home page, leave that box blank.
- Click on Submit to save.
That's it! You have completed all the steps of the Getting Started process. If you ever need to change any of the information, you can always edit these pages again.
If you have any trouble along the way, please be sure to let your instructor know.
Creating Hyperlinks
For this class, you'll have to learn at least one HTML tag, the one for making hyperlinks.
It's easy to learn. Check it out:
- Make sure that your rich-text editor is enabled. Click on enable rich-text below the Body box.
- Highlight the text you want to turn into a link.
- In the buttons below the Body box, click on the chain link button.

- This box should appear.

- In the Link URL box, cut and paste your full URL there. Then click on Insert.
Your link will now show up in your text.
Here is how you make links in traditional HTML coding. it's still easy, but it doesn't show up with our rich-text settings and input format.
<a href=""></a>
is the tag itself without any information in it. Within the quotes, you'll put the url, or web address, for the site which you want to link to. In between the ><, you'll put the text you want displayed on the screen.
For example, the url for slashdot is http://slashdot.org/. And if you want to make the word Slashdot a link in a sentence to the website in a blog post, type in,
<a href="http://slashdot.org/">Slashdot</a> is a well known community blog site.
To get
Slashdot is a well known community blog site.
HTML is picky and it's easy to make a careless mistake. Don't include any extra spaces in the HTML tag. Make sure that you include "http://" as a part of your web address. In fact, one of the easiest ways to make sure that you get the URL correct is to copy and paste it from the address bar of a browser window currently displaying the page.
See? Not too difficult. But there's one more thing . . . .
Avoid merely posting the URL as a link:
http://slashdot.org
Notice how this doesn't convey much information. Better to have put the page title (often found either on the page or in the window bar at the top) or link to part of your text (think of the examples in this site). At the same time, really long URL's won't word wrap at the end of a line. They may cause problems with the way that text is displayed on web pages.
Email Etiquette
Remember these guidelines as you compose emails for the course. Emails not conforming to these guidelines may be returned.
How to Post Comments
Posting comments, as you will soon see, is easier than creating and sending an email.
- You must be logged in to the site in order to post comments.
- While you can click on the add new comment link on any post from the course home page, instead, first click on the title to access the full post and all comments. Always make sure you view the full post first. There may already be a comment conversation thread begun about what you are interested in discussing. Rather than starting a new thread, join in the existing one.
- Choose add new comment to reply directly to the main blog post and start a new thread or reply to respond to an individual comment.
If you don't see an add new comment link, you are most likely not logged in.
- Enter a title for your post in the Subject field. Your title should describe the content of your post. If you do not enter a title, the system will automatically use the first few words of your comment post.
- Enter the text of your comment in the Comment field. You may use plain text or some HTML. Some people may have the "enable rich text" link visible. If you use that feature, Drupal will give you a set of buttons much like a word processor's to help you input your message. Be careful to review your input, however, since this feature will do some strange things with your text on occasion.
- Click on "input format" to learn about your formatting options. Drupal will use a filter to convert line breaks and URLs when you select "Filtered HTML." If you want to format your posts nicely, include images, or insert more sophisticated HTML, then choose "Full HTML." Generally speaking, leave the Input format on Filtered HTML unless you have used HTML tags other than those allowed.
- Select Preview comment at the bottom of the page.
- Always review what you have written in preview mode. You will not be able to edit your comment once you have posted it.
- If you are ready to submit your comment, select Post comment at the bottom of the page. Don't forget this step! The most common way people lose posts is by forgetting to submit after previewing their comments or blog entries. If you have made changes to a post, preview it again.
- Verify that your comment has been posted. It should be visible on the page. If something went wrong, try using your back button to get to the input screen. Review and resubmit if it's still there.
Note: You can use the Comment viewing options to change the way that comments are displayed on the page. Experiment with this feature and see which configuration works best for you.
Principles for Comments and Replies
Posting projects, drafts, reading responses, comments, and replies will be a primary means of class interaction and discussion. The course description explains the purpose of this coursework
When commenting and replying to blog and other posts on the course website, follow all directions and guidelines listed in the course description or calendar. It will also be helpful to
- Review How to Post Comments and Replies .
- Read through all comments and replies in the thread
- Strive to be thoughtful and analytical in your comments.
- Try to find something new to say instead of repeating what has already been said in the original post or in other comments already posted.
- When relevant, feel free to share the personal experiences that shape your views on the topic.
You should also
- Provide links to additional resources on the Web that would better inform the discussion. You should always link to any other texts on the Web you mention, even those on the course website.
- Contend with and/or support the original blog post. If you are criticizing what the blogger has said, remember to do so respectfully, which encourages further dialogue. "This sucks" would not be an appropriate response. Neither would "That's great!" if you don't explain what you mean.
- Direct attention to related and relevant issues. You may find that none of the posts on the class website about a particular set of readings confront what you feel is an important issue on the assigned texts. As long as it is related to the general topic of the readings or the topic of this class, feel free to post a comment which turns the conversation in a new direction (use the subject line to clearly specify this new direction).
- Occasionally comment on blog posts not on our front page, which keeps dialogue with your peers lively and interesting.
- Use emoticons and acronyms to convey additional information (such as tone and intonation).
For those of you wishing to do more than the minimum requirements of the course, you might visit the class website additional times per week and post new comments and/or replies to any of the blog posts.
Principles for Posting to Your Weblog
You'll do a lot of the writing for this class in your individual weblog space on the course website. You can access your weblog via your my account page.
One way to think of a weblog or blog is as a journal. However, unlike a journal that you might keep at home (as well as most if not all of the writing you have done in school before), your blog space is public. Your fellow class members will be invited to read your blog. Classmates will respond to your posts with comments and replies. Group members will review notes you take when doing research. And, of course, since it's on the Internet, other Web readers may encounter your writing and take a look at what you have to say.
There are many uses for weblogs, but you'll only use them for a few things here. During this class, you may be asked to use your course weblog to
- share drafts of your work-in-progress for peer review
- keep a project log
- post research notes
In addition to the individual weblog space that everyone has, the home page of the course website is a community blog space where new content may be posted. While most of your blog writing will be posted to your individual weblog, the home page may be used as a place to promote discussion among all class members. For example,
- When there is a reading response assignment, your instructors may promote someone's post to the front page for community discussion.
- Groups may be asked to lead discussion by posting their reading responses or blog posts to the course home page instead of to their individual weblogs.
- Groups may be asked to share proposals and progress reports with the entire class.
Good Blogging Practices
- Titles for blog posts should reflect the context of what you have written, not merely restate the name of the title of the assignment or reading. Interesting and informative titles draw more interesting responses from others.
- Blogs should demonstrate the principles of writing for the Web as they are covered in this course.
- Bloggers link. Use hyperlinks when referring to another post on the public Internet and follow good attribution practices. Hyperlinks mean converting text to a link, not merely cutting and pasting in an URL. To do so, you'll have to know a little HTML for creating hyperlinks.
- People visiting the course website from the Internet won't know what you mean if you just mention "the reading assignment for today." At minimum, you should mention the name of the text and the title of the chapter or section you are referencing.
- Good bloggers always keep in mind that they are writing for a public audience.
To Learn More
- To receive credit for your work, be sure to follow the course requirements for reading responses, replies, comments, and other coursework.
-
- Optional: Read Meg Hourihan's What We're Doing When We Blog for a brief description of weblogs. For further reading on weblogs, take a look at The Weblog Webliography on Kairosnews.
Principles of Reading Responses
In this class you will be required to periodically respond to course readings with blog posts. Each reading response should be specifically focused on the reading and the prompt provided on the calendar, clearly indicate that you have read and thought seriously about the reading, and be sufficiently developed. Your reading responses must be at least 250 words and should not exceed 350 words. Post your reading response as a blog entry and tag it "Reading Response" and use the tag provided in the prompt itself.
You and possibly your group members may be assigned to post your reading response to the course home page by submitting a story. The posts on the course home page will then be the focus of full class discussion. Selected reading responses will also be promoted to the front page for more lively community discussion.
In composing your reading response you should:
- Be sure to focus your response on the subject of the prompt.
- Link your response to recent class discussions online, your current project work, something you might have read elsewhere, and/or previous professional, academic, or personal experience writing and communicating in other contexts.
- Discuss how the reading contributes to your understanding of the current project, expands your understanding of recent discussions, or suggests ideas for your work in the class.
- Be sure to properly cite the original reading and any other sources you might mention. Good citation practice is critical in all writing and especially so on the Web.
- You can apply the rhetorical considerations discussed in Principles for Posting to Your Weblog to your reading responses.
- When it is your group's turn to post reading responses to the course home page, consider that the goal of these blog posts is to share new information and stimulate discussion. If your group is reponsible for posting about an assignment, check to see if anyone has already posted a response on the reading. If so, read through it. Shape your blog post to take the conversation in different directions.
Project Logs
During course projects, you may be required to keep a weekly project log and post it to your weblog on the course site.
Purpose
Because you will have a weekly record at the end of the project, your project log will help you to complete the Peer Collaboration Evaluation Form or other form of self evaluation due at the end of each project. Project logs also provide evidence of each group member's contribution to the project. And detailed project logs lend more credibility to your evaluation of others in your Peer Collaboration Evaluation Form.
After college, you may find keeping a project log useful in your professional career:
- In the busy life of a professional, it can often be difficult to remember all aspects of a project when compiling monthly or quarterly progress reports.
- Consultants can use project logs to provide supporting evidence of work done on a project in preparing invoices or in case a client questions billable hours.
- Once a project is completed, a project log can be useful as a record for planning similar, future projects that will be completed by others.
Requirements
A good project log will usually include a progress report each week. Post a short report to your weblog covering all of the following:
- Use informative titles (e.g., Project Log for Week 5: Project 2 Takes Shape)
- Tag your post with "Project Log"
- Report on the status of the project: Is it in early drafting? Is it production ready? Is your group conducting research? Etc.
- Record your contributions to the project that week.
- Record the contributions of others in your group.
- Record the time and date of group meetings and communication and describe briefly what was accomplished. Did the group have a large email discussion? Did you IM with another group member? Etc.
- Report on any scheduled plans for completing specific tasks in the project. What group members have taken on which specific tasks? What are the prospective deadlines?
- Plan out ideas for completing the project, including ways to collaborate and communicate more effectively with your group.
- Reflect on any lessons you have learned about collaboration and electronic communication.
Remember. Your project logs are public and can be read by other group members. Be diplomatic. Do not write about what other group members failed to do or negatively evaluate their participation. Simply record what others have agreed to do and the tasks which they have completed. You will have ample opportunity to assess the work of others at the end of the project.
You can of course post more than once a week.