bus311: website development lab

14
BUS311: Website Development Lab Overview Prof. Kazman

Upload: burt

Post on 25-Feb-2016

42 views

Category:

Documents


0 download

DESCRIPTION

BUS311: Website Development Lab. WEBSITE DEVELOPMENT BASICS. Web hosting site. The world . Web Server. Web browser. URL. Web pages (HTML). Web pages (HTML) & Other linked files. . File transfer SW ( SSH, FTP, …). Web site development tools Web publishing tools. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: BUS311:  Website Development Lab

BUS311: Website Development Lab

Overview

Prof. Kazman

Page 2: BUS311:  Website Development Lab

The world Web hosting site

WEBSITE DEVELOPMENT BASICS

Web browser URL

Web pages (HTML)

• Web site development tools• Web publishing tools

File transfer SW(SSH, FTP, …)

Web pages (HTML) &Other linked files<Direct Publishing>

Your computer

Web Server

Page 3: BUS311:  Website Development Lab

Web Browsers and Hosts• Popular Web Browsers:

– Chrome– IE– Firefox – Safari

• Website hosting: – ISP– Free Host– Domain Host

Page 4: BUS311:  Website Development Lab

Web-page/Site Development Tools

• Text Editors: Notepad• HTML Editors: Word, etc. .html• Web Publishing: FrontPage, DreamWeaver,

SeaMonkey (free; used for this class)• Graphics/image/animation: Photoshop, Picasa,

Flash, etc.• Programming:

– Server-side: PHP, ASP– Client-side: Javascript – Database: Access, MySQL, etc.

Page 5: BUS311:  Website Development Lab

The world Hostname: uhunix.hawaii.edu

Username: <Your UH Username>Password: <Your Password>

Directory: public_html

WEBPAGE DEVELOPMENT (UH Host)

Web browser

Your URL:http://www2.hawaii.edu/~username

Web pages (HTML)

Your computer

• Web site development tools• Web publishing tools: SeaMonkey• File transfer software: SSH

File Transfer (upload/download)

<Direct Publishing>SSH

Important: UH does not support FTP, only SFTP

Web Server

!!!!!!! Your home page must be named index.htm (or index.html)!!!!!!!

Page 6: BUS311:  Website Development Lab

Money can buy….

• Templates:– TemplateMonster.com– freewebsitetemplates.com

• Entire web-sites (e.g. web.com, wix.com, weebly.com, squarespace.com)

• But you can’t use any of these for A2!

Page 7: BUS311:  Website Development Lab

Website Design Rules

• Rule 1. The website should offer something unique:– A good website is compelling; it provides value to your

audience that draws them to your site again and again

– Meets clearly identified business goals – The value proposition of the business should be clear,

ideally on the home page– Utilizes the 7 “C”s of web capabilities: convenience,

cost, coordination, collaboration, communication, customization, community

Page 8: BUS311:  Website Development Lab

Website Design Rules (2)• Rule 2. The website must be aesthetically

pleasing.• Rule 3. The website must be easy to use and

fast.• Rule 4. The website must motivate people to

visit, to stay, to return.• Rule 5. You must advertise your presence on

the web.• Rule 6. You should learn from your website.

Page 9: BUS311:  Website Development Lab

Planning Your Website

• Identify the goals of your website• Identify your audience • Create a list of content that both achieve your

goals and is of interest to your audience.• Divide this list into pages • Create a navigation scheme (site map) that

links these pages together in a simple, consistent way

Page 10: BUS311:  Website Development Lab

Planning Your Page Layout• Use tables to divide the page into regions

– header– sidebar– footer– content

Page 11: BUS311:  Website Development Lab

Planning Your Page Layout• Use tables to divide the page into regions

– header– sidebar– footer– content

Page 12: BUS311:  Website Development Lab

Planning Your Page Layout• Design each region

– add text– add images– add links

Page 13: BUS311:  Website Development Lab

Useful Stuff• UH Personal Page:

– http://www.hawaii.edu/personalhp• File transfer software:

– WS-FTP, Filezilla, Fugu– SSH (free from UH)

Page 14: BUS311:  Website Development Lab

Final Words• Make sure that your UH home page works.• Try transferring a file and see if you can view it.• HINT: you may need to change the file permissions so

that "everyone" can read the file.