243
edits
Tonyhanson (talk | contribs) (Added more links) |
Tonyhanson (talk | contribs) No edit summary |
||
Line 33: | Line 33: | ||
== Operating a web site in a Unix environment<br> == | == Operating a web site in a Unix environment<br> == | ||
*Things to think about in choosing a web hosting service | *Things to think about in choosing a web hosting service | ||
*Fundamental security issues | *Fundamental security issues | ||
*How to schedule and perform backups | *How to schedule and perform backups | ||
*Basic Shell Programming | *Basic Shell Programming | ||
*Understanding and using the vi editor | *Understanding and using the vi editor | ||
*Understanding and using [http://www.askapache.com/htaccess/htaccess.html .htaccess] to enhance your sites security | *Understanding and using [http://www.askapache.com/htaccess/htaccess.html .htaccess] to enhance your sites security | ||
*The value of using [http://www.google.com/analytics/#utm_campaign=en_us&utm_source=en-ha-na Google Analytics] to measure the utilization of your web site | *The value of using [http://www.google.com/analytics/#utm_campaign=en_us&utm_source=en-ha-na Google Analytics] to measure the utilization of your web site | ||
*CSS, XML or HTML information - [http://www.w3schools.com/ www.w3schools.com] is a must see site | *CSS, XML or HTML information - [http://www.w3schools.com/ www.w3schools.com] is a must see site | ||
*PuTTi is a free terminal emulation software package that allows you to establish telnet or ssh sessions from your PC. See this outstanding web site for more information about this useful tool. | *PuTTi is a free terminal emulation software package that allows you to establish telnet or ssh sessions from your PC. See this [http://www.chiark.greenend.org.uk/~sgtatham/putty/ outstanding web site] for more information about this useful tool. | ||
==== PHP ==== | ==== PHP ==== | ||
PHP is a powerful language that can be used to enhance your web pages. It is also commonly used to create many of the powerful applications (such as Blogs, Wiki's and entire Content Management System) so even a high level understanding can be very useful. | PHP is a powerful language that can be used to enhance your web pages. It is also commonly used to create many of the powerful applications (such as Blogs, Wiki's and entire Content Management System) so even a high level understanding can be very useful. | ||
*php.net has a [http://www.php.net/manual/en/tutorial.php simple tutorial] | *php.net has a [http://www.php.net/manual/en/tutorial.php simple tutorial] | ||
*[http://www.w3schools.com/php/default.asp w3schools.com] has a great reference and a PHP Tutorial | *[http://www.w3schools.com/php/default.asp w3schools.com] has a great reference and a PHP Tutorial | ||
edits