Session 13: Special Topics

Harvard Extension School  
Fall 2018

Course Web Site: http://cscie12.dce.harvard.edu/

Instructor email: david_heitmeyer@harvard.edu
Course staff email: cscie12@dce.harvard.edu

Topics

  1. HTTP Cookies
  2. Web Content Management Systems
  3. GetSimple - Getting Started
  4. GetSimple - Add a Page
  5. GetSimple - Themes
  6. GetSimple - Themes
  7. GetSimple - Plugins

slide1 slide2 slide3 slide4 slide5 slide6 slide7 slide8 slide9 slide10 slide11 slide12 slide13 slide14 slide15 slide16 slide17 slide18 

HTTP Cookies

HTTP Cookies

HTTP is a stateless protocol. Cookies provide a mechanism to "maintain state".

Cookie Example

GET http://espn.com/

GET http://espn.com/ --> 301 Moved Permanently
GET http://www.espn.com/ --> 301 Moved Permanently
GET http://espn.go.com/ --> 200 OK

Cache-Control: max-age=4
Date: Tue, 05 May 2015 21:29:54 GMT
Vary: User-Agent,Cookie, Accept-Encoding
Content-Type: text/html;charset=utf-8
Access-Control-Allow-Origin: *
Client-Date: Tue, 05 May 2015 21:29:54 GMT
Client-Peer: 68.71.212.186:80
Client-Response-Num: 1
Client-Transfer-Encoding: chunked
P3P: CP="CAO DSP COR CURa ADMa DEVa TAIa PSAa PSDa IVAi IVDi CONi OUR SAMo OTRo BUS PHY ONL UNI PUR COM NAV INT DEM CNT STA PRE"
Set-Cookie: SWID=14A94FD2-4C96-4297-AD59-45B5BB7A8B67; path=/; expires=Mon, 30 Apr 2035 21:29:54 GMT; domain=go.com;
Set-Cookie: device=pc; path=/; Expires=Thu, 04 Jun 2015 21:29:54 GMT;

ESPN Cookies

Set-Cookie: SWID=14A94FD2-4C96-4297-AD59-45B5BB7A8B67; path=/; expires=Mon, 30 Apr 2035 21:29:54 GMT; domain=go.com;

Set-Cookie: device=pc; path=/; Expires=Thu, 04 Jun 2015 21:29:54 GMT;

Your Cookies

Firefox Cookies
Firefox Cookie Manager

Chrome - Cookies
cookies in chrome

Cookies and Session IDs

A UserID or SessionID (a long character/number string that is uniquely assigned) is often stored in cookie. The SessionID is used as the key or identifier when storing information about the user or session.

For example, a user logs in to a site. If the username and password match, the server sets a cookie ("Set-Cookie") in the browser that contains a session id; the server also makes an entry in website database that maps the session id to the username. When the cookie is returned, the session id is read and the username is looked up in the database.

http cookie illustration

Web Content Management Systems

Web CMS, WCMS, or just CMS

The many meanings of "content management"

Open Source WCMS

Typical features:

Open Source WCM

  • LAMP
    • Drupal
    • WordPress
    • Joomla
    • MovableType
    • concrete5
    • Contao
    • eZ Publish
    • GetSimple
    • Textpattern CMS
    • TYPO3
  • Java
    • OpenCms
    • Hippo
    • Magnolia
    • OpenWGA
    • Alfresco
  • .NET
    • DotNetNuke
    • JMDCMS
    • mojoPortal
    • Umbraco

Browser Based WYSIWYG Editors

JavaScript-powered WYSIWYG editors

get simple edit

joomla edit

CKeditor

Where to start?

GetSimple Example

getsimple
getsimple
getsimple

WordPress Example

wp
wp
wp

Joomla Example

joomla
joomla

GetSimple - Getting Started

GetSimple describes itself as:  "GetSimple is an open source Simple CMS that utilizes the speed and convenience of flat file XML, a best-in-class UI and the easiest learning curve of any lite Content Management System out there. It requires no database and has a powerful plugin system that allows for unlimited expansion."

The goals of this demonstration are to download, install, configure, and begin to use the GetSimple CMS in your account on the course web hosting server.

  1. GetSimple - installed and running
    1. Download
    2. Unzip
    3. Go to "/admin/" and follow instructions until things are running
  2. Add a new page that contains an image you've uploaded
    1. Upload an image that you will use on your page ("/admin/" → Files → Upload Files and/or images).  
    2. Add a new page ("/admin/" → Pages → Create a New Page)
    3. Make the page part of the main menu.  This is under "Page Options" and then "Add this page to the menu"
  3. Install a new theme and activate it
    1. Find a GetSimple theme.  
      If you are looking for suggestions, try either GSkeleton (based on Skeleton CSS Framework) or Foundation5
    2. Download, unzip, and put it in the "themes" folder
    3. Activate it by going to "/admin" → "Theme" → select from dropdown → "Activate Theme"
  4. Use "Fancy URLs".  Go to "Settings" → check "Use Fancy URLs" → "Save Settings"

GetSimple - Add a Page

GetSimple describes itself as:  "GetSimple is an open source Simple CMS that utilizes the speed and convenience of flat file XML, a best-in-class UI and the easiest learning curve of any lite Content Management System out there. It requires no database and has a powerful plugin system that allows for unlimited expansion."

The goals of this demonstration are to download, install, configure, and begin to use the GetSimple CMS in your account on the course web hosting server.

  1. GetSimple - installed and running
    1. Download
    2. Unzip
    3. Go to "/admin/" and follow instructions until things are running
  2. Add a new page that contains an image you've uploaded
    1. Upload an image that you will use on your page ("/admin/" → Files → Upload Files and/or images).  
    2. Add a new page ("/admin/" → Pages → Create a New Page)
    3. Make the page part of the main menu.  This is under "Page Options" and then "Add this page to the menu"
  3. Install a new theme and activate it
    1. Find a GetSimple theme.  
      If you are looking for suggestions, try either GSkeleton (based on Skeleton CSS Framework) or Foundation5
    2. Download, unzip, and put it in the "themes" folder
    3. Activate it by going to "/admin" → "Theme" → select from dropdown → "Activate Theme"
  4. Use "Fancy URLs".  Go to "Settings" → check "Use Fancy URLs" → "Save Settings"

GetSimple - Themes

GetSimple describes itself as:  "GetSimple is an open source Simple CMS that utilizes the speed and convenience of flat file XML, a best-in-class UI and the easiest learning curve of any lite Content Management System out there. It requires no database and has a powerful plugin system that allows for unlimited expansion."

The goals of this demonstration are to download, install, configure, and begin to use the GetSimple CMS in your account on the course web hosting server.

  1. GetSimple - installed and running
    1. Download
    2. Unzip
    3. Go to "/admin/" and follow instructions until things are running
  2. Add a new page that contains an image you've uploaded
    1. Upload an image that you will use on your page ("/admin/" → Files → Upload Files and/or images).  
    2. Add a new page ("/admin/" → Pages → Create a New Page)
    3. Make the page part of the main menu.  This is under "Page Options" and then "Add this page to the menu"
  3. Install a new theme and activate it
    1. Find a GetSimple theme.  
      If you are looking for suggestions, try either GSkeleton (based on Skeleton CSS Framework) or Foundation5
    2. Download, unzip, and put it in the "themes" folder
    3. Activate it by going to "/admin" → "Theme" → select from dropdown → "Activate Theme"
  4. Use "Fancy URLs".  Go to "Settings" → check "Use Fancy URLs" → "Save Settings"

GetSimple - Themes

GetSimple describes itself as:  "GetSimple is an open source Simple CMS that utilizes the speed and convenience of flat file XML, a best-in-class UI and the easiest learning curve of any lite Content Management System out there. It requires no database and has a powerful plugin system that allows for unlimited expansion."

The goals of this demonstration are to download, install, configure, and begin to use the GetSimple CMS in your account on the course web hosting server.

  1. GetSimple - installed and running
    1. Download
    2. Unzip
    3. Go to "/admin/" and follow instructions until things are running
  2. Add a new page that contains an image you've uploaded
    1. Upload an image that you will use on your page ("/admin/" → Files → Upload Files and/or images).  
    2. Add a new page ("/admin/" → Pages → Create a New Page)
    3. Make the page part of the main menu.  This is under "Page Options" and then "Add this page to the menu"
  3. Install a new theme and activate it
    1. Find a GetSimple theme.  
      If you are looking for suggestions, try either GSkeleton (based on Skeleton CSS Framework) or Foundation5
    2. Download, unzip, and put it in the "themes" folder
    3. Activate it by going to "/admin" → "Theme" → select from dropdown → "Activate Theme"
  4. Use "Fancy URLs".  Go to "Settings" → check "Use Fancy URLs" → "Save Settings"

GetSimple - Plugins

Gallery Plugin

Copyright © David Heitmeyer