COMP 2923 A2 Website Development 101 Danny Silver JSOCS, Acadia University.

Slides:



Advertisements
Similar presentations
CHAPTER 15 WEBPAGE OPTIMIZATION. LEARNING OBJECTIVES How to test your web-page performance How browser and server interactions impact performance What.
Advertisements

Internet Research Internet Applications. The Internet is not the Web Because of the great popularity of the World Wide Web, people think the Internet.
Building Web Pages With Microsoft Office. Introduction This tutorial is for the beginning web builder. It utilizes software that you already have, Microsoft.
CONTENT: A model for collaborative database building Trevor Bond Alan Cornish Washington State University Libraries.
Multiple Tiers in Action
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
Microsoft FrontPage: An Introduction Eva M. Fernández Queens LOTE Consortium May 5, 2003.
Presented by Mina Haratiannezhadi 1.  publishing, editing and modifying content  maintenance  central interface  manage workflows 2.
1 CS428 Web Engineering Lecture 18 Introduction (PHP - I)
Acadia Institute for Teaching and Technology Basic Web Page Design for Courses.
LEARN THE QUICK AND EASY WAY! VISUAL QUICKSTART GUIDE HTML and CSS 8th Edition Chapter 2: Working with Webpage Files.
Using the SCC website community.computerhistory.org/scc.
Making an HTML Document Notepad Group Bo Kim Dan Carter Han Chong Justin Weaver Kris Lamont.
INTRODUCTION TO FRONTPAGE. TOPICS TO BE DISCUSSED……….  Introduction Introduction  Features Features  Starting Front Page Starting Front Page  Components.
Creating Web Pages Overview. Design – Start with a Purpose Before you start any web page, you need to design the website. The first question that should.
WRA INTRODUCTION TO WEB AUTHORING. HELLO, MY NAME IS: JOHN Basics Former PW Alum Really like tv, video games, and MSU sports and the Tigers.
Project Proposal Interface Design Website Coding Website Testing & Launching Website Maintenance.
The Internet and the World Wide Web. The Internet A Network is a collection of computers and devices that are connected together. The Internet is a worldwide.
Processing.js.
Computing Theory: HTML Year 11. Lesson Objective You will: o Be able to define what HTML is - ALL o Be able to write HTML code to create your own web.
EUDET WEB FACILITIES Yan Benhammou Tel-Aviv University Eudet web team
Web Authoring Rico Yu. Ch.6 Planning for a Web Site Introduction Steps in setting up Needs Planning.
1Computer Sciences Department Princess Nourah bint Abdulrahman University.

YEAR 8 – WEB DESIGN IN HTML Lesson 2. STARTER Use the internet to find out what JavaScript is? Use ‘Microsoft Word’ to write down your list.
1 Type in the URL to access the WEBSPACE Control Panel HOW TO MAKE CHANGES AND UPDATES TO YOUR WEBSITE.
WRT235: Writing in Electronic Environments Session 2 Basic XHTML.
Images Worksheet. Web template Download the template folder Unzip and save in your documents Rename the folder to “images work” without quotes.
Inserting Flash Videos SharePoint 2007 By Joseph Risi.
1. Internet usage Comp5001-Computer Skills advanced Lecture 3: 2.
Creatavist.com Michael Sluby and Jess Parker. General Information Creatavist is a storytelling platform launched by the Atavist in 2011 Free, $10 per.
Quick Launch. Google Drive 30 GB Cloud Space Document.
INTRODUCTION JavaScript can make websites more interactive, interesting, and user-friendly.
KompoZer. What is it? A FREE product used to design websites A FREE product used to design websites A WYSIWYG HTML Editor A WYSIWYG HTML Editor –WYSIWYG:
 Before you continue you should have a basic understanding of the following:  HTML  CSS  JavaScript.
HTML HyperText Markup Language Victoria E. Kozlek.
Session 1: Introduction to HTML Fall Today’s Agenda Talk about the functions of the Internet Cover useful terminology for today’s session HTML,
2 Apr 04 1 Application Software Practical 13/14 HTML / Website Creation.
Understanding Web-Based Digital Media Production Methods, Software, and Hardware Objective
Adding Interactivity Comp 140 Fall Web 2.0 Major change in internet usage –From mostly static pages Text Graphics Simple links –To new paradigm.
World Wide Web 16 World Wide Web 16. World Wide Web 16 Everyone also talks about the Web But people don’t really understand how it works You need to know.
Working with your migrated content. Tabs and Topics.
Source of website: “Text/css rel=“styles heet” This is an external style sheet link. This means that the.
Making the website. Get your folders sorted first Create a new folder in “N” called “My hockey website” Create folders inside called “Documents”, “images”
Why is HTML5 a buzz word? Is HTML5 really a technology worth talking?
Intro to Google Docs 2014.
4.01 How Web Pages Work.
Web Basics: HTML/CSS/JavaScript What are they?
Dreamweaver – Setting up a Site and Page Layouts
OmniUpdate Basics Training FLEX – August 11, 2016 VOC-113.
How to create a web page using word …
The Web Wizard’s Guide to Web Design
Chapter 4: HTML5 Media - <video> & <audio>
Putting Documents into CourseInfo
Some Common Terms The Internet is a network of computers spanning the globe. It is also called the World Wide Web. World Wide Web It is a collection of.
Jadu Training Documents & Homepages.
ITI 133 HTML5 Desktop and Mobile Level I
IT-Seminar /2018 Competency 10 – Web Development
TYPO3 - Introduction.
HTML5 Level I Session II Chapter 3 - How to Use HTML to Structure a Web Page
How files are organized
HTML HYPERTEXT MARKUP LANGUAGE.
Corporate Sociology – Grado ADE
Corporate Sociology – Grado Marketing
HTML Text editors and adding graphics
HTML Structure.
4.01 How Web Pages Work.
Client-Server Model: Requesting a Web Page
Introduction to JavaScript
Training Module 10 V1.1 8/21/2019 Copyright ALSO A/S 2018.
Presentation transcript:

COMP 2923 A2 Website Development 101 Danny Silver JSOCS, Acadia University

What is a Webpage? A text file Contains code interpreted by your browser – HTML and JavaScript Can be access by your browser – On a remote server – From your harddrive

What is a website? A collection of webpages Associated resources: – Images, video, sound – Documents such as *.txt, *.pdf, *.doc Organized in a directory

Get and Editor Need an editor – Something like TextWrangler if you know HTML – Something like Kompozer if you do not

Create a Website How to video: – Download an HTML template: – Modify using your editor to add your additonal pages and content

Place on a Server Mount to your Acadia web directory Upload your website