12-05-2007, 09:39 PM
|
#8 (permalink)
|
|
The Wanderer
Join Date: Dec 2007
Location: Indianapolis, Indiana, USA
Posts: 16
Thanks: 0
|
Well, assuming that we are talking about individual scripts and not systems, I would suggest the following:
- File Upload Script
- File Edit Script
- Image Thumbnail Script
- Database Manipulation Script
- (mentioned previously)Login/Registration Script
- (related to the previous)Session Script
- File Rename Script
- Include Type Template Script
- (mentioned previously)Pagination Script
- Extract Remote Data Script
I don't think that I need or should order these as I believe that they are all important. In my opinion, if you could successfully create each of these scripts, then you could probably combine the methods used in them to write nearly any procedural script.
Since these scripts require the use of many different functions.
As for which systems a programmer should do, I would suggest find something that there is a need for. No reason to spend a lot of energy and time building a complex system like a BBS or CMS if you don't have a need or demand for it.
Additionally, you should get a good grasp of Object Oriented Programing prior to tackling a complex system like a BBS. Using OOP instead of procedural programing will make your task much easier in this environment.
vujsa
|
|
|
|