Difference between revisions of "CSC220 Schedule 2010"
(→Weekly Schedule) |
|||
Line 249: | Line 249: | ||
[[Image:CSC220ProjectDiagram2.jpg | right|150px]] | [[Image:CSC220ProjectDiagram2.jpg | right|150px]] | ||
* Uploading/Downloading text files | * Uploading/Downloading text files | ||
− | ** [[ | + | ** [[CSC220_uploadFile_Form_and_Php_Code#UploadFile0.htm | uploadFile0.htm]]: the form |
− | ** [[ | + | ** [[CSC220_uploadFile_Form_and_Php_Code#UploadFile1.php | uploadFile1.php ]]: the php that processes the form |
+ | <!-- | ||
** [[CSC220 downloadFile0 php | downloadFile0.php]]: a program display simple html and calling upon downloadFile1.php | ** [[CSC220 downloadFile0 php | downloadFile0.php]]: a program display simple html and calling upon downloadFile1.php | ||
** [[CSC220 downloadFile1.php | downloadFile1.php]]: a php program dumping the contents of the saved text file. | ** [[CSC220 downloadFile1.php | downloadFile1.php]]: a php program dumping the contents of the saved text file. | ||
** [[CSC220 UploadImages.php | uploadImages.php]]: example program | ** [[CSC220 UploadImages.php | uploadImages.php]]: example program | ||
** [http://www.tizag.com/phpT/phpsessions.php Php Sessions] ($_SESSION array) | ** [http://www.tizag.com/phpT/phpsessions.php Php Sessions] ($_SESSION array) | ||
− | ** [http://dev.mysql.com/doc/refman/5.0/en/storage-requirements.html | + | --> |
+ | ** [http://dev.mysql.com/doc/refman/5.0/en/storage-requirements.html Blobs]: storage for binary data | ||
** Random subdirectories, [http://en.wikipedia.org/wiki/MD5 md5] hashing, in general, and with [http://php.net/manual/en/function.md5.php php]. | ** Random subdirectories, [http://en.wikipedia.org/wiki/MD5 md5] hashing, in general, and with [http://php.net/manual/en/function.md5.php php]. | ||
;Wednesday 11/03 | ;Wednesday 11/03 |
Revision as of 23:44, 2 November 2010
Contents
Main Project
- Main Page for the Project
Weekly Schedule
Week | Topics | Reading |
Week 1 9/08 |
|
|
Week 2 9/13 |
|
|
Week 3 9/20 |
|
|
Week 4 9/27 |
|
|
Week 5 10/04 |
|
|
Week 6 10/11 |
Fall Break
|
|
Week 7 10/18 |
|
|
Week 8 10/25 |
|
|
Week 9 11/01 |
|
|
Week 10 11/08 |
|
|
Week 11 11/15 |
|
|
Week 12 11/22 |
|
|
Week 13 11/29 |
|
|
Week 14 12/06 |
|
|
Week 15 12/13 |
|
|
Links and Resources
Bash Shell
Linux Utilities
- Good information on Grep (Thanks Sharon!)
MySQL
- MySQL Tutorial ebook.
- Examples of Common Queries on dev.mysql.com
- Select Syntax on dev.mysql.com
- Counting rows with count()
Maps/GIS
- The State of Mapping APIs, Adam DuVander, O'Reilly Radar, 7 Sept. 2010.
- Directions for installing Google Earth under Fedora.
Tips & Tricks
List of Programs
Miscellaneous Information