Notes
Line 32: | Line 32: | ||
====Other Topics==== | ====Other Topics==== | ||
* [[Licensing]] | * [[Licensing]] | ||
+ | * [[Creative Commons Licensing]] | ||
Current revision as of 13:14, 21 April 2010
Contents |
Lecture/Discussion Notes
Setting a Development Environment
Notes on PHP
- Introduction to PHP (Nixon, Ch. 3)
- Why We Need Functions
- Variable Scope
- A simple arithmetic example
- PHP Expressions
- Branching Statements
- Looping Statements
- Looping and branching examples
- Using and writing functions
- Arrays
- HTML Forms
- Lab Exercises
Web Applications
- Working with MySQL
- Structured Query Language
- Getting PHP to talk to MySQL
- Models of FOSS Collaboration
- Software Version Control
- Using SVN to Download VMOSS
- Using Eclipse to Build and Apply a Patch