SILS iSchool

week of 19 January 2021



Value Added | daily

Class Schedule

Basics | sessions 01-03
  1. 19 Jan intro and clients | lecture | labs
  2. 26 Jan servers and command line | lecture | labs
  3. 02 Feb networks and protocols | lecture | labs
Web Development | sessions 04-08

  1. 09 Feb structural layer | lecture | labs
  2. 16 Feb presentational layer | lecture | labs
  3. 23 Feb using a structure | lecture | labs
  4. 02 Mar behavioral layer | lecture | labs
  5. 09 Mar design thoughts | lecture | labs
Dealing with Markup | sessions 09-10
  1. 16 Mar control objects and display | lecture | labs
  2. 23 Mar tools that read markup | lecture | labs
Working with data | sessions 11-14
  1. 30 Mar formulas, functions, vectors | lecture | labs
  2. 06 Apr data display | lecture | labs
  3. 13 Apr manipulate data sets | lecture | labs
  4. 20 Apr relational data bases | lecture | labs
Presentations | sessions 15-16
  1. 27 Apr designing a presentation | lecture | labs
  2. 04 May delivering a presentation | lecture | labs


Be able to fully engage in client-server relationships on the UNC network
by installing a VPN connection

Task 01.03

We need to set up our laptops to be able to fully engage in client-server relationships on the UNC network

Off-campus access to the UNC networks requires the use of a Virtual Private Network (VPN).

A Virtual Private Network (VPN) provides an encrypted connection (secure tunnel) from off campus to the UNC-Chapel Hill internal network. VPN allows you to access campus applications and work securely, just as if you were physically on campus. Access to some campus applications from off campus require the use of VPN (i.e., Virtual Computing Lab, Virtual Lab, and ConnectCarolina).

back to top

Go to ITS's VPN installation page, determine your client's operating system, and then download and install the Cisco AnyConnect VPN Client that is appropriate for your laptop, tablet, and/or phone.

back to top

VPN login

When you have successfully installed it on your device, put a screenshot of the installation in your assignments space in Sakai to let us know that you have it.

back to top

We may as well begin here to use a consistent file naming convention.

The structure takes advantage of how operating systems want to index things.

LastName.FirstName(s).YYYYMMDD.TaskNN.descriptor.file extension

An example might be

johnson.pat.20210119.task01.03.vpn-screenshot.png

Using this model, the files will sort first by last name, then by first name, then by date.

Things to remember about naming your files and directories

To do

  • A good format for dates in YYYYMMDD. This format ensures that your files automatically sort in chronlogical order.
  • Try to make filenames as short as possible, while remaining meaningful.
  • Use capital letters to delimit words, as in UseCapitalLettersToDelimitWords.
  • Always use leading zeroes in a sequence of numbers, so the sequence will read 01, 02, 03, 11 and not 1, 11, 2, 3.

NOT to do

  • Even if your operating system allows you, do not save files containing these characters ~ ! @ # $ % ^ & * ( ) ` ; > < ? , [ ] { } ' " | . You may encounter difficulties searching for or opening them
  • Do not leave spaces in filenames.
    Replace_spaces_with_a_separator or Replace-spaces-with-a-separator or Replace.spaces.with.a.separator.
    Some software will not recognize file names with spaces.

back to top

19 January Labs | task 01.01 | task 01.02 | task 01.03