IRLS 504 Student Webpage Tutorial - Nicole Pagowsky 504 Student Webpage Tutorial By: ... These steps...

10
IRLS 504 Student Webpage Tutorial By: Nicole Pagowsky & Sara Hayden Summer 2008 These steps follow from setting up a Net ID, U-System Account, and initializing your web space through PuTTy (SSH Client). Zoom in to better view images and text. Step 1: Open Notepad (an HTML editor) by clicking Start--All Programs--Accessories—Notepad, then start entering your HTML.

Transcript of IRLS 504 Student Webpage Tutorial - Nicole Pagowsky 504 Student Webpage Tutorial By: ... These steps...

Page 1: IRLS 504 Student Webpage Tutorial - Nicole Pagowsky 504 Student Webpage Tutorial By: ... These steps follow from setting up a Net ID, U-System ...

IRLS 504 Student Webpage Tutorial

By: Nicole Pagowsky & Sara Hayden Summer 2008

These steps follow from setting up a Net ID, U-System Account, and initializing your web space through PuTTy (SSH Client). Zoom in to better view images and text.

Step 1: Open Notepad (an HTML editor) by clicking Start--All Programs--Accessories—Notepad, then start entering your HTML.

Page 2: IRLS 504 Student Webpage Tutorial - Nicole Pagowsky 504 Student Webpage Tutorial By: ... These steps follow from setting up a Net ID, U-System ...

---- HTML You can now enter your HTML. Here are some important tags that you will need in order to complete your webpage assignment.

A. Inserting an image

<img src="mypic.jpg" alt=" (Here I am enjoying some quality reading time.)" />

For more information: http://www.w3schools.com/tags/tag_IMG.asp Here is how this tag will show up on your webpage:

B. Insert Email Link You can also <a href="mailto: [email protected]"> email me</a> here!

Here is how this tag will show up on your webpage:

Page 3: IRLS 504 Student Webpage Tutorial - Nicole Pagowsky 504 Student Webpage Tutorial By: ... These steps follow from setting up a Net ID, U-System ...

For more information: http://www.w3schools.com/HTML/tryit.asp?filename=tryhtml_links

C. Inserting a link to a document on your webpage

<a href="careerinterests.doc"> Click here</a> to read a little bit more about my career interests. Here is how this tag will show up on your webpage:

For more information: http://www.w3schools.com/HTML/tryit.asp?filename=tryhtml_links

D. Inserting a link to another website <a href="http://sirls.arizona.edu/">SIRLS</a> Here is how this tag will show up on your webpage:

For more information: http://www.w3schools.com/HTML/tryit.asp?filename=tryhtml_links E. Creating an unordered list: A list of websites: <ul> <li> SIRLS</li> <li>American Library Association</li> <li>I Can Has Cheezburger</li> </ul> Here is how the tag will show up on your web page:

Page 4: IRLS 504 Student Webpage Tutorial - Nicole Pagowsky 504 Student Webpage Tutorial By: ... These steps follow from setting up a Net ID, U-System ...

For more information: http://www.w3schools.com/HTML/tryit.asp?filename=tryhtml_lists4

F. Creating an ordered list:

A list of websites: <ol> <li> SIRLS</li> <li>American Library Association</li> <li>I Can Has Cheezburger</li> </ol> Here is how this tag will show up on your webpage:

For more information:

http://www.w3schools.com/HTML/tryit.asp?filename=tryhtml_lists G. Sample webpage: <HTML> <HEAD> <TITLE>Riff-Raff!</TITLE> </HEAD> <BODY> <body bgcolor=BED3E9> <p align="center"><img src="mypic.jpg" alt= "(Here I am enjoying some quality reading time.)" /> </p>

Page 5: IRLS 504 Student Webpage Tutorial - Nicole Pagowsky 504 Student Webpage Tutorial By: ... These steps follow from setting up a Net ID, U-System ...

<p align="left"> Hi! My name is Riff-Raff. I'm a new graduate student in the School of Information Resources and Library Science. I'm especially interested in pawblic librarianship. <a href="careerinterests.doc"> Click here</a> to read a little bit more about my career interests. You can also <a href="mailto:[email protected]">email me</a> here! In the meantime, below are some of my favorite websites for you to check out. </p> <ul> <li><a href="http://sirls.arizona.edu/">SIRLS</a></li> <li><a href="http://www.ala.org">American Library Association</a></li> <li><a href="http://icanhascheezburger.com/">I Can Has Cheezburger</a></li> </BODY> </HTML> Here is how these tags will show up on your webpage:

----

Page 6: IRLS 504 Student Webpage Tutorial - Nicole Pagowsky 504 Student Webpage Tutorial By: ... These steps follow from setting up a Net ID, U-System ...

Step 2: After you have coded your HTML, you will need to save it in HTML format: save the document as “index.html” after clicking the “Save as Type” mini-dropdown menu, and selecting “All Files”. Then, save to an appropriate location.

To review, the steps are: Notepad--File—Save As—“All Files”--“index.html”.

Make sure to save this to a place you know will be secure and/or that you will remember (if necessary, write down the location, especially if using the public computers in the library! If you have a thumb drive, be sure to use it.). For extra backup, save the index.html to your D2L locker. Do not completely close Notepad until you are certain you are finished with it, because you can continue to edit after saving.

To see what your web page will look like before using WinSCP, you can open a web browser (Firefox, Internet Explorer, etc.), go to File—Open, and then open your saved index.html. Every time you make a change to that document, you can refresh the browser window after re-saving to see the changes you have made.

Page 7: IRLS 504 Student Webpage Tutorial - Nicole Pagowsky 504 Student Webpage Tutorial By: ... These steps follow from setting up a Net ID, U-System ...

Step 3: Log in to WinSCP. You can locate this program either on the desktop in File Transfer Software/Telnet or via Start, also under File Transfer Software/Telnet. The Host Name is “u.arizona.edu”, The User Name is your Net ID, and The Password is your password. Then, click Login.

Page 8: IRLS 504 Student Webpage Tutorial - Nicole Pagowsky 504 Student Webpage Tutorial By: ... These steps follow from setting up a Net ID, U-System ...

Step 4: This screenshot is what the WinSCP window looks like when you are logged in. The left-hand side is local (what is on your computer or thumb drive); the right-hand side is public, and where your files will be placed so they show up, publicly, on your U-System account web space.

Locate your index.html from the left by clicking on the drop down menu in this screenshot where you see “C: Local Disk”, and navigate through the left pane until your saved location and index.html is listed. Single-click and drag it over to the right-hand pane, and drop it into the “public_html” folder. You will also do this with your resume or career goals document and picture.

Open a web browser and view your web page. Your web page URL is http://u.arizona.edu/~yournetid. If you are not satisfied or something is broken, you can edit your page by following the remaining steps.

Page 9: IRLS 504 Student Webpage Tutorial - Nicole Pagowsky 504 Student Webpage Tutorial By: ... These steps follow from setting up a Net ID, U-System ...

Step 5: If you have closed your index.html, you can make changes by opening Notepad again, going to File—Open, and then selecting your index.html document from where you saved it. You will need to, again, select “All Files” from the format dropdown menu in the dialog box to be able to find your index.html. Your HTML will appear again as it did before; from there, you can make appropriate changes. When satisfied with your editing, go back to File—Save As, select “All Files” from the dropdown, and save again as “index.html”. It will ask you if you want to replace the existing copy, and you do, so choose OK/YES.

You can, again, preview your web page before using WinSCP by opening a browser window and going to your web page URL, or if you left the browser window up from before, you can just click Refresh.

Page 10: IRLS 504 Student Webpage Tutorial - Nicole Pagowsky 504 Student Webpage Tutorial By: ... These steps follow from setting up a Net ID, U-System ...

Step 6: Go back to WinSCP, navigate to your index.html on the left pane, and then drag it over again to the right pane, into the “public_html” folder. It will ask if you want to overwrite, and you do, so click YES. Your web page has now been updated, and you can view the changes from your web page URL in a browser window.

It is a good idea to check your web page from a couple different browsers, as differences in formatting can occur. Make sure you are satisfied with the format and that your links are all working and active, your picture displays appropriately, and your PDF or DOC with your resume or career interests is a working link to the correct item. Please check TS-02 and Unit 2 in Content in D2L to make sure you have completed all requirements for this assignment. If everything looks good, then you are finished after submitting the assignment to the D2L Dropbox.