COAP:COAP-3110/week5: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
Line 21: Line 21:
* Creation of simple tables with integer and string fields  
* Creation of simple tables with integer and string fields  
* Inserting data into a single table with INSERT
* Inserting data into a single table with INSERT
* Retrieving data with a WHERE CLOSE
* Retrieving data with a WHERE CLAUSE
* Killing a table
* Killing a table
* Defining a new user with all privileges for a database
* Defining a new user with all privileges for a database

Revision as of 08:42, 19 September 2016

Monday part one

Monday part two

  • TBA, plugin management continued

Wednesday part one

Wednesday part two - Short mid term exam

The exam will on paper (probably) and last for 40 minutes. You are allowed to use the Internet. The difficulty will be finishing it in time !!

Exam topics:

(1) SQL

  • Creation of simple tables with integer and string fields
  • Inserting data into a single table with INSERT
  • Retrieving data with a WHERE CLAUSE
  • Killing a table
  • Defining a new user with all privileges for a database

(2) PHP (understand hw 2 code)

  • Assignments (creating a variable)
  • Associative arrays (e.g. $_POST)
  • Function definitions and calls
  • Super global variables ($_POST)
  • if-then-else clauses
  • Foreach loops
  • String concatenation that includes variables
  • Finding information obtained with phpinfo();
  • Finding a definition in the online manual
  • Creating instances and using methods

(3) Web servers

  • Configuration files for Apache and PHP (including finding "how to")
  • Log files (where are they ?)

Homework 4 (week 5) - provisional (!)

Please write a comparative evaluation for a plugin family

  • Select a functionality that you need in wordpress and look for plugins
  • Find reviews on the Internet and identify the best candidates
  • Install two candidates and test
  • In your report, summarize information from other reports and include your own experience

Due

  • Wednesday, week 6