Monday, July 9, 2012

Tuesday, July 10, 2012



On our route to creating amazing pages, we're going to need to learn multiple web languages.

HTML alone provides a nice skeleton for a web page, but it doesn't *do* anything.  In order to provide calculation and movement, we must add muscles and organs...in this class, those are accomplished with JavaScript.

Even the strongest body looks a little off without skin.  We equate CSS to the skin, hair, and clothes.  CSS allows us to style our page in a way that looks enticing and professional.

However am I going to memorize all of these tags before the midterm?!?!?!  Don't worry, you don't have to memorize them all.  In practice, you'll usually be able to look coding samples up on sites like this one.  What I *will* expect you to have memorized is the basic frame of a web page, along with the <br/> tags, <i></i>, <ul></ul>, <li></li>, <div></div> and <script></script> tags.  In addition, we'll be learning how to comment VERY well.

After we practice creating a couple of different HTML formats (take notes, please!!) and we take our best guesses at what we'll see upon rendering, we will be ready to learn how to make the page do something interesting! Then we can learn how to upload them to the server.


Additional Links

Filezilla
Smultron 3.5.1
* Logging on to Uoregon w/FTP




Configuring FizeZilla for your shell.uoregon.edu account (By Mike Pangburn)After installing FileZilla on your computer, run it for the first time.
  1. Click File–>Site Manager…
  2. Click New Site
  3. Type UOregon server to replace the default site name
  4. Click in the blank text input box next to the word “Host” and typeshell.uoregon.edu (enter)
  5. Click in the blank text input box next to the word “Port” and type 22 (enter)
  6. Click on the Server Type drop-down menu and select the SFTP option.
  7. Click on the Logon Type drop-down menu and select the Normal option.
  8. For the User and Password inputs, enter your current DuckID username and password information.
  9. Click OK to save these configuration details.
Now, to test whether those login credentials work, reopen the Site Manager… by clicking the menu item File–>Site Manager… and then choose the new UOregon server entry and click Connect.  You may have to click OK to proceed with the login.  When you are logged onto your server account, the FileZilla client will show your local computer account’s files on the left-hand-side of the window, and your server computer account’s files on the right-hand-side of the window.


No comments:

Post a Comment