Difference between revisions of "User:Pegeraki/HB CandS"

From WolfTech
Jump to navigation Jump to search
 
 
Line 1: Line 1:
 
{{User:Pegeraki/newTOC}}
 
{{User:Pegeraki/newTOC}}
 
=== Coding and Scripting ===
 
=== Coding and Scripting ===
 +
 +
Well, yes, we are a webteam here, and as such we are going to have to generate a good amount of code and scripts for our website.  Whether you are writing a PHP script inside of a web page or a cron job to check a file size, you will eventually need to know how to write code.  The following section discusses writing PHP code, MySQL queries, Shell scripts, and Cron jobs.  In addition, we will also cover some general guidelines for debugging your code and discuss some coding standards.
 +
 +
*[[User:Pegeraki/HB PHP|Writing PHP Code]]
 +
*[[User:Pegeraki/HB MySQL|Creating MySQL Queries]]
 +
*[[User:Pegeraki/HB Shell|Information about Shell Scripts]]
 +
*[[User:Pegeraki/HB Cron|Introduction to Cron Jobs]]
 +
*[[User:Pegeraki/HB Debug|Guidlelines to begin Debugging]]
 +
*[[User:Pegeraki/HB Standards|General Information About Coding Standards]]

Latest revision as of 15:30, 22 March 2006

WolfTech Webteam Handbook

Coding and Scripting

Well, yes, we are a webteam here, and as such we are going to have to generate a good amount of code and scripts for our website. Whether you are writing a PHP script inside of a web page or a cron job to check a file size, you will eventually need to know how to write code. The following section discusses writing PHP code, MySQL queries, Shell scripts, and Cron jobs. In addition, we will also cover some general guidelines for debugging your code and discuss some coding standards.