Developing a Professional or Class Website Tools and Resources.

Slides:



Advertisements
Similar presentations
An Introduction to HTML What is HTML? Things to know about HTML Create your first web page Where to learn more.
Advertisements

HTML I. HTML Hypertext mark-up language. Uses tags to identify elements of a page so that a browser such as Internet explorer can render the page on a.
Charmaine NormanCopyright What Is a Web Page Presented by Webpagemaker. Net Left click your mouse to view each frame, Web Page.
Hyper Text Markup Language.  HTML is a language for describing web pages.  HTML stands for Hyper Text Markup Language  HTML is not a programming language,
WeB application development
XHTML Basics.
TS 313 Multimedia Applications Welcome to TS 313 Multimedia Applications There is no audio lecture associated with this set of introduction slides Refer.
The Client-Server Model for the Web 1. A Web Client (usually in the form of a web browser) makes an HTTP request to a specific web server. 2. The Web Server.
ICT for IGCSE – Syllabus Cambridge IGCSE ® Information and Communication Technology0417.
Website design basics QUME Learning objectives Understand the basic elements of a Web page and how it is produced Be aware of different approaches.
Project 1 Introduction to HTML.
Basic HTML Workshop Session 1: Introduction to HTML Fall 2006.
8.1 Chapter 8 Integrating the Internet into the Curriculum M. D. Roblyer Integrating Educational Technology into Teaching, 4/E Copyright © 2006 by Pearson.
Basic HTML Workshop Session 1: Introduction to HTML Fall 2006.
Dreamweaver 8 Concepts and Techniques Introduction Web Site Development and Macromedia Dreamweaver 8.
INSTRUCTIONAL SUPPORT SERVICES (ISS) SHORT COURSE, FALL 2012 UMSL Introduction to Web Page Design.
1 HTML / Website Creation. 2 HTML – HyperText Markup Language  For formatting Web pages  Ordinary text can be created using any Text editor: e.g. NotePad,
CPSC 203: Introduction to Computers Tutorials 03 & 29 by Jie (Jeff) Gao.
HTML 1 Introduction to HTML. 2 Objectives Describe the Internet and its associated key terms Describe the World Wide Web and its associated key terms.
Basic Web Page Design. Text book: HTML, XHTML, and CSS: Visual QuickStart Guide, Sixth Edition written by Elizabeth Castro. Software: Adobe® Dreamweaver®
Web Design Basic Concepts.
HTML Comprehensive Concepts and Techniques Intro Project Introduction to HTML.
 Using Microsoft Expression Web you can: › Create Web pages and Web sites › Set what you site will look like as you design it › Add text, images, multimedia.
INTRODUCTION TO FRONTPAGE. TOPICS TO BE DISCUSSED……….  Introduction Introduction  Features Features  Starting Front Page Starting Front Page  Components.
Web Design ITM 2010 Tutorial 1 Prepared by Wang Shiyu.
Internet publishing Ing. Petr Zámostný, Ph.D. místnost: A-72a tel.: 4222
1 Session 1: Introduction to HTML Spring Today’s Agenda Cover useful terminology for today’s session HTML, browsers, servers, etc. HTML Tags Get.
Websites 101 Technology Committee UPSOM. Web Class – Goals  Make a simple web page (or series of pages)  Upload that page to the internet  Feel comfortable.
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
Web Programming : Building Internet Applications Chris Bates CSE :
HTML_Generators WB_HTML_Generators. What method are you going to choose to build your web page? MethodWrite Convert Html IssuesHTML HTML Editors Tool.
Web Design (2) Brackets - introduction. Brackets Brackets is a web design code editor It is an open-source project initiated by Adobe (creator of Dreamweaver)
Objective Understand concepts used to web-based digital media. Course Weight : 5%
Introduction to web development and HTML MGMT 230 LAB.
Tools of the Trade: Construction CECS 5030: Introduction to the Internet Dr. Cathleen Norris & Jennifer Smolka.
Web Page Fundamentals HTML: The Language of the Web.
Introduction to HTML. Today’s Discussion What is HTML ? What is HTML ? What is Web Page ? What is Web Page ? Web Server Web Server Web Browser Web Browser.
CPSC 203 Introduction to Computers Lab 66 By Jie Gao.
HTML BTEC National in Computing Section5. Create Information “HTML: defining HTML, discussing HTML uses and demonstrating HTML basics, HTML structure…..
1 Chapter 01: Introduction by Tharith Sriv. This course covers the following topics:  Hypertext Markup Language (HTML)  Cascading Style Sheets  JavaScript.
Web Site Design & Management Class One Agenda Attendance Questionnaire Introductions Class Policies About the class Code your first page FTP Assignments.
HTML & Nvu David Tristano Drexel IRT Dept.
Slide No. 1 Slide No. 1 HTML and Web Publishing CS 104 CS 104.
Introduction to HTML Unit 3: E-business.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
Chapter 8 HTML Editors. Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 8-2 Text Editors Text editors don't have word processing features.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Introduction to the World Wide Web & Internet CIS 101.
Session 1: Introduction to HTML Fall Today’s Agenda Talk about the functions of the Internet Cover useful terminology for today’s session HTML,
Learning Aim C.  Creating web pages involves many considerations.  In this section we will look at the different software tools you can use and how.
Web Design Terminology Unit 2 STEM. 1. Accessibility – a web page or site that address the users limitations or disabilities 2. Active server page (ASP)
Basic Web Page Design. Text book: HTML, XHTML, and CSS: Visual QuickStart Guide, Sixth Edition written by Elizabeth Castro. Software: Adobe® Dreamweaver®
introductionwhyexamples What is a Web site? A web site is: a presentation tool; a way to communicate; a learning tool; a teaching tool; a marketing important.
Web Page Design The Basics. The Web Page A document (file) created using the HTML scripting language. A document (file) created using the HTML scripting.
Web Page Programming Terms. Chapter 1 Objectives Describe Internet and Understand Key terms Describe World Wide Web and its Key terms Identify types and.
Project 1 Introduction to HTML.
Web Site Development and Macromedia Dreamweaver 8
Chapter 1 Introduction to HTML.
Where to Start When Re-Designing a Webpage
Tutorial: How to Creat a Website.
INTRODUCTION TO HTML5.
Part 3 Creating basic HTML web pages
Web Page Development Tools
Starting to develop a website
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Part 3 Creating basic HTML web pages
Web Page Design CIS 300.
Web Page Development Tools
Blackboard Tutorial (Student)
Web Programming : Building Internet Applications Chris Bates CSE :
Presentation transcript:

Developing a Professional or Class Website Tools and Resources

Software Requirements Editor – WYSIWYG Editor (available through ebuy)ebuy Microsoft Frontpage Macromedia Dreamweaver – Simple ASCII (code) Editor e.g., Notepad (must save files as.html) FTP (File Transfer Protocol) Software – - Filezilla (free) Internet Browser – Mozilla Firefox at – Internet Explorer – Apple’s Safari

Basics elements of HTML Opening and Closing Text Images Links –

Learning Code (for free) Examples of Basic Page Design: – Formatted Design: Defined lists – Formatted Design: Tables Online Tutorials: many of which are quite good. – HyperText Markup Language (HTML) Home Page: – quite technical; specs for all versions of HTML

HTML Copy code elements (not content) and reuse for your own purposes – Anytime you see a design feature you like on a web page Right click on the page and View Source Highlight and copy the relevant code Paste into your code editor Recreate design feature with your own content – This should be restricted to no more than a few lines of code – Difficult to learn how to write Java or “dynamic” content this way

Style Style sheets – External (e.g., style.css) Preferable method – Internal E.g., having the same external style sheet, compare the style of – The Husserl Page The Husserl Page – The Page of Bob The Page of Bob – The Web Development HandoutWeb Development Handout

File Organization Initial WWW Folder: “welcome” or “index” HTML file & any number of ancillary HTML files – nested “images” folder (jpg, gif, bmp files) – nested “PDF-docs” folder (all pdf files, e.g., CV) – nested “presentations” folder (eg., this PowerPoint presentation) Separate folders for: – Husserlpage html files – nested folder: images – Current Classes (phi100, phi120)phi100phi120 html files – “images,” “presentations,” and “PDF_docs” folders nested in each class folder – Teaching Archive ( “image,” “presentations,” “PDF_docs” folders nested in each subfolder

Professors’ Use of Internet David Bradshaw – in the Spring will have 3 TAs in Phi 100. Planning to use a class website. It will be fairly minimal Ron Bruzina – Using Blackboard (again) in PHI 343 & Discovery Seminar course, DSP/6. Craig Streetman will also be involved with PHI 343 Chris Zurn – professional website: basic, posts class PowerPoint slideshows there

Blackboard Course shells – Organization shells (coming soon) – operate essentially like course shells with discussion boards, surveys, etc etc. – designed for committees, depts, and student orgs

Department Web Page Schatzki – asks whether the TAs have suggestions about our web page E.g., the “People” page:

Review of Resources