Welcome Installation Using the extensions The Manual (static) menu Wizard For first level Add item...

Size: px
Start display at page:

Download "Welcome Installation Using the extensions The Manual (static) menu Wizard For first level Add item..."

Transcription

1 USER GUIDE

2 1 CONTENTS Welcome... 3 Installation... 3 Using the extensions... 4 The Manual (static) menu Wizard... 5 For first level... 8 Add item... 8 Add sub item... 8 Remove item... 8 Label... 9 URL... 9 Tooltip Target Sub-items animation Menu absolute position Highlight current item Specify Image Menu Settings The database menu wizard ID Label Parent_Id Tooltip Order by URL Visibility Built with URL parameter Retrieved from database Setting Up A Site in Dreamweaver All Rights Reserved.

3 2 The menus Canary clashing Classic Classic Blue Classic Orange Clay Contemporary Blue Contemporary Green Contemporary Red Contemporary Violet Formal Blue Formal Green Formal Red Formal Violet Ice Blue Ice Brown Ice Green Organic Red Classic Sombre TDB Blue Uncomplicated Obtaining Help All Rights Reserved.

4 3 WELCOME Thank you for purchasing our menu maker extension for Adobe s Dreamweaver. We hope this guide will answer your question, but if not please check our website ( or us at menu@tdbcomputing.com. INSTALLATION The installation is extremely simple and fully automatic. Open the Adobe Extension Manager and select the install button: which will open a standard dialogue box. Navigate to the extension on your computer: and select TDBCSSMenus.mxp. You will see a disclaimer screen from Adobe and then the installation will proceed. When finished it is placed in the list of installed extensions. If Dreamweaver is open, close it and restart the program. You will see a tab TDB has been added and the two extensions will be shown All Rights Reserved.

5 4 USING THE EXTENSIONS If you select the TDB area you will see there are two icons: The first is the manual wizard and the second (with the lightning bolt) is the database version. There is a slight difference in their use but they look the same to the end user. You can more than one on your page, but it is really not good practice All Rights Reserved.

6 5 THE MANUAL (STATIC) MENU WIZARD We will commence with this wizard and assume we have a simple store. Note it is important to properly set up a site in Dreamweaver otherwise various dependent files and CSS items will not show. The Dreamweaver instructions show how to set up a site correctly. We want our menu to have the following: Welcome About Us Our Terms Our Products Buy Now For the Products we want four product groups with some items: Shoes o o Coats o o Scarves o o o Black shoes Brown shoes Summer Coats Winter Coats Silk Scarves Wool Scarves Pattern Scarves Umbrellas o Ladies Umbrellas o Gents Umbrellas We will use the product or page name as the link (e.g., welcome.php, blackshoes.php and do on). We will start with a blank sheet for this example although of course you could use whatever designs you require. We are using PHP but the method is exactly the same for the other languages supported by Dreamweaver. As the menu is javascript there will be no difference. On a blank saved page (the wizard will tell you to save the page if you try to apply it to an unsaved page) select the icon for the menu All Rights Reserved.

7 6 which will start up the wizard. There are two drop downs the layout and the skin. We want a Horizontal Layout In Contemporary Blue All Rights Reserved.

8 7 So we select that and press the next button All Rights Reserved.

9 8 This is where most of your work will be done so let is look at the options. FOR FIRST LEVEL The options here are either text or images. We will stick to text for the moment. If we select images when a first level option is added a standard dialogue will appear to locate the image. ADD ITEM No prizes for guessing what this does! ADD SUB ITEM A sub item in our example would be the product groups and item. REMOVE ITEM We won t insult your intelligence! We will put in the top level items first, commencing with Welcome, so select add item All Rights Reserved.

10 9 Fairly obviously type welcome as this is the label for the menu item and we now see Let us look at the 4 items that make up the menu LABEL The label is what the user will see. As this is a CSS menu you can change the CSS to allow for uppercasing, bold or whatever. URL You can browse or type in the destination of the URL for this All Rights Reserved.

11 10 TOOLTIP Frequently forgotten but this can be very useful. This the small popup that will show under the cursor as it travels over the menu TARGET This drop down contains the usual HTML selections: Self the default which will occur even if you leave this field blank. The menu will put the URL exactly where the menu appears. Blank the link will open in a new page or tab (depending on how the visitor s browser is set. Parent Useful for frames when you want the whole containing frame (it s parent) to refresh. Top the whole page will refresh (similar to self). We will leave the target option blank for the moment as we just want a straightforward menu, so we will fill in our five headings. As you will see we have made a mistake buy now should be at the end. This is simple to rectify. Just select buy now and use the down arrow All Rights Reserved.

12 11 and it will move down so we have the correct order There is one other mistake our products is linked to a page which is incorrect as it will be the parent of other menus. Just remove the URL: All Rights Reserved.

13 12 Our top level is complete so we will add the four product groups shoes, coats, scarves and umbrellas. With our products highlighted select Add sub-item and add shoes without a URL (it is going to have another menu under it) All Rights Reserved.

14 13 And we can now add the other 3 groups. Note that if shoes is highlighted we should be selecting Add item as the wizard will add at the same level All Rights Reserved.

15 14 You can adjust the level with the level adjustment buttons So we will now select shoes and add a sub-tem black shoes. This time it will have a URL. We will also add brown shoes All Rights Reserved.

16 15 and then fill in the rest of the sub menus of coats etc to finish off our menu All Rights Reserved.

17 16 Now select NEXT for our final options All Rights Reserved.

18 17 Let us look at these options a moment SUB-ITEMS ANIMATION Here we have options of how the sub menus (shoes etc) will appear. We want them to slide so we select that. MENU ABSOLUTE POSITION As this is a CSS menu we can tell it to make the div in which the menu appears absolute, rather than relative. We will leave this unchecked as we want it relative (which is usually the safest option!). HIGHLIGHT CURRENT ITEM Obvious this and we will make sure it is checked All Rights Reserved.

19 18 SPECIFY IMAGE MENU SETTINGS As we are not having images for our top level this is grayed out. If we had images this would be where we specify the highlight and the hover images. Our menu is finished, so select Finish and it is done and a representation of our menu appears on our page If we actually run the page we will see it all functioning Notice our products has an arrow which indicates it has sub menus. And each if its menu items also is correctly marked as a menu item All Rights Reserved.

20 19 So our menu is finished. If we select to view the code in Dreamweaver we will see a div has been set up and our menus is actually an unordered list. which is useful as we could edit this if we wanted to very easily indeed All Rights Reserved.

21 20 THE DATABASE MENU WIZARD Here the menu is composed dynamically from a table, which is incredibly flexible. We have a table which is composed of the following fields Let us look at the fields (the names can of course be changed): ID This is set as an auto increment primary key the table must have a key field LABEL This is the field that will hold the actual text the user will see PARENT_ID Our menu must know if this is a sub menu if not it should be set as 0. TOOLTIP The field for the text that will be our tooltip it can be left blank. ORDER BY This will be the sort order for the database query URL The wizard can generate a URL or read from a database. If the latter is what you require fill in the URL with any parameters you are passing here All Rights Reserved.

22 21 VISIBILITY This is extremely useful in a dynamic site. If this figure is 0 then the item will not appear in our menu. It could be the number of items in stock or a simple 0 or 1. If it was the number of items in stock and it dropped to zero the item would not appear in our menu. We have used the same schema as the example of the static menu and here is the SQL of the completed table: TABLE STRUCTURE FOR SHOPEXAMPLE DROP TABLE IF EXISTS `SHOPEXAMPLE`; CREATE TABLE `SHOPEXAMPLE` ( `ID` INT(11) NOT NULL AUTO_INCREMENT, `LABEL` VARCHAR(40) DEFAULT NULL, `PARENT_ID` INT(11) DEFAULT NULL, `TOOLTIP` VARCHAR(40) DEFAULT NULL, `ORDERBY` INT(11) DEFAULT NULL, `URL` VARCHAR(60) DEFAULT NULL, `VISIBILITY` INT(11) DEFAULT '1', PRIMARY KEY (`ID`) ) ENGINE=INNODB AUTO_INCREMENT=19 DEFAULT CHARSET=LATIN1; RECORDS INSERT INTO `SHOPEXAMPLE` VALUES ('1', 'WELCOME', '0', 'WELCOME TO OUR SITE', '1', 'WELCOME.PHP', '1'); INSERT INTO `SHOPEXAMPLE` VALUES ('2', 'ABOUT US', '0', 'ABOUT US', '2', 'ABOUTUS.PHP', '1'); INSERT INTO `SHOPEXAMPLE` VALUES ('3', 'OUR TERMS', '0', 'OUR TERMS', '3', 'OURTERMS.PHP', '1'); INSERT INTO `SHOPEXAMPLE` VALUES ('4', 'OUR PRODUCTS', '0', 'OUR PRODUCTS', '4', NULL, '1'); INSERT INTO `SHOPEXAMPLE` VALUES ('5', 'BUY NOW', '0', 'BUY NOW', '5', 'BUYNOW.PHP', '1'); INSERT INTO `SHOPEXAMPLE` VALUES ('6', 'SHOES', '4', 'SHOES', '6', NULL, '1'); INSERT INTO `SHOPEXAMPLE` VALUES ('7', 'COATS', '4', 'COATS', '7', NULL, '1'); INSERT INTO `SHOPEXAMPLE` VALUES ('8', 'SCARVES', '4', 'SCARVES', '8', NULL, '1'); INSERT INTO `SHOPEXAMPLE` VALUES ('9', 'UMBRELLAS', '4', 'UMBRELLAS', '9', NULL, '1'); INSERT INTO `SHOPEXAMPLE` VALUES ('10', 'BLACK SHOES', '6', 'BLACK SHOES', '10', 'BLACKSHOES.PHP', '1'); INSERT INTO `SHOPEXAMPLE` VALUES ('11', 'BROWN SHOES', '6', 'BROWN SHOES', '11', 'BROWNSHOES.PHP', '1'); INSERT INTO `SHOPEXAMPLE` VALUES ('12', 'SUMMER COATS', '7', 'SUMMER COATS', '12', 'SUMMERCOATS.PHP', '1'); INSERT INTO `SHOPEXAMPLE` VALUES ('13', 'WINTER COATS', '7', 'WINTER COATS', '13', 'WINTERCOATS', '1'); INSERT INTO `SHOPEXAMPLE` VALUES ('14', 'SILK SCARVES', '8', 'SILK SCARVES', '14', 'SILKSCARVES.PHP', '1'); INSERT INTO `SHOPEXAMPLE` VALUES ('15', 'WOOL SCARVES', '8', 'WOOL SCARVES', '15', 'WOOLSCARVES.PHP', '1'); INSERT INTO `SHOPEXAMPLE` VALUES ('16', 'PATTERNED SCRAVES', '8', 'PATTERNED SCARVES', '16', 'PATTERNEDSCRAVES.PHP', '1'); INSERT INTO `SHOPEXAMPLE` VALUES ('17', 'LADIES UMBRELLAS', '9', 'LADIES UMBRELLAS', '17', 'LADIESUMBRELLAS.PHP', '1'); INSERT INTO `SHOPEXAMPLE` VALUES ('18', 'GENTS UNMBRELLAS', '9', 'GENTS UMBRELLAS', '18', 'GENTSUMBRELLAS.PHP', '1'); Let us look at the parent_id fields as we will get an understanding of the layers much easier: All Rights Reserved.

23 22 Our top level items are level 0, then we have our product types which we want to show under our products so they are set with the parent id of the id of our products 4. If we look at the black shoes which should be visible under shoes we find that it is set to 6. For this demonstration we will assume you are able to set up a site and are familiar with databases and Dreamweaver. So with a blank saved page start the wizard via the TDB item on the toolbar: And the wizard will commence All Rights Reserved.

24 23 Make your choice of layout and skin (we are going to use the vertical of Formal Blue and press the next button to start the database information All Rights Reserved.

25 24 The fields are extremely obvious and we have selected them according to our database schema, so we can select the next button. This will bring us to the instructions in building the link: All Rights Reserved.

26 25 There are two link types Built with URL parameter and Retrieved from database. Let us look at them for a moment. BUILT WITH URL PARAMETER Basically you will select a page and select a field as a parameter. For example we could have a page detail.php and we will pass the id as a parameter id, so it would be filled in as All Rights Reserved.

27 26 RETRIEVED FROM DATABASE Here we give the field that contains the URL and (optionally) a field that contains the target (_blank, _self etc) Our next step is the final information: We are going to select ALL as the number of levels and slide as our animation type. We are not going to set the div as an absolute and we want the current item highlighted All Rights Reserved.

28 27 If we wanted images for our top level we would select it and give the wizard details of the three images required and the image size. When we press finish our menu is complete and is represented on our page: When we run it we find it is all running perfectly: As it is a server behavior we see it on the list of server behaviours: And double clicking on it will bring up the wizard for any amendments required: All Rights Reserved.

29 28 But we also now have the option of editing the CSS Skin: All Rights Reserved.

30 All Rights Reserved.

31 All Rights Reserved.

32 All Rights Reserved.

33 All Rights Reserved.

34 33 SETTING UP A SITE IN DREAMWEAVER We mentioned earlier that you must be working within a site for it to function properly and rather than rewrite Adobe s own wording you can simply select Dreamweaver s Help and then select help for the appropriate version you are using and follow their instructions for setting up a site: Clicking the open icon will bring up pages with all the instructions you need: All Rights Reserved.

35 All Rights Reserved.

36 35 THE MENUS All the menus are available in 4 varieties: Vertical Horizontal Tabular Expanded For the sake of space we will just show the vertical menus here. CANARY CLASHING All Rights Reserved.

37 36 CLASSIC CLASSIC BLUE CLASSIC ORANGE All Rights Reserved.

38 37 CLAY CONTEMPORARY BLUE CONTEMPORARY GREEN All Rights Reserved.

39 38 CONTEMPORARY RED CONTEMPORARY VIOLET FORMAL BLUE All Rights Reserved.

40 39 FORMAL GREEN FORMAL RED FORMAL VIOLET ICE BLUE All Rights Reserved.

41 40 ICE BROWN ICE GREEN ORGANIC All Rights Reserved.

42 41 RED CLASSIC SOMBRE TDB BLUE All Rights Reserved.

43 42 UNCOMPLICATED All Rights Reserved.

44 43 OBTAINING HELP Please visit the website of for help, support and other information. There is also a blog connected with this and other TDB Products All Rights Reserved.

Dreamweaver MX The Basics

Dreamweaver MX The Basics Chapter 1 Dreamweaver MX 2004 - The Basics COPYRIGHTED MATERIAL Welcome to Dreamweaver MX 2004! Dreamweaver is a powerful Web page creation program created by Macromedia. It s included in the Macromedia

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

Objective % Select and utilize tools to design and develop websites.

Objective % Select and utilize tools to design and develop websites. Objective 207.02 8% Select and utilize tools to design and develop websites. Hypertext Markup Language (HTML) Basic framework for all web design. Written using tags that a web browser uses to interpret

More information

Contents. Xweb User Manual

Contents. Xweb User Manual USER MANUAL Contents 1. Website/Pages/Sections/Items/Elements...2 2. Click & Edit, Mix & Match (Drag & Drop)...3 3. Adding a Section...4 4. Managing Sections...5 5. Adding a Page...8 6. Managing Pages

More information

Contents. Page Builder Pro Manual

Contents. Page Builder Pro Manual PRISM Contents 1. Website/Pages/Stripes/Items/Elements... 2 2. Click & Edit, Mix & Match (Drag & Drop)... 3 3. Adding a Stripe... 4 4. Managing Stripes... 5 5. Adding a Page... 7 6. Managing Pages and

More information

Overview of the Adobe Dreamweaver CS5 workspace

Overview of the Adobe Dreamweaver CS5 workspace Adobe Dreamweaver CS5 Activity 2.1 guide Overview of the Adobe Dreamweaver CS5 workspace You can access Adobe Dreamweaver CS5 tools, commands, and features by using menus or by selecting options from one

More information

Importing source database objects from a database

Importing source database objects from a database Importing source database objects from a database We are now at the point where we can finally import our source database objects, source database objects. We ll walk through the process of importing from

More information

Figure 1 Properties panel, HTML mode

Figure 1 Properties panel, HTML mode How to add text Adding text to a document To add text to a Dreamweaver document, you can type text directly in the Document window, or you can cut and paste text. You modify text by using the Properties

More information

FrontPage 2000 Tutorial -- Advanced

FrontPage 2000 Tutorial -- Advanced FrontPage 2000 Tutorial -- Advanced Shared Borders Shared Borders are parts of the web page that share content with the other pages in the web. They are located at the top, bottom, left side, or right

More information

With Dreamweaver CS4, Adobe has radically

With Dreamweaver CS4, Adobe has radically Introduction to the Dreamweaver Interface With Dreamweaver CS4, Adobe has radically reengineered the Dreamweaver interface to provide a more unified experience across all of the Creative Suite applications.

More information

Wordpress Training Manual

Wordpress Training Manual The Dashboard... 2 If this is your first time logging in:... 2 How do I change my password or email address?... 3 Search Engine Optimization (SEO)... 4 SEO for Pages... 4 SEO for Images... 5 Managing Pages...

More information

RocSite DIY (Design It Yourself) Website Designer Reference Manual

RocSite DIY (Design It Yourself) Website Designer Reference Manual RocSite DIY (Design It Yourself) Website Designer Reference Manual Revised 01.08.2017 RocSite Website Builder Manual Contents 1. Website/Pages/Stripes/Items/Elements...2 2. Click & Edit, Mix & Match (Drag

More information

How to lay out a web page with CSS

How to lay out a web page with CSS Activity 2.6 guide How to lay out a web page with CSS You can use table design features in Adobe Dreamweaver CS4 to create a simple page layout. However, a more powerful technique is to use Cascading Style

More information

Using Dreamweaver CS6

Using Dreamweaver CS6 3 Now that you should know some basic HTML, it s time to get in to using the general editing features of Dreamweaver. In this section we ll create a basic website for a small business. We ll start by looking

More information

Desktop Studio: Charts

Desktop Studio: Charts Desktop Studio: Charts Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Working with Charts i Copyright 2011 Intellicus Technologies This document

More information

Using Dreamweaver CC. 3 Basic Page Editing. Planning. Viewing Different Design Styles

Using Dreamweaver CC. 3 Basic Page Editing. Planning. Viewing Different Design Styles 3 Now that you should know some basic HTML, it s time to get in to using the general editing features of Dreamweaver. In this section we ll create a basic website for a small business. We ll start by looking

More information

COMSC-031 Web Site Development- Part 2

COMSC-031 Web Site Development- Part 2 COMSC-031 Web Site Development- Part 2 Part-Time Instructor: Joenil Mistal December 5, 2013 Chapter 13 13 Designing a Web Site with CSS In addition to creating styles for text, you can use CSS to create

More information

Candy is Dandy Project (Project #12)

Candy is Dandy Project (Project #12) Candy is Dandy Project (Project #12) You have been hired to conduct some market research about M&M's. First, you had your team purchase 4 large bags and the results are given for the contents of those

More information

Desktop Studio: Charts. Version: 7.3

Desktop Studio: Charts. Version: 7.3 Desktop Studio: Charts Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from,

More information

Figure 1 Forms category in the Insert panel. You set up a form by inserting it and configuring options through the Properties panel.

Figure 1 Forms category in the Insert panel. You set up a form by inserting it and configuring options through the Properties panel. Adobe Dreamweaver CS6 Project 3 guide How to create forms You can use forms to interact with or gather information from site visitors. With forms, visitors can provide feedback, sign a guest book, take

More information

Table Basics. The structure of an table

Table Basics. The structure of an table TABLE -FRAMESET Table Basics A table is a grid of rows and columns that intersect to form cells. Two different types of cells exist: Table cell that contains data, is created with the A cell that

More information

Table of contents. Sliding Billboard DMXzone.com

Table of contents. Sliding Billboard DMXzone.com Table of contents About Sliding Billboard... 2 Features in Detail... 3 Before you begin... 11 Installing the extension... 11 The Basics: Creating a Simple Sliding Billboard Introduction... 12 Advanced:

More information

T T USER GUIDE. 1. Website/Pages/Stripes/Items/Elements Click & Edit, Mix & Match (Drag & Drop) Adding a Stripe Managing Stripes...

T T USER GUIDE. 1. Website/Pages/Stripes/Items/Elements Click & Edit, Mix & Match (Drag & Drop) Adding a Stripe Managing Stripes... T T T Contents USER GUIDE 1. Website/Pages/Stripes/Items/Elements... 2. Click & Edit, Mix & Match (Drag & Drop)... 3. Adding a Stripe... 4. Managing Stripes... 5. Adding a Page... 6. Managing Pages and

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

&408*Get Free: 'FlexiMenuJS for Dreamweaver Developer Edition - unlimited websites 1 user' by Extend Studio Discount Code

&408*Get Free: 'FlexiMenuJS for Dreamweaver Developer Edition - unlimited websites 1 user' by Extend Studio Discount Code &408*Get Free: 'FlexiMenuJS for Dreamweaver Developer Edition - unlimited websites 1 user' by Extend Studio Discount Code Heya, and you are welcome to this useful eshop. On this webshop you'll find everything

More information

Roxen Content Provider

Roxen Content Provider Roxen Content Provider Generation 3 Templates Purpose This workbook is designed to provide a training and reference tool for placing University of Alaska information on the World Wide Web (WWW) using the

More information

All textures produced with Texture Maker. Not Applicable. Beginner.

All textures produced with Texture Maker. Not Applicable. Beginner. Tutorial for Texture Maker 2.8 or above. Note:- Texture Maker is a texture creation tool by Tobias Reichert. For further product information please visit the official site at http://www.texturemaker.com

More information

Section Editor Quick Start. Schoolwires Academic Portal Version 4.0

Section Editor Quick Start. Schoolwires Academic Portal Version 4.0 Schoolwires Academic Portal Version 4.0 TABLE OF CONTENTS The Basics about Your Schoolwires Website...1 Website Navigation Elements...1 Prior to Signing In...1 After Signing In...2 Channel bar...2 Site

More information

Using Dreamweaver. 3 Basic Page Editing. Planning. Viewing Different Design Styles

Using Dreamweaver. 3 Basic Page Editing. Planning. Viewing Different Design Styles Using Dreamweaver 3 Now that you should know some basic HTML, it s time to get in to using the general editing features of Dreamweaver. In this section we ll create a basic website for a small business.

More information

Creating a Website with Dreamweaver 4

Creating a Website with Dreamweaver 4 Creating a Website with Dreamweaver 4 What is Dreamweaver (DW)? DW is a visual web page editor that allows you to create and manage Websites and pages without having to learn HTML (Hyper Text Markup Language).

More information

How to Create Custom Name Badge Inserts with a Mail Merge in Microsoft Word 2007

How to Create Custom Name Badge Inserts with a Mail Merge in Microsoft Word 2007 Many people know that you can use the Mail Merge feature in Microsoft Word 2007 to easily create mailing labels, but did you know you can use it to quickly create custom name badge inserts? Here, you will

More information

1. AUTO CORRECT. To auto correct a text in MS Word the text manipulation includes following step.

1. AUTO CORRECT. To auto correct a text in MS Word the text manipulation includes following step. 1. AUTO CORRECT - To auto correct a text in MS Word the text manipulation includes following step. - STEP 1: Click on office button STEP 2:- Select the word option button in the list. STEP 3:- In the word

More information

Links Menu (Blogroll) Contents: Links Widget

Links Menu (Blogroll) Contents: Links Widget 45 Links Menu (Blogroll) Contents: Links Widget As bloggers we link to our friends, interesting stories, and popular web sites. Links make the Internet what it is. Without them it would be very hard to

More information

Table of contents. Zip Processor 3.0 DMXzone.com

Table of contents. Zip Processor 3.0 DMXzone.com Table of contents About Zip Processor 3.0... 2 Features In Detail... 3 Before you begin... 6 Installing the extension... 6 The Basics: Automatically Zip an Uploaded File and Download it... 7 Introduction...

More information

Creating Guides for the Adafruit Learning System

Creating Guides for the Adafruit Learning System Creating Guides for the Adafruit Learning System Created by Tyler Cooper Last updated on 2018-08-22 03:41:37 PM UTC Guide Contents Guide Contents Overview Creating a New Guide Creating & Organizing Pages

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

2 Getting Started. Getting Started (v1.8.6) 3/5/2007

2 Getting Started. Getting Started (v1.8.6) 3/5/2007 2 Getting Started Java will be used in the examples in this section; however, the information applies to all supported languages for which you have installed a compiler (e.g., Ada, C, C++, Java) unless

More information

WINDEV 23 - WEBDEV 23 - WINDEV Mobile 23 Documentation version

WINDEV 23 - WEBDEV 23 - WINDEV Mobile 23 Documentation version WINDEV 23 - WEBDEV 23 - WINDEV Mobile 23 Documentation version 23-1 - 04-18 Summary Part 1 - Report editor 1. Introduction... 13 2. How to create a report... 23 3. Data sources of a report... 43 4. Describing

More information

Access Intermediate

Access Intermediate Access 2013 - Intermediate 103-134 Advanced Queries Quick Links Overview Pages AC124 AC125 Selecting Fields Pages AC125 AC128 AC129 AC131 AC238 Sorting Results Pages AC131 AC136 Specifying Criteria Pages

More information

#54 Online Academic Advising & Career Development Modules - Project Artifacts

#54 Online Academic Advising & Career Development Modules - Project Artifacts #54 Online Academic Advising & Career Development Modules - Project Artifacts Led by Mary Ann Barham, Director, Advising & Career Services List of Artifacts Undergraduate Advising Guide Website Module

More information

Proper_Name Final Exam December 21, 2005 CS-081/Vickery Page 1 of 4

Proper_Name Final Exam December 21, 2005 CS-081/Vickery Page 1 of 4 Proper_Name Final Exam December 21, 2005 CS-081/Vickery Page 1 of 4 NOTE: It is my policy to give a failing grade in the course to any student who either gives or receives aid on any exam or quiz. INSTRUCTIONS:

More information

Dear Candidate, Thank you, Adobe Education

Dear Candidate, Thank you, Adobe Education Dear Candidate, In preparation for the Web Communication certification exam, we ve put together a set of practice materials and example exam items for you to review. What you ll find in this packet are:

More information

Dreamweaver Basics Workshop

Dreamweaver Basics Workshop Dreamweaver Basics Workshop Robert Rector idesign Lab - Fall 2013 What is Dreamweaver? o Dreamweaver is a web development tool o Dreamweaver is an HTML and CSS editor o Dreamweaver features a WYSIWIG (What

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

LaGuardia Community College Thomson Ave, Long Island City, New York Created by ISMD s Dept. Training Team. Overview

LaGuardia Community College Thomson Ave, Long Island City, New York Created by ISMD s Dept. Training Team. Overview Overview The Spry Menu Bar allows you to add very user-friendly dynamic menus that allow for great organization to your website navigation. It builds a hierarchy of links to the inner pages of your site.

More information

SynApp2 Walk through No. 1

SynApp2 Walk through No. 1 SynApp2.org SynApp2 Walk through No. 1 Generating and using a web application 2009 Richard Howell. All rights reserved. 2009-08-26 SynApp2 Walk through No. 1 Generating and using a web application The

More information

PowerPoint Tips and Tricks

PowerPoint Tips and Tricks PowerPoint Tips and Tricks Viewing Your Presentation PowerPoint provides multiple ways to view your slide show presentation. You can access these options either through a toolbar on your screen or by pulling

More information

Adobe Dreamweaver Spry Elements

Adobe Dreamweaver Spry Elements Adobe Dreamweaver Spry Elements Spry Elements Contents Spry... 2 What is Spry?... 3 Facts You Need to Know Before Adding Spry... 3 Spry Menu Bar... 4 Repeating Regions... 5 Spry Effects... 7 Changing the

More information

Access Intermediate

Access Intermediate Access 2010 - Intermediate 103-134 Advanced Queries Quick Links Overview Pages AC116 AC117 Selecting Fields Pages AC118 AC119 AC122 Sorting Results Pages AC125 AC126 Specifying Criteria Pages AC132 AC134

More information

New Finance Officer & Staff Training

New Finance Officer & Staff Training New Finance Officer & Staff Training Overview MUNIS includes many programs and tools to allow for the management of the District financials. As newer finance officers and staff, you are charged with understanding,

More information

Dreamweaver CS6. Table of Contents. Setting up a site in Dreamweaver! 2. Templates! 3. Using a Template! 3. Save the template! 4. Views!

Dreamweaver CS6. Table of Contents. Setting up a site in Dreamweaver! 2. Templates! 3. Using a Template! 3. Save the template! 4. Views! Dreamweaver CS6 Table of Contents Setting up a site in Dreamweaver! 2 Templates! 3 Using a Template! 3 Save the template! 4 Views! 5 Properties! 5 Editable Regions! 6 Creating an Editable Region! 6 Modifying

More information

DRAFT. Table of Contents About this manual... ix About CuteSITE Builder... ix. Getting Started... 1

DRAFT. Table of Contents About this manual... ix About CuteSITE Builder... ix. Getting Started... 1 DRAFT Table of Contents About this manual... ix About CuteSITE Builder... ix Getting Started... 1 Setting up... 1 System Requirements... 1 To install CuteSITE Builder... 1 To register CuteSITE Builder...

More information

Lesson 1 using Dreamweaver CS3. To get started on your web page select the link below and copy (Save Picture As) the images to your image folder.

Lesson 1 using Dreamweaver CS3. To get started on your web page select the link below and copy (Save Picture As) the images to your image folder. Lesson 1 using Dreamweaver CS3 To get started on your web page select the link below and copy (Save Picture As) the images to your image folder. Click here to get images for your web page project. (Note:

More information

Siteforce Pilot: Best Practices

Siteforce Pilot: Best Practices Siteforce Pilot: Best Practices Getting Started with Siteforce Setup your users as Publishers and Contributors. Siteforce has two distinct types of users First, is your Web Publishers. These are the front

More information

Creating Forms. Starting the Page. another way of applying a template to a page.

Creating Forms. Starting the Page. another way of applying a template to a page. Creating Forms Chapter 9 Forms allow information to be obtained from users of a web site. The ability for someone to purchase items over the internet or receive information from internet users has become

More information

Enhancing your Page. Text Effects. Paragraph Effects. Headings

Enhancing your Page. Text Effects. Paragraph Effects. Headings Enhancing your Page You can make your pages more visually appealing and organize page content by using text effects, paragraph effects, macros, images, tables, etc. To begin, select the "Edit" button for

More information

Drupal 7 guide CONTENTS. p. 2 Logging In

Drupal 7 guide CONTENTS. p. 2 Logging In Drupal 7 guide Drupal is a widely used, open-source, free platform that has an easy-to-use content management system for updating websites. This guide was created by the Health Communication Core (www.healthcommcore.org)

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

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. *

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. * Microsoft Access II 1.) Opening a Saved Database Open the Music database saved on your computer s hard drive. *I added more songs and records to the Songs and Artist tables. Click the Options button next

More information

Getting Started (1.8.7) 9/2/2009

Getting Started (1.8.7) 9/2/2009 2 Getting Started For the examples in this section, Microsoft Windows and Java will be used. However, much of the information applies to other operating systems and supported languages for which you have

More information

MAXQDA and Chapter 9 Coding Schemes

MAXQDA and Chapter 9 Coding Schemes MAXQDA and Chapter 9 Coding Schemes Chapter 9 discusses how the structures of coding schemes, alternate groupings are key to moving forward with analysis. The nature and structures of the coding scheme

More information

Imagine. Create. Discover. User Manual. TopLine Results Corporation

Imagine. Create. Discover. User Manual. TopLine Results Corporation Imagine. Create. Discover. User Manual TopLine Results Corporation 2008-2009 Created: Tuesday, March 17, 2009 Table of Contents 1 Welcome 1 Features 2 2 Installation 4 System Requirements 5 Obtaining Installation

More information

How To Add/Modify Your Website Content

How To Add/Modify Your Website Content How To Add/Modify Your Website Content Table of Contents Log In to your Website & Admin Area... 1 WordPress Dashboard... 2 WordPress Posts & Pages... 3 Add a Post or Page... 4 Edit a Post or Page... 5

More information

Want to add cool effects like rollovers and pop-up windows?

Want to add cool effects like rollovers and pop-up windows? Chapter 10 Adding Interactivity with Behaviors In This Chapter Adding behaviors to your Web page Creating image rollovers Using the Swap Image behavior Launching a new browser window Editing your behaviors

More information

CHAPTER 3. Entering Text and Moving Around

CHAPTER 3. Entering Text and Moving Around CHAPTER 3 Entering Text and Moving Around Typing text is what word processing is all about. You can, in fact, create a perfectly respectable document by typing alone. Everything else all of the formatting

More information

Easy Edit Editing the Public Website

Easy Edit Editing the Public Website Easy Edit Editing the Public Website Recommended browser for using the easy edit suite: Firefox Editing a Live Page 2. Click on the edit button 3. Place the page in to safe edit mode Either by clicking

More information

Developing a Home Page

Developing a Home Page FrontPage Developing a Home Page Opening Front Page Select Start on the bottom menu and then Programs, Microsoft Office, and Microsoft FrontPage. When FrontPage opens you will see a menu and toolbars similar

More information

WebStudio User Guide. OpenL Tablets BRMS Release 5.18

WebStudio User Guide. OpenL Tablets BRMS Release 5.18 WebStudio User Guide OpenL Tablets BRMS Release 5.18 Document number: TP_OpenL_WS_UG_3.2_LSh Revised: 07-12-2017 OpenL Tablets Documentation is licensed under a Creative Commons Attribution 3.0 United

More information

Simple sets of data can be expressed in a simple table, much like a

Simple sets of data can be expressed in a simple table, much like a Chapter 1: Building Master and Detail Pages In This Chapter Developing master and detail pages at the same time Building your master and detail pages separately Putting together master and detail pages

More information

Introduction to IBM Rational HATS For IBM System i (5250)

Introduction to IBM Rational HATS For IBM System i (5250) Introduction to IBM Rational HATS For IBM System i (5250) Introduction to IBM Rational HATS 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create a Web application capable of transforming

More information

OBIEE. Oracle Business Intelligence Enterprise Edition. Rensselaer Business Intelligence Finance Author Training

OBIEE. Oracle Business Intelligence Enterprise Edition. Rensselaer Business Intelligence Finance Author Training OBIEE Oracle Business Intelligence Enterprise Edition Rensselaer Business Intelligence Finance Author Training TABLE OF CONTENTS INTRODUCTION... 1 USER INTERFACE... 1 HOW TO LAUNCH OBIEE... 1 TERMINOLOGY...

More information

Dreamweaver is a full-featured Web application

Dreamweaver is a full-featured Web application Create a Dreamweaver Site Dreamweaver is a full-featured Web application development tool. Dreamweaver s features not only assist you with creating and editing Web pages, but also with managing and maintaining

More information

Creating consistent content pages

Creating consistent content pages Creating consistent content pages Content pages link from the electronic portfolio s home page. Using the ideas from the class discussion, determine the consistent elements of your content pages and plan

More information

Layout with Layers and CSS

Layout with Layers and CSS Layout with Layers and CSS Today we're going to make a Web site layout. Preparatory Step 1. Inside your folder create a new folder and name it layout. 2. Inside the layout folder create a new folder and

More information

Learn Dreamweaver CS6

Learn Dreamweaver CS6 Table of Contents Chapter 4 Dreamweaver Help Accessing Help...3 Chapter 5 Keyboard Shortcuts Keyboard Shortcuts...9 Chapter 6 Setting Preferences Preferences...13 Chapter 7 Web Page Text Adding and Importing

More information

Dreamweaver CS5 Lab 4: Sprys

Dreamweaver CS5 Lab 4: Sprys Dreamweaver CS5 Lab 4: Sprys 1. Create a new html web page. a. Select file->new, and then Blank Page: HTML: 2 column liquid, left sidebar, header and footer b. DocType: XHTML 1.0 Strict c. Layout CSS:

More information

How To Guide. Hannon Hill Corporation for Rowan University

How To Guide. Hannon Hill Corporation for Rowan University How To Guide Hannon Hill Corporation for Rowan University Hannon Hill Corporation 3423 Piedmont Road, Suite 520 Atlanta, GA 30305 www.hannonhill.com 678.904.6900 info@hannonhill.com Rowan University: How

More information

Shopping Cart: Queries, Personalizations, Filters, and Settings

Shopping Cart: Queries, Personalizations, Filters, and Settings Shopping Cart: Queries, Personalizations, Filters, and Settings on the Shopping Cart Home Page Use this Job Aid to: Learn how to organize the Shopping Cart home page so that it is easier to use. BEFORE

More information

Site Owners: Cascade Basics. May 2017

Site Owners: Cascade Basics. May 2017 Site Owners: Cascade Basics May 2017 Page 2 Logging In & Your Site Logging In Open a browser and enter the following URL (or click this link): http://mordac.itcs.northwestern.edu/ OR http://www.northwestern.edu/cms/

More information

Impossible Solutions, Inc. JDF Ticket Creator & DP2 to Indigo scripts Reference Manual Rev

Impossible Solutions, Inc. JDF Ticket Creator & DP2 to Indigo scripts Reference Manual Rev Impossible Solutions, Inc. JDF Ticket Creator & DP2 to Indigo scripts Reference Manual Rev. 06.29.09 Overview: This reference manual will cover two separate applications that work together to produce a

More information

Introduction to the MODx Manager

Introduction to the MODx Manager Introduction to the MODx Manager To login to your site's Manager: Go to your school s website, then add /manager/ ex. http://alamosa.k12.co.us/school/manager/ Enter your username and password, then click

More information

Introduction to the Internet Computer Essentials Session 4 - Step-by-Step Guide

Introduction to the Internet Computer Essentials Session 4 - Step-by-Step Guide What is the Internet? The Internet is a collection of millions of computers world-wide that are all connected to one another. While they do not share everything with each other, there is some limited amount

More information

ALES Wordpress Editor documentation ALES Research websites

ALES Wordpress Editor documentation ALES Research websites ALES Wordpress Editor documentation ALES Research websites Contents Login... 2 Website Dashboard... 3 Editing menu order or structure... 4 Add a new page... 6 Move a page... 6 Select a page to edit...

More information

FrontPage Help Center. Topic: FrontPage Basics

FrontPage Help Center. Topic: FrontPage Basics FrontPage Help Center Topic: FrontPage Basics by Karey Cummins http://www.rtbwizards.com http://www.myartsdesire.com 2004 Getting Started... FrontPage is a "What You See Is What You Get" editor or WYSIWYG

More information

Migrating SharePoint From 2007 to 2010

Migrating SharePoint From 2007 to 2010 Migrating SharePoint From 2007 to 2010 Presented By Scott Randall srandall@advancedlegal.com (888) 221 8821 Advanced Legal Systems, Inc. CREATING TECHNOLOGICAL CALM www.advancedlegal.com Table of Contents

More information

Learning Adobe DreamWeaver CC. Module 1 Contents. Chapter 1: Introduction to DreamWeaver CC

Learning Adobe DreamWeaver CC. Module 1 Contents. Chapter 1: Introduction to DreamWeaver CC Module 1 Contents Chapter 1: Introduction to DreamWeaver CC Design Considerations...1-1 Types of Graphics...1-2 Backgrounds and Text...1-2 Planning the Navigation...1-2 The DreamWeaver Screen...1-3 Workspaces...

More information

Dreamweaver MX Overview. Maintaining a Web Site

Dreamweaver MX Overview. Maintaining a Web Site Dreamweaver MX Overview Maintaining a Web Site... 1 The Process... 1 Filenames... 1 Starting Dreamweaver... 2 Uploading and Downloading Files... 6 Check In and Check Out Files... 6 Editing Pages in Dreamweaver...

More information

Dreamweaver is a full-featured Web application

Dreamweaver is a full-featured Web application Create a Dreamweaver Site Dreamweaver is a full-featured Web application development tool. Dreamweaver s features not only assist you with creating and editing Web pages, but also with managing and maintaining

More information

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ]

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] Version 5.3 [ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] https://help.pentaho.com/draft_content/version_5.3 1/30 Copyright Page This document supports Pentaho Business Analytics

More information

Lava New Media s CMS. Documentation Page 1

Lava New Media s CMS. Documentation Page 1 Lava New Media s CMS Documentation 5.12.2010 Page 1 Table of Contents Logging On to the Content Management System 3 Introduction to the CMS 3 What is the page tree? 4 Editing Web Pages 5 How to use the

More information

SPARK. User Manual Ver ITLAQ Technologies

SPARK. User Manual Ver ITLAQ Technologies SPARK Forms Builder for Office 365 User Manual Ver. 3.5.50.102 0 ITLAQ Technologies www.itlaq.com Table of Contents 1 The Form Designer Workspace... 3 1.1 Form Toolbox... 3 1.1.1 Hiding/ Unhiding/ Minimizing

More information

COMSC-031 Web Site Development- Part 2. Part-Time Instructor: Joenil Mistal

COMSC-031 Web Site Development- Part 2. Part-Time Instructor: Joenil Mistal COMSC-031 Web Site Development- Part 2 Part-Time Instructor: Joenil Mistal Chapter 7 7 Creating Hyperlinks Links, also called hyperlinks, are used to connected related information. Using Dreamweaver, you

More information

Database Systems. phpmyadmin Tutorial

Database Systems. phpmyadmin Tutorial phpmyadmin Tutorial Please begin by logging into your Student Webspace. You will access the Student Webspace by logging into the Campus Common site. Go to the bottom of the page and click on the Go button

More information

SAFARI General Instructions

SAFARI General Instructions SAFARI General Instructions Open Excel. Click on the Data Tab. Click on From Other Sources. Select From Miscrosoft Query. Select the Database you would like to pull from: Insert your Reflections Password

More information

Access Intermediate

Access Intermediate Access 2010 - Intermediate 103-134 Unit 6 - Data Integration Quick Links & Text References Overview Pages AC418 AC419 Showing Data on the Web Pages AC420 AC423 CSV Files Pages AC423 AC428 XML Files Pages

More information

Sign in and join ADC Newsletters Feedback. Creating your first website Part 3: Adding content to pages

Sign in and join ADC Newsletters Feedback. Creating your first website Part 3: Adding content to pages 1 of 18 2/14/2008 2:34 PM Adobe Dreamweaver Article Adobe Developer Connection Sign in and join ADC Newsletters Feedback RSS Creating your first website Part 3: Adding content to pages Jon Varese Adobe

More information

GeoVISTA Studio Tutorial. What is GeoVISTA Studio? Why is it part of the map making and visualization workshop?

GeoVISTA Studio Tutorial. What is GeoVISTA Studio? Why is it part of the map making and visualization workshop? GeoVISTA Studio Tutorial What is GeoVISTA Studio? Why is it part of the map making and visualization workshop? GeoVISTA Studio is a Java-based environment for visually assembling JavaBeans software components

More information

Azon Master Class. By Ryan Stevenson Guidebook #8 Site Construction 1/3

Azon Master Class. By Ryan Stevenson   Guidebook #8 Site Construction 1/3 Azon Master Class By Ryan Stevenson https://ryanstevensonplugins.com/ Guidebook #8 Site Construction 1/3 Table of Contents 1. Code Generators 2. Home Page Menu Creation 3. Category Page Menu Creation 4.

More information

Anatomy of a Window (Windows 7, Office 2010)

Anatomy of a Window (Windows 7, Office 2010) Anatomy of a Window (Windows 7, Office 2010) Each window is made up of bars, ribbons, and buttons. They can be confusing because many of them are not marked clearly and rely only on a small symbol to indicate

More information

Welcome to the CP Portal

Welcome to the CP Portal Welcome to the CP Portal Access your school documents from home Launch Internet Explorer and navigate to: https://files.cpcsc.k12.in.us/htcomnet/ Click on Continue to this website (not recommended) Key

More information