Notes
Line 31: | Line 31: | ||
====Notes on Reading Assignments==== | ====Notes on Reading Assignments==== | ||
- | * [[ | + | * [[Licensing]] |
+ | |||
[[Category:CPSC110]] | [[Category:CPSC110]] |
Revision as of 12:39, 19 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