Files and Programs for the APS 2005 Workshop

This page contains some files (e.g., papers and PowerPoint files for the workshop) that might be handy. Also, if you have the chance, please follow the steps for obtaining a free Netfirms account before the workshop.

Workshop Slides
PowerPoint files for the workshop

I'll probably be revising and updating these files right up until the day of the workshop, but I doubt that they will change much between now (May 20th) and then. Please feel free to download these PowerPoint files and print them. You may want to add specific notes and details to them during the workshop as I walk you through some examples.

APS 2005 - workshop part 1.ppt

APS 2005 - workshop part 2.ppt

APS 2005 - workshop part 3.ppt

APS 2005 - workshop part 4.ppt

APS 2005 - workshop part 5.ppt

APS 2005 - workshop part 6.ppt

Also, there is a chapter I have written for the Handbook of Research Methods in Personality Psychology that will cover some of the ground that we'll be covering in the workshop. You might find it to be a useful resource or reference. You can download a draft PDF of that chapter here.

[files last updated May 20, 2005]
Obtaining web server access
Netfirms

It is possible to obtain web hosting for free. For the purposes of this workshop, I encourage you to get a free account with Netfirms. If you decide later that you would like to upgrade your account to get rid of the ads or to transfer to another service, you can do so. I will be using my personal free Netfirms account to demonstrate various web techniques in the workshop.

To obtain a free web site from Netfirms, please follow these steps:

1. The first thing you will need to do is visit the Netfirms web site at www.netfirms.com.

2. Find a link labeled "Free Web Hosting" in the lower-left corner of the page and click it.

3. After clicking the "signup now" button, you will be asked to choose a domain name. A domain name is like a street address-a label that allows your web site to be kept distinct from others. Amazon's domain name, for example, is amazon.com. The domain name for the University of Illinois Department of Psychology is psych.uiuc.edu. If you would like to create a truly customized domain name, you will need to register it and pay a fee. If you would like your domain name to be a subdomain of netfirms.com (e.g., amazon.netfirms.com or psychuiuc.netfirms.com), you can choose a subdomain name for free by clicking the "I prefer a free Netfirms sub domain." You should choose this option for now; if you change your mind later, you can upgrade your account. Simply select a name and, if the name is not already in use, Netfirms will take you to the next stage in which you review and place your order.

4. Once the registration process is complete, Netfirms will e-mail you a username and password for accessing your new web site. I'll show you how to use the site at the workshop, but please feel free to experiment with it in the meantime. If you chose "myname" as your domain name, you should be able to view your "home" or "default" web page at the following address: http://myname.netfirms.com/. I'll show you how to modify that default page later.
Text editor
Edit Plus

A 30-day trial version of Edit Plus can be downloaded for free from the following web site: http://www.editplus.com/. (Click the "download the latest release - v2.12" link.) A text editor is used to write and edit the programs that are needed for doing on-line research. Although a commonly used program, such as MS Word, can be used for editing text, MS Word is designed for word processing and is not an ideal program for working with code per se. Edit Plus is a fantastic program because (a) it is easy to use, (b) it allows you to keep multiple pages open at once, (c) it comes with a spellchecking feature, (d) it provides 'syntax highlighting' (i.e., it recognizes different kinds of programming languages and colors the code appropriately, which makes error checking easy), and (e) it has a built-in web browser which allows you to test your code as you write it.
FTP
WS FTP

FTP programs are used to transfer files that you create on your personal computer (e.g., web pages designed to collect data) to the web site that will be hosting those files. They can also be used to transfer files (e.g., data files) from your web site to your computer.

You don't need an FTP program for the purposes of this workshop. However, having one can make your life easier. I recommend WS FTP Home Edition. If you would like to download a free 30-day trial version, you can do so at the following web site: http://www.ipswitch.com/products/WS_FTP/home/index.html. (Click on the "try it free for 30 days" button to download a free trial version.)

Return to main page