Clarion Handy Tools HOME ABOUT NEWS BUY DOCS

Size: px
Start display at page:

Download "Clarion Handy Tools HOME ABOUT NEWS BUY DOCS"

Transcription

1 Clarion Handy Tools HOME ABOUT NEWS BUY DOCS AUGUST 2017 BUILD 21C August 25, 2017 New LBX Article We're in the process of writing several detailed articles about the use of ListBoxBrowseExtender (LBX) to build local and remote data browses. We're focussing particularly on the use of Data Base Views as implemented in SQL, since the same data delivery model and mechanism underlies our CHT Client/Server Data Servers. This first article (linked below) deals entirely with local data at this point using HNDSCHOOL.APP, which you have, and a single procedure in that application that implements ListBoxBrowseExtender on an SQLITE data table containing SQL DATA VIEWS. The article is can be found here: LBX, DATA VIEWS, SQLITE The article is also linked on our "Support" page under the section title: "RECENT INSTRUCTIONAL PAPERS (BY: GUS CRECES)" Feel free to post questions and or discussion about the article, on our developer forum.. August 21, 2017 CHT Document Builder Components Installer We've added to our "CHT Weeklies" list of separately installable CHT componentry, a new "Weeklies" container called CHTWEEKLIES_1.HZO with its own installer CHTWEEKLIES_1.EXE. The componentry in here is a standard part of the CHT Toolkit and comes up-to-date whenever we post a new CHT Webupdater build or build update. We introduced these "weeklies" about a year and a half ago, first of all to show off our installer client apps and installation servers. Apps which you yourself can build with a copy of Clarion 10 and the CHT toolkit if you're in the business of selling software over the web as we are. But the primary purpose of these "weeklies" as regards the CHT Toolkit, is to help keep your installations up to date with the lastest things we're doing that may be moving ahead of the componentry that our "official" installation files and updates are able to include, given that these "official" updates are at a minimum monthly, often bi-monthly or quarterly. We're moving rapidly now on the development and deployment of our "CHT Document Builder" componentry. Too rapidly to constantly be updating our full toolkit installation on a weekly or even monthly basis. So we've added this new "Weeklies" component updater to our main installer site (see next image).

2 As we release videos, documentation, images, and discussion, about "CHT Document Builder" we will refer you inevitably, to this specific Weeklies updater. The one with the red box around it in the image above. The componentry in here will always be up to date with any of our postings having to do with "CHT Document Builder" should you be interested in trying out some of the concepts discussed. You can see a list of the current contents of this installation container at the link below. chtweeklies_1.pdf Note that the paths shown here apply to the install location of our Clarion 10. Your own Clarion 10 installation location will be detected and applied when you run this CHTWEEKLIES_1 installer at your end. Any questions, feel free to ask. August 2017 Update C Responsive Page Design Tools and Workflow Here is a flow chart of the CHTSNAPEDIT.EXE portion of the CHT Document Builder toolset.

3 Start CHT SNAP EDIT and open a CHT template file. Then drop in page text with simple markup tags like bold, italic and so on. Save and Preview (F5 key) the document. This processes it to a separately named HTML file via HNDXML2HTMLGEN.EXE. Preview the generated HTML document in CHT Previewer. For example: mydocname.xml generates to mydocname$$$.html Repeat as necessary, Steps 1 through 3. Each time optionally adding content and/or tweaking the CSS. Until the document meets your requirements. Optionally save the document from CHT Previewer to a new name. Post the HTML document to your CHT Webserver. Of course this set of 5 steps, as the image indicates, describes five steps for Manual Document Creation. Programmatic Document Creation We can, of course, perform Programmatic Document Creation by replacing Step 1, above with appgenerated content of any kind. Our CHT Document Builder system is able to equally easily create viable,

4 responsive HTML documents, based on the design and layout from the chosen XML template file, embedded into programmatically, rather than manually. CHT is in the process of creating a variety of XML template files that may be used as-is to generate HTML documents. Most likely, the developer will want to make a personal copy of our XML templates, under new names, and tweak the CSS in them into designs closer to their own personal or company requirements. XML Templates Present + Near Future At time of writing we have XML templates for: Device-responsive HTML static documents - pages that look good on all device sizes. HTML payment receipts that acquire data from a remote CHT data server. HTML sales or customer notification documents. HTML picture-tile menus as illustrated in tile menu apps. Near future features: Optional "DocumentCopyTo" embed point to place a copy of the finished document. More editor "Shortcuts" with instant insertion of markup, CSS and embed points. Device-responsive HTML data forms - data browses, edit forms, display forms. Device-responsive HTML text-only tile menus. HTML data documents that may be used interchangeably at client side or server-side. More example applications illustating CHT Document Builder concepts. Smart-Phone Screen Snaps In this month's build update (21C.01.00) about which you'll hear more in the coming days we're further developing our "Next Generation" features particularly in regard to a group of capabilites we've grouped around "CHT Document Builder" and "CHT Snap Edit". Using the latest version of this capability we've set up a number of pages on our website that conform to the standards of "Responsive Web Design" discussed here on our August What's New page. The idea is to create web pages and forms that only need to be designed once, regardless of the device size and type. These pages are clearly distinguishable at by the distinct header image which we've placed there for the purpose of easy identification. We've tried these "responsive design" pages here on several devices, mostly phones and smallish tablets to see if they conform. Pass or fail is judged entirely on whether the contents of the page are FULLY available, readable, useable on all devices regardless of device size without EVER having to use horizontal scrolling. All text, images, fields, links, and so on, fit the window even on small phones. Primarily in our case legibility is a important issue since at our age, the old eyesight isn't what it used to be. We don't want the page (looking from the phone) to appear as if we are viewing it form across the room. The web page should not zoom out to accommodate fitting the smaller screen. The page should wrap and adapt it's shape to fit the screen while the font sizes are not diminished or reduced. All of the above should happen automatically without us having to program for it, without using Javascript (only HTML and CSS) and without having to think about from what device the page is being accessed. And finally, there should only be one version of the page. Not a separate version for each device.

5 Below are some screen snaps from our Nokia phone to prove the point. We're holding the phone in vertical mode as the snaps are taken. These pages, are clearly all completely readable, large enough for navigation with fat fingers and a pleasure to interact with.

6

7

8 More later with more details on our August What's New page. To test this try our website on your phone at the url: August 11, 2017 Third Quarter CHT Build Update 21C As of 5pm EDT August 11th, we've just finished posting and download testing the 3rd quarter 2017, CHT build update, numbered 21C Our installer creates a "The Clarion Handy Tools C10" folder on your Win 10 machine which you can find in the "T" section of the Windows Menu. (see next three images)

9 CHT WebupdaterC10 is near the bottom of this list as per the last image above. That's all for now. we'll be sending around a summary to all subscribers in the next week, as well as posting information on our Subscriber Forum and here, on our August What's New Page. Any questions, feel free to ask. August 9, 2017 Further Discussion About Responsive Web Design

10 Responsive web design makes your web page legible and useable on all devices. Responsive web design uses only HTML and CSS. Responsive web design is not a program or and does not use JavaScript. Web pages can be viewed using many different devices: desktops, tablets, and phones. Your web page should look good, and be easy to use, regardless of the device. Web pages should not leave out information to fit smaller devices, but rather adapt its content to fit any device: It is called responsive web design when you use CSS and HTML (only) to resize, hide, shrink, enlarge, or move the content to make it look good on any screen. Managing The Viewport The viewport is the user's visible area of a web page. The viewport varies with the device, and will be smaller on a mobile phone than on a computer screen. Before tablets and mobile phones, web pages were designed only for computer screens, and it was common for web pages to have a static design and a fixed size. Then, when we started surfing the internet using tablets and mobile phones, fixed size web pages were too large to fit the viewport. To fix this, browsers on those devices scaled down the entire web page to fit the screen. This was not perfect!! But a quick fix. Web pages handled this way often feel like one is reading an 8 1/2 x 11 sheet of paper from across the room - zoomed out too far. The whole page is there, but it's too far away to be comfortably read. Setting The Viewport

11 HTML5 introduced a method to let web designers take control over the viewport, through the <meta> tag. To incorporate HTML 5 "ViewPort" support, you should include the following <meta> viewport element in all your web pages: <meta name="viewport" content="width=device-width, initial-scale=1.0"> A <meta> viewport element gives the browser instructions on how to control the page's dimensions and scaling. The width=device-width part sets the width of the page to follow the screen-width of the device (which will vary depending on the device). The initial-scale=1.0 part sets the initial zoom level when the page is first loaded by the browser. Here are two screen snaps, of the same a web page viewed on the same smart phone, one without the "viewport" meta tag, and the other, with the "viewport" meta tag. Size Content to the Viewport Users are used to scrolling websites vertically on both desktop and mobile devices - but not horizontally! So, if the user is forced to scroll horizontally, or zoom out, to see the whole web page, the result is a poor user experience. Some additional rules to follow: Do NOT use large fixed width elements. ** For example, if an image is displayed at a width wider than the viewport it can cause the viewport to scroll horizontally. Remember to adjust this content to fit within the width of the viewport. Do NOT let the content rely on a particular viewport width to render well. ** Since screen dimensions and width in CSS pixels vary widely between devices, content should not rely on a particular viewport width to render well. Use CSS media queries to apply different styling for small and large screens. ** Setting large absolute CSS widths for page elements, will cause the element to be too wide for the viewport on a smaller device. Instead, consider using relative width values, for example, width: 100%. Also, be careful of using large absolute positioning values. It may cause the element to fall outside the viewport on small devices.

12 There's more to say about responsive web design. We'll do that in some near-future posts in these "What's New" pages. August 5, 2017 Screen Sizes + Break Points For Responsive Design Here is some sage advice from Microsoft for designing flexible windows that don't need to be re-coded for every device. Screen Sizes and Break Points for Responsive Window Design Of course, this pertains primarily to browser-based windows and forms but since app development shouldn't only be targeted at the Windows Desktop (even though that's really all Clarion is designed for), there's more than one way to skin a cat. A couple of examples of "skinning the cat" in this regard are two CHT Tile Menu demos that we gave you with the last build update on July 11th, These two applications are: HNDPEOPLE_LBX.APP and HNDTILEAPPLAUNCHER.APP. The MAIN screens in both these applications were designed using HNDDOCUMENTBUILDER.APP (and CHTSNAPEDIT.EXE) using the principles of a "flex-screen" design as proposed in this Microsoft article, that works across a range of device sizes without fore-knowlege of the screen on which it is going to be displayed. The following two images are screen snaps from this Microsoft "Screen Size" document to give you a taste.

13

14 For the next build, we have new demo applications that will illustrate a couple of screens -- we call them documents -- that run inside a Clarion window and collect display information -- user-specific data mixed with fixed text -- by calling a stored procedure on a CHT server. We'll tell you more about those in upcoming posts. August 4, 2017 ApplicationSnapins Template Coming Build 21C.01.00) We've completed the work (for the upcoming 21C update) to have the ApplicationSnapIns template highlight with an alternate color, any Snap-Ins, Batch-Bots and CHT Utility Executables that you may have included with your application.

15 The above color highlights result from setting the "Enable" switch on the two Snap-Ins that are highlighed.

16 As soon as you include one of these ApplicationSnapIns, by setting the "Enable" switch and the color highlight appears, your generated Clarion.SHP file automatically shows them to be part of your application -- after a complete app regenerate of course.

17 So far so good... Now the second switch provided on every SnapIn has to do not only with reminding you that this binary is required by your application. The "Copy to output directory" (a separate switch shown above) directs the IDE to copy that.dll or.exe into your application's compile target directory. (the directory where the IDE is told by redirection to copy your compiled application). This "copy" switch cause two things to happen. It causes the CHT binary to appear in your "Libraries and Objects" list as in the next image. It causes the CHT binary to be copied into the app's output directory as in the next image.

18 Our template depends on Clarion's.RED (redirection system) to properly find the ship location of our binaries in /accessory/bin/ and copy the binaries from there to the configured executable output directory of your Clarion 10 configuration. The.RED file's default settings are not normally adequate to find these CHT binaries without a little assistance from you. Here is the.red files default [copy] setting: Note that it does not include /accessory/bin/ as a place to look for binary copying and note too that it does not incorporate the copying of.exe files, only.dll files. To get [copy] to work correctly for you here is a modified.red setting that will make your IDE conform so that our templates can fully do their job for you where our CHT Snap-In binaries are concerned.

19 The IDE's redirection system is a marvellous piece of magic that allows Clarion templates to do stuff for you, but.red is under your control and the defaults are not necessarily always adequate. We make a point of NOT programmatically messing with your.red file, preferring to leave control of the magic in your hands. BTW, the 21C update is still scheduled for Aug 11, 2017 at this point. August 2, 2017 ApplicationSnapins Template Build 21C We are working on some advancements to HNDDOCUMENTBUILDER.APP and spotted a new feature in our "ApplicationSnapins" template that we haven't mentioned and should point out. (see next image) In build 21C.00.00, (the latest build as of July 11th, 2017), when a CHT Snap-In has been incorporated into the app, the template interface presents the name of that Snap-In, in a second color. That way, it's easy to tell at a glance which ones are part of your application. Presently this is implemented only on the "Snap-Ins" tab that you see above, and not yet on the "CHT

20 Batch-Bots" and "CHT Utility Executables" tabs. By the next update 21C scheduled for, approximately, August 11th, 2017 we'll have these other tabs doing the same kind of easy-to-spot presentation. Indirecly related to this, we're working on a Batch-Bot (Batch Bots are Clarion based, Snap-Ins are C# based) at the moment, that can be run from inside any app, or from the DOS prompt or from CHT Snap Edit, which takes over all of the XML to HTML conversion duties presently included in separate procedures inside HNDDOCUMENTBUILDER.APP and HNDBULKNETMAILPROMO.APP. That won't change the functionality of these apps, it merely abstracts the XML to HTML conversion into a separate Binary Executable that can be run from any application. (Hint, hint, say from a server app packaging data into HTML using a CHT XML template.) If you're not sure what the heck we're talking about, watch the 4 videos we posted recently using your HNDVIDEOPLAYER.EXE located in /accessory/hnd/. August 1, 2017 The Latest Docs (Regenerated Monthly) The latest template documents (HTML/PDF) are here: CHT Template Docs (HTML) (PDF) The latest demo application docs are here: CHT Application Docs (HTML) (PDF) The latest utility application docs are here: CHT Utility Applications Docs (HTML) (PDF) The latest BATCH-BOT and SNAP-IN application docs are here: CHT Batch-Bot Application Docs (HTML) (PDF) The latest classes docs are here: CHT Classes Docs (HTML) (PDF) CONTACT US If you have any thoughts or impressions to share, feel free to get back to us via using the hot link provided here.

21 Click the link below. It will start your client with our address inserted: Click To Contact Us CHT HTML Document Builder The Clarion Handy Tools

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) More on Relative Linking. Learning Objectives (2 of 2)

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) More on Relative Linking. Learning Objectives (2 of 2) Web Development & Design Foundations with HTML5 Ninth Edition Chapter 7 More on Links, Layout, and Mobile Slides in this presentation contain hyperlinks. JAWS users should be able to get a list of links

More information

Here is a complete outline of the entire course as it is currently planned (contents approximate):

Here is a complete outline of the entire course as it is currently planned (contents approximate): Getting Started With The CHT Web Group Server A User s Guide INSTALLATION Installing this CHT Web Group Server software is your first step into the future of desktop web serving. Although the Web Group

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

Dreamweaver Website 1: Managing a Website with Dreamweaver

Dreamweaver Website 1: Managing a Website with Dreamweaver Page 1 of 20 Web Design: Dreamweaver Websites Managing Websites with Dreamweaver Course Description: In this course, you will learn how to create and manage a website using Dreamweaver Templates and Library

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 7.2 Content Author's Reference and Cookbook Rev. 140225 Sitecore CMS 7.2 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

Getting Help...71 Getting help with ScreenSteps...72

Getting Help...71 Getting help with ScreenSteps...72 GETTING STARTED Table of Contents Onboarding Guides... 3 Evaluating ScreenSteps--Welcome... 4 Evaluating ScreenSteps--Part 1: Create 3 Manuals... 6 Evaluating ScreenSteps--Part 2: Customize Your Knowledge

More information

Designing Pages with Widgets

Designing Pages with Widgets Designing Pages with Widgets You can easily get some of the pages in Clearspace to look the way you want to by using widgets to choose and arrange content. Each widget displays content of a particular

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 7.0 Content Author's Reference and Cookbook Rev. 130425 Sitecore CMS 7.0 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

Website Management with the CMS

Website Management with the CMS Website Management with the CMS In Class Step-by-Step Guidebook Updated 12/22/2010 Quick Reference Links CMS Login http://staging.montgomerycollege.edu/cmslogin.aspx Sample Department Site URLs (staging

More information

Advanced Dreamweaver CS6

Advanced Dreamweaver CS6 Advanced Dreamweaver CS6 Overview This advanced Dreamweaver CS6 training class teaches you to become more efficient with Dreamweaver by taking advantage of Dreamweaver's more advanced features. After this

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

Understanding Browsers

Understanding Browsers Understanding Browsers What Causes Browser Display Differences? Different Browsers Different Browser Versions Different Computer Types Different Screen Sizes Different Font Sizes HTML Errors Browser Bugs

More information

Oracle Eloqua s User Guide

Oracle Eloqua  s User Guide http://docs.oracle.com Oracle Eloqua Emails User Guide 2018 Oracle Corporation. All rights reserved 11-Jan-2018 Contents 1 Emails Overview 6 2 Examples of emails 7 3 Creating emails 19 4 Email authoring

More information

CREATING ANNOUNCEMENTS. A guide to submitting announcements in the UAFS Content Management System

CREATING ANNOUNCEMENTS. A guide to submitting announcements in the UAFS Content Management System CREATING ANNOUNCEMENTS A guide to submitting announcements in the UAFS Content Management System Fall 2017 GETTING STARTED 1 First, go to news.uafs.edu. 2 Next, click Admin at the bottom of the page. NOTE:

More information

Creating an with Constant Contact. A step-by-step guide

Creating an  with Constant Contact. A step-by-step guide Creating an Email with Constant Contact A step-by-step guide About this Manual Once your Constant Contact account is established, use this manual as a guide to help you create your email campaign Here

More information

Developing Web Applications for Smartphones with IBM WebSphere Portlet Factory 7.0

Developing Web Applications for Smartphones with IBM WebSphere Portlet Factory 7.0 Developing Web Applications for Smartphones with IBM WebSphere Portlet Factory 7.0 WebSphere Portlet Factory Development Team 6 September 2010 Copyright International Business Machines Corporation 2010.

More information

Salesforce Service Cloud Snap-Ins for Web

Salesforce Service Cloud Snap-Ins for Web Salesforce Service Cloud Snap-Ins for Web Web Content Accessibility Guidelines 2.0 Level A and AA Voluntary Product Accessibility Template (VPAT) November 2017 This Voluntary Product Accessibility Template,

More information

There are four (4) skills every Drupal editor needs to master:

There are four (4) skills every Drupal editor needs to master: There are four (4) skills every Drupal editor needs to master: 1. Create a New Page / Edit an existing page. This entails adding text and formatting the content properly. 2. Adding an image to a page.

More information

Chapter 7 BMIS335 Web Design & Development

Chapter 7 BMIS335 Web Design & Development Chapter 7 BMIS335 Web Design & Development Site Organization Use relative links to navigate between folders within your own site o Sometimes dividing your site into folders makes maintenance and updating

More information

Azon Master Class. By Ryan Stevenson Guidebook #7 Site Construction 2/3

Azon Master Class. By Ryan Stevenson   Guidebook #7 Site Construction 2/3 Azon Master Class By Ryan Stevenson https://ryanstevensonplugins.com/ Guidebook #7 Site Construction 2/3 Table of Contents 1. Creation of Site Pages 2. Category Pages Creation 3. Home Page Creation Creation

More information

Vizit Essential for SharePoint 2013 Version 6.x User Manual

Vizit Essential for SharePoint 2013 Version 6.x User Manual Vizit Essential for SharePoint 2013 Version 6.x User Manual 1 Vizit Essential... 3 Deployment Options... 3 SharePoint 2013 Document Libraries... 3 SharePoint 2013 Search Results... 4 Vizit Essential Pop-Up

More information

Creating Web Pages with SeaMonkey Composer

Creating Web Pages with SeaMonkey Composer 1 of 26 6/13/2011 11:26 PM Creating Web Pages with SeaMonkey Composer SeaMonkey Composer lets you create your own web pages and publish them on the web. You don't have to know HTML to use Composer; it

More information

AGENT123. Full Q&A and Tutorials Table of Contents. Website IDX Agent Gallery Step-by-Step Tutorials

AGENT123. Full Q&A and Tutorials Table of Contents. Website IDX Agent Gallery Step-by-Step Tutorials AGENT123 Full Q&A and Tutorials Table of Contents Website IDX Agent Gallery Step-by-Step Tutorials WEBSITE General 1. How do I log into my website? 2. How do I change the Meta Tags on my website? 3. How

More information

Aware IM Version 8.2 Aware IM for Mobile Devices

Aware IM Version 8.2 Aware IM for Mobile Devices Aware IM Version 8.2 Copyright 2002-2018 Awaresoft Pty Ltd CONTENTS Introduction... 3 General Approach... 3 Login... 4 Using Visual Perspectives... 4 Startup Perspective... 4 Application Menu... 5 Using

More information

FORMS. The Exciting World of Creating RSVPs and Gathering Information with Forms in ClickDimensions. Presented by: John Reamer

FORMS. The Exciting World of Creating RSVPs and Gathering Information with Forms in ClickDimensions. Presented by: John Reamer FORMS The Exciting World of Creating RSVPs and Gathering Information with Forms in ClickDimensions Presented by: John Reamer Creating Forms Forms and Surveys: When and What to Use them For Both Allow you

More information

Salesforce Lightning Service Console

Salesforce Lightning Service Console Salesforce Lightning Service Console Web Content Accessibility Guidelines 2.0 Level A and AA Voluntary Product Accessibility Template (VPAT) November 2017 This Voluntary Product Accessibility Template,

More information

Graduate Health Sciences Word Topics

Graduate Health Sciences Word Topics Graduate Health Sciences Word Topics This workshop is based on topics provided by Graduated Health Sciences. Have you ever moved text from one part of a Word document to another, and the formatting changed

More information

Frooition Implementation guide

Frooition Implementation guide Frooition Implementation guide Version: 2.0 Updated: 14/12/2016 Contents Account Setup: 1. Software Checklist 2. Accessing the Frooition Software 3. Completing your Account Profile 4. Updating your Frooition

More information

3.2 Circle Charts Line Charts Gantt Chart Inserting Gantt charts Adjusting the date section...

3.2 Circle Charts Line Charts Gantt Chart Inserting Gantt charts Adjusting the date section... / / / Page 0 Contents Installation, updates & troubleshooting... 1 1.1 System requirements... 2 1.2 Initial installation... 2 1.3 Installation of an update... 2 1.4 Troubleshooting... 2 empower charts...

More information

The main differences with other open source reporting solutions such as JasperReports or mondrian are:

The main differences with other open source reporting solutions such as JasperReports or mondrian are: WYSIWYG Reporting Including Introduction: Content at a glance. Create A New Report: Steps to start the creation of a new report. Manage Data Blocks: Add, edit or remove data blocks in a report. General

More information

Contents. What's New. Version released. Newsletter #31 (May 24, 2008) What's New New version released, version 4.3.3

Contents. What's New. Version released. Newsletter #31 (May 24, 2008) What's New New version released, version 4.3.3 Campground Master Newsletter #31 (May 24, 2008) 1 Newsletter #31 (May 24, 2008) Contents What's New New version released, version 4.3.3 Q & A Retrieving credit card information Guarantee Info missing the

More information

Oracle Eloqua s User Guide

Oracle Eloqua  s User Guide http://docs.oracle.com Oracle Eloqua Emails User Guide 2017 Oracle Corporation. All rights reserved 08-Dec-2017 Contents 1 Emails Overview 6 2 Examples of emails 7 3 Creating emails 19 4 Email authoring

More information

Contents. What's New. Dropbox / OneDrive / Google drive Warning! A couple quick reminders:

Contents. What's New. Dropbox / OneDrive / Google drive Warning! A couple quick reminders: Campground Master Contents 1 Contents A couple quick reminders: Make Backups! It's so sad when we hear from someone whose computer has crashed and they have no backup of their data to restore from. It's

More information

CheckBook Pro 2 Help

CheckBook Pro 2 Help Get started with CheckBook Pro 9 Introduction 9 Create your Accounts document 10 Name your first Account 11 Your Starting Balance 12 Currency 13 We're not done yet! 14 AutoCompletion 15 Descriptions 16

More information

CISC 1600 Lecture 1.4 Design, part 2. Topics: Accessibility Responsive web design Example design review

CISC 1600 Lecture 1.4 Design, part 2. Topics: Accessibility Responsive web design Example design review CISC 1600 Lecture 1.4 Design, part 2 Topics: Accessibility Responsive web design Example design review Accessibility Design for users with special needs Might include you at some point You still want/need

More information

Salesforce1 - ios App (Phone)

Salesforce1 - ios App (Phone) Salesforce1 - ios App (Phone) Web Content Accessibility Guidelines 2.0 Level A and AA Voluntary Product Accessibility Template (VPAT) This Voluntary Product Accessibility Template, or VPAT, is a tool that

More information

Centricity 2.0 Section Editor Help Card

Centricity 2.0 Section Editor Help Card Centricity 2.0 Section Editor Help Card Accessing Section Workspace In order to edit your section, you must first be assigned Section Editor privileges. This is done by the Director of your Site, Subsite,

More information

Blackboard staff how to guide Accessible Course Design

Blackboard staff how to guide Accessible Course Design The purpose of this guide is to help online course authors in creating accessible content using the Blackboard page editor. The advice is based primarily on W3C s Web Content Accessibility Guidelines 1.0

More information

The purpose of this tutorial is to introduce you to the Construct 2 program. First, you will be told where the software is located on the computer

The purpose of this tutorial is to introduce you to the Construct 2 program. First, you will be told where the software is located on the computer Learning Targets: Students will be introduced to industry recognized game development software Students will learn how to navigate within the software Students will learn the basics on how to use Construct

More information

Product Accessibility Conformance Report

Product Accessibility Conformance Report Product Accessibility Conformance Report Name of Product / Version Number: Contact for more information: Gillian Neff / gillian.neff @clarivate.com Clarivate Analytics remains dedicated to developing software

More information

Intellicus Enterprise Reporting and BI Platform

Intellicus Enterprise Reporting and BI Platform Designing Adhoc Reports Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Designing Adhoc Reports i Copyright 2012 Intellicus Technologies This

More information

TUTORIAL MADCAP FLARE Top Navigation

TUTORIAL MADCAP FLARE Top Navigation TUTORIAL MADCAP FLARE 2018 Top Navigation Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document

More information

Microsoft Excel 2010 Handout

Microsoft Excel 2010 Handout Microsoft Excel 2010 Handout Excel is an electronic spreadsheet program you can use to enter and organize data, and perform a wide variety of number crunching tasks. Excel helps you organize and track

More information

Responsive web design (RWD) CSS3 Media queries. Mobile vs desktop web sites. Web Development 1 CS1115/CS5002

Responsive web design (RWD) CSS3 Media queries. Mobile vs desktop web sites. Web Development 1 CS1115/CS5002 1 of 13 CS1115/CS5002 Web Development 1 Dr Derek Bridge School of Computer Science & Information Technology University College Cork Mobile vs desktop web sites A few organization have two web sites, one

More information

SCHULICH MEDICINE & DENTISTRY Website Updates August 30, Administrative Web Editor Guide v6

SCHULICH MEDICINE & DENTISTRY Website Updates August 30, Administrative Web Editor Guide v6 SCHULICH MEDICINE & DENTISTRY Website Updates August 30, 2012 Administrative Web Editor Guide v6 Table of Contents Chapter 1 Web Anatomy... 1 1.1 What You Need To Know First... 1 1.2 Anatomy of a Home

More information

UAccess ANALYTICS. Intermediate Reports & Dashboards. updated v3.00

UAccess ANALYTICS. Intermediate Reports & Dashboards. updated v3.00 UAccess ANALYTICS Intermediate Reports & Dashboards Arizona Board of Regents, 2017 THE UNIVERSITY OF ARIZONA For information and permission to use our PDF manuals, please send an email to: uitsworkshopteam@list.arizona.edu

More information

EtatRequete.book Page 1 Mardi, 6. avril :01 15 Reports and Queries

EtatRequete.book Page 1 Mardi, 6. avril :01 15 Reports and Queries Reports and Queries WinDev 15 - WebDev 15 - WinDev Mobile 15 Documentation version 15(1) - 0410 Remember to visit our Web site (www.windev.com) on a regular basis to find out whether upgraded versions

More information

Tracking changes in Word 2007 Table of Contents

Tracking changes in Word 2007 Table of Contents Tracking changes in Word 2007 Table of Contents TRACK CHANGES: OVERVIEW... 2 UNDERSTANDING THE TRACK CHANGES FEATURE... 2 HOW DID THOSE TRACKED CHANGES AND COMMENTS GET THERE?... 2 WHY MICROSOFT OFFICE

More information

Skills Exam Objective Objective Number

Skills Exam Objective Objective Number Overview 1 LESSON SKILL MATRIX Skills Exam Objective Objective Number Starting Excel Create a workbook. 1.1.1 Working in the Excel Window Customize the Quick Access Toolbar. 1.4.3 Changing Workbook and

More information

Adobe Dreamweaver CS6 Digital Classroom

Adobe Dreamweaver CS6 Digital Classroom Adobe Dreamweaver CS6 Digital Classroom Osborn, J ISBN-13: 9781118124093 Table of Contents Starting Up About Dreamweaver Digital Classroom 1 Prerequisites 1 System requirements 1 Starting Adobe Dreamweaver

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

PRINTER S PLAN New Features and Improvements

PRINTER S PLAN New Features and Improvements Addendum to User s Guide 2003.51 1 PRINTER S PLAN 2003.51 New Features and Improvements New Data Entry and Pricing Options Defaults / Options / Data Entry: There are three new options for updating the

More information

Welcome Back! Without further delay, let s get started! First Things First. If you haven t done it already, download Turbo Lister from ebay.

Welcome Back! Without further delay, let s get started! First Things First. If you haven t done it already, download Turbo Lister from ebay. Welcome Back! Now that we ve covered the basics on how to use templates and how to customise them, it s time to learn some more advanced techniques that will help you create outstanding ebay listings!

More information

Introduction to Dreamweaver CS3

Introduction to Dreamweaver CS3 TUTORIAL 2 Introduction to Dreamweaver CS3 In Tutorial 2 you will create a sample site while you practice the following skills with Adobe Dreamweaver CS3: Creating pages based on a built-in CSS page layout

More information

Creating Content in a Course Area

Creating Content in a Course Area Creating Content in a Course Area After creating a course area, such as a Content Area, Learning Module, Lesson Plan, or folder, you create content in it by pointing to its Action Bar to reveal menus for

More information

Working with Reports

Working with Reports The following topics describe how to work with reports in the Firepower System: Introduction to Reports, page 1 Risk Reports, page 1 Standard Reports, page 2 About Working with Generated Reports, page

More information

Creating an with Constant Contact. A step-by-step guide

Creating an  with Constant Contact. A step-by-step guide Creating an Email with Constant Contact A step-by-step guide About this Manual Once your Constant Contact account is established, use this manual as a guide to help you create your email campaign Here

More information

Azon Master Class. By Ryan Stevenson Guidebook #5 WordPress Usage

Azon Master Class. By Ryan Stevenson   Guidebook #5 WordPress Usage Azon Master Class By Ryan Stevenson https://ryanstevensonplugins.com/ Guidebook #5 WordPress Usage Table of Contents 1. Widget Setup & Usage 2. WordPress Menu System 3. Categories, Posts & Tags 4. WordPress

More information

Beginner Workshop Activity Guide 2012 User Conference

Beginner Workshop Activity Guide 2012 User Conference Beginner Workshop Activity Guide 2012 User Conference TUESDAY, MARCH 6 2:00PM 5:00 PM Beginner Training Workshop Attendees will learn the end user functions of OU Campus TM. They will learn how to log

More information

Business Intelligence and Reporting Tools

Business Intelligence and Reporting Tools Business Intelligence and Reporting Tools Release 1.0 Requirements Document Version 1.0 November 8, 2004 Contents Eclipse Business Intelligence and Reporting Tools Project Requirements...2 Project Overview...2

More information

From complicated multi-step projects to daily reminders, some common-use examples include:

From complicated multi-step projects to daily reminders, some common-use examples include: Reviewer's guide Overview 1 What is OmniFocus? OmniFocus for ipad is a professional-grade personal task management application that allows you to capture, store, and process your thoughts into actionable

More information

Sitecore E-Commerce Cookbook

Sitecore E-Commerce Cookbook Sitecore E-Commerce Cookbook Rev: 2011-09-12 Sitecore E-Commerce Fundamental Edition 1.1 Sitecore E-Commerce Cookbook A marketer's guide to the Sitecore E-Commerce Fundamental Edition Sitecore E-Commerce

More information

Handout Objectives: a. b. c. d. 3. a. b. c. d. e a. b. 6. a. b. c. d. Overview:

Handout Objectives: a. b. c. d. 3. a. b. c. d. e a. b. 6. a. b. c. d. Overview: Computer Basics I Handout Objectives: 1. Control program windows and menus. 2. Graphical user interface (GUI) a. Desktop b. Manage Windows c. Recycle Bin d. Creating a New Folder 3. Control Panel. a. Appearance

More information

Nintex Forms 2010 Help

Nintex Forms 2010 Help Nintex Forms 2010 Help Last updated: Monday, April 20, 2015 1 Administration and Configuration 1.1 Licensing settings 1.2 Activating Nintex Forms 1.3 Web Application activation settings 1.4 Manage device

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

The Institute of Computer Accountants 27, N. S. Road, 4th & 5th Floor, Kolkata Windows 10 Updates

The Institute of Computer Accountants 27, N. S. Road, 4th & 5th Floor, Kolkata Windows 10 Updates The Institute of Computer Accountants 27, N. S. Road, 4th & 5th Floor, Kolkata-700001 Windows 10 Updates New Features in Windows 10 Windows 10 is the latest version of Microsoft's operating system for

More information

IN THIS CLASS WE ARE GOING TO LEARN THE BASIC FEATURES OF WINDOWS 8.1 WITH HANDS ON TRAINING THE CLASS WILL RUN ON THE SPEED OF THE AVERAGE STUDENT

IN THIS CLASS WE ARE GOING TO LEARN THE BASIC FEATURES OF WINDOWS 8.1 WITH HANDS ON TRAINING THE CLASS WILL RUN ON THE SPEED OF THE AVERAGE STUDENT 1 IN THIS CLASS WE ARE GOING TO LEARN THE BASIC FEATURES OF WINDOWS 8.1 WITH HANDS ON TRAINING EACH CLASS WILL RUN APPROXIMATELY 40 MINUTES WE WILL PICK UP WHERE WE LEFT OFF AT THE NEXT CLASS THE CLASS

More information

Salesforce Lightning Experience Analytics (Dashboard and Reports)

Salesforce Lightning Experience Analytics (Dashboard and Reports) (Dashboard and Reports) Web Content Accessibility Guidelines 2.0 Level A and AA Voluntary Product Accessibility Template (VPAT) April 2017 This Voluntary Product Accessibility Template, or VPAT, is a tool

More information

Introduction to 9.0. Introduction to 9.0. Getting Started Guide. Powering collaborative online communities.

Introduction to 9.0. Introduction to 9.0. Getting Started Guide. Powering collaborative online communities. Introduction to 9.0 Introduction to 9.0 Getting Started Guide Powering collaborative online communities. TABLE OF CONTENTS About FirstClass...3 Connecting to your FirstClass server...3 FirstClass window

More information

Scope Monthly. Guide to updating and maintaining the Scope Monthly Website. Last Updated: Table of Contents

Scope Monthly. Guide to updating and maintaining the Scope Monthly Website. Last Updated: Table of Contents 1 Scope Monthly Guide to updating and maintaining the Scope Monthly Website. Last Updated: 2016.06.13 Table of Contents Creating a new monthly issue. Editing a monthly issue. Editing issue date Editing

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

TourMaker Reference Manual. Intro

TourMaker Reference Manual. Intro TourMaker Reference Manual Intro Getting Started Tutorial: Edit An Existing Tour Key Features & Tips Tutorial: Create A New Tour Posting A Tour Run Tours From Your Hard Drive Intro The World Wide Web is

More information

Web Accessibility Checklist

Web Accessibility Checklist Web Accessibility Checklist = Web Content Accessibility Guidelines published by the World Wide Web Consortium (W3C) 508 = Section 508 of the Rehabilitation Act = Both CATE and Moodle take care of the rule

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6 Content Author's Reference and Cookbook Rev. 080627 Sitecore CMS 6 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents Chapter

More information

USER GUIDE MADCAP DOC-TO-HELP 5. Getting Started

USER GUIDE MADCAP DOC-TO-HELP 5. Getting Started USER GUIDE MADCAP DOC-TO-HELP 5 Getting Started Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document

More information

Alfresco Content Services 5.2. Getting Started Guide

Alfresco Content Services 5.2. Getting Started Guide Alfresco Content Services 5.2 Getting Started Guide Contents Contents Getting started with Alfresco Share... 3 Signing in...3 Personalizing Alfresco Share... 4 Setting up your dashboard... 4 Updating your

More information

FROM 4D WRITE TO 4D WRITE PRO INTRODUCTION. Presented by: Achim W. Peschke

FROM 4D WRITE TO 4D WRITE PRO INTRODUCTION. Presented by: Achim W. Peschke 4 D S U M M I T 2 0 1 8 FROM 4D WRITE TO 4D WRITE PRO Presented by: Achim W. Peschke INTRODUCTION In this session we will talk to you about the new 4D Write Pro. I think in between everyone knows what

More information

Arduino IDE Friday, 26 October 2018

Arduino IDE Friday, 26 October 2018 Arduino IDE Friday, 26 October 2018 12:38 PM Looking Under The Hood Of The Arduino IDE FIND THE ARDUINO IDE DOWNLOAD First, jump on the internet with your favorite browser, and navigate to www.arduino.cc.

More information

Office 365 for Business Basics

Office 365 for Business Basics Office 365 for Business Basics Notice of Rights No part of this document may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated into any language, in any form or by any

More information

NRize Responsive Custom T shirt Designer

NRize Responsive Custom T shirt Designer NRize Responsive Custom T shirt Designer Created: 22nd July 2015 Latest update: 16 May 2016 By: CSSChopper Team Email: david@csschopper.com Shopify Page: https://apps.shopify.com/online product customizer

More information

With ClaroIdeas you can quickly and easily create idea maps using a combination of words, symbols and pictures.

With ClaroIdeas you can quickly and easily create idea maps using a combination of words, symbols and pictures. Welcome to ClaroIdeas ClaroIdeas is a fresh tool to support the creation and editing of concept maps or idea maps using visual and audio components. It has been specifically developed to support people

More information

Adaptations by PVII responsive and then creates your page instantly Al Sparber & Gerry Jacobsen PVII

Adaptations by PVII responsive and then creates your page instantly Al Sparber & Gerry Jacobsen PVII Adaptations by PVII is a Dreamweaver extension that allows you to select from 5 unique responsive layouts and then creates your page instantly. We hope you enjoy using this product as much as we did making

More information

No Programming Required Create web apps rapidly with Web AppBuilder for ArcGIS

No Programming Required Create web apps rapidly with Web AppBuilder for ArcGIS No Programming Required Create web apps rapidly with Web AppBuilder for ArcGIS By Derek Law, Esri Product Manager, ArcGIS for Server Do you want to build web mapping applications you can run on desktop,

More information

AVS4YOU Programs Help

AVS4YOU Programs Help AVS4YOU Help - AVS Document Converter AVS4YOU Programs Help AVS Document Converter www.avs4you.com Online Media Technologies, Ltd., UK. 2004-2012 All rights reserved AVS4YOU Programs Help Page 2 of 39

More information

Dreamweaver Tutorial #2

Dreamweaver Tutorial #2 Dreamweaver Tutorial #2 My web page II In this tutorial you will learn: how to use more advanced features for your web pages in Dreamweaver what Cascading Style Sheets (CSS) are and how to use these in

More information

Installation & User Guide

Installation & User Guide Copyright 2010-2017 Cotek Systems Inc. All rights reserved. Corporate Headquarters 3722 Pleasantdale Rd Ste 6 Atlanta, GA 30340 USA Sales Support Please be patient while waiting for response. (24/7 Support!)

More information

Salesforce Lightning Experience

Salesforce Lightning Experience Salesforce Lightning Experience Web Content Accessibility Guidelines 2.0 Level A and AA Voluntary Product Accessibility Template (VPAT) July 2016 This Voluntary Product Accessibility Template, or VPAT,

More information

National Training and Education Resource. Authoring Course. Participant Guide

National Training and Education Resource. Authoring Course. Participant Guide National Training and Education Resource Authoring Course Participant Guide Table of Contents: OBJECTIVES... 4 OVERVIEW OF NTER... 5 System Requirements... 5 NTER Capabilities... 6 What is the SCORM PlayerWhat

More information

The following topics describe how to work with reports in the Firepower System:

The following topics describe how to work with reports in the Firepower System: The following topics describe how to work with reports in the Firepower System: Introduction to Reports Introduction to Reports, on page 1 Risk Reports, on page 1 Standard Reports, on page 2 About Working

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

USER GUIDE. MADCAP FLARE 2017 r3. QR Codes

USER GUIDE. MADCAP FLARE 2017 r3. QR Codes USER GUIDE MADCAP FLARE 2017 r3 QR Codes Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document is

More information

ZP NEWS ZONEPRO CUSTOMER SUPPORT NEWSLETTER. August 2010 Volume 14, Number 2

ZP NEWS ZONEPRO CUSTOMER SUPPORT NEWSLETTER. August 2010 Volume 14, Number 2 ZP NEWS ZONEPRO CUSTOMER SUPPORT NEWSLETTER August 2010 Volume 14, Number 2 HOPPING ON THE GO-TO-MEETING BANDWAGON Maybe you've seen the commercials or read the ads. GoToMeeting.com is everywhere these

More information

Administrative Training Mura CMS Version 5.6

Administrative Training Mura CMS Version 5.6 Administrative Training Mura CMS Version 5.6 Published: March 9, 2012 Table of Contents Mura CMS Overview! 6 Dashboard!... 6 Site Manager!... 6 Drafts!... 6 Components!... 6 Categories!... 6 Content Collections:

More information

USING DRUPAL. Hampshire College Website Editors Guide https://drupal.hampshire.edu

USING DRUPAL. Hampshire College Website Editors Guide https://drupal.hampshire.edu USING DRUPAL Hampshire College Website Editors Guide 2014 https://drupal.hampshire.edu Asha Kinney Hampshire College Information Technology - 2014 HOW TO GET HELP Your best bet is ALWAYS going to be to

More information

Additional Support and Disability Advice Centre

Additional Support and Disability Advice Centre Additional Support and Disability Advice Centre GUIDELINES TO PRODUCING ACCESSIBLE WORD DOCUMENTS 1 INTRODUCTION As well as allowing adaptation of font, background colour and layout to suit personal preferences,

More information

Mini Guide. Viewer. What is BizInt Smart Charts Viewer? LOOK INSIDE. to see how you can

Mini Guide. Viewer. What is BizInt Smart Charts Viewer? LOOK INSIDE. to see how you can Viewer Mini Guide What is BizInt Smart Charts Viewer? BizInt Smart Charts Viewer is Windows software for opening, customizing, printing and exporting files created with: BizInt Smart Charts Drug Development

More information

Reporting and Printing Guide

Reporting and Printing Guide Enterprise Studio Reporting and Printing Guide 2017-03-17 Applies to: Enterprise Studio 2.3 and Team Server 2.3 Table of contents 1 About reporting and printing models 4 2 Reporting models to HTML and

More information

?s t 2 W ; g 0 } 9 m! * = 5 z A & # + 92 Guidebook

?s t 2 W ; g 0 } 9 m! * = 5 z A & # + 92 Guidebook ? s W g ;0 6 t 9} = 3 * 7 & A # z m @! 92 % 2 5 + Guidebook Contents Introduction................................................1 WordPerfect tutorials.........................................5 Quattro

More information

Quick.JS Documentation

Quick.JS Documentation Quick.JS Documentation Release v0.6.1-beta Michael Krause Jul 22, 2017 Contents 1 Installing and Setting Up 1 1.1 Installation................................................ 1 1.2 Setup...................................................

More information