Workshop HandoutOutlineUnix Commands The following are some unix commands that we thought might be helpful to navigate through directories and handle files on euclid:
SSH Secure shell is a command line program used to access your euclid accounts. Most computers on campus have it. You can also download and install it from ITS. In Euclid
View Source Open up a web browser such as IE and go to http://euclid.colorado.edu/~hiba/workshop or go to http://euclid.colorado.edu/~schumact/workshop. Then in the IE menu, click on "View-Source". This will allow you to view the html source code for each one of our index.html pages. FrontPage Frontpage is the ideal software to use for building your html pages. It is available on the computers in MATH 217. You can also use programs such as textpad and notepad, but they won't allow you to view your pages right then. You would have to open them up in a web browser for viewing. While FrontPage allows you to view it as you write your code! So after you've viewed the source code for one of our index.html pages, highlight everything in it and copy it to a new file you create in FrontPage. Then do a "file-save as" and type index.html. Next play around with FrontPage to see the different modes of viewing your code (i.e. normal, html and preview). Then edit your index.html to reflect your information. Uploading/Downloading Files To upload your index.html file onto euclid, use "ssh file transfer client" to log onto euclid and then browse on your computer to the directory in which you saved index.html, also browse to public_html on your euclid account. Then right click on index.html and select upload. This will upload the file into the public_html directory. Now you can go to a web browser and type in http://math.colorado.edu/~your-username and you should be able to view the index page you just created. MISSION ACCOMPLISHED!Useful Links There are tons of books out there on html and scripts that you can use to do fun stuff in your html pages, but I prefer using the internet to get such information. So below are some links that I have found to be extremely useful: http://www.w3schools.com/html/ -This has all the information you ever need on html. http://www.rgagnon.com/howto.html -This has a huge number of JavaScript and VBscript examples. You can also look at our web pages, and "view-source" the code:http://math.colorado.edu/~hiba http://math.colorado.edu/~schumact
|