establishing a web presence

12
ESTABLISHING A WEB PRESENCE Henry Osborne

Upload: henry-osborne

Post on 24-May-2015

130 views

Category:

Education


1 download

DESCRIPTION

An overview of how to get a website online and accessible.

TRANSCRIPT

Page 1: Establishing a Web Presence

ESTABLISHING A WEB PRESENCEHenry Osborne

Page 2: Establishing a Web Presence

CPTR304: Internet Authoring

2

OBJECTIVES

• What is an Internet Service Provider?• Identify Web Development Tools• Display and Test a Web Page before “Going Live”• Putting a Website Online• MIME Types and Browser Usage

Page 3: Establishing a Web Presence

CPTR304: Internet Authoring 3

INTERNET SERVICE PROVIDERS

Page 4: Establishing a Web Presence

CPTR304: Internet Authoring

4

WHAT IS AN INTERNET SERVICE PROVIDER?

• A business or organization that provides Internet connections by enabling data transmission between computers

• In populated areas, data transmission takes place through physical cables.

• Customers who reside/work in remote locations may be served using wireless transmission

Page 5: Establishing a Web Presence

CPTR304: Internet Authoring

5

WIRED INTERNET SERVICE

• Dial-up• Cable modem• Integrated Services Digital Network (ISDN)• Asymmetric Digital Subscriber Line (ADSL)• Fiber To The Premises (FTTP)

Page 6: Establishing a Web Presence

CPTR304: Internet Authoring

6

WIRELESS INTERNET SERVICE

• WiFi• Code Division Multiple Access (CDMA)• Global System for Mobile (GSM)• Worldwide Interoperability for Microwave Access (WiMAX)

Page 7: Establishing a Web Presence

CPTR304: Internet Authoring 7

DEVELOPMENT TOOLS

Page 8: Establishing a Web Presence

CPTR304: Internet Authoring

8

TOOLS

• Editors• SlickEdit• Brackets• Sublime Text• Aptana Studio

• Servers• Apache• Nanoweb

• FTP Clients• FileZilla• SmartFTP• WinSCP

Page 9: Establishing a Web Presence

CPTR304: Internet Authoring 9

MIME TYPES

Page 10: Establishing a Web Presence

CPTR304: Internet Authoring

10

WHAT IS MIME?

• MIME (Multipurpose Internet Mail Extensions) is an internet standard that is used to describe the contents of various files.

• The MIME type for HTML is: text/html

• MIME types are defined in HTML by the type attribute on links, objects, and script and style tags.

Page 11: Establishing a Web Presence

CPTR304: Internet Authoring

11

MIME TYPES

avi - video/x-msvideo htm/html - text/html

bmp - image/bmp ico - image/x-icon

class - application/octet-stream jpe/jpeg/jpg - image/jpeg

css - text/css js - application/x-javascript

dll - application/x-msdownload mid - audio/mid

doc - application/msword mpv2 - video/mpeg

exe - application/octet-stream vrml - x-world/x-vrml

gz - application/x-gzip xbm - image/x-xbitmap

h - text/plain zip - application/zip

Page 12: Establishing a Web Presence

ESTABLISHING A WEB PRESENCE