Intern Class 4/18

For intern class today, we went to Humanities.  It was very colorful and not as dull as the other SINC sites. Then we visited the non SINC Site but TLT supported writing center.  After we walked to Life Science and visited their SINC site and finally we ended up at SBS to visit the SBS SINC site and the History SINC site (which was only for classes).

At SBS, Nam taught us how to use Sparky, which is usually for computer science majors.  In order to use Sparky, we must open the application Secure Shell Client and sign in with sparky.ic.sunysb.edu and then with netID.  We started testing out sparky with Sparky: “pwd get sparky%” in order to start the program and then “cal get calendar” to get a calendar view of the month of April which was pretty awesome.

Then Nam taught us to open Secure File Tranfer, which is also connected to Sparky and it is used to create a web page. On the Secure File Transfer, everyone should  have www folder.  For the Secure File Transfer, one must right a html code on notepad and save it as HTML and then import it into secure file transfer.  Another easy way is to use dreamweaver which transfer everything written into HTML.  Its so easy typing on Dreamweaver and then when I did the split screen, i saw the html coding for what i was writing; dreamweaver makes life easier.

 

Used sparky to create my own website: http://www.ic.sunysb.edu/stu/helwu/coding.html

Dreamweaver HTML learned in class:

<html>
<head><titlte>TLT Interns</title></head>
<body style = “background-color: #3FC”>
<h1>Introduction</h1>
<p>This is TLT Internship Class..</p>
<p>There are 13 interns</p>
<ol>
<li>Erika</li>
<li>Amy</li>
<li>Lillian</li>
<li>Jasmine</li>
<li>Victoria</li>
<li>Hilton</li>
<li>Jennifer Yi</li>
<li>Helen</li>
<li>Jennifer Sang</li>
<li>Charles</li>
<li>Jane</li>
<li>Jenney</li>
<li>Sharon</li>
</ol>
</body>
</html> 

Leave a Reply

Your email address will not be published. Required fields are marked *