| Using Zip Files and
Blackboard David Matuszek |
Note: We will not be making full use of Blackboard. Do not expect to see web pages, announcements, etc. here. We will post your assignment grades here, but it may take a little while to get around to it.
I try to keep this page up to date as Blackboard and the various operating systems change. Please let me know of any corrections I should make.
To "zip" files is to compress them into one small bundle. Blackboard lets you turn in one file per assignment, so you need to zip all your files up into one file.
Zip your files into any convenient zip utility. (All of these programs produce the same result.) Give your zipped file some meaningful name. There are some brief instructions below on how to zip files.
Turn in all files related to your project. This includes all
.javafiles, all compiled.classfiles, any.htmlfiles, etc. It's easiest for us if we can just open your project from inside Eclipse.Please do not turn in unrelated files, old versions, etc. Just give us the good stuff.
Do not email your project to me or to my TA. Emailed assignments will be ignored.
Zipping files is easy enough in Linux, but you have to use the command
line. (If there is an icon utility to do it, I haven't found it yet.) Just
cd into the directory with your files ("directory" is another
name for "folder"), and type:
zip -r myZipFile.zip file1 file2 file3 ... fileN
where myZipFile.zip is a name you make up (but use the
.zip extension!) and file1 ... fileN are the
names of your files. After you do this, myZipFile.zip
will be the zipped file you need to submit.
If you have all the files you want to turn in in a single directory, and only those files, you can either:
cdinto the directory, and
enter the commandzip -r myZipFile.zip *
(the * is Unix's way of saying "all the files in this
directory"); or you can:
cdto the directory containing the directory of files you want to submit, and
enter the commandzip -r myZipFile.zip myDirectory
myDirectory is the directory of files you
want to submit.
In Windows Explorer (not Windows Internet Explorer), select the files you want to zip. Right-click and select Send To --> Compressed (zipped) Folder. Rename the resultant zip file to something meaningful, and submit.
In the finder, select the files you want to zip, and right-click (or
control-click) and select Compress fileName (or, in older
versions of OS X, Create Archive of n items). If the result
is just named Archive.zip, rename it to something meaningful, and
submit.
Go to https://courseweb.library.upenn.edu/ and log in using your usual name and password.
Tools button on the left.Digital Drop Box. (There's a
Manual that you might look at when you have some free
time.)Send File. If this is the first time you've
submitted something, Send File may not work--try it and wait a
while (it's pretty slow). If it doesn't work, do this:
Add File.Name field with
projectNumber_projectName_yourName_PartnersName (abbreviate
if necessary).File button to select your zip file.Submit button.OK. Keep going--you are
not done!Send File.Browse: button to locate a
file.Title: field with the assignment name and
number, for example, 1--Drawing Applet.Submit.[your Title] has been sent to the
instructor(s), you are done (after you click OK a
couple more times).