Part 3 Creating basic HTML web pages

Slides:



Advertisements
Similar presentations
1 Copyright © 2002 Pearson Education, Inc.. 2 Chapter 1 Introduction to Perl and CGI.
Advertisements

Creating Web Pages By: Dr. Matt Dean. Common Terminology Webpage Webpage Website Website Web Browser Internet Explorer Firefox HTMLHypertext Markup Language.
Creating basic HTML web pages R. Chris Fraley |
CPSC 203 Introduction to Computers Tutorial 59 & 64 By Jie (Jeff) Gao.
OFFERED BY INSTRUCTIONAL COMPUTING AT THE UNIVERSITY OF MISSOURI – ST.LOUIS.
XP Browser and Basics1. XP Browser and Basics2 Learn about Web browser software and Web pages The Web is a collection of files that reside.
Web development  World Wide Web (web) is the Internet system for hypertext linking.  A hypertext document (web page) is an online document. It contains.
CIS101 Introduction to Computing Week 05. Agenda Your questions CIS101 Survey Introduction to the Internet & HTML Online HTML Resources Using the HTML.
Introduction to HTML 2006 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Introduction to HTML 2006 INT197B. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
HTML Introduction HTML
Internet Publishing / Dreamweaver Luke E. Reese CARRS
Glencoe Digital Communication Tools Create a Web Page with HTML Chapter Contents Lesson 4.1Lesson 4.1 Get Started with HTML (85) Lesson 4.2Lesson 4.2 Format.
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.
Creating a Web Page HTML, FrontPage, Word, Composer.
Overview of HTML. Three Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
Chapter 9 Collecting Data with Forms. A form on a web page consists of form objects such as text boxes or radio buttons into which users type information.
 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.
Create a Website Session I Key Components Hands-on HTML.
Multimedia and Web Technology Prepared by: Asst. Prof. Maryam Eskandari.
Creating Internet Surveys and Collecting Data Using HTML Lecture 4, Psych R. Chris Fraley
Creating Internet Surveys and Collecting Data Using HTML Lecture 4, Psych R. Chris Fraley
Computer Science : Information Systems Design and Development Unit Web Sites - National 4 / 5 St Andrew’s High School-Revised January 2013 Slide 1 St Andrew’s.
Creating basic HTML web questionnaires R. Chris Fraley – Psych 437.
CPSC 203 Introduction to Computers Lab 21, 22 By Jie Gao.
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.
Introduction to HTML. What is a HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup tags  The.
Course Content - Chapter 2 Introduction to HTML Introduction to a Text Editor as a web authoring tool Instructional Activity: Creating a webpage using.
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
Lecture 2 Building Web Pages 1 Lecture 2  Building Web pages  Languages and programs  HTML - Hyper Text Markup Language  Netscape’s Composer  MicroSoft.
Just Enough HTML How to Create Basic HTML Documents.
Fall 2005 Using FrontPage to Enhance Blackboard - Darek Sady1 Using FrontPage to Enhance Blackboard 1.Introduction 2.Starting FrontPage 3.Creating Documents.
HTML Hyper Text Markup Language. What is an HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup.
Overview of HTML/XHTML Two Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
HTML BASICS Web Design I. Web Design  WWW created in the late 1980’s  Used in academics for the next 5 years  Mosaic (1994) allowed both pictures &
Introduction to web development and HTML MGMT 230 LAB.
Forms and Server Side Includes. What are Forms? Forms are used to get user input We’ve all used them before. For example, ever had to sign up for courses.
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
Web Design. How do web pages work? Webpages are written in a code called HTML. Programs like Internet Explorer read the code, and then show it as a web.
Using FrontPage FrontPage is a great Web editing tool for people with limited knowledge and time for HTML coding. It’s similar to using Microsoft Word.
Slide No. 1 Slide No. 1 HTML and Web Publishing CS 104 CS 104.
Part 4 Processing and saving data with CGI/Perl Psychological Science on the Internet: Designing Web-Based Experiments From the Ground Up R. Chris Fraley.
Landscaper 101. Time Code AMC AMCNET HELP!!! Where do you go for help? –Upper right corner has a ? for the online help –This presentation.
HTML Assoc. Prof. Rozinah Jamaludin 28 January 2010.
Internet Publishing / Dreamweaver Luke E. Reese Biosystems & Ag. Engr. / CARRS
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
HTML-I Basic HTML Elements. HTML (Hyper Text Markup Language) HTML is a document layout and hyperlink- specification language. i.e. a language used to.
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.
Adding markup instructions to documents is not new. Before computers, authors would make annotations by hand in their written or typed documents. These.
Microsoft Expression Web - Illustrated Unit A: Getting Started With Microsoft Expression Web.
Microsoft FrontPage 2003 Illustrated Complete Creating a Web Site.
Introduction to HTML.
Project 1 Introduction to HTML.
Chapter 1 Introduction to HTML.
How to create a web page using word …
Computers and Information Systems
Microsoft® Office FrontPage® 2003 Training
Project 1 Introduction to HTML.
Geography 121 Homepage Design Project Zero
Web Page Design ICT Ms. McGrew.
Part 2 Setting up a web server the easy way
Part 2 Setting up a web server the easy way
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.
Computer communications
Web Programming : Building Internet Applications Chris Bates CSE :
Presentation transcript:

Part 3 Creating basic HTML web pages Psychological Science on the Internet: Designing Web-Based Experiments From the Ground Up R. Chris Fraley | APS 2005

HTML web pages Most web pages are written in a language called HTML (hypertext markup language). HTML files exist on a web server. When a person types in the URL for a specific file in his or her web browser, the person is essentially retrieving that pre-existing file from the web server.

HTML There are many programs that are designed to help you create HTML files Macromedia’s Dreamweaver Microsoft’s FrontPage These kinds of programs are often called WYSIWYG programs. They allow you to create web pages in the way in which you want them to appear; the HTML code is generated in the background.

WYSIWYG There are two reasons for NOT using these kinds of programs if you’re going to be conducting research over the Internet. Not dynamic. We’ll be writing CGI scripts that create the code on-the-fly (i.e., web programs that create web pages). As such, a WYSIWYG program cannot help us. Code bloat. These programs often create unnecessary and confusing code if you revise your pages or make changes.

EditPlus Although there are good reasons not to use WYSIWYG programs, there are good reasons to use programs that will make HTML coding easier for you. The perks of EditPlus (http://www.editplus.com/) Free trial version Works in a lot like MS Word (e.g., buttons for placing text in bold), but creates the HTML code for you rather than doing so in the background. Built-in browser so you can see what your code looks like as you write it Color-coding Spell checking

Let’s begin . . .

[Live examples of creating HTML code using EditPlus [Live examples of creating HTML code using EditPlus. Review use of text, basic formatting (bold, italics), line breaks, colors. Inserting images, links, and sound files. Using CSS to format things in a global fashion.]

Transferring your web page to the web server Save your file with the *.htm extension. Example: mypage.htm Go to the Netfirms web page and login to your account. Go to the File Manager. Click the “www” folder to open your www directory (i.e., the directory where your web pages will reside) Click the “upload” button. Find mypage.htm on your computer using the “browse” option. Upload the file.

Viewing your webpage You should now be able to see your web page on the “live” Internet. URL: http://mysite.netfirms.com/mypage.htm

Notes about revising your page.

Forms: How to collect data The majority of web pages simply exist to provide content. It is also possible to use web pages to collect information through the use of forms. Forms are special segments of a web page that tell the browser that information is to be collected.

[Example of a web page using a form] The live page is at: http://aps2005.netfirms.com/self-esteem.htm The original HTML code can be copied and pasted from the following location: http://web-research-design.net/APS2005/files/self-esteem.htm

Different input options Radio buttons Checkboxes Textboxes Textarea Select menus

[example of different input options with code]