Litmags:
http://newpages.com/NPGuides/litmags.htm
http://www.redividerjournal.org/about/
http://shakinglikeamountain.com/
Creative Blogs:
http://xkcd.com/
http://indexed.blogspot.com/
http://hyperboleandahalf.blogspot.com/
Personal Promotion:
http://www.noonebelongsheremorethanyou.com/Main_Page
Hypertext Narrative:
http://www.iamcal.com/games/choose
http://editthis.info/choose_your_own_adventure/Main_Page
http://www.andrew3000.net/floatingsushi
http://kineticprose.com/pages/buried_roots/
http://kineticprose.com/pages/JennyOGrady_Cat/
http://kineticprose.com/pages/ABCDarium/pages
Monday, August 30, 2010
FALL 2010 SYLLABUS
CWPA 781 - Electronic Publishing Fall 2010
Instructor: Jenny O'Grady
410-455-1711 (work)
jogrady@ubalt.edu
Instructor: Jenny O'Grady
410-455-1711 (work)
jogrady@ubalt.edu
TA: Meredith Purvis
purvis@umbc.edu
Course Objectives
Electronic Publishing introduces students to alternate forms of writing and publishing on the Internet. Students will:
⁃ Learn basic web publishing skills using Dreamweaver CS4 and blog platforms
⁃ Broaden understanding of types of electronic publishing
⁃ Produce writing projects specific to electronic publishing
⁃ Engage in discussion of intention and outcomes of design choices
⁃ Gain confidence and knowledge to use the web as a reference and source of electronic publishing aid
⁃ Learn marketable skills in web publishing, video editing, blogging, etc.
Homework assignments, reading links, syllabus and class project information will be available online at http://creativeepublishing.blogspot.com.
Text and Supplies
⁃ Instructional guides to Dreamweaver CS4 and/or iMovie (suggested)
⁃ USB flash drive (required)
Assignments and Grading
Students will complete weekly assignments, as well as a mid-semester and final electronic publishing project. Students will be expected to blog three times per week, each week. Attendance counts toward participation. Following two unexcused absences, the final grade will be lowered by a half letter for each absence.
⁃ Class participation 10%
⁃ Weekly blog entries 10%
⁃ EP presentations 10%
⁃ Mid-semester project 30%
⁃ Final project 40%
Course Objectives
Electronic Publishing introduces students to alternate forms of writing and publishing on the Internet. Students will:
⁃ Learn basic web publishing skills using Dreamweaver CS4 and blog platforms
⁃ Broaden understanding of types of electronic publishing
⁃ Produce writing projects specific to electronic publishing
⁃ Engage in discussion of intention and outcomes of design choices
⁃ Gain confidence and knowledge to use the web as a reference and source of electronic publishing aid
⁃ Learn marketable skills in web publishing, video editing, blogging, etc.
Homework assignments, reading links, syllabus and class project information will be available online at http://creativeepublishing.blogspot.com.
Text and Supplies
⁃ Instructional guides to Dreamweaver CS4 and/or iMovie (suggested)
⁃ USB flash drive (required)
Assignments and Grading
Students will complete weekly assignments, as well as a mid-semester and final electronic publishing project. Students will be expected to blog three times per week, each week. Attendance counts toward participation. Following two unexcused absences, the final grade will be lowered by a half letter for each absence.
⁃ Class participation 10%
⁃ Weekly blog entries 10%
⁃ EP presentations 10%
⁃ Mid-semester project 30%
⁃ Final project 40%
Thursday, April 15, 2010
For those Saving an iMovie project
If you are saving an iMovie project to a flash drive, I think you will find this tutorial helpful. It explains how to save and then subsequently how to reopen the file, which can be slightly tricky.
Thursday, April 1, 2010
Making Your Web Site Better: User Testing
The Wikipedia page for User Testing gives a great overview of what user testing is...and isn't:
http://en.wikipedia.org/wiki/Usability_testing
Steve Krug's book "Don't Make Me Think" is a classic guide to re-thinking your site. It's easy to read and put into practice. This link takes you to chapter two, which talks a bit about how many users think about web:
http://www.sensible.com/chapter.html
http://en.wikipedia.org/wiki/Usability_testing
Steve Krug's book "Don't Make Me Think" is a classic guide to re-thinking your site. It's easy to read and put into practice. This link takes you to chapter two, which talks a bit about how many users think about web:
http://www.sensible.com/chapter.html
Thursday, March 11, 2010
Domains, Hosting and FTP...oh my!
Here's a quick and dirty overview of some of the definitions/processes necessary for turning your HTML files into legitimate web sites. Let me know if I'm missing anything...
HTML
HTML stands for hypertext mark-up language. Although we commonly refer to it as “code,” it’s essentially a specific set of instructions that explain how a web browser should display content.
WYSIWYG
Pronounced Whiz-ee-wig, this is an acronym for “What You See is What You Get,” and refers to programs like Dreamweaver that give you the ability to create web files without knowing how to write code.
Domain
This is essentially the URL for your web site, for example: http://iamcool.com. A domain name may end in various ways (.com, .org, .edu, .info, .net, .biz…etc.), depending on availability (a domain name may be owned by only one person at a time). There are many companies selling domains online; it is a good idea to do your research before committing to a contract, as the prices vary. A simple Google search of “purchase domain” will give you plenty to choose from. (I have used GoDaddy.com and found it to be fairly user friendly; I have also used Register.com, which is a little less so.)
Hosting
Once you find and purchase your domain, you must find a host for your domain. Web hosting is similar to "renting" space on the Web, either by the month or year. You rent that space according to the size and needs of your website. Many companies that sell domains also handle hosting, allowing you to work with just one account; however, it is not required that you host your domain with the seller of the domain. Here is an online feature reviewing the Top 10 hosting companies. There are many others to choose from. As with domains, it is best to do your research, as the prices vary according to services provided. (Some companies include e-mail, blogging, e-commerce, and other tools as part of the package. Be sure to read your contract before signing, and know beforehand what you really want and need.)
Uploading your Files
If you have designed a web site using Dreamweaver or other tools, you upload your files to the host account. Most host providers offer customer service sites with detailed explanations on how to upload files using their system. For GoDaddy.com, for instance, this explanation is provided. Mydomain.com offers this handy support page.
Once you have uploaded the files, they will be accessible from your URL on the web. Whatever file you have set as the index.html file will be your home page, and the other pages will connect as they did within Dreamweaver.
You should plan on keeping your Dreamweaver files intact on your home computer (and back them up on an external drive if you really want to be safe). If you ever want to change something on your site, you can make the change to the original file in question, and then load just that file onto the host to update it.
HTML
HTML stands for hypertext mark-up language. Although we commonly refer to it as “code,” it’s essentially a specific set of instructions that explain how a web browser should display content.
WYSIWYG
Pronounced Whiz-ee-wig, this is an acronym for “What You See is What You Get,” and refers to programs like Dreamweaver that give you the ability to create web files without knowing how to write code.
Domain
This is essentially the URL for your web site, for example: http://iamcool.com. A domain name may end in various ways (.com, .org, .edu, .info, .net, .biz…etc.), depending on availability (a domain name may be owned by only one person at a time). There are many companies selling domains online; it is a good idea to do your research before committing to a contract, as the prices vary. A simple Google search of “purchase domain” will give you plenty to choose from. (I have used GoDaddy.com and found it to be fairly user friendly; I have also used Register.com, which is a little less so.)
Hosting
Once you find and purchase your domain, you must find a host for your domain. Web hosting is similar to "renting" space on the Web, either by the month or year. You rent that space according to the size and needs of your website. Many companies that sell domains also handle hosting, allowing you to work with just one account; however, it is not required that you host your domain with the seller of the domain. Here is an online feature reviewing the Top 10 hosting companies. There are many others to choose from. As with domains, it is best to do your research, as the prices vary according to services provided. (Some companies include e-mail, blogging, e-commerce, and other tools as part of the package. Be sure to read your contract before signing, and know beforehand what you really want and need.)
Uploading your Files
If you have designed a web site using Dreamweaver or other tools, you upload your files to the host account. Most host providers offer customer service sites with detailed explanations on how to upload files using their system. For GoDaddy.com, for instance, this explanation is provided. Mydomain.com offers this handy support page.
Once you have uploaded the files, they will be accessible from your URL on the web. Whatever file you have set as the index.html file will be your home page, and the other pages will connect as they did within Dreamweaver.
You should plan on keeping your Dreamweaver files intact on your home computer (and back them up on an external drive if you really want to be safe). If you ever want to change something on your site, you can make the change to the original file in question, and then load just that file onto the host to update it.
Applying a Domain to your Wordpress (or other) Blog
Let’s say you created an amazing Wordpress blog, but instead of having a URL with Wordpress in it (creativeepublishing.wordpress.com), you’d prefer to change the URL to something more like this: www.creativeepublishing.com. There are two ways of doing this.
- Redirect domain to blog URL: By redirecting your domain name, a person visiting www.creativeepublishing.com would be rerouted to your blog; once they arrive, the URL changes to the creativeepublishing.wordpress.com URL. To do this, purchase a domain name (no hosting is necessary, as the blog acts as your content host), and follow the instructions given for redirecting. Within GoDaddy.com, it’s fairly easy. This generally doesn’t cost anything extra.
- Map your domain to the blog: By mapping your domain, your readers no longer see the blog URL at all. For example, a link within your blog that before mapping looked like this (creativeepublishing.wordpress.com/about) would after mapping look like this: www.creativeepublishing.com/about. This is a great way of maintaining a web site’s branding within the blog format. There is generally an additional cost for remapping; GoDaddy charges $10 per year to remap to Wordpress, for example. GoDaddy’s customer service section offers instructions on how to map a domain to Wordpress, Blogger, and other blogs.
What is FTP?
People say FTP all the time, but what is it exactly? It stands for file transfer protocol, and in layman’s terms, it’s simply the process by which you transfer files from one computer (your home computer, for instance) to another (uploading to your host site, for example) over a network such as the Internet.
Thursday, March 4, 2010
iMovie Tutorial
Here's the tutorial we created and went over in class.
Some things to remember as you prep for next week's class:
- Why should this be a video? What elements are visual?
- Is this video the entire story or just part of a story?
- Who will be watching this video? Be sure to address their needs.
- Also - think about ways you can use this video on either your site or blog.
We'll go over exporting a video and uploading it to YouTube in class.
Be sure to bring the following items to class (on a flashdrive):
- Video footage
- At least one photo (you can use a Google image, if you'd like)
- A song (if you don't want to use what's available in the iTunes free library
This page has outstanding step-by-step and detailed instructions related to iMovie. Check it out!
Wednesday, March 3, 2010
iMovie Project
March 4 & 11: Video Workshops!
GOAL: Create a short, simple video using iMovie. Subject matter is open.
RULES: You should use iMovie. If you're feeling ambitious or know the program, you can use Final Cut Express or Pro - but we won't be going over that in class. Also, if you have a PC and prefer a PC program - go ahead and use that. Your videos should be short (2-3 minutes maximum) and must contain the following:
March 11: We will work on the videos in class. Hopefully, by the end of class we can upload them to the class YouTube account: http://www.youtube.com/creativeepublishing (password will be distributed in class!)
GOAL: Create a short, simple video using iMovie. Subject matter is open.
RULES: You should use iMovie. If you're feeling ambitious or know the program, you can use Final Cut Express or Pro - but we won't be going over that in class. Also, if you have a PC and prefer a PC program - go ahead and use that. Your videos should be short (2-3 minutes maximum) and must contain the following:
- 1 title page
- 1 title overlay (a person's name, for example)
- 1 photo
- 2-3 transitions
- 1 song
- 1 ending page (more information page)
March 11: We will work on the videos in class. Hopefully, by the end of class we can upload them to the class YouTube account: http://www.youtube.com/creativeepublishing (password will be distributed in class!)
Subscribe to:
Posts (Atom)