Notes
Line 25: | Line 25: | ||
* [[Structured Query Language]] | * [[Structured Query Language]] | ||
* [[Getting PHP to talk to MySQL]] | * [[Getting PHP to talk to MySQL]] | ||
+ | * [[Models of FOSS Collaboration]] | ||
* [[Using SVN to Download VMOSS]] | * [[Using SVN to Download VMOSS]] | ||
* [[Using Eclipse to Build a Patch|Using Eclipse to Build and Apply a Patch]] | * [[Using Eclipse to Build a Patch|Using Eclipse to Build and Apply a Patch]] |
Revision as of 12:29, 12 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
- Using SVN to Download VMOSS
- Using Eclipse to Build and Apply a Patch