243
edits
Tonyhanson (talk | contribs) No edit summary |
Tonyhanson (talk | contribs) No edit summary |
||
Line 80: | Line 80: | ||
PuTTy 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. | PuTTy 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. | ||
== Shell Programming == | |||
== | |||
The shell is Unix-speak for the interface with the operating system. If you connect to your web hosting service using a protocol like telnet or ssh (using a terminal emulation software package like PuTTy) you will be interacting with the shell. | The shell is Unix-speak for the interface with the operating system. If you connect to your web hosting service using a protocol like telnet or ssh (using a terminal emulation software package like PuTTy) you will be interacting with the shell. | ||
Line 106: | Line 104: | ||
<pre>DailyBackups</pre> | <pre>DailyBackups</pre> | ||
This would tell the system to run your shell and create a backup file named 29_Jan_2011_01_30_02_public_html_Production.tar.gz | This would tell the system to run your shell and create a backup file named 29_Jan_2011_01_30_02_public_html_Production.tar.gz | ||
== MySQL - Popular Relational Database == | == MySQL - Popular Relational Database == | ||
Line 129: | Line 123: | ||
*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 | ||
= CSS, XML or HTML information = | |||
If you dabble in these protocols the [http://www.w3schools.com/ www.w3schools.com] is a must see site. It has tutorials, syntax references and loads of interactive examples. | |||
= Content Management Software<br> = | = Content Management Software<br> = | ||
Line 149: | Line 148: | ||
*[http://www.phpwcms.de/index.php phpwcms] | *[http://www.phpwcms.de/index.php phpwcms] | ||
= Wiki's = | = Wiki's = | ||
A wiki is nothing more than a web page that can be modified by anybody who can view it. This page is a wiki: register with Family Search, click on the ''''Edit This Page' '''button at the top of your screen and you can change this page! <br> | A wiki is nothing more than a web page that can be modified by anybody who can view it. This page is a wiki: register with Family Search, click on the ''''Edit This Page' '''button at the top of your screen and you can change this page! <br> | ||
Obviously there is a lot more that that to know... one place to start is this [http://www.dallasgenealogy.org/index.php?option=com_content&view=article&id=264&Itemid=204 Wiki Overview] page. | Obviously there is a lot more that that to know... one place to start is this [http://www.dallasgenealogy.org/index.php?option=com_content&view=article&id=264&Itemid=204 Wiki Overview] page. | ||
== Popular Wiki's == | == Popular Wiki's == | ||
Line 162: | Line 161: | ||
*[http://www.dokuwiki.org/dokuwiki DokuWiki] | *[http://www.dokuwiki.org/dokuwiki DokuWiki] | ||
= Blogs = | = Blogs = | ||
A Blog is just a specialized web page. The name 'Blog' is short for We'''B''' lo'''g'''. Characteristics include the following: | A Blog is just a specialized web page. The name 'Blog' is short for We'''B''' lo'''g'''. Characteristics include the following: |
edits