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!)
Thursday, February 25, 2010
Scroll over a photo, see some text
I had a question tonight about how to make a small message pop up when you scroll over a photo (without using a rollover image). So, I decided to look at how the good folks at xkcd.com do it. (Their comics always contain an extra punchline when you roll your cursor over the art. Today's is pretty awesome.)
The answer is to add a title attribute within the image tag. It goes like this:

Simple, huh?
The answer is to add a title attribute within the image tag. It goes like this:

Simple, huh?
Thursday, January 28, 2010
UB Lab Hours - FYI
Monday: Noon - 11 p.m.
Tuesday: 11 a.m. - 11 p.m.
Wednesday: 11 a.m. - 11 p.m.
Thursday: 11 a.m. - 11 p.m.
Friday: 11 a.m. - 9 p.m.
Saturday: 8 a.m. - 2 p.m.
Sunday: 11 a.m. - 7 p.m.
Tuesday: 11 a.m. - 11 p.m.
Wednesday: 11 a.m. - 11 p.m.
Thursday: 11 a.m. - 11 p.m.
Friday: 11 a.m. - 9 p.m.
Saturday: 8 a.m. - 2 p.m.
Sunday: 11 a.m. - 7 p.m.
Subscribe to:
Comments (Atom)