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. |
|
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.) |