Week 01; Aug. 27


Me -> evan(at)evan-roth(dot)com

Syllabus: SYLLABUS_PP_APAM_4000_PC1_ROTH_ORVES_F19 .pdf


Introductions and course overview


Grid of 9 project: Thesis1_exercise_GridOf9_F17.pdf


Course website:
	- http://parsons2019.evan-roth.com
	- Discuss requirements for student pages


* In class work time while we set up individual servers


Basic web how to:

	- Download Filezilla (or feel free use another FTP client)

	- Open Filezilla, hit "New Site", and enter in your info similar to this:

	

	The main info you need will be:
		- host: yourname.bfa2019.evan-roth.com
		- User: yourname
		- Password: (your password)


	Make a plain text file with only the following lines:

		
		DirectoryIndex disabled
		DirectoryIndex index.html	
		Options +Indexes
		IndexOptions IgnoreCase FancyIndexing FoldersFirst NameWidth=* DescriptionWidth=*
		


	Name this file .htaccess and upload to the root directory of your page (in the folder yourname.bfa2019.evan-roth.com)
	
	Right click in your main directory and select "Create directory". Name the directory "Class 01" and hit 'OK'
	
	Double click to enter the "Class 01" directory. 
	
	In a basic text editing program create a file named "index.html" that contains the following text:
	
		
		<HTML>
		<BODY>
		<pre>
		
			Here is some text!
			
			Here is an image!
			<img src="myimage.jpg" />
		</pre>
		</HEAD>
		</BODY>
		
		
	Upload any image to your "Class 01" directory and name it "myimage.jpg"



Discuss and test Zoom as method for remote sessions


Homework: 
	- Create a "Class 02" directory on your website containing an "index.html" file.
	- Complete Grid of 9 assignment and upload to your "Class 02" directory. Edit your "index.html" file so that it displays your Grid of 9.