Learning Aim C.  In this section we will look at some simple client-side scripts, browser compatibility, exporting and compressing and suitable file.

Slides:



Advertisements
Similar presentations
3.02H Publishing a Website 3.02 Develop webpages..
Advertisements

© 2011 Delmar, Cengage Learning Chapter 1 Getting Started with Dreamweaver.
How To Create A Web Page By: Mikeon Briddy & Darrius Jacobs April 10,2006 Mr. Barnett.
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Server-Side vs. Client-Side Scripting Languages
Building Web Pages With Microsoft Office. Introduction This tutorial is for the beginning web builder. It utilizes software that you already have, Microsoft.
Multiple Tiers in Action
1 Computing for Todays Lecture 22 Yumei Huo Fall 2006.
HTML & Dreamweaver 101 Aman Yadav. Definitions HTTP – The Web uses a protocol called HTTP (Hyper Text Transport Protocol) to communicate between the Web.
Chapter 1 Getting Started With Dreamweaver. Explore the Dreamweaver Workspace The Dreamweaver workspace is where you can find all the tools to create.
Creating and Publishing Your own website
Presented by Mina Haratiannezhadi 1.  publishing, editing and modifying content  maintenance  central interface  manage workflows 2.
COMPUTER TERMS PART 1. COOKIE A cookie is a small amount of data generated by a website and saved by your web browser. Its purpose is to remember information.
Chapter 14 Introduction to HTML
Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
LEARN THE QUICK AND EASY WAY! VISUAL QUICKSTART GUIDE HTML and CSS 8th Edition Chapter 21: Publishing Your Pages on the Web.
The Internet & Web Browsers Business Webpage Design Kelly Seale.
WEB DESIGN SOME FOUNDATIONS. SO WHAT IS THIS INTERNET.
Task 2 P3, P4, P5 Gladys Nzita-Mak.
LEARN THE QUICK AND EASY WAY! VISUAL QUICKSTART GUIDE HTML and CSS 8th Edition Chapter 2: Working with Webpage Files.
Chapter 11 Adding Media and Interactivity. Flash is a software program that allows you to create low-bandwidth, high-quality animations and interactive.
 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.
Computer Concepts 2014 Chapter 7 The Web and .
Web Sites for amateur radio. So You want to make a Web Site? There are several things you need to know about web sites before you start to think about.
Mr C Johnston ICT Teacher
Web 2.0: Concepts and Applications 11 The Web Becomes 2.0.
Copyright ©: SAMSUNG & Samsung Hope for Youth. All rights reserved Tutorials The internet: Getting online Suitable for: Beginner.
14 Publishing a Web Site Section 14.1 Identify the technical needs of a Web server Evaluate Web hosts Compare and contrast internal and external Web hosting.
Build a Free Website1 Build A Website For Free 2 ND Edition By Mark Bell.
© 2011 Delmar, Cengage Learning Chapter 7 Managing a Web Server and Files.
Dreamweaver Domain 3 KellerAdobe CS5 ACA Certification Prep Dreamweaver Domain 6 KellerAdobe CS5 ACA Certification Prep Dreamweaver Domain 6: Evaluating.
Web Programming: Client/Server Applications Server sends the web pages to the client. –built into Visual Studio for development purposes Client displays.
Using your PSU personal Web Space Ron Costello Instructional Design Specialist X-7374.
Search on the internet the different ways for building a website, and choose which one bests suits you for what website you are doing.
Creating and Publishing Your own web site PC Version SEAS 001 Professor Ahmadi.
Tutorial 7 Working with Multimedia
Tutorial 7 Designing a Multimedia Web Site
1 After completing this lesson, you will be able to: Transfer your files to the Internet. Choose a method for posting your Web pages. Use Microsoft’s My.
Introduction.  The scripting language most often used for client-side web development.  Influenced by many programming languages, easier for nonprogrammers.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
Chapter 1 Getting Started With Dreamweaver. Exploring the Dreamweaver Workspace The Dreamweaver workspace is where you can find all the tools to create.
WHAT IS SERVER SIDE SCRIPTING? Server-side scripting is a web server technology in which a user's request is verified by running a script directly on the.
Setting up Dreamweaver to use your local WAMP testing Server
Javascript JavaScript is what is called a client-side scripting language:  a programming language that runs inside an Internet browser (a browser is also.
Dawn Pedersen. What is JavaScript? JavaScript is the basis for both jQuery and Spry applications JavaScript is referred to as a client-side scripting.
Web 2.0: Concepts and Applications 11 The Web Becomes 2.0.
and Internet Explorer.  The transmission of messages and files via a computer network  Messages can consist of simple text or can contain attachments,
Learning Aim C.  Once the website is complete, you should test it using the test plan you created at the design stage.
Learning Aim C.  In this section we will look at how text, tables, forms and frames can be used in web pages.
Understanding Web-Based Digital Media Production Methods, Software, and Hardware Objective
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.
XP Creating Web Pages with Microsoft Office
How to use Drupal Awdhesh Kumar (Team Leader) Presentation Topic.
Creating simple website in Serif Web Plus And uploading to free hosting A2 ICT.
Pre-Production Meet with the client to create a project plan:
Objective % Select and utilize tools to design and develop websites.
3.02H Publishing a Website 3.02 Develop webpages..
Web Concepts Lesson 2 ITBS2203 E-Commerce for IT.
BTEC NCF Dip in Comp - Unit 15 Website Development Lesson 05 – Website Performance Mr C Johnston.
Objective % Select and utilize tools to design and develop websites.
BTEC NCF Dip in Comp - Unit 15 Website Development Lesson 12 – Publish and Test Mr C Johnston.
Getting Started with Dreamweaver
Create and edit web pages 2
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
What is the World Wide Web (www)
Managing a Web Server and Files
4.02 Develop web pages using various layouts and technologies.
Importing your Favorites/Bookmarks
Introduction to JavaScript
Presentation transcript:

Learning Aim C

 In this section we will look at some simple client-side scripts, browser compatibility, exporting and compressing and suitable file types.

 Scripts which run on the client's (user's) computer can do a number of things.  We have already used built-in scripts to make a menu bar and open a browser window and there are quite a few others included in Adobe® Dreamweaver®, including ones to validate form entries.  You can add your own scripts written in languages especially designed for web page scripts, like Java Script and AJAX.

 You can find many JavaScript examples on the internet.

 There are many different browsers in use (Explorer, Firefox, Chrome, etc. ).  Not all HTML features are supported by all browsers and older versions of browsers will not support the newer features.  To ensure your web pages are compatible with different browsers, you need to load each page into a selection of the most popular browsers to see it they load correctly and display as you expect.

 Digital assets such as images, audio clips and videos need to be prepared for inclusion in a web page.  These assets often have large file sizes and may take a long time to download unless they are compressed.  Image and video files need to be set to a suitable size and resolution to make sure their file size is not unnecessarily large.

 Although you can preview your web pages in a browser locally on your computer, your web pages need to be uploaded on to a web server before they are available on the internet.  In addition, you will need to choose a web hosting company.

 Many organisations run web servers and offer a web hosting service.  Most charge for this, although some offer the service for free (but include adverts in the pages).

 Having chosen a web hosting company you will then need to up load your website files (everything contained in the local website folder, including images and other media) to the hosting company's servers.  This is normally done using a web-based control panel program provided by the web hosting company.

 Simply uploading your pages on to a web server won't make them available on the internet, because no one will be able to find them.  Your site will need to be assigned a domain name, which is unique to the site.