UNIX and Operating System Topics

Similar documents
CSC Web Technologies, Spring HTML Review

CSC Web Programming. Introduction to HTML

CS 350 COMPUTER/HUMAN INTERACTION. Lecture 6

HTML Tags <A></A> <A HREF=" CNN </A> HREF

HTML and CSS: An Introduction

What You Will Learn Today

Downloads: Google Chrome Browser (Free) - Adobe Brackets (Free) -

Index. alt, 38, 57 class, 86, 88, 101, 107 href, 24, 51, 57 id, 86 88, 98 overview, 37. src, 37, 57. backend, WordPress, 146, 148

HTML. Hypertext Markup Language. Code used to create web pages

The internet is a worldwide collection of networks that link millions of computers. These links allow the computers to share and send data.

HTML & CSS. Lesson 1: HTML Basics Lesson 2: Adding Tables Lesson 3: Intro to CSS Lesson 4: CSS in more detail Lesson 5: Review

Desire2Learn: HTML Basics

Web Programming Week 2 Semester Byron Fisher 2018

How the Internet Works

LAB 3 CSE 3, Spring 2018 In this lab you will learn and implement some basic html.

Html basics Course Outline

HTML + CSS. ScottyLabs WDW. Overview HTML Tags CSS Properties Resources

DREAMWEAVER QUICK START TABLE OF CONTENT

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) Learning Objectives (2 of 2) Horizontal Rule Element

As we design and build out our HTML pages, there are some basics that we may follow for each page, site, and application.

Creating Web Pages. Getting Started

Content Management System User Training

Creating Web Pages with a Template

Introduction to FrontPage 2002

Dreamweaver CS 5.5. University Information Technology Services. Training, Outreach, Learning Technologies, and Video Production

Web Design 101. What is HTML? HTML Tags. Web Browsers. <!DOCTYPE html> <html> <body> <h1>my First Heading</h1> <p>my first paragraph.

Web Development & Design Foundations with HTML5 & CSS3 Instructor Materials Chapter 4 Test Bank

Web Publishing Basics I

Lab 3. CSE 3, Summer 2010 In this lab you will learn and implement some basic html.

11. HTML5 and Future Web Application

Unit 5 Web Publishing Systems Page 1 of 13 Part 4 HTML Part 4

Chapter 2. Self-test exercises

AGENDA :: MULTIMEDIA TOOLS :: CLASS NOTES

html & css basics class one intro to HTML, HTML page structure, text, images, & links

Web Programming and Design. MPT Senior Cycle Tutor: Tamara Week 1

Perfect Student Midterm Exam March 20, 2007 Student ID: 9999 Exam: 7434 CS-081/Vickery Page 1 of 5

Website Design (Weekday) By Alabian Solutions Ltd , 2016

AGENDA. EMBEDDING FONTS [ Font Files & CSS font-family ] :: Online Font Converter :: ADD font-family css code to style.css

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space.

ICT IGCSE Practical Revision Presentation Web Authoring

Web Development & Design Foundations with XHTML. Chapter 4 Key Concepts

Next... Next... Handling the past What s next - standards and browsers What s next - applications and technology

Website Development with HTML5, CSS and Bootstrap

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) More on Relative Linking. Learning Objectives (2 of 2)

Figure 1 Properties panel, HTML mode

Website Design (Weekend) By Alabian Solutions Ltd , 2016

Web Development & Design Foundations with HTML5

HTML. Mohammed Alhessi M.Sc. Geomatics Engineering. Internet GIS Technologies كلية اآلداب - قسم الجغرافيا نظم المعلومات الجغرافية

Dreamweaver Basics. Planning your website Organize site structure Plan site design & navigation Gather your assets

Dreamweaver. An Introduction to editing webpages

Chapter 4. Introduction to XHTML: Part 1

Do It Yourself Website Editing Training Guide

University of Hawaii at Hilo WEB AND HTML THE INTERNET MAP ( COURTESY OF WIKIMEDIA COMMONS)

Dreamweaver Basics Outline

HTML (Hypertext Mark-up language) Basic Coding

Lava New Media s CMS. Documentation Page 1

Cooperative activities

COMPSCI 120 Fall 2017 Review Questions for Midterm #2 Professor William T. Verts

WHAT YOU WILL LEARN IN THIS PHOTOSHOP TRAINING PROGRAM

Basics of Web Design, 3 rd Edition Instructor Materials Chapter 2 Test Bank

Recitation 3 Further Work with Dreamweaver and Photoshop: Refining your Web Site

HTTP and HTML. We will use HTML as a frontend to our webapplications, therefore a basic knowledge of HTML is required, especially in forms.

c122jan2714.notebook January 27, 2014

Advanced Dreamweaver CS6

The figure below shows the Dreamweaver Interface.

Step 1 Download and Install KompoZer Step by step instructions to build your first web page using KompoZer web editor.

Attributes & Images 1 Create a new webpage

HTML OBJECTIVES WHAT IS HTML? BY FAITH BRENNER AN INTRODUCTION

SECTION C GRADE 12 EXAMINATION GUIDELINES

Stamp Builder. Documentation. v1.0.0

HTML, CSS, JavaScript

Adobe Dreamweaver CS5/6: Learning the Tools

Tutorial. Activities. Code o o. Editor: Notepad Focus : Text manipulation & webpage skeleton. Open Notepad

Chapter 1 Introduction to Dreamweaver CS3 1. About Dreamweaver CS3 Interface...4. Creating New Webpages...10

Lab 1: Introducing HTML5 and CSS3

HYPERTEXT MARKUP LANGUAGE ( HTML )

FRONTPAGE STEP BY STEP GUIDE

Designing the Home Page and Creating Additional Pages

STD 7 th Paper 1 FA 4

Midterm Review. October 17

How to Edit Your Website

HTML & XHTML Tag Quick Reference

HTML TUTORIAL ONE. Understanding What XHTML is Not

CMPSCI 120 Fall 2017 Lab #1 Professor William T. Verts

CIS 228 (Fall, 2012) Exam 2, 11/20/12

Adobe Dreamweaver CS3 English 510 Fall 2007

CMPT 165: More CSS Basics

GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar with Dynamic Background Image

The building block of a CSS stylesheet. A rule consists of a selector and a declaration block (one or more declarations).

How to Edit Your Website

Intro to html. --- define every element, attribute, and entity along with the rules for their use

1/6/ :28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014

Make a Website. A complex guide to building a website through continuing the fundamentals of HTML & CSS. Created by Michael Parekh 1

MPT Web Design. Week 1: Introduction to HTML and Web Design

Software. Full Stack Web Development Intensive, Fall Lecture Topics. Class Sessions. Grading

How to set up a local root folder and site structure

FIT 100 LAB Activity 3: Constructing HTML Documents

HTML and CSS COURSE SYLLABUS

1. The basic building block of an HTML document is called a(n) a. tag. b. element. c. attribute. d. container. Answer: b Page 5

HTML Exercise 21 Making Simple Rectangular Buttons

Transcription:

UNIX and Operating System Topics 1. What is SFTP? Name software applications that provide sftp service 2. What does SSH mean? How do you use ssh? 3. What is a Terminal window on the Mac? Why/when do you use it? 4. Unix commands to review: cd chmod man vim cp <current filename> <new file name> ls (see also: ls l ls a ) mkdir <directory name> rm <filename> rmdir <directory name> df -h <path> passwd pwd GRAPHICS 1. Vector vs. Bitmap/raster graphics: compare and contrast 2. The importance of scalability of images: discuss 4. RGB is the standard color mode for the web 5. 72 dpi is the standard resolution for the web PHOTOSHOP 1. Tools to use to work with a scanned image or Saved image 2. Considerations in configuring new images (size, resolution, etc) 3. Image/modes: RGB, CMYK, grayscale 4. Using Photoshop toolbars 5. Image types on the web and difference in file size: e.g. PSD, JPG, GIF, PNG etc. 6. Describe how/when to use the paint bucket, brush, and pencil tools for drawing. 7. Working with specific colors and areas: using the eye dropper, magic wand, etc 8. Using the text tool and working with layers of text 9. Working with the image as a whole: using crop; rotate; flip; sizing; mode. 10. Working with layers: making them visible; determining opacity; changing the order 11. Using layers to edit a picture and manipulate various design elements

12. Layer effects (e.g. drop shadow, etc) 13. Creating images for the web and understanding when to use specific file types 14. Using filters: what are they? how do you use them? 15. Transformations (EDIT / TRANSFORM) what are these? Give examples. 16. Composite images combining whole or partial images into a new image 17. Magic Wand, Eye Dropper and Paintbrush tools 18. When designing a website for a full browser windows, what is the recommended size? (1024 x 768) 19. What is the size for a Favorite Icon? The favicon is found in some websites at the tab window up on top. 20. Opacity/Transparency 21. Hexidecimal - Colors: #FFFFFF 22. Resolution (72 dpi) 23. Saving for and Optimizing for the web 24. Slice tool HTML + CSS How do you start a new webpage, what are the steps and starting tags? What are the required tags? How/where do you add styles to your new webpage? What are embedded or internal style? What are in-line styles? What are external styles? How do you set up embedded styles? How do you link to one or more stylesheets? What is a Doctype? Hyperlinks to another site (External/Absolute links/paths) http://www.google.com Links to another page in the same site (Relative links/paths) images/myimage.jpg Email Links <a href= mailto:address@domain.com >...</a> Inserting an image <img> Using an image as a link; creating buttons <a href= index.html ><img src= mylogo.jpg /></a> Fonts and text formatting tags: bold, italic, colors, text size, etc using CSS font-weight; font-style, color, font-size, Bulleted and numbered lists <ul><li></li></ul> <ol><li></li></ol> Setting up tables and working with table and table properties (colspan, rowspan) Page Background color, image, repeat or tiling using CSS Defining colors: #FFF, #000, #F00, RGBA(255,255,255,1), etc

What are selectors in CSS? Tag Selector, # ID Selector,. Class Selector When would you use each of these CSS Selectors and why? What is the file that by default is the homepage? (index.html) Named Anchors ( Remember: making hyperlinks within a page ) HTML Comments <!-- HTML COMMENT --> CSS Comments /* CSS Comment */ Commonly used tags: <html></html> <head></head> <title></title> <meta /> <style></style> <script></script> <link /> <body></body> <h1></h1> <h2></h2> <h3></h3> <h4></h4> <h5></h5> <h6></h6> <b></b> <u></u> <i></i> <a></a> <img /> <br /> <hr /> <p></p> <div></div> <span></span> <nav></nav> <section></section> <article></article> <header></header> <footer></footer> <table></table> <tr></tr> <td></td> <iframe></iframe>

<ul></ul> <li></li> <ol></ol> <li></li> <form></form> <select></select> <option</option> <sup></sup> <blockquote></blockquote> HTML Entities: non-breaking space < less than < < > greater than > > & ampersand & & cent pound yen euro copyright registered trademark Common CSS properties: width:; height:; border:; margin:; padding:; background-color:; background-repeat:; background-image:url(); font-family:; font-size:; color:; letter-spacing:; line-height:; display:; z-index:; float:; clear:;

position:; left:; right:; top:; bottom:; margin-left:; margin-right:; margin-top:; margin-bottom:; GENERAL QUESTIONS FOR REVIEW: Compare and Contrast HTML and CSS Compare and Contrast an ID Selector and a CLASS Selector in CSS Compare and Contrast Absolute Path and Relative Path A website is a folder, each html file is a web page, subfolders are used to organize your files i.e. CSS, IMAGES folder, etc. The homepage is the index.html file. The Website folder is known as the root of your website. The index.html is saved at the root. public_html is the folder on the Server where we upload our website(s). public_html is your root folder on a web server. Modern browsers include: Chrome, Firefox Mozilla, Safari, Opera