/bodyshop/restrictive.htm. The descriptive text (between the <p>what type of critter would you like to be?

Size: px
Start display at page:

Download "/bodyshop/restrictive.htm. The descriptive text (between the <p>what type of critter would you like to be?"

Transcription

1 <html> <head> <title>generic Bodyshop</title> <meta http-equiv="content-type" content="text/html; charset=iso "> <script src=" </head> <body bgcolor="#ffffff" text="#000000"> <form name="colorpicker"> The descriptive text (between the <p>what type of critter would you like to be? option tags) can be anything you <select name="species" onchange="top.change_species()"> like, but the tag values must exactly <option value="cow">cow</option> match your species.js entries. <option value="chicken">chicken</option> </select> </p> <table height="320"> <td></td> <p>color your character by clicking colors. <p>when you're ready, click <input type="button" value="preview" onclick="top.preview()"><br> <script> function show_palette(species) if (species=="cow") top.show("cowpalette"); top.hide("chickenpalette"); var theform=document.forms.colorpicker; theform.color1.value="98825e"; theform.color2.value="402211"; theform.color3.value="d99794"; top.show("chickenpalette"); top.hide("cowpalette"); var theform=document.forms.colorpicker; theform.color1.value="df1b10"; theform.color2.value="b8a88a"; theform.color3.value="0d4007"; This function (if present) is called whenever the user changes their species choice. Based on their selection, you must show the appropriate palette and hide the others. Additionally, you need to set an initial color. Initial colors did not have to be set in the basic.htm, but if you don't do it here, the user will be able to select one set of colors and then change species so the colors will be absurd again. 1 of 8 09/16/01 10:09 PM

2 function Cow_xy(x,y,active) if (y>257) return top.interpolate('d9a8a7','e01c10','d9a8a7','e01c10', x/100,(y-257)/43,3); return top.interpolate('e01c10','6e3046','e01c10','6e3046', (x-100)/100,(y-257)/43,3); if (y>129) return top.interpolate('972d1f','3d200e','898995','795437', x/100,(y-129)/128,2); return top.interpolate('3d200e','3c2110','795437','622920', (x-100)/100,(y-129)/128,2); return top.interpolate('1f211e','3c210e','ffffff','faf1b8', x/100,y/129,1); return top.interpolate('3c210e','622920','faf1b8','775637', (x-100)/100,y/129,1); Take all your xy functions (created when you made your palettes) and place them here. You must give each of them a unique name. function Chkn_xy(x,y,active) if (y>171) return top.interpolate('f88d2d','775637','004003','21201e', x/100,(y-171)/129,3); return top.interpolate('775637','775637','21201e','22003e', (x-100)/100,(y-171)/129,3); if (y>43) return top.interpolate('ffffff','faf1b8','775637','3d200e', x/100,(y-43)/128,2); return top.interpolate('faf1b8','622920','3d200e','20201e', (x-100)/100,(y-43)/128,2); return top.interpolate('f4cdcc','e11b10','f4cdcc','e11b10', x/100,y/43,1); return top.interpolate('e11b10','6e3046','e11b10','6e3046', (x-100)/100,y/43,1); </script> <input type="hidden" name="color1"> <input type="hidden" name="color2"> <input type="hidden" name="color3"> <p><a href="javascript:top.map()">back to map.</a></p> </form> 2 of 8 09/16/01 10:09 PM

3 <div id="cowpalette" style="position:absolute; left:13px; top:67px; width:223px; height:300px; z-index:0; visibility: hidden"> <script> if (top.ie4) document.write ( "<a target=junk href=about:blank "+ "onclick=top.current_palette=cow_xy;settimeout('top.pick()',100)>" ); document.write ( "<a target=junk href=blank.htm onclick=top.current_palette=cow_xy>" ); </script> <img src=" width="200" height="300" border="0" ISMAP> </a> <div id="cow1" style="position:absolute; width:123; height:206; z-index:1; left: 263px; top: 46px; visibility: hidden"> <table border="0" cellspacing="0" cellpadding="0" width="123" height="206" id="cow1table"> Place your palettes in layers so they can be hidden. Notice how the link refers back to the appropriate xy function. <td align="center"><img src=" width="119" height="202"></td> <div id="cow2" style="position:absolute; width:153; height:196; z-index:1; left: 332px; top: 193px; visibility: hidden"> <table border="0" cellspacing="0" cellpadding="0" width="153" height="196" id="cow2table"> <td align="center"><img src=" width="149" height="192"></td> <div id="cow3" style="position:absolute; width:128; height:161; z-index:1; left: 232px; top: 234px; visibility: hidden"> <table border="0" cellspacing="0" cellpadding="0" width="128" height="161" id="cow3table"> <td align="center"><img src=" width="124" height="157"></td> 3 of 8 09/16/01 10:09 PM

4 <div id="chickenpalette" style="position:absolute; left:13px; top:67px; width:223px; height:300px; z-index:0; visibility: hidden"> <script> Create a palette layer if (top.ie4) for each species. document.write ( "<a target=junk href=about:blank "+ "onclick=top.current_palette=chicken_xy;settimeout('top.pick()',100)>" ); document.write ( "<a target=junk href=blank.htm onclick=top.current_palette=chicken_xy>" ); </script> <img src=" width="200" height="300" border="0" ISMAP></a> <div id="chicken1" style="position:absolute; width:129; height:149; z-index:1; left: 260px; top: 41px; visibility: hidden"> <table border="0" cellspacing="0" cellpadding="0" width="129" height="149" id="chicken1table"> <td align="center"><a href="javascript:top.click_color(1)"> <img src=" width="125" height="145" border="0"> </a></td> <div id="chicken2" style="position:absolute; width:98; height:196; z-index:1; left: 246px; top: 176px; visibility: hidden"> <table border="0" cellspacing="0" cellpadding="0" width="98" height="196" id="chicken2table"> <td align="center"><a href="javascript:top.click_color(2)"> <img src=" width="94" height="192" border="0"> </a></td> <div id="chicken3" style="position:absolute; width:157; height:193; z-index:1; left: 319px; top: 217px; visibility: hidden"> <table border="0" cellspacing="0" cellpadding="0" width="157" height="193" id="chicken3table"> <td align="center"><a href="javascript:top.click_color(3)"> <img src=" width="153" height="189" border="0"> </a></td> 4 of 8 09/16/01 10:09 PM

5 <div id="samplelayer" style="position:absolute; width:280px; height:115px; z-index:1000; left: 98px; top: 47px; visibility: hidden"> <table border="1" bgcolor="#ffffcc"> <td> <table width="100%"> <td><img width="175" height="350" name="sample"></td> <td align="center"> <p><b>look okay?</b></p> <p><a href="javascript:top.yes()">yes</a></p> <p><a href="javascript:top.no()">no</a></p> </td> </td> <div id="wait" style="position:absolute; width:200px; height:115px; z-index:1001; left: 141px; top: 130px; visibility: hidden"> <table border="1" bgcolor="#000099"> <td align="center" width="250" height="200"> <font color="#ffff00" size="6"><b>please<p>wait</b></font> </td> </body> </html> Layers: There are tons of layers in the bodyshop. Layers are referenced by name, so be careful to name them exactly. Here's a summary of the layers the code expects to see: Cow1, Cow2, Cow3 (assuming you have a species called "Cow"). These hold the three bodypart GIFs dicussed later. These layers should default to hidden and contain a table named (or with a named cell) of Cow1table, Cow2table, and Cow3table respectively. This redundancy is to make the code work both in Internet Explorer and Netscape since they do everything different. Chicken1, Chicken2, Chicken3. You have to repeat this sort of thing for every species you will provide. CowPalette, ChickenPalette. These layers are only referred to by your own show_palette function, so you could name them most anything. Do not, however, put an underscore ("_") in the layer names. This messes up Netscape. samplelayer. This is used to preview a sample of the selected colors. You may change this layer in a lot of ways, but the code will not resize the image, so you must make sure that all your samples are the same size. Be careful to place this layer so it does not overlap any form elements like text-fields, drop-downs, and buttons. These will show through the layer in Netscape and look unprofessional. wait. This layer can be anything you want. It is displayed to tell the user to hold on while the poses are created. 5 of 8 09/16/01 10:09 PM

6 Netscape: Most chat users will be browsing your website in Internet Explorer. It is the most popular of the browsers, but it does not have 100% of the market. Much of the seemingly pointless code above is to support Netscape users. Unless you do not wish to support Netscape (and therefore Macintosh) users, we highly recommend you test your changes in Netscape. Bodypart GIFs: Creating the bodypart GIFs is the hardest part of designing a bodyshop. Although you can do these GIFs however you like (or even not at all, if you choose) we do them in the following way. Note that the details of this process are outside the scope of this FAQ. Why use bodypart GIFs? Why not just use the recoloring program whenever the user picks a color? The answer is two-fold. First, the recoloring program runs on the server, so there is lag time whenever it is used. Secondly, the recoloring program uses valuable processing power. If every bodyshop used the program for every click, it wouldn't take long before the server was brought to its knees. Misuse of the recoloring program may result in a cancellation of your service. Step 1: Break your sample image into pieces. Step 2: transparent. Each piece must focus on one of the three controllable colors. Take that color (and all shades thereof) and turn it 6 of 8 09/16/01 10:09 PM

7 Step 3: Turn the bodypart black & white so that the remaining varcolors do not distract from the color the user has selected. 7 of 8 09/16/01 10:09 PM

8 Javascript Tricks: With a little programming, you can take advantage of some information we provide for you via Javascript objects. In addition to the top.map, top.change_color, top.click_color, top.pick, top.change_species, top.preview, top.yes, and top.no functions (see the code, above) we also give you three general purpose functions and a handy objects. top.show(layer): Set layer to visible. top.hide(layer): Set layer to hidden. top.set_z(layer,z): Set the z-index of layer to z. top.user: top.user is an object with a whole lot of information about the currently logged in user. Some members you might want to use include: top.user.known_as (login name), top.user. , top.user.rlname, top.user.world and most importantly top.user.rank. Please note that we make this information available to you to allow you flexibility in your web design. You are obligated to respect the user s privacy in accordance with our privacy policy. Failure to do so can result in termination of service and even litigation. 8 of 8 09/16/01 10:09 PM

1 of 5 09/16/01 10:11 PM

1 of 5 09/16/01 10:11 PM bodyshop *** TESTBED *** var ie4=(document.all)? true:false; var currently_selected; var current_z;

More information

epromo Guidelines DUE DATES NOT ALLOWED PLAIN TEXT VERSION

epromo Guidelines DUE DATES NOT ALLOWED PLAIN TEXT VERSION epromo Guidelines HTML Maximum width 700px (length = N/A) Image resolution should be 72dpi Maximum total file size, including all images = 200KB Only use inline CSS, no stylesheets Use tables, rather than

More information

HTML Exercise 24 Tables

HTML Exercise 24 Tables HTML Exercise 24 Tables Tables allow you to put things in columns and rows. Without tables, you can only have one long list of text and graphics (check Exercise 20). If you have ever made a table in a

More information

Using JavaScript in a compatible way

Using JavaScript in a compatible way Draft: javascript20020518.wpd Printed on May 18, 2002 (3:24pm) Using JavaScript in a compatible way Rafael Palacios* *Universidad Pontificia Comillas, Madrid, Spain Abstract Many web pages use JavaScript

More information

Positioning in CSS: There are 5 different ways we can set our position:

Positioning in CSS: There are 5 different ways we can set our position: Positioning in CSS: So you know now how to change the color and style of the elements on your webpage but how do we get them exactly where we want them to be placed? There are 5 different ways we can set

More information

TAG STYLE SELECTORS. div Think of this as a box that contains things, such as text or images. It can also just be a

TAG STYLE SELECTORS. div Think of this as a box that contains things, such as text or images. It can also just be a > > > > CSS Box Model Think of this as a box that contains things, such as text or images. It can also just be a box, that has a border or not. You don't have to use a, you can apply the box model to any

More information

User's Guide Visual Profile Appendix L Version 7.5.2

User's Guide Visual Profile Appendix L Version 7.5.2 User's Guide Visual Profile Appendix L Version 7.5.2 MobilityGuard AB Appendix L Visual Profile v 7.4 Table of Contents 1 Introduction...3 2 Configuration...3 2.1 Select a theme to use...3 2.2 The theme

More information

Before you begin, make sure you have the images for these exercises saved in the location where you intend to create the Nuklear Family Website.

Before you begin, make sure you have the images for these exercises saved in the location where you intend to create the Nuklear Family Website. 9 Now it s time to challenge the serious web developers among you. In this section we will create a website that will bring together skills learned in all of the previous exercises. In many sections, rather

More information

Tables *Note: Nothing in Volcano!*

Tables *Note: Nothing in Volcano!* Tables *Note: Nothing in Volcano!* 016 1 Learning Objectives After this lesson you will be able to Design a web page table with rows and columns of text in a grid display Write the HTML for integrated

More information

HTML TAG SUMMARY HTML REFERENCE 18 TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES MOST TAGS

HTML TAG SUMMARY HTML REFERENCE 18 TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES MOST TAGS MOST TAGS CLASS Divides tags into groups for applying styles 202 ID Identifies a specific tag 201 STYLE Applies a style locally 200 TITLE Adds tool tips to elements 181 Identifies the HTML version

More information

A Quick Guide To SSI. By Andrew J. Williams. ez SEO Newsletter Up-to-date information on Affiliate Marketing and Search Engine Optimization

A Quick Guide To SSI. By Andrew J. Williams. ez SEO Newsletter Up-to-date information on Affiliate Marketing and Search Engine Optimization A Quick Guide To SSI By Andrew J. Williams ez SEO Newsletter Up-to-date information on Affiliate Marketing and Search Engine Optimization Contents OVERVIEW...1 SSI THE SECRET WEAPON OF THE PROFESSIONALS...1

More information

COMSC-030 Web Site Development- Part 1. Part-Time Instructor: Joenil Mistal

COMSC-030 Web Site Development- Part 1. Part-Time Instructor: Joenil Mistal COMSC-030 Web Site Development- Part 1 Part-Time Instructor: Joenil Mistal Chapter 9 9 Working with Tables Are you looking for a method to organize data on a page? Need a way to control our page layout?

More information

Web Authoring and Design. Benjamin Kenwright

Web Authoring and Design. Benjamin Kenwright CSS Div Layouts Web Authoring and Design Benjamin Kenwright Outline Review Why use Div Layout instead of Tables? How do we use the Div Tag? How to create layouts using the CSS Div Tag? Summary Review/Discussion

More information

GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar

GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar GIMP WEB 2.0 MENUS Web 2.0 Menus: Horizontal Navigation Bar WEB 2.0 MENUS: HORIZONTAL NAVIGATION BAR Hover effect: You may create your button in GIMP. Mine is 122 pixels by 48 pixels. You can use whatever

More information

***OPEN IMODULES IN CHROME*** 1) Choose Home:

***OPEN IMODULES IN CHROME*** 1) Choose  Home: imodules Reference Guide Creating an Email (For Giving Day 2017) ***OPEN IMODULES IN CHROME*** 1) Choose Email Home: 2) Find your college/unit templates using the search bar next to the Saved Drafts section

More information

Creating BrightPlates Templates

Creating BrightPlates Templates Creating BrightPlates Templates ON THIS PAGE Generating an HTML Template Editing the HTML for BrightPlates Building Templates for HD/LS Players Additional Steps for Portrait Templates HTML Best Practices

More information

Create a cool image gallery using CSS visibility and positioning property

Create a cool image gallery using CSS visibility and positioning property GRC 275 A8 Create a cool image gallery using CSS visibility and positioning property 1. Create a cool image gallery, having thumbnails which when moused over display larger images 2. Gallery must provide

More information

Implementing a chat button on TECHNICAL PAPER

Implementing a chat button on TECHNICAL PAPER Implementing a chat button on TECHNICAL PAPER Contents 1 Adding a Live Guide chat button to your Facebook page... 3 1.1 Make the chat button code accessible from your web server... 3 1.2 Create a Facebook

More information

SEEM4570 System Design and Implementation. Lecture 1 Cordova + HTML + CSS

SEEM4570 System Design and Implementation. Lecture 1 Cordova + HTML + CSS SEEM4570 System Design and Implementation Lecture 1 Cordova + HTML + CSS Apache Cordova Apache Cordova, or simply Cordova, is a platform for building native mobile apps using HTML, CSS and JavaScript E.g.

More information

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX KillTest Q&A Exam : 9A0-803 Title : Certified Dreamweaver 8 Developer Exam Version : DEMO 1 / 7 1. What area, in the Insert bar, is intended for customizing and organizing frequently used objects? A. Layout

More information

Sign in and join ADC Newsletters Feedback. Creating your first website Part 2: Creating the page layout

Sign in and join ADC Newsletters Feedback. Creating your first website Part 2: Creating the page layout 1 of 14 2/14/2008 2:31 PM Adobe Dreamweaver Article Adobe Developer Connection Sign in and join ADC Newsletters Feedback RSS Creating your first website Part 2: Creating the page layout Jon Varese Adobe

More information

Chapter 4 Notes. Creating Tables in a Website

Chapter 4 Notes. Creating Tables in a Website Chapter 4 Notes Creating Tables in a Website Project for Chapter 4 Statewide Realty Web Site Chapter Objectives Define table elements Describe the steps used to plan, design, and code a table Create a

More information

To place an element at a specific position on a page use:

To place an element at a specific position on a page use: 1 2 To place an element at a specific position on a page use: position: type; top: value; right: value; bottom: value; left: value; Where type can be: absolute, relative, fixed (also static [default] and

More information

Macromedia - Fireworks TechNotes: How to create transparent Pop-up Menus

Macromedia - Fireworks TechNotes: How to create transparent Pop-up Menus Page 1 of 6 Home > Products > Fireworks > Support > TechNote Index How to create transparent Pop-up Menus Pop-up Menus can be structured to have transparent or translucent backgrounds. Modifying the Pop-up

More information

Dynamism and Detection

Dynamism and Detection 1 Dynamism and Detection c h a p t e r ch01 Page 1 Wednesday, June 23, 1999 2:52 PM IN THIS CHAPTER Project I: Generating Platform-Specific Content Project II: Printing Copyright Information and Last-Modified

More information

Chapter4: HTML Table and Script page, HTML5 new forms. Asst. Prof. Dr. Supakit Nootyaskool Information Technology, KMITL

Chapter4: HTML Table and Script page, HTML5 new forms. Asst. Prof. Dr. Supakit Nootyaskool Information Technology, KMITL Chapter4: HTML Table and Script page, HTML5 new forms Asst. Prof. Dr. Supakit Nootyaskool Information Technology, KMITL Objective To know HTML5 creating a new style form. To understand HTML table benefits

More information

HTML & XHTML Tag Quick Reference

HTML & XHTML Tag Quick Reference HTML & XHTML Tag Quick Reference This reference notes some of the most commonly used HTML and XHTML tags. It is not, nor is it intended to be, a comprehensive list of available tags. Details regarding

More information

Denes Kubicek. Oracle ACE APEX Developer of the Year 2008

Denes Kubicek. Oracle ACE APEX Developer of the Year 2008 Denes Kubicek Oracle ACE APEX Developer of the Year 2008 Blog & Tools at: http://www.deneskubicek.blogspot.com/ http://apex.oracle.com/pls/otn/f?p=31517:1 http://www.opal-consulting.de Create Web 2.0 Applications

More information

RUNNING TRUST FROM YOUR WEBSITE

RUNNING TRUST FROM YOUR WEBSITE RUNNING TRUST FROM YOUR WEBSITE INTRODUCTION TRUST is a powerful web-based application that gives organizations the ability to assess the needs of their clients in a variety of service areas. As soon as

More information

PIC 40A. Midterm 1 Review

PIC 40A. Midterm 1 Review PIC 40A Midterm 1 Review XHTML and HTML5 Know the structure of an XHTML/HTML5 document (head, body) and what goes in each section. Understand meta tags and be able to give an example of a meta tags. Know

More information

SEEM4570 System Design and Implementation. Lecture 3 Events

SEEM4570 System Design and Implementation. Lecture 3 Events SEEM4570 System Design and Implementation Lecture 3 Events Preparation Install all necessary software and packages. Follow Tutorial Note 2. Initialize a new project. Follow Lecture Note 2 Page 2. Reset

More information

< building websites with dreamweaver mx >

< building websites with dreamweaver mx > < building websites with dreamweaver mx > < plano isd instructional technology department > < copyright = 2002 > < building websites with dreamweaver mx > Dreamweaver MX is a powerful Web authoring tool.

More information

IMY 110 Theme 7 HTML Tables

IMY 110 Theme 7 HTML Tables IMY 110 Theme 7 HTML Tables 1. HTML Tables 1.1. Tables The HTML table model allows authors to arrange data into rows and columns of cells, just as in word processing software such as Microsoft Word. It

More information

HTML BEGINNING TAGS. HTML Structure <html> <head> <title> </title> </head> <body> Web page content </body> </html>

HTML BEGINNING TAGS. HTML Structure <html> <head> <title> </title> </head> <body> Web page content </body> </html> HTML BEGINNING TAGS HTML Structure Web page content Structure tags: Tags used to give structure to the document.

More information

SliceAndDice Online Manual

SliceAndDice Online Manual Online Manual 2001 Stone Design Corp. All Rights Reserved. 2 3 4 7 26 34 36 37 This document is searchable online from s Help menu. Got an image that you want to use for navigation on your web site? Want

More information

12/9/2012. CSS Layout

12/9/2012. CSS Layout Dynamic HTML CSS Layout CSS Layout This lecture aims to teach you the following subjects: CSS Grouping and nesting Selectors. CSS Dimension. CSS Display.. CSS Floating. CSS Align. 1 CSS Grouping and nesting

More information

The figure below shows the Dreamweaver Interface.

The figure below shows the Dreamweaver Interface. Dreamweaver Interface Dreamweaver Interface In this section you will learn about the interface of Dreamweaver. You will also learn about the various panels and properties of Dreamweaver. The Macromedia

More information

Introduction to Cascading Style Sheet (CSS)

Introduction to Cascading Style Sheet (CSS) Introduction to Cascading Style Sheet (CSS) Digital Media Center 129 Herring Hall http://dmc.rice.edu/ dmc-info@rice.edu (713) 348-3635 Introduction to Cascading Style Sheets 1. Overview Cascading Style

More information

Last summer during the Web Pac Pro. decided to try to find a create way to utilize the new Feed Reader pages.

Last summer during the Web Pac Pro. decided to try to find a create way to utilize the new Feed Reader pages. Easy as Pie Amelia Osterud, Carroll College and Katie Sanders, Carroll College Last summer during the Web Pac Pro upgrade, Carroll College librarians decided to try to find a create way to utilize the

More information

First Diploma Unit 10 Client Side Web. Week 4 -The CSS Box model

First Diploma Unit 10 Client Side Web. Week 4 -The CSS Box model First Diploma Unit 10 Client Side Web Week 4 -The CSS Box model Last Session CSS Basics Fonts Real world site This Session CSS box model Concept of identity -id The CSS box model represents every element

More information

Understanding How FrontPage Works

Understanding How FrontPage Works 8.1 LESSON 8 Understanding How FrontPage Works After completing this lesson, you will be able to: Open and preview a FrontPage-based Web site. Open and preview an individual Web page. Look at a Web site

More information

$this->dbtype = "mysql"; // Change this if you are not running a mysql database server. Note, the publishing solution has only been tested on MySQL.

$this->dbtype = mysql; // Change this if you are not running a mysql database server. Note, the publishing solution has only been tested on MySQL. 0.1 Installation Prior to installing the KRIG publishing system you should make sure that your ISP supports MySQL (versions from 4.0 and up) and PHP (version 4.0 or later, preferably with PEAR installed.)

More information

ICT IGCSE Practical Revision Presentation Web Authoring

ICT IGCSE Practical Revision Presentation Web Authoring 21.1 Web Development Layers 21.2 Create a Web Page Chapter 21: 21.3 Use Stylesheets 21.4 Test and Publish a Website Web Development Layers Presentation Layer Content layer: Behaviour layer Chapter 21:

More information

Chapter 1 Introduction to Dreamweaver CS3 1. About Dreamweaver CS3 Interface...4. Creating New Webpages...10

Chapter 1 Introduction to Dreamweaver CS3 1. About Dreamweaver CS3 Interface...4. Creating New Webpages...10 CONTENTS Chapter 1 Introduction to Dreamweaver CS3 1 About Dreamweaver CS3 Interface...4 Title Bar... 4 Menu Bar... 4 Insert Bar... 5 Document Toolbar... 5 Coding Toolbar... 6 Document Window... 7 Properties

More information

SEEM4570 System Design and Implementation. Lecture 3 Cordova and jquery

SEEM4570 System Design and Implementation. Lecture 3 Cordova and jquery SEEM4570 System Design and Implementation Lecture 3 Cordova and jquery Prepare a Cordova Project Assume you have installed all components successfully and initialized a project. E.g. follow Lecture Note

More information

ICT IGCSE Practical Revision Presentation Web Authoring

ICT IGCSE Practical Revision Presentation Web Authoring 21.1 Web Development Layers 21.2 Create a Web Page Chapter 21: 21.3 Use Stylesheets 21.4 Test and Publish a Website Web Development Layers Presentation Layer Content layer: Behaviour layer Chapter 21:

More information

Certified HTML5 Developer VS-1029

Certified HTML5 Developer VS-1029 VS-1029 Certified HTML5 Developer Certification Code VS-1029 HTML5 Developer Certification enables candidates to develop websites and web based applications which are having an increased demand in the

More information

Using Dreamweaver CS6

Using Dreamweaver CS6 Using Dreamweaver CS6 7 Dynamic HTML Dynamic HTML (DHTML) is a term that refers to website that use a combination of HTML, scripting such as JavaScript, CSS and the Document Object Model (DOM). HTML and

More information

Controlled Assessment Task. Question 1 - Describe how this HTML code produces the form displayed in the browser.

Controlled Assessment Task. Question 1 - Describe how this HTML code produces the form displayed in the browser. Controlled Assessment Task Question 1 - Describe how this HTML code produces the form displayed in the browser. The form s code is displayed in the tags; this creates the object which is the visible

More information

HTML Exercise 9 Making A Transparent 3-D Heading For The Hyperlinks 1 Page

HTML Exercise 9 Making A Transparent 3-D Heading For The Hyperlinks 1 Page HTML Exercise 9 Making A Transparent 3-D Heading For The Hyperlinks 1 Page Paint Shop Pro will make many different kinds of text. Here is a way to make a transparent 3-D heading. The heading must be transparent

More information

1. Please, please, please look at the style sheets job aid that I sent to you some time ago in conjunction with this document.

1. Please, please, please look at the style sheets job aid that I sent to you some time ago in conjunction with this document. 1. Please, please, please look at the style sheets job aid that I sent to you some time ago in conjunction with this document. 2. W3Schools has a lovely html tutorial here (it s worth the time): http://www.w3schools.com/html/default.asp

More information

L A M P I R A N. Universitas Sumatera Utara

L A M P I R A N. Universitas Sumatera Utara L A M P I R A N LAMPIRAN 1. Listing Program Aplikasi e-election Berbasis SMS Gateway index.php

More information

The Domino Designer QuickStart Tutorial

The Domino Designer QuickStart Tutorial The Domino Designer QuickStart Tutorial 1. Welcome The Domino Designer QuickStart Tutorial You've installed Domino Designer, you've taken the Designer Guided Tour, and maybe you've even read some of the

More information

Title: Dec 11 3:40 PM (1 of 11)

Title: Dec 11 3:40 PM (1 of 11) ... basic iframe body {color: brown; font family: "Times New Roman"} this is a test of using iframe Here I have set up two iframes next to each

More information

Internet Programming 1 ITG 212 / A

Internet Programming 1 ITG 212 / A Internet Programming 1 ITG 212 / A Lecture 10: Cascading Style Sheets Page Layout Part 2 1 1 The CSS Box Model top margin top border top padding left margin left border left padding Content right padding

More information

HTML Tags <A></A> <A HREF="http://www.cnn.com"> CNN </A> HREF

HTML Tags <A></A> <A HREF=http://www.cnn.com> CNN </A> HREF HTML Tags Tag Either HREF or NAME is mandatory Definition and Attributes The A tag is used for links and anchors. The tags go on either side of the link like this: the link

More information

COMS 359: Interactive Media

COMS 359: Interactive Media COMS 359: Interactive Media Agenda Review Web Design Preview Review Tables Create html spreadsheets Page Layout Review Table Tags Numerous Attributes = border,

More information

An Introduction to WebSphere Portal content publishing channels

An Introduction to WebSphere Portal content publishing channels An Introduction to WebSphere Portal content publishing channels By Gregory Melahn Software Engineer, IBM Corp. May 2003 Abstract WebSphere Portal content publishing (WPCP) allows you to import news stories

More information

The default style for an unordered (bulleted) list is the bullet, or dot. You can change the style to either a square or a circle as follows:

The default style for an unordered (bulleted) list is the bullet, or dot. You can change the style to either a square or a circle as follows: CSS Tutorial Part 2: Lists: The default style for an unordered (bulleted) list is the bullet, or dot. You can change the style to either a square or a circle as follows: ul { list-style-type: circle; or

More information

CSC 415/515 PROJECT 3 JAVASCRIPT CONCENTRATION GAME. 1. Introduction

CSC 415/515 PROJECT 3 JAVASCRIPT CONCENTRATION GAME. 1. Introduction CSC 415/515 PROJECT 3 JAVASCRIPT CONCENTRATION GAME PROF. GODFREY MUGANDA DEPT OF COMPUTER SCIENCE 1. Introduction Using JavaScript, write a game that will help people work on their concentration and memory

More information

Rootrainer Trees, ideal for bonsai

Rootrainer Trees, ideal for bonsai 1 h1 { 2 font-family: Arial, Helvetica, sans-serif; 3 font-size: 36pt; 4 font-weight: bold; 5 color: #000066; 6 text-align: center; 7 } 8 h2 { 9 font-family: "Times New Roman", Times, serif; 10 font-size:

More information

Purpose of this doc. Most minimal. Start building your own portfolio page!

Purpose of this doc. Most minimal. Start building your own portfolio page! Purpose of this doc There are abundant online web editing tools, such as wordpress, squarespace, etc. This document is not meant to be a web editing tutorial. This simply just shows some minimal knowledge

More information

Web Development & Design Foundations with HTML5

Web Development & Design Foundations with HTML5 1 Web Development & Design Foundations with HTML5 CHAPTER 8 TABLES 2 Learning Outcomes In this chapter, you will learn how to... Create a basic table with the table, table row, table header, and table

More information

HTML Exercise 21 Making Simple Rectangular Buttons

HTML Exercise 21 Making Simple Rectangular Buttons HTML Exercise 21 Making Simple Rectangular Buttons Buttons are extremely popular and found on virtually all Web sites with multiple pages. Buttons are graphical elements that help visitors move through

More information

WEBINAR. Web Browsing 101 1/12/2012 WEBINAR TIPS:

WEBINAR. Web Browsing 101 1/12/2012 WEBINAR TIPS: Browsing 101 WEBINAR TIPS: 1. Power off cell phones. 2. If accessing webinar through telephone, turn down volume of computer speakers (or mute them.) 3. Conference attendees will be muted during webinar

More information

Getting Started with CSS Sculptor 3

Getting Started with CSS Sculptor 3 Getting Started with CSS Sculptor 3 With CSS Sculptor, you can quickly create a cross-browser compatible layout with custom widths, margins, padding, background images and more. Additionally, you can use

More information

By Ryan Stevenson. Guidebook #2 HTML

By Ryan Stevenson. Guidebook #2 HTML By Ryan Stevenson Guidebook #2 HTML Table of Contents 1. HTML Terminology & Links 2. HTML Image Tags 3. HTML Lists 4. Text Styling 5. Inline & Block Elements 6. HTML Tables 7. HTML Forms HTML Terminology

More information

How to Make a Contact Us PAGE in Dreamweaver

How to Make a Contact Us PAGE in Dreamweaver We found a great website on the net called http://dreamweaverspot.com and we have basically followed their tutorial for creating Contact Forms. We also checked out a few other tutorials we found by Googling,

More information

How to Make a Homepage using

How to Make a Homepage using How to Make a Homepage using 3 HTML In this chapter, we will learn the following to World Class Web standards: Using a Storyboard to Create a Homepage Starting a HTML Homepage Adding Page Properties to

More information

Internet publishing HTML (XHTML) language. Petr Zámostný room: A-72a phone.:

Internet publishing HTML (XHTML) language. Petr Zámostný room: A-72a phone.: Internet publishing HTML (XHTML) language Petr Zámostný room: A-72a phone.: 4222 e-mail: petr.zamostny@vscht.cz Essential HTML components Element element example Start tag Element content End tag

More information

OU EDUCATE TRAINING MANUAL

OU EDUCATE TRAINING MANUAL OU EDUCATE TRAINING MANUAL OmniUpdate Web Content Management System El Camino College Staff Development 310-660-3868 Course Topics: Section 1: OU Educate Overview and Login Section 2: The OmniUpdate Interface

More information

THE HITCHHIKERS GUIDE TO HTML

THE HITCHHIKERS GUIDE TO HTML THE HITCHHIKERS GUIDE TO HTML Computer Science I Designing technology solutions Mr. Barrett http://thestrategicblogger.com/ What is HTML HTML is a markup language for describing web pages HTML is used

More information

Certified HTML Designer VS-1027

Certified HTML Designer VS-1027 VS-1027 Certification Code VS-1027 Certified HTML Designer Certified HTML Designer HTML Designer Certification allows organizations to easily develop website and other web based applications which are

More information

LING 408/508: Computational Techniques for Linguists. Lecture 14

LING 408/508: Computational Techniques for Linguists. Lecture 14 LING 408/508: Computational Techniques for Linguists Lecture 14 Administrivia Homework 5 has been graded Last Time: Browsers are powerful Who that John knows does he not like? html + javascript + SVG Client-side

More information

Dreamweaver: Portfolio Site

Dreamweaver: Portfolio Site Dreamweaver: Portfolio Site Part 3 - Dreamweaver: Developing the Portfolio Site (L043) Create a new Site in Dreamweaver: Site > New Site (name the site something like: Portfolio, or Portfolio_c7) Go to

More information

Here are a few easy steps to create a simple timeline. Open up your favorite text or HTML editor and start creating an HTML file.

Here are a few easy steps to create a simple timeline. Open up your favorite text or HTML editor and start creating an HTML file. 1 of 6 02-Sep-2013 1:52 PM Getting Started with Timeline From SIMILE Widgets Contents 1 Getting Started 1.1 Note 1.2 Examples 1.3 Step 1. Link to the API 1.4 Step 2. Create a DIV Element 1.5 Step 3. Call

More information

Anser Technology Block Curriculum. Anser TechBlock. Part II: Introduction to Software. Oliver Fritsch Aubrey Miles

Anser Technology Block Curriculum. Anser TechBlock. Part II: Introduction to Software. Oliver Fritsch Aubrey Miles Anser Technology Block Curriculum Part II: Introduction to Software Oliver Fritsch Aubrey Miles 1.11.2005 Schedule Date October 25 November 1 November 8 November 15 November 22 December 6 Group A (Persi

More information

Technical Working Paper

Technical Working Paper Technical Working Paper This is a report on: The work to provide a handheld version of the Ericsson Leonardo Project Website. The work to produce a prototype mobile-learning course. Initial mobile-learning

More information

THE ASIAN SCHOOL. Class-10. ch8. A. Check the Right Answer (1*9)

THE ASIAN SCHOOL. Class-10. ch8. A. Check the Right Answer (1*9) THE ASIAN SCHOOL Class-10 ch8 A. Check the Right Answer (1*9) 1. Which attribute of the tag is used to create named anchors in a web document? c. NAME 2. Which attribute of the tag is used to add

More information

IBM Bluemix Node-RED Watson Starter

IBM Bluemix Node-RED Watson Starter IBM Bluemix Node-RED Watson Starter Cognitive Solutions Application Development IBM Global Business Partners Duration: 45 minutes Updated: Feb 14, 2018 Klaus-Peter Schlotter kps@de.ibm.com Version 1 Overview

More information

Guidance for display and implementation of the Unistats widget (2018)

Guidance for display and implementation of the Unistats widget (2018) Guidance for display and implementation of the Unistats widget (2018) Deadline for update of Unistats widgets You will need to ensure that your widgets reflect the KISCOURSEIDs used in your 2018 Unistats

More information

HTML OBJECTIVES WHAT IS HTML? BY FAITH BRENNER AN INTRODUCTION

HTML OBJECTIVES WHAT IS HTML? BY FAITH BRENNER AN INTRODUCTION HTML AN INTRODUCTION BY FAITH BRENNER 1 OBJECTIVES BY THE END OF THIS LESSON YOU WILL: UNDERSTAND HTML BASICS AND WHAT YOU CAN DO WITH IT BE ABLE TO USE BASIC HTML TAGS BE ABLE TO USE SOME BASIC FORMATTING

More information

Technical Instructions

Technical Instructions Technical Instructions This Web Site Tool Kit contains multiple Web assets that you can use to easily customize your Web pages. Web assets included are animated and static banners, a sample Web page, buttons,

More information

CSC 101: PreLab Reading for Lab #4 More HTML (some of this reading on Tables and Images are based on previous writings of Prof William Turkett)

CSC 101: PreLab Reading for Lab #4 More HTML (some of this reading on Tables and Images are based on previous writings of Prof William Turkett) CSC 101: PreLab Reading for Lab #4 More HTML (some of this reading on Tables and Images are based on previous writings of Prof William Turkett) Purpose: The purpose of this pre-lab is to provide you with

More information

Introduction to Computer Science (I1100) Internet. Chapter 7

Introduction to Computer Science (I1100) Internet. Chapter 7 Internet Chapter 7 606 HTML 607 HTML Hypertext Markup Language (HTML) is a language for creating web pages. A web page is made up of two parts: the head and the body. The head is the first part of a web

More information

FRONTPAGE STEP BY STEP GUIDE

FRONTPAGE STEP BY STEP GUIDE IGCSE ICT SECTION 15 WEB AUTHORING FRONTPAGE STEP BY STEP GUIDE Mark Nicholls ICT lounge P a g e 1 Contents Introduction to this unit.... Page 4 How to open FrontPage..... Page 4 The FrontPage Menu Bar...Page

More information

Introducing Web Tables

Introducing Web Tables TABLE AND FRAMESET Introducing Web Tables A table can be displayed on a Web page either in a text or graphical format. A text table: Contains only text, evenly spaced on the Web page in rows and columns

More information

Card Magic. Module for Miva Merchant. Introduction. Table of Contents

Card Magic. Module for Miva Merchant. Introduction. Table of Contents Card Magic Module for Miva Merchant Copyright 2007, 2008 by Magic Metal Productions This document gives instructions on installing and using this module for Miva Merchant shopping-cart systems. If you

More information

Configuring Hotspots

Configuring Hotspots CHAPTER 12 Hotspots on the Cisco NAC Guest Server are used to allow administrators to create their own portal pages and host them on the Cisco NAC Guest Server. Hotspots created by administrators can be

More information

How to set up a local root folder and site structure

How to set up a local root folder and site structure Activity 2.1 guide How to set up a local root folder and site structure The first thing to do when creating a new website with Adobe Dreamweaver CS3 is to define a site and identify a root folder where

More information

How to lay out a web page with CSS

How to lay out a web page with CSS How to lay out a web page with CSS You can use table design features in Adobe Dreamweaver CS3 to create a simple page layout. However, a more powerful technique is to use Cascading Style Sheets (CSS).

More information

Eng 110, Spring Week 03 Lab02- Dreamwaver Session

Eng 110, Spring Week 03 Lab02- Dreamwaver Session Eng 110, Spring 2008 Week 03 Lab02- Dreamwaver Session Assignment Recreate the 3-page website you did last week by using Dreamweaver. You should use tables to control your layout. You should modify fonts,

More information

Page Layout. 4.1 Styling Page Sections 4.2 Introduction to Layout 4.3 Floating Elements 4.4 Sizing and Positioning

Page Layout. 4.1 Styling Page Sections 4.2 Introduction to Layout 4.3 Floating Elements 4.4 Sizing and Positioning Page Layout contents of this presentation are Copyright 2009 Marty Stepp and Jessica Miller 4.1 Styling Page Sections 4.2 Introduction to Layout 4.3 Floating Elements 4.4 Sizing and Positioning 2 1 4.1

More information

CSS stands for Cascading Style Sheets Styles define how to display HTML elements

CSS stands for Cascading Style Sheets Styles define how to display HTML elements CSS stands for Cascading Style Sheets Styles define how to display HTML elements CSS has various levels and profiles. Each level of CSS builds upon the last, typically adding new features and typically

More information

Programmazione Web a.a. 2017/2018 HTML5

Programmazione Web a.a. 2017/2018 HTML5 Programmazione Web a.a. 2017/2018 HTML5 PhD Ing.Antonino Raucea antonino.raucea@dieei.unict.it 1 Introduzione HTML HTML is the standard markup language for creating Web pages. HTML stands for Hyper Text

More information

Dreamweaver Basics Outline

Dreamweaver Basics Outline Dreamweaver Basics Outline The Interface Toolbar Status Bar Property Inspector Insert Toolbar Right Palette Modify Page Properties File Structure Define Site Building Our Webpage Working with Tables Working

More information

HTML for the SAS Programmer

HTML for the SAS Programmer HTML for the SAS Programmer Lauren Haworth Kaiser Permanente Center for Health Research Portland, Oregon ½ ABSTRACT With more and more output being delivered via the Internet, a little knowledge of HTML

More information

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space.

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space. HTML Summary Structure All of the following are containers. Structure Contains the entire web page. Contains information

More information

Web Designing HTML5 NOTES

Web Designing HTML5 NOTES Web Designing HTML5 NOTES HTML Introduction What is HTML? HTML is the standard markup language for creating Web pages. HTML stands for Hyper Text Markup Language HTML describes the structure of Web pages

More information

HTML Exercise 11 Making A Transparent 3-D Heading For The Hyperlinks 2 Page

HTML Exercise 11 Making A Transparent 3-D Heading For The Hyperlinks 2 Page HTML Exercise 11 Making A Transparent 3-D Heading For The Hyperlinks 2 Page This exercise will give you practice downloading and installing your own SuperBladePro presets, creating a transparent heading

More information