SILS iSchool

15 Jan 2019

meets Tuesday and Thursday from 0800-0915

in Carolina Hall 220

Contact options

office hours in Manning 112


Value Added | daily

Class Schedule

Basics | sessions 01-05

10 Jan | intro
15 Jan | clients | Open Source | VPN | file transfer | SFTP | GitHub | next session
17 Jan | servers
22 Jan | networks
24 Jan | basics lab

Web Development | sessions 06-11

29 Jan | structural layer
31 Jan | presentational layer
05 Feb | working with layers
07 Feb | behavior layer
12 Feb | images & design
14 Feb | website lab

Document Markup | sessions 12-14

19 Feb | document markup
21 Feb | tools that read markup
26 Feb | document markup lab

Spreadsheets | sessions 15-19

28 Feb | spreadsheets
05 Mar | formulas & functions
07 Mar | data display

 09-17 Mar | Spring Break 

19 Mar | database tools
21 Mar | spreadsheets lab

Relational Database | sessions 20-26

26 Mar | relational databases
28 Mar | tables
02 Apr | relationships
04 Apr | input & output
09 Apr | SQL
11 Apr | complex queries
16 Apr | databases lab

Presentation | sessions 27-30

18 Apr | presentation design
23 Apr | presentation delivery
25 Apr | presentation lab
30 Apr | 0800-1100 | final in class presentation






We want to be sure we grasp the relationship of clients to servers,
and have a shared vocabulary of terms.

Client-server computing
- the basis of much of what we will be doing

The Internet Book by Douglas Comer

Client-server computing

is the interaction between two programs when they communicate across a network. A program at one site sends a request to a program at another site and awaits a response.

The requesting program is the client.

Assuming we are using our laptops as a client, we might want to know how laptops work.

The program satisfying the request is the server.

Assuming we want to retrieve something from a server over the web, we might want to know how web servers work.

client-server interaction is the basis of distributed computing

back to top

baseline understandings about the tools we will be using

How PCs work

Advice on how to deal with problems as they come up

back to top

Terminology

from http://www.cnx-software.com/2012/12/03/collabora-and-fluendo-release-gstreamer-sdk-for-android/

It's good to be cognizant of the relationship of memory to storage, and the specific meaning of each term.

What are operating systems? We are familiar with Windows and Apple on our clients, but Linux and Android are starting to become challengers.

Wikipedia lists lots and lots of operating systems.

What does open source mean?







back to top

one simple tool that we will use a lot

Learn how to use the screen capture tool.

PC keyboard with the PRTSC key highlighted

If you want to capture the entire screen, press the Print Screen button and an image of the screen will be saved to your clipboard.

a complete print screen capture

If you want to capture the active window, press the ALT button + the Print Screen button and an image of the active window screen will be saved to your clipboard.

an active window print screen capture

If you want to trim a portion of the screen, find the Snip tool, pick the area you want to snip, and an image will be saved to your clipboard.

an active window print screen capture showing snip instructions

If you use a Mac, there are several keyboard combinations that can be used to take screenshots in Mac OS X

Mac users

We will use Windows computers at the instructor desk. On occasion, the interface in Windows will not match the interface in a Mac. While we will try to have examples for all operating systems, it will be useful if, when you find that the Mac view is different, that you take a screenshot of the Mac environment and send it to the instructor. The instructor will ensure that the Mac screenshot is integrated into the class pages pertaining to the situation in which the screenshot was taken.

back to top