1 / 8

GBK Programming 1

GBK Programming 1. Jordan Johnson. Today’s plan. Greeting Zipping and transferring files DIVs , SPANs, the “class” attribute, and CSS selectors. Clean-up. WinSCP. From http://winscp.sf.net/. Filezilla. Alternative program Same interface Also free http://filezilla-project.org /.

byrd
Download Presentation

GBK Programming 1

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. GBK Programming 1 Jordan Johnson

  2. Today’s plan Greeting Zipping and transferring files DIVs, SPANs,the “class” attribute, and CSS selectors. Clean-up

  3. WinSCP From http://winscp.sf.net/

  4. Filezilla • Alternative program • Same interface • Also free • http://filezilla-project.org/

  5. DIVs and SPANs • <div class=“navigation”> <!-- site navigation menu --> • <ul> <li><a href=“index.html”>Main</a></li> • <li><a href=“games.html”>Games</a></li> • <li><a href=“work.html”>Résumé</a></li></ul> • </div> • …are useful for creating your own kinds of elements: • <span class=“appt”>3:30pm Tuesday</span> • Or…

  6. Styling classes The “.” denotes a tag class. • .appt { • color: #330000; • font-weight: bold; • } • .navigation { • width: 100%; • background-color: red; • color: white; • } In CSS:

  7. Work / Q&A Time • Reminders: • Mini-lesson now: zipping your files. • zip command (UNIX/Linux) • If you haven’t sent the HW, do so before leaving.

  8. Clean-up • Before you leave, please . . . • Log out. • Push in your chair. • Make sure you’ve got everything. • Make sure all trash ends up in the trash can.

More Related