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. | ||
<br> | |||
== Basic Shell Programming == | == Basic Shell Programming == | ||
Line 106: | Line 106: | ||
<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 | ||
== CSS, XML or HTML information == | == CSS, XML or HTML information == | ||
Line 115: | Line 111: | ||
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. | 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. | ||
== MySQL - Popular Relational Database == | == MySQL - Popular Relational Database == | ||
Line 128: | Line 119: | ||
MySQL Forge has an impressive colletion of [http://forge.mysql.com/wiki/MySQL_Tutorials MySQL tutorials]. | MySQL Forge has an impressive colletion of [http://forge.mysql.com/wiki/MySQL_Tutorials MySQL tutorials]. | ||
== Google Analytics == | |||
[http://www.google.com/analytics/#utm_campaign=en_us&utm_source=en-ha-na Google Analytics] is a powerful and free resource that allows you to track and analyze the utilization of your web site. You need to log in and register your site: when you do you will be provided with some HTML code to copy and paste into the appropriate place on your web site. Once you do, Google Analytics will start tracking usage of your web site and will provide you with a wide variety of reports on their site. | |||
= PHP = | = PHP = | ||
Line 204: | Line 199: | ||
*See [http://www.contentious.com/2009/03/08/hashtags-on-twitter-how-do-you-follow-=them Hashtags on Twitter: How do you follow them] on contentious.com for more information | *See [http://www.contentious.com/2009/03/08/hashtags-on-twitter-how-do-you-follow-=them Hashtags on Twitter: How do you follow them] on contentious.com for more information | ||
= RSS = | |||
RSS stands for Really Simple Syndication. This is a technology that allows you to 'subscribe' to selected web site, Blogs and/or Wiki's and receive content from them whenever it changes. | |||
See [http://www.problogger.net/what-is-rss/ What is RSS] on PROBLOGGER for more information. | |||
= Creating Web-Based Presentations = | = Creating Web-Based Presentations = |
edits