CUSTOMISATION FEATURES

Size: px
Start display at page:

Download "CUSTOMISATION FEATURES"

Transcription

1 CUSTOMISATION FEATURES

2 Fluid Player, the free open source HTML5 video player has been updated with lots of new features! This document showcases Fluid Player s new features and the code you need to implement each one.

3 Multiple resolutions Fluid Player supports multiple resolutions: 480p, 720p and 1080p. 1080p 720p 480p

4 Multiple resolutions code 1 2 <link rel= stylesheet href= type= text/css /> <script src= ></script> <video id= video-multi-res controls> <source src= title= 720p type= video/mp4 > <source src= title= 360p type= video/mp4 > </video> <script> var video = fluidplayer( video-multi-res,, { layout: default } ); </script>

5 Autoplay Fluid Player supports autoplay. AUTOPLAY

6 Autoplay code 1 2 <link rel= stylesheet href= type= text/css /> <script src= ></script> <video id= video-autoplay controls> </video> <source src= title= 720p type= video/mp4 > <script> var video = fluidplayer( video-autoplay,, { autoplay: true } ); </script>

7 Logo Fluid Player can feature an embedded logo showing for the entire length of the video. It supports different transparency levels and it can be placed in any of the four corners.

8 Logo code 1 2 <link rel= stylesheet href= type= text/css /> <script src= ></script> <video id= video-logo controls> </video> <source src= title= 720p type= video/mp4 > <script> var testvideo = fluidplayer( video-logo,, { logo: logoposition: top right, logoopacity:.3 } ); </script>

9 Ad text Fluid Player can feature an additional ad text message in the top right corner of the video ad. YOUR MESSAGE HERE

10 Ad text code 1 2 <link rel= stylesheet href= type= text/css /> <script src= ></script> <video id= video-ad-text controls> </video> <source src= title= 720p type= video/mp4 > <script> var my_vast_url = ; var testvideo = fluidplayer( video-ad-text, my_vast_url, { adtext: YOUR MESSAGE HERE } ); </script>

11 Ad text CTA Fluid Player can feature an additional Call To Action ad text message in the bottom left corner of the video ad. YOUR CTA HERE!

12 Ad text CTA code 1 2 <link rel= stylesheet href= type= text/css /> <script src= ></script> <video id= video-ad-text-cta controls> </video> <source src= title= 720p type= video/mp4 > <script> var my_vast_url = ; var testvideo = fluidplayer( video-ad-text-cta, my_vast_url, { adctatext : YOUR CTA HERE! } ); </script>

13 Custom HTML Banner A custom HTML banner can be displayed while the video is on pause.

14 Custom HTML Banner code 1 2 <link rel= stylesheet href= type= text/css /> <script src= ></script> <video id= video-html-on-pause controls> </video> <source src= title= 720p type= video/mp4 > <script> var testvideo = fluidplayer( video-html-on-pause,, { htmlonpauseblock : <a href= > <img src= /></a> } ); </script> 18

15 Fully responsive player Fluid Player supports fully responsive mode (disabled by default). The player will adapt to any resolution, easily testable by resizing the browser window.

16 Fully responsive player code 1 2 <link rel= stylesheet href= type= text/css /> <script src= ></script> <video id= video-fully-responsive controls> </video> <source src= title= 720p type= video/mp4 > <script> var testvideo = fluidplayer( video-fully-responsive,, { responsive: true } ); </script>

17 Skinnable Fluid Player s skin is fully customizable (CSS theme), 6 skins are already available: Default, Funky, Metal, Browser, Lady Penelope & Cool Blue from GitHub.

18 CLICK HERE TO Get Fluid Player for free on Github

Introduction to WEB PROGRAMMING

Introduction to WEB PROGRAMMING Introduction to WEB PROGRAMMING Web Languages: Overview HTML CSS JavaScript content structure look & feel transitions/animation s (CSS3) interaction animation server communication Full-Stack Web Frameworks

More information

www.multilang.sicurezza.sina.co.it Trip2Life Popup Integration code Static Popup Adding the Trip2Life popup on your website homepage loading takes just few steps. Add the following code to your page within

More information

Unit 20 - Client Side Customisation of Web Pages. Week 2 Lesson 3 Introduction to CSS

Unit 20 - Client Side Customisation of Web Pages. Week 2 Lesson 3 Introduction to CSS Unit 20 - Client Side Customisation of Web Pages Week 2 Lesson 3 Introduction to CSS Last Time Looked at what CSS is Looked at why we will use it Used in-line CSS

More information

HTML 5 and CSS 3, Illustrated Complete. Unit K: Incorporating Video and Audio

HTML 5 and CSS 3, Illustrated Complete. Unit K: Incorporating Video and Audio HTML 5 and CSS 3, Illustrated Complete Unit K: Incorporating Video and Audio Objectives Understand Web video and audio Use the video element Incorporate the source element Control playback HTML 5 and CSS

More information

PROFILE DESIGN TUTORIAL KIT

PROFILE DESIGN TUTORIAL KIT PROFILE DESIGN TUTORIAL KIT NEW PROFILE With the help of feedback from our users and designers worldwide, we ve given our profiles a new look and feel. The new profile is designed to enhance yet simplify

More information

Which is why we ll now be learning how to write in CSS (or cascading sheet style)

Which is why we ll now be learning how to write in CSS (or cascading sheet style) STYLE WITH CSS My word is changing things in HTML difficult! Can you imagine if we had to do that for every single thing we wanted to change? It would be a nightmare! Which is why we ll now be learning

More information

jquery Speedo Popup Product Documentation Version 2.1

jquery Speedo Popup Product Documentation Version 2.1 jquery Speedo Popup Product Documentation Version 2.1 21 June 2013 Table of Contents 1 Introduction... 1 1.1 Main Features... 1 1.2 Folder Structure... 1 2 Working with jquery Speedo Popup... 2 2.1 Getting

More information

GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar with Dynamic Background Image

GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar with Dynamic Background Image GIMP WEB 2.0 MENUS Web 2.0 Menus: Horizontal Navigation Bar with Dynamic Background Image WEB 2.0 MENUS: HORIZONTAL NAVIGATION BAR DYNAMIC BACKGROUND IMAGE Before you begin this tutorial, you will need

More information

LUXE READYTHEME CUSTOMIZATION

LUXE READYTHEME CUSTOMIZATION LUXE READYTHEME CUSTOMIZATION Updated April 2017 Installing the Luxe ReadyTheme These instructions are for installing the Luxe ReadyTheme to a brand new store. If you apply this framework to your existing

More information

ITNP43: HTML Lecture 4

ITNP43: HTML Lecture 4 ITNP43: HTML Lecture 4 Niederst, Part III (3rd edn) 1 Style versus Content HTML purists insist that style should be separate from content and structure HTML was only designed to specify the structure and

More information

Diploma in Digital Applications Unit 5: Coding for the Web

Diploma in Digital Applications Unit 5: Coding for the Web Pearson Edexcel Level 2 Diploma in Digital Applications Unit 5: Coding for the Web 8 May 12 May 2017 Time: 2 hours 30 minutes Paper Reference DA205/01 You must have: A computer workstation, appropriate

More information

Web Design and Development ACS-1809

Web Design and Development ACS-1809 Web Design and Development ACS-1809 Chapter 4 Cascading Style Sheet Cascading Style Sheets A style defines the appearance of a document A style sheet - a file that describes the layout and appearance of

More information

The internet is a worldwide collection of networks that link millions of computers. These links allow the computers to share and send data.

The internet is a worldwide collection of networks that link millions of computers. These links allow the computers to share and send data. Review The internet is a worldwide collection of networks that link millions of computers. These links allow the computers to share and send data. It is not the internet! It is a service of the internet.

More information

Index. alt, 38, 57 class, 86, 88, 101, 107 href, 24, 51, 57 id, 86 88, 98 overview, 37. src, 37, 57. backend, WordPress, 146, 148

Index. alt, 38, 57 class, 86, 88, 101, 107 href, 24, 51, 57 id, 86 88, 98 overview, 37. src, 37, 57. backend, WordPress, 146, 148 Index Numbers & Symbols (angle brackets), in HTML, 47 : (colon), in CSS, 96 {} (curly brackets), in CSS, 75, 96. (dot), in CSS, 89, 102 # (hash mark), in CSS, 87 88, 99 % (percent) font size, in CSS,

More information

READSPEAKER ENTERPRISE HIGHLIGHTING 2.5

READSPEAKER ENTERPRISE HIGHLIGHTING 2.5 READSPEAKER ENTERPRISE HIGHLIGHTING 2.5 Advanced Skinning Guide Introduction The graphical user interface of ReadSpeaker Enterprise Highlighting is built with standard web technologies, Hypertext Markup

More information

INFO 2450 Project 6 Web Site Resources and JavaScript Behaviors

INFO 2450 Project 6 Web Site Resources and JavaScript Behaviors INFO 2450 Project 6 Web Site Resources and JavaScript Behaviors Project 6 Objectives: Learn how to create graphical content with specified dimensions and formats for a Web site. Incorporate the site color

More information

Chapter 3 Attractive Web Designing

Chapter 3 Attractive Web Designing Chapter 3 Attractive Web Designing Theory Part 1. What is a style in a Web page? The tags, attributes and page layout used to make contents of the web page attractive can altogether be called its Style.

More information

week8 Tommy MacWilliam week8 October 31, 2011

week8 Tommy MacWilliam week8 October 31, 2011 tmacwilliam@cs50.net October 31, 2011 Announcements pset5: returned final project pre-proposals due Monday 11/7 http://cs50.net/projects/project.pdf CS50 seminars: http://wiki.cs50.net/seminars Today common

More information

Fish Eye Menu DMXzone.com Fish Eye Menu Manual

Fish Eye Menu DMXzone.com Fish Eye Menu Manual Fish Eye Menu Manual Page 1 of 33 Index Fish Eye Menu Manual... 1 Index... 2 About Fish Eye Menu... 3 Features in Detail... 4 Integrated in Dreamweaver... 6 Before you begin... 7 Installing the extension...

More information

Table-Based Web Pages

Table-Based Web Pages Table-Based Web Pages Web Authoring and Design Benjamin Kenwright Outline What do we mean by Table-Based Web Sites? Review Table Tags/Structure Tips/Debugging/Applications Summary Review/Discussion Submissions/Quizzes/GitHub

More information

CSS: Cascading Style Sheets

CSS: Cascading Style Sheets CSS: Cascading Style Sheets Computer Science and Engineering College of Engineering The Ohio State University Lecture 13 Evolution of CSS MIME type: text/css CSS 1 ('96): early recognition of value CSS

More information

HTML CS 4640 Programming Languages for Web Applications

HTML CS 4640 Programming Languages for Web Applications HTML CS 4640 Programming Languages for Web Applications 1 Anatomy of (Basic) Website Your content + HTML + CSS = Your website structure presentation A website is a way to present your content to the world,

More information

CIS 228 (Fall, 2012) Exam 2, 11/20/12

CIS 228 (Fall, 2012) Exam 2, 11/20/12 CIS 228 (Fall, 2012) Exam 2, 11/20/12 Name (sign) Name (print) email Question 1 2 3 4 5 6 7 8 9 10 TOTAL Score CIS 228, exam 2 1 11/20/12 True or false: Question 1 Unordered lists can contain ordered sub-lists.

More information

CST272 ASP.NET Style Sheets Page 1

CST272 ASP.NET Style Sheets Page 1 CST272 ASP.NET Style Sheets Page 1 1 2 3 4 5 6 Style Sheets in ASP.NET CST272 ASP.NET Creating Cascading Style Sheets (CSS) Stores information on how to present the site Cascading style sheets allow content

More information

TODAY S AGENDA. An introduction for Libraries UW-SLIS CES Webinar April 6, 2015 What is Responsive Web Design? Definition & History

TODAY S AGENDA. An introduction for Libraries UW-SLIS CES Webinar April 6, 2015 What is Responsive Web Design? Definition & History TODAY S AGENDA An introduction for Libraries UW-SLIS CES Webinar April 6, 2015 What is Responsive Web Design? Definition & History How do I DO Responsive Web Design? Tips & Tricks & Jargon Where do I go

More information

New Cars - Hero Image Guidelines. High Impact Homepage. Desktop & Mobile Specifications

New Cars - Hero Image Guidelines. High Impact Homepage. Desktop & Mobile Specifications New Cars - Hero Image Guidelines High Impact Homepage Desktop & Mobile Specifications 1 Checklist PLACEMENT DEVICE DIMENSIONS (WXH) FORMAT IMAGE SIZE EXPANDED PANEL DIMENSIONS (WXH) INITIAL BANNER LOAD

More information

Indian Institute of Technology Kharagpur. HTML Part III. Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. I.I.T.

Indian Institute of Technology Kharagpur. HTML Part III. Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. I.I.T. Indian Institute of Technology Kharagpur HTML Part III Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. I.I.T. Kharagpur, INDIA Lecture 15: HTML Part III On completion, the student will be able

More information

CSS is applied to an existing HTML web document--both working in tandem to display web pages.

CSS is applied to an existing HTML web document--both working in tandem to display web pages. CSS Intro Introduction to Cascading Style Sheets What is CSS? CSS (Cascading Style Sheets) is a supplementary extension to allowing web designers to style specific elements on their pages and throughout

More information

SCHOOL OF COMPUTING, ENGINEERING AND MATHEMATICS SEMESTER 2 EXAMINATIONS 2015/2016 CI135. Introduction to Web Development

SCHOOL OF COMPUTING, ENGINEERING AND MATHEMATICS SEMESTER 2 EXAMINATIONS 2015/2016 CI135. Introduction to Web Development s SCHOOL OF COMPUTING, ENGINEERING AND MATHEMATICS SEMESTER 2 EXAMINATIONS 2015/2016 CI135 Introduction to Web Development Time allowed: TWO hours Answer: All FOURTEEN questions in section A (40%) All

More information

New Cars - Hero Image Guidelines. High Impact Homepage. Desktop & Mobile Specifications

New Cars - Hero Image Guidelines. High Impact Homepage. Desktop & Mobile Specifications New Cars - Hero Image Guidelines High Impact Homepage & Mobile Specifications 1 High Impact Homepage Overview The carsales homepage and first-impact product has been the gateway to the largest new car

More information

Web Programming and Design. MPT Junior Cycle Tutor: Tamara Demonstrators: Aaron, Marion, Hugh

Web Programming and Design. MPT Junior Cycle Tutor: Tamara Demonstrators: Aaron, Marion, Hugh Web Programming and Design MPT Junior Cycle Tutor: Tamara Demonstrators: Aaron, Marion, Hugh Plan for the next 5 weeks: Introduction to HTML tags, creating our template file Introduction to CSS and style

More information

1. Ask your account manager for your personal publisher ID. 2. Integrate the code on every game page.

1. Ask your account manager for your personal publisher ID. 2. Integrate the code on every game page. 1. Ask your account manager for your personal publisher ID. 2. Integrate the code on every game page. 3. Connect your game id s to the walkthrough code. Getting started Copy the following snippet within

More information

Data Visualization (CIS/DSC 468)

Data Visualization (CIS/DSC 468) Data Visualization (CIS/DSC 468) Web Programming Dr. David Koop Definition of Visualization Computer-based visualization systems provide visual representations of datasets designed to help people carry

More information

CSS. Introduction to. Meganadha Reddy K. Technical Trainer NetCom Learning

CSS. Introduction to. Meganadha Reddy K. Technical Trainer NetCom Learning Introduction to CSS Meganadha Reddy K. Technical Trainer NetCom Learning www.netcomlearning.com Advantages of Style Sheets Saves time Easy to change Keep consistency Give you more control over layout Make

More information

PLAYER DEVELOPER GUIDE

PLAYER DEVELOPER GUIDE PLAYER DEVELOPER GUIDE CONTENTS MANAGING PLAYERS IN BACKLOT 5 Player V3 Platform and Browser Support (Deprecated) 5 How Player V3 Works (Deprecated) 6 Setting up Players Using the Backlot REST API (Deprecated)

More information

CIS 228 (Spring, 2012) Final, 5/17/12

CIS 228 (Spring, 2012) Final, 5/17/12 CIS 228 (Spring, 2012) Final, 5/17/12 Name (sign) Name (print) email I would prefer to fail than to receive a grade of or lower for this class. Question 1 2 3 4 5 6 7 8 9 A B C D E TOTAL Score CIS 228,

More information

Theming WebGUI. Give your WebGUI site a new theme... WUC 2010 Ning Sun (ning) Pluton IT

Theming WebGUI. Give your WebGUI site a new theme... WUC 2010 Ning Sun (ning) Pluton IT Theming WebGUI Give your WebGUI site a new theme... WUC 2010 Ning Sun (ning) Pluton IT Outline A step-by-step guide to WebGUI-lize a theme Convert htlm/css template to WebGUI theme Or how to give webgui

More information

FOUNDATION. Matthew David AMSTERDAM BOSTON HEIDELBERG LONDON NEW YORK OXFORD PARIS SAN DIEGO SAN FRANCISCO SINGAPORE SYDNEY TOKYO

FOUNDATION. Matthew David AMSTERDAM BOSTON HEIDELBERG LONDON NEW YORK OXFORD PARIS SAN DIEGO SAN FRANCISCO SINGAPORE SYDNEY TOKYO HTML5 RICH MEDIA FOUNDATION Matthew David AMSTERDAM BOSTON HEIDELBERG LONDON NEW YORK OXFORD PARIS SAN DIEGO SAN FRANCISCO SINGAPORE SYDNEY TOKYO Focal Press is an imprint of Elsevier Focal Press is an

More information

AGENDA. HTML CODING YOUR HOMEPAGE [ Part IV ] :: NAVIGATION <nav> :: CSS CODING FOR HOMEPAGE [ <nav> & child elements ] CLASS :: 13.

AGENDA. HTML CODING YOUR HOMEPAGE [ Part IV ] :: NAVIGATION <nav> :: CSS CODING FOR HOMEPAGE [ <nav> & child elements ] CLASS :: 13. :: DIGITAL IMAGING FUNDAMENTALS :: CLASS NOTES CLASS :: 13 04.26 2017 3 Hours AGENDA HTML CODING YOUR HOMEPAGE [ Part IV ] :: NAVIGATION home works

More information

CUSTOMER PORTAL. Custom HTML splashpage Guide

CUSTOMER PORTAL. Custom HTML splashpage Guide CUSTOMER PORTAL Custom HTML splashpage Guide 1 CUSTOM HTML Custom HTML splash page templates are intended for users who have a good knowledge of HTML, CSS and JavaScript and want to create a splash page

More information

White Paper. Fabasoft Folio Web Client Interfaces. Fabasoft Folio 2017 R1 Update Rollup 2

White Paper. Fabasoft Folio Web Client Interfaces. Fabasoft Folio 2017 R1 Update Rollup 2 White Paper Fabasoft Folio Web Client Interfaces Fabasoft Folio 2017 R1 Update Rollup 2 Copyright Fabasoft R&D GmbH, Linz, Austria, 2018. All rights reserved. All hardware and software names used are registered

More information

Xerte. Guide to making responsive webpages with Bootstrap

Xerte. Guide to making responsive webpages with Bootstrap Xerte Guide to making responsive webpages with Bootstrap Introduction The Xerte Bootstrap Template provides a quick way to create dynamic, responsive webpages that will work well on any device. Tip: Webpages

More information

DNNGo LayerSlider3D. User Manual

DNNGo LayerSlider3D. User Manual DNNGo LayerSlider3D User Manual Description This is a powerful 2D&3D transition module, you can set up the transition effect through various options for each element. It allows you to set up the amount

More information

Responsive Design. Responsive Design Approach. Technique for building webpages

Responsive Design. Responsive Design Approach. Technique for building webpages Responsive Design Responsive Design Technique for building webpages Allows you to present the same content in different ways to different devices Create conditions for applying specific CSS styles Ex:

More information

A set-up guide and general information to help you get the most out of your new theme.

A set-up guide and general information to help you get the most out of your new theme. Hoarder. A set-up guide and general information to help you get the most out of your new theme. This document covers the installation, set up, and use of this theme and provides answers and solutions to

More information

Adapting Artisteer Templates for C1 CMS

Adapting Artisteer Templates for C1 CMS 2017-02-14 Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone +45 3915 7600 www.orckestra.com Contents 1 INTRODUCTION... 3 1.1 Step 1: Get an Artisteer template 3 1.2 Step 2: Make preparations on

More information

Javadocing in Netbeans (rev )

Javadocing in Netbeans (rev ) Javadocing in Netbeans (rev. 2011-05-20) This note describes how to embed HTML-style graphics within your Javadocs, if you are using Netbeans. Additionally, I provide a few hints for package level and

More information

COMS 359: Interactive Media

COMS 359: Interactive Media COMS 359: Interactive Media Agenda Review CSS Layout Preview Review Introducting CSS What is CSS? CSS Syntax Location of CSS The Cascade Box Model Box Structure Box Properties Review Style is cascading

More information

showinplaceholder The jquery Plug-in

showinplaceholder The jquery Plug-in showinplaceholder The jquery Plug-in for showing an image to place holder / target box About Plug-in Show in Place Holder plug-in is developed to show an image to place holder / target box. Plug-in can

More information

Making Your Showcase Portfolio

Making Your Showcase Portfolio Making Your Showcase Portfolio 1 1. Carefully select the pictures you want to use in your portfolio. 2. Resize your pictures in Photoshop. 3. Login to Weebly. 4. Click on Add Site. 5. Enter a title for

More information

WordPress How to Create a Simple Image Slider with the New RoyalSlider

WordPress How to Create a Simple Image Slider with the New RoyalSlider WordPress How to Create a Simple Image Slider with the New RoyalSlider Last update: 2/20/2013 WARNING: DO NOT USE INTERNET EXPLORER you can use Firefox, Chrome, or Safari but the editing screens do not

More information

USER MANUAL. Odoo Peafowl Theme TABLE OF CONTENTS. Version: 1.0.6

USER MANUAL. Odoo Peafowl Theme TABLE OF CONTENTS. Version: 1.0.6 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Peafowl Odoo Theme... 1 Pre-requisites... 1 Installation... 2 Installation Steps... 2 Theme Configuration... 5 Contact Us... 16 Odoo Peafowl

More information

ArcGIS Web Viewers and Templates. Andy Gup, Jim Barry

ArcGIS Web Viewers and Templates. Andy Gup, Jim Barry ArcGIS Web Viewers and Templates Andy Gup, Jim Barry What s new in the ArcGIS Viewer for Flex Andy Gup, Jim Barry ArcGIS Viewer for Flex ArcGIS API for Flex ArcGIS Online / Portal / Orgs ArcGIS Server

More information

v0.9.3 Tim Neil Director, Application Platform & Tools Product

v0.9.3 Tim Neil Director, Application Platform & Tools Product v0.9.3 Tim Neil Director, Application Platform & Tools Product Management @brcewane Framework Goals Incubation project to experiment with HTML5 UI Contribute learning's to jquerymobile, Sencha, Dojo Provides

More information

COMS 359: Interactive Media

COMS 359: Interactive Media COMS 359: Interactive Media Agenda Review CSS Preview Review Transparent GIF headline Review JPG buttons button1.jpg button.psd button2.jpg Review Next Step Tables CSS Introducing CSS What is CSS? Cascading

More information

Online Creative Production Guidelines

Online Creative Production Guidelines POWERED BY FARM JOURNAL MEDIA Online Creative Production Guidelines 1 Last updated: 8-01- Overview of Basic Ad Units Available Leaderboard 728x90 Tower 160x600 Big Box 300x250 Text Ad 290x100 Big Box 300x250

More information

Data Visualization (DSC 530/CIS )

Data Visualization (DSC 530/CIS ) Data Visualization (DSC 530/CIS 602-01) HTML, CSS, & SVG Dr. David Koop Data Visualization What is it? How does it differ from computer graphics? What types of data can we visualize? What tasks can we

More information

IC Streaming Participant Interface and Branding Options

IC Streaming Participant Interface and Branding Options IC Streaming Participant Interface and Branding Options InterCall s Webcast participant screen flow involves three main screens starting with the registration page with confirmation email, on to the log

More information

Praxis für Naturheilkundliche Medizin Kyra Kauffmann

Praxis für Naturheilkundliche Medizin Kyra Kauffmann Custom Modules Learn all about the exciting new RocketTheme exclusive modules that are included in the Versatility IV template release. Here you can find instructions for installation and configuration

More information

Daniel Ferguson Certified MadCap Flare Trainer & Consultant Founder of Smart Output

Daniel Ferguson Certified MadCap Flare Trainer & Consultant Founder of Smart Output Daniel Ferguson Certified MadCap Flare Trainer & Consultant Founder of Smart Output < /> daniel@smartoutput.com @ferg_daniel linkedin.com/in/danielsferguson smartoutput.com 3 Variables TOCs Concepts Publish

More information

the missing manual0 O'REILLY Third Edition David Sawyer McFarland Beijing Cambridge The book that should have been in the box Farnham

the missing manual0 O'REILLY Third Edition David Sawyer McFarland Beijing Cambridge The book that should have been in the box Farnham Farnham Third Edition the missing manual0 The book that should have been in the box David Sawyer McFarland Beijing Cambridge O'REILLY Koln Sebastopol Tokyo Contents The Missing Credits vii Introduction

More information

Stickers! Introduction. Step 1: Colourful coding sticker

Stickers! Introduction. Step 1: Colourful coding sticker Stickers! Introduction In this project, you ll create lots of fun stickers that you can use to decorate web pages. You ll learn about using gradients that gradually change from one colour to another to

More information

Unit 20 - Client Side Customisation of Web Pages. Week 1 Lesson 2 Introduction to CSS

Unit 20 - Client Side Customisation of Web Pages. Week 1 Lesson 2 Introduction to CSS Unit 20 - Client Side Customisation of Web Pages Week 1 Lesson 2 Introduction to CSS Last Time Recapped Unit 28 Revised some HTML tags Allow the user to perform some task Can be database driven Can make

More information

Sam Houston State University. Creating Personal Dashboards in BearKatBuy

Sam Houston State University. Creating Personal Dashboards in BearKatBuy Sam Houston State University Creating Personal Dashboards in BearKatBuy This training guide will assist you with creating a personal Dashboard. A personal Dashboard will allow you to have everything you

More information

HTMLnotesS15.notebook. January 25, 2015

HTMLnotesS15.notebook. January 25, 2015 The link to another page is done with the

More information

Skill Area 323: Design and Develop Website. Multimedia and Web Design (MWD)

Skill Area 323: Design and Develop Website. Multimedia and Web Design (MWD) Skill Area 323: Design and Develop Website Multimedia and Web Design (MWD) 323.4 Use graphics and objects on Web Page (7 hrs) 323.4.1 Insert foreground features 323.4.2 Modify image attributes 323.4.3

More information

Introduction to HTML & CSS. Instructor: Beck Johnson Week 2

Introduction to HTML & CSS. Instructor: Beck Johnson Week 2 Introduction to HTML & CSS Instructor: Beck Johnson Week 2 today Week One review and questions File organization CSS Box Model: margin and padding Background images and gradients with CSS Make a hero banner!

More information

Customizing Your Homepage

Customizing Your Homepage Customizing Your Homepage Introduction With your premium VoiceThread license, you now have the opportunity to customize your Organization s homepage. Showcase your best presentations and lectures, debates

More information

About the Tutorial. Dreamweaver MX overview

About the Tutorial. Dreamweaver MX overview About the Tutorial Title: Intro to Macromedia Dreamweaver MX Description: This is a tutorial providing an overview of the Dreamweaver MXInterface Category: Html Author: Gregory Wehrman Email: wehrman@purdue.edu

More information

Where to get Images.

Where to get Images. Where to get Images Images are under copywrite from the author, we need to either use free images or purchase the right to use them. Places to Get Images: www.istockphoto.com www.gettyimages.com www.veer.com

More information

Web Development & Design Foundations with HTML5 & CSS3 Instructor Materials Chapter 4 Test Bank

Web Development & Design Foundations with HTML5 & CSS3 Instructor Materials Chapter 4 Test Bank 1. Choose the item that creates an image link to the school.htm page when the school.gif graphic is clicked. a. b.

More information

The Ultimate Social Media Setup Checklist. fans like your page before you can claim your custom URL, and it cannot be changed once you

The Ultimate Social Media Setup Checklist. fans like your page before you can claim your custom URL, and it cannot be changed once you Facebook Decide on your custom URL: The length can be between 5 50 characters. You must have 25 fans like your page before you can claim your custom URL, and it cannot be changed once you have originally

More information

Tutorial 3: Working with Cascading Style Sheets

Tutorial 3: Working with Cascading Style Sheets Tutorial 3: Working with Cascading Style Sheets College of Computing & Information Technology King Abdulaziz University CPCS-665 Internet Technology Objectives Review the history and concepts of CSS Explore

More information

fpafi/tl open source^ Drupal 6 Theming Cookbook great-looking Drupal themes Over 100 clear, step-by-step recipes to create powerful,

fpafi/tl open source^ Drupal 6 Theming Cookbook great-looking Drupal themes Over 100 clear, step-by-step recipes to create powerful, Drupal 6 Theming Cookbook Over 100 clear, step-by-step recipes to create powerful, great-looking Drupal themes Karthik Kumar fpafi/tl open source^ I I MV 1 X I I community experience distilled PUBLISHING

More information

Data Visualization (DSC 530/CIS )

Data Visualization (DSC 530/CIS ) Data Visualization (DSC 530/CIS 60201) CSS, SVG, and JavaScript Dr. David Koop Definition of Visualization Computerbased visualization systems provide visual representations of datasets designed to help

More information

Technical Specifications Leaderboard + Mobile Leaderboard. 27/12/2018 Tech Specs 1

Technical Specifications Leaderboard + Mobile Leaderboard. 27/12/2018 Tech Specs 1 27/12/2018 Tech Specs 1 27/12/2018 Screenshot 2 Format Device Width*Height Extensions Max. weight Animation Clicktag Leaderboard Desktop / Tablet 728*90 HTML5/GIF/JPG 70 kb 3 loops in 15 clicktag Mobile

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

GIMP WEB 2.0 MENUS. Before we begin this tutorial let s visually compare a standard navigation bar and a web 2.0 navigation bar.

GIMP WEB 2.0 MENUS. Before we begin this tutorial let s visually compare a standard navigation bar and a web 2.0 navigation bar. GIMP WEB 2.0 MENUS Before we begin this tutorial let s visually compare a standard navigation bar and a web 2.0 navigation bar. Standard Navigation Bar Web 2.0 Navigation Bar Now the all-important question

More information

3.1 Introduction. 3.2 Levels of Style Sheets. - HTML is primarily concerned with content, rather than style. - There are three levels of style sheets

3.1 Introduction. 3.2 Levels of Style Sheets. - HTML is primarily concerned with content, rather than style. - There are three levels of style sheets 3.1 Introduction - HTML is primarily concerned with content, rather than style - However, tags have presentation properties, for which browsers have default values - The CSS1 cascading style sheet specification

More information

Html basics Course Outline

Html basics Course Outline Html basics Course Outline Description Learn the essential skills you will need to create your web pages with HTML. Topics include: adding text any hyperlinks, images and backgrounds, lists, tables, and

More information

Overview. Event Handling. Introduction. Reviewing the load Event. Event mousemove and the event Object. Rollovers with mouseover and mouseout

Overview. Event Handling. Introduction. Reviewing the load Event. Event mousemove and the event Object. Rollovers with mouseover and mouseout Overview Introduction Reviewing the load Event Event mousemove and the event Object Rollovers with mouseover and mouseout Form processing with focus, blur, submit, reset More events Introduction The Document

More information

Todd toddreifsteck

Todd toddreifsteck Todd Reifsteck Program Manager: Memory, Power and Performance Co-Chair of W3C Web Performance Working Group @toddreifsteck toddreifsteck toddreif@microsoft.com Building a faster browser Behind the scenes

More information

ENERGY ECONOMY - DIGITAL 1/30/13

ENERGY ECONOMY - DIGITAL 1/30/13 ENERGY ECONOMY - DIGITAL 1/30/13 970x66 EXPANDABLE UNIT - Full Experience PENCIL UNIT - POST STATE OF THE UNION COPY ANIMATION: After the initial unit animates, the unit auto expands to attract attention.

More information

Tizen Web UI Technologies (Tizen Ver. 2.3)

Tizen Web UI Technologies (Tizen Ver. 2.3) Tizen Web UI Technologies (Tizen Ver. 2.3) Spring 2015 Soo Dong Kim, Ph.D. Professor, Department of Computer Science Software Engineering Laboratory Soongsil University Office 02-820-0909 Mobile 010-7392-2220

More information

HTML & CSS. SWE 432, Fall 2017 Design and Implementation of Software for the Web

HTML & CSS. SWE 432, Fall 2017 Design and Implementation of Software for the Web HTML & CSS SWE 432, Fall 2017 Design and Implementation of Software for the Web HTML: HyperText Markup Language LaToza Language for describing structure of a document Denotes hierarchy of elements What

More information

Objective Execute advanced production methods to design and develop websites.

Objective Execute advanced production methods to design and develop websites. Objective 207.03 Execute advanced production methods to design and develop websites. SET PAGE PROPERTIES o You can specify layout and formatting properties for each page using the Page Properties dialog

More information

HTML TIPS FOR DESIGNING.

HTML TIPS FOR DESIGNING. This is the first column. Look at me, I m the second column.

More information

Flash Image Enhancer Manual DMXzone.com Flash Image Enhancer Manual

Flash Image Enhancer Manual DMXzone.com Flash Image Enhancer Manual Flash Image Enhancer Manual Copyright 2009 All Rights Reserved Page 1 of 62 Index Flash Image Enhancer Manual... 1 Index... 2 About Flash Image Enhancer... 3 Features in Detail... 3 Before you begin...

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

NetObjects Fusion 10 Build Great Sites.

NetObjects Fusion 10 Build Great Sites. NetObjects Fusion 10 Build Great Sites. Why is Fusion the website builder of choice for novices and professionals alike? The answer is simple: Fusion 10 makes it easy for anyone to create and publish a

More information

Document Architecture: HTML & CSS

Document Architecture: HTML & CSS COMP 150-IDS: Internet Scale Distributed Systems (Spring 2018) Document Architecture: HTML & CSS Noah Mendelsohn Tufts University Email: noah@cs.tufts.edu Web: http://www.cs.tufts.edu/~noah Copyright 2012,

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 10 10 Working with Frames Looking for a way to enhance your Web site layout? Frames can help you present multiple pages

More information

USER GUIDE AND THEME SETUP

USER GUIDE AND THEME SETUP Thank you for purchasing my theme. If you have any questions that are beyond the scope of this help file, please feel free ask any questions on the online Support Forum, located at: http://themewich.com/forum.

More information

Web Site Design and Development Lecture 5

Web Site Design and Development Lecture 5 Web Site Design and Development Lecture 5 CS 0134 Fall 2018 Tues and Thurs 1:00 2:15PM CSS CSS stands for Cascading Style Sheets. These style sheets define the look and layout of your HTML elements. A

More information

Criterion C: Project schedule

Criterion C: Project schedule Criterion C: Project schedule Date Action Details Comments and follow up Date completed Criterion Feb Teacher introduced project My ideas were approved by my ITGS teacher after discussing them through

More information

V12 Highlights. What s new in Richmond ServiceDesk V12?

V12 Highlights. What s new in Richmond ServiceDesk V12? V12 Highlights What s new in? Richmond ServiceDesk v12 incorporates many new features including a new Report Generator, a new CSP Homepage Designer, a new CSP Menu Designer, a new CSP Panels and new CSP

More information

- HTML is primarily concerned with content, rather than style. - However, tags have presentation properties, for which browsers have default values

- HTML is primarily concerned with content, rather than style. - However, tags have presentation properties, for which browsers have default values 3.1 Introduction - HTML is primarily concerned with content, rather than style - However, tags have presentation properties, for which browsers have default values - The CSS1 cascading style sheet specification

More information

Graphic Design with CSS

Graphic Design with CSS Objectives Session 4.1 Create a figure box Add a background image Add a border to an element Create rounded borders Create a graphic border Tutorial 4 Session 4.2 Create a text shadow Create a box shadow

More information

Customizing Cisco Smart+Connected Meeting Spaces

Customizing Cisco Smart+Connected Meeting Spaces CHAPTER 1 Customizing Cisco Smart+Connected Meeting Spaces This chapter describes how to customize the Cisco Smart+Connected Meeting Spaces (Smart+Connected MS) admin and user portals and the icons that

More information

HTML HTML5. DOM(Document Object Model) CSS CSS

HTML HTML5. DOM(Document Object Model) CSS CSS HTML HTML5 DOM(Document Object Model) CSS CSS HTML html img jpg png gif jpg png gif

More information