Creating Guides for the Adafruit Learning System

Size: px
Start display at page:

Download "Creating Guides for the Adafruit Learning System"

Transcription

1 Creating Guides for the Adafruit Learning System Created by Tyler Cooper Last updated on :41:37 PM UTC

2 Guide Contents Guide Contents Overview Creating a New Guide Creating & Organizing Pages Externally Linked Pages Adding Featured Products Deleting Understanding Elements Text Element Media Element Code Element Embed Element Embedding MakeCode Blocks Alert Element FAQ Element What is Adafruit's Ask an Engineer? Side2 Element Button Element Github Latest Release Links Table Element Product Element Adafruit METRO Arduino Compatible - with Headers Markdown Element Add Parts Element Split Page Element Publishing Pages & Guides Adafruit Industries Page 2 of 30

3 Overview We are really happy to have you building guides for the greatest learning system in the world. In order to keep high quality guides in the system, we want to make sure you understand the Adafruit Learning System inside and out. Even if you have created hundreds of guides in the past, we ask that you take the time to go through this entire guide. There are a lot of tips and tricks that will help you create the best guide possible. In this guide we will go over creating and organizing pages, adding featured products to the right sidebar, a detailed breakdown of each of the elements that make ALS unique, and show you how to publish pages and guides. This guide is a living document and I will continue to add to it and adjust it as ALS continues to grow. Check back often and use this guide as a tool to reference as you work through your own guides. Adafruit Industries Page 3 of 30

4 Creating a New Guide Start by clicking the CREATE A NEW GUIDE button once you have logged in and clicked Admin in the top navigation bar. Once you click that button you will be sent to the guide settings page. You will need to fill in the information on this page and then click the SAVE & CONTINUE button in the subnav to create the guide. As you add information about your new guide, you will see a preview of how it will be shown to users in the right sidebar. Make sure to use a nice high resolution image or animated GIF for your guide image. After you pick your image, you will be asked to crop the image. Be sure to choose your categories wisely. These are used to help users find your guide. Adafruit Industries Page 4 of 30

5 Creating & Organizing Pages Before you start your guide, you will need to create your first page. In the left sidebar, enter the name of your new page, and then press the CREATE NEW PAGE button. Your new page will show up in your left sidebar, and you will be taken to that page automatically. You can change the order of the pages at any time. Click on the REORGANIZE PAGES button. This will bring you into a mode allowing you to drag and drop pages into your preferred order. Adafruit Industries Page 5 of 30

6 Make sure to click SAVE REORGANIZATION when you have the pages in the correct order. When it comes to our Text Element, we really want to group it with under the Understanding Elements page. To do this, click on the REORGANIZE PAGES button, and slide the page you want to turn into a subpage to the right (while under the parent page). You will then see the page indented. Click SAVE REORGANIZATION and you will see your page as a subpage. Adafruit Industries Page 6 of 30

7 Adafruit Industries Page 7 of 30

8 Externally Linked Pages If you want to have a link in the sidebar that goes to an external page, just follow these simple steps. First, create and name a new blank page just like we did in the previous step. Then, in the right sidebar, click on Page Settings. At the bottom of the popup, you will see a place to put an external URL. Copy and paste in the URL you want to link to, and then check the box if you want the link to open in a new window or not. Then click Save changes. In the sidebar, you will now see the external URL icon next to the link. Anytime someone clicks that link it will open the url you specified. Adafruit Industries Page 8 of 30

9 Adding Featured Products Whenever you use an Adafruit product in your guide, you can add it to the featured products sidebar. This makes it easy for readers to quickly buy all of the components needed to complete your guide. To manage featured products, click on the Featured Products link in the TOOLS section of the admin sidebar. Adding products is incredibly easy. Just search for the product by name, or by Product ID (PID). You will need to type in at least three letters for a product list to show up. Once you see the product you want to add, just click on it to add it to your featured products list. If you can't seem to find your product when searching for it by name, try searching for it by PID. You can find the product ID in a few spots. When on the product page in the Adafruit Shop, you will see it right below the product name. Adafruit Industries Page 9 of 30

10 You will also see the PID in the URL. You can reorganize your products by dragging and dropping them. It is important that you sort your product list with the most important products at the top. Be sure to sort the products in order of importance. Only the top 5-8 products will be visible to the user in the sidebar, the rest of the products will only be on the featured products page. We also use the featured products list to help recommend other guides in the Adafruit Learning System that the reader may find interesting. Adafruit Industries Page 10 of 30

11 Deleting If you have accidentally added a wrong product, hover your mouse cursor over the product and a delete button will appear in the upper right of the product area. Clicking Delete removes that item from the Featured Product list. Adafruit Industries Page 11 of 30

12 Understanding Elements Elements are what makes the Adafruit Learning System editor so unique and easy to use. You can rapidly build guides by adding one element after another until each page is completed. This is what the elements bar looks like. You can add any of the above elements to your guide. We will go over each element and explain how and when to use each. While building your guide, you can drag and drop elements to reorganize them. You can also use the divider like shown above to insert an element between two other elements. Adafruit Industries Page 12 of 30

13 Text Element The text element is pretty straight forward. You can change the size of the text by selecting H1, H2, or Normal text from the dropdown on the far left. Normal text is set by default. The rest of the buttons are, from left to right: Bold Italics Underline Bulleted list Numbered list Outdent - if you have an indented paragraph, you can remove the indent with this button Indent - you can indent a paragraph by highlighting a paragraph and pressing this button. Hyperlink - make text clickable. Highlight a section of text, click the button, then enter in a web address. The HTML button. Click this to make it so you can directly edit the HTML. Make sure to click the SAVE button below the text box to continue. Cancel out of the text box, or open and delete an entire text box with the CANCEL and DELETE buttons. Adafruit Industries Page 13 of 30

14 Media Element The media element is where things start to get a bit more interesting. The media element will handle any sort of file you can throw at it. It will handle images, animated gifs, and any type of downloadable file (such as a.pdf). Instead of designing and building a file manager within the Adafruit Learning System, we decided to just use the one built right into your computer. When you click the Media element button, you will locate the media file(s) you would like to upload on your computer. Select the file, and click the Open button. Pro Tip: you can select multiple images at once and it will insert them all into your guide! If you select a file, like a.pdf, the system will automatically create a download button for you like this one: Feel free to click on the button while in the editor to change the text and color of the button: If you hover over the top of any image, in the upper right corner you will see some settings. Adafruit Industries Page 14 of 30

15 If you click the replace link, it will open up your file manager where you can look for a new image, and it will replace the current image with the new one you choose. If you click delete, it will delete the image from your guide. If you would like to change the license attached to your image, click update license. Adafruit Industries Page 15 of 30

16 Code Element The code element is used when you want to paste in bits of code, like so: void loop() { uint8_t red, blue; float temp = mlx.readobjecttempf(); if (temp < COLDTEMP) temp = COLDTEMP; if (temp > HOTTEMP) temp = HOTTEMP; // map temperature to red/blue color // hotter temp -> more red red = map(temp, COLDTEMP, HOTTEMP, 0, 255); // hotter temp -> less blue blue = map(temp, COLDTEMP, HOTTEMP, 255, 0); colorwipe(strip.color(red, 0, blue), 0); } delay(50); // can adjust this for faster/slower updates // Fill the dots one after the other with a color void colorwipe(uint32_t c, uint8_t wait) { for(uint16_t i=0; i<strip.numpixels(); i++) { strip.setpixelcolor(i, c); strip.show(); delay(wait); } The most important thing here is to make sure to select the right type of code you are pasting. In this case, I pasted Arduino code: By selecting what type of code you are pasting, it changes how the code is displayed to your readers to make it easier to read. Adafruit Industries Page 16 of 30

17 Embed Element The Embed Element is how you add YouTube and Vimeo videos, Vine clips, and Github Gists to your guide. Embedding videos or Gists couldn't be easier. All you need to do is get the URL of the page that the video is on and paste it into the Embed Element text box. Dump the entire URL into the text box like shown below and click SAVE: While you are in the editor, you will see the embed URL, but your readers will see the full video. This is what you will see in the editor: This is what your readers will see in the front end: You can always click the preview link in the right sidebar to view what your readers will see, even if you haven't published your guide. Adafruit Industries Page 17 of 30

18 Embedding MakeCode Blocks Just like in the last step, embedding MakeCode blocks into your guide is just as easy. In MakeCode, click on the share project button and you will see a popup like this: Just like as before, copy that link and then in your guide choose the EMBED element. Just paste in the URL from MakeCode above, and click save. Your MakeCode block should now be in your guide. Adafruit Industries Page 18 of 30

19 Alert Element The Alert Element is an easy to use element that is designed to grab your reader's attention. Enter in a short sentence and click SAVE. This is what an alert looks like. It is sure to grab your reader's attention! Just remember to use them sparingly, and only for the most important reminders that you need to burn into your reader's brains. The more of these you use, the less impact they will have. Adafruit Industries Page 19 of 30

20 FAQ Element The FAQ Element is for, you guessed it, Frequently Asked Questions. These are generally used on their own dedicated pages, or in a section at the end of a page. All you need to do is enter in your question in the smaller text box at the top, then enter in the answer to that question below. When done, the element will look like this on the front end: What is Adafruit's Ask an Engineer? From the electronics enthusiast to the professional community -- "Ask an Engineer" has a little bit of everything for everyone. If you're a beginner, or a seasoned engineer -- stop in and see what we're up to! We have demos of projects and products we're working on, we answer your engineering and electronics questions and we have a trivia question + give away each week. Adafruit Industries Page 20 of 30

21 Side2 Element The Side2 Element is used when you want to put a bit of text next to one or more images. Think of it as a really smart two column table. Side2 Elements are perfect for creating step-by-step guides, such as kit assembly instructions. For a good example of how these should be used, check out the MiniPOV4 soldering instructions here. ( Adafruit Industries Page 21 of 30

22 Button Element The Button Element allows you to create different colored buttons. These are typically used to link to a downloadable media file, or to send someone to another site like Github. First type in what you want the button to say, and then enter a link. You can choose between multiple button colors. Choose wisely! Here is an example of what buttons look like: Github Latest Release Links The button element has one further feature that allows it to process release links for github releases. If you provide it with a fairly specific url, and then maintain consistency in naming your releases, it will always link to the latest version in your github repository. The link structure is as follows: in place of version}. {extension} ( Example: ( The extension is optional, but the wildcard for the version is required. Example button: Adafruit Industries Page 22 of 30

23 Table Element The Table Element is an element that should only be used when absolutely necessary. It is our way of taking an old way of doing things on the web and modernizing it. It is really the only way to organize content in multiple rows and columns, but it certainly doesn't play nice with phones and tablets. Tables are typically used when making a parts list for a project. Check out the MENTA Kit parts list for an example. ( There are probably better ways to handle this without using tables, such as using the Side2 element like in the minipov4 guide. ( Adafruit Industries Page 23 of 30

24 Product Element The Product Element is very similar to the featured products part of the guide. Use it if you want to highlight a product in the middle of the guide and allow a reader to quickly and easily add that product to their shopping cart. Just like the featured products page, just search for an Adafruit product by name or with the PID. If I do a search for Adafruit METRO 328, it will open a list of matches. Click on the correct match and it will load a featured product into your guide like this: Adafruit METRO Arduino Compatible - with Headers $17.50 IN STOCK ADD TO CART Adafruit Industries Page 24 of 30

25 Markdown Element If you are already familiar with the Markdown language, the Markdown element is pretty self-explanatory. It is simply a blank box that you can either write Markdown, or more often paste in Markdown from a separate editor Adafruit Industries Page 25 of 30

26 Add Parts Element The Add Parts Element is also know as the parts list maker. This element is great for making lists of not only Adafruit parts, but also for adding parts that need to be purchased from other vendors. Start by clicking the Add Parts Element. You will then be asked to give the part a name, enter a part URL, a part description, and how many the reader will need to buy. The Part Name is the name of the part, and also the clickable link. For the Part URL, you just need to paste in either an Adafruit URL, or a third party URL like Amazon. If it is an Adafruit URL the system will automatically allow people to instantly add that product to their shopping cart. If it is a third party, they will need to click the buy now button which will open the part URL into a new tab. The part description is a good spot to put how that part will be used in that project. Last, click the quantity dropdown to let the reader know how many of that part they should buy. For example, if I fill in this: Click save and it will turn into this: 1 x Adafruit METRO This will be the brains of the project ADD TO CART Just keep choosing the Add Parts Element to add on to the parts list. Add a few parts or a whole bunch of parts to create lists like this: 1 x Adafruit METRO This will be the brains of the project ADD TO CART 1 x Adafruit Proto Shield This is where we will build out the project ADD TO CART 2 x Giant Googly Eyes Every project should have giant googly eyes Adafruit Industries Page 26 of 30

27 BUY NOW Adafruit Industries Page 27 of 30

28 Split Page Element If you ever get in a situation where you have a page that ends up getting too long and can be broken up into multiple pages, the Split Page Element is the tool for you. To use the Split Page Element, go to a page that is too long and find a good spot where you think the page can be broken up. Click the dividing line to expand and then click the Split Page Element. Anything below that line was will be sent to a new page. So, the only thing you need to do is name the new page. Once you click the Split button, the system will grab everything below that point and move it to your new page. It will automatically load into the new page so if you need to split a page into multiple parts, you can just scroll down from there and repeat the process. Adafruit Industries Page 28 of 30

29 Publishing Pages & Guides Once you are done with a page within your guide, you can publish the page. Publishing the page won't show the page to readers until you have also published the guide. This allows you to publish a guide while still working on pages that you would like to publish later. You can also go in and unpublish a page while keeping the rest of the guide visible to readers. To publish a page, just click on the toggle in the PUBLISH section of the right sidebar. Once clicked, the color will change to green, and the status will change from draf to published. Once a page is published, and you should see the [draft] tag removed from the left sidebar once you refresh: Adafruit Industries Page 29 of 30

30 Once you are ready to go live with your guide, click on the publish guide toggle just like you did the page toggle above. Once clicked, the color will change to yellow and the status will change to Pending final review. This means that one of the ALS moderators has been notified to take a quick look over your guide to make sure everything is in order. Once they approve, they will publish the guide and it will show up on ALS! Congrats on creating your first guide! If you have any questions or concerns while creating your guide, please me: tyler@adafruit.com. Adafruit Industries Last Updated: :41:32 PM UTC Page 30 of 30

Who should use this manual. Signing into WordPress

Who should use this manual. Signing into WordPress WordPress Manual Table of Contents Who should use this manual... 3 Signing into WordPress... 3 The WordPress Dashboard and Left-Hand Navigation Menu... 4 Pages vs. Posts... 5 Adding & Editing Your Web

More information

WPI Project Center WordPress Manual For Editors

WPI Project Center WordPress Manual For Editors WPI Project Center WordPress Manual For Editors April 17, 2015 Table of Contents Who should use this manual... 3 Signing into WordPress... 3 The WordPress Dashboard and Left-Hand Navigation Menu... 4 Adding

More information

Web Site Documentation Eugene School District 4J

Web Site Documentation Eugene School District 4J Eugene School District 4J Using this Documentation Revision 1.3 1. Instruction step-by-step. The left column contains the simple how-to steps. Over here on the right is the color commentary offered to

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

Plus Your Business - Google+ Posts, Events and Photos Google+ Posts, Events and Photos

Plus Your Business - Google+ Posts, Events and Photos Google+ Posts, Events and Photos Google+ Posts, Events and Photos www.plusyourbusiness.com Page 1 Google+ Posts, Events and Photos Your Content and your Profile Google+ Posts Adding text to an image Other features from the Google Post

More information

How to Edit Your Website

How to Edit Your Website How to Edit Your Website A guide to using your Content Management System Overview 2 Accessing the CMS 2 Choosing Your Language 2 Resetting Your Password 3 Sites 4 Favorites 4 Pages 5 Creating Pages 5 Managing

More information

Wordpress Editor Guide. How to Log in to Wordpress. Depending on the location of the page you want to edit, go to either:

Wordpress Editor Guide. How to Log in to Wordpress. Depending on the location of the page you want to edit, go to either: Wordpress Editor Guide How to Log in to Wordpress Depending on the location of the page you want to edit, go to either: http://www.necc.mass.edu/wp- admin (for the main website) Or http://facstaff.necc.mass.edu/wp-

More information

Website Training Part 2. Administration of the Website

Website Training Part 2. Administration of the Website Rotary Websites: Websites Club, Website Training Part 2 Administration of the Website Club Admin To login first click here Enter your username and password and then click Log In If you have forgotten your

More information

Creating a Website Using Weebly.com (June 26, 2017 Update)

Creating a Website Using Weebly.com (June 26, 2017 Update) Creating a Website Using Weebly.com (June 26, 2017 Update) Weebly.com is a website where anyone with basic word processing skills can create a website at no cost. No special software is required and there

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

AGLOWNET WORDPRESS HOW-TO

AGLOWNET WORDPRESS HOW-TO AGLOWNET WORDPRESS HOW-TO WORDPRESS RESOURCES PAGES New Page WordPress Forums - http://wordpress.org/support/ WordPress Lessons - http://codex.wordpress.org/wordpress_lessons In the Dashboard menu choose

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

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next.

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next. Getting Started From the Start menu, located the Adobe folder which should contain the Adobe GoLive 6.0 folder. Inside this folder, click Adobe GoLive 6.0. GoLive will open to its initial project selection

More information

FrontPage 98 Quick Guide. Copyright 2000 Peter Pappas. edteck press All rights reserved.

FrontPage 98 Quick Guide. Copyright 2000 Peter Pappas. edteck press All rights reserved. Master web design skills with Microsoft FrontPage 98. This step-by-step guide uses over 40 full color close-up screen shots to clearly explain the fast and easy way to design a web site. Use edteck s QuickGuide

More information

Imagery International website manual

Imagery International website manual Imagery International website manual Prepared for: Imagery International Prepared by: Jenn de la Fuente Rosebud Designs http://www.jrosebud.com/designs designs@jrosebud.com 916.538.2133 A brief introduction

More information

How to use WordPress to create a website STEP-BY-STEP INSTRUCTIONS

How to use WordPress to create a website STEP-BY-STEP INSTRUCTIONS How to use WordPress to create a website STEP-BY-STEP INSTRUCTIONS STEP 1:Preparing your WordPress site Go to the Dashboard for your new site Select Appearance > Themes. Make sure you have Activated the

More information

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing Managing Your Website with Convert Community My MU Health and My MU Health Nursing Managing Your Website with Convert Community LOGGING IN... 4 LOG IN TO CONVERT COMMUNITY... 4 LOG OFF CORRECTLY... 4 GETTING

More information

New Website User Manual

New Website User Manual New Website User Manual General Notes 3 How To Login To Your Website And Access Admin Dashboard 4 Adding / Editing Sliders 5 Home Slider 5 School Slider (Same steps for ALL school pages) - Add a Slide

More information

ADRION PROJECT WEBSITES USER S MANUAL

ADRION PROJECT WEBSITES USER S MANUAL ADRION PROJECT WEBSITES USER S MANUAL September 2018 Summary 1. The ADRION Project Website... 3 2. Content instructions... 3 3. Contacts for technical assistance... 3 4. Login... 3 5. Editable contents...

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

PBWORKS - Student User Guide

PBWORKS - Student User Guide PBWORKS - Student User Guide Fall 2009 PBworks - Student Users Guide This guide provides the basic information you need to get started with PBworks. If you don t find the help you need in this guide, please

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

How to Edit Your Website

How to Edit Your Website How to Edit Your Website A guide to using your Content Management System Overview 2 Accessing the CMS 2 Choosing Your Language 2 Resetting Your Password 3 Sites 4 Favorites 4 Pages 5 Creating Pages 5 Managing

More information

Starting Your SD41 Wordpress Blog blogs.sd41.bc.ca

Starting Your SD41 Wordpress Blog blogs.sd41.bc.ca Starting Your SD41 Wordpress Blog blogs.sd41.bc.ca The web address to your blog starts with blogs.sd41.bc.ca/lastnamefirstinitial (eg. John Smith s blog is blogs.sd41.bc.ca/smithj) All work is done in

More information

A Guide to Quark Author Web Edition 2015

A Guide to Quark Author Web Edition 2015 A Guide to Quark Author Web Edition 2015 CONTENTS Contents Getting Started...4 About Quark Author - Web Edition...4 Smart documents...4 Introduction to the Quark Author - Web Edition User Guide...4 Quark

More information

Creating Teacher Webpages on the New APS WordPress Site

Creating Teacher Webpages on the New APS WordPress Site Creating Teacher Webpages on the New APS WordPress Site TABLE OF CONTENTS INTRODUCTION 3 THE EDITING DASHBOARD 4 CREATING A NEW PAGE 5 EDITING YOUR PAGE 6 1. Page Title 7 2. Toolbar/ toolbar icons 7 3.

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

page 1 OU Campus User Guide

page 1 OU Campus User Guide page 1 OU Campus User Guide Logging Into OU Campus page page 2 1. Navigate to a page on your site that you wish to edit. 2. Scroll down to the footer and click the symbol. 3. Enter your OU Campus username

More information

Website Training Manual

Website Training Manual Website Training Manual Version 1.0 9/11/13 Section 1: Manage Users... 3 Adding Users... 3 Managing Users... 3 Section 2: Manage Content... 4 Section 3: Create Content... 5 Featured Slider... 5 Governance...

More information

PRESENCE. RadEditor Guide. SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA

PRESENCE. RadEditor Guide. SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA PRESENCE RadEditor Guide SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 800-920-3897 www.schoolmessenger.com Contents Contents... 2 Introduction... 3 What is RadEditor?... 3 RadEditor

More information

A Quick and Easy Guide To Using Canva

A Quick and Easy Guide To Using Canva A Quick and Easy Guide To Using Canva Canva is easy to use and has great tools that allow you to design images that grab anyone s eye. These images can be used on your personal website, Pinterest, and

More information

CROMWELLSTUDIOS. Content Management System Instruction Manual V1. Content Management System. V1

CROMWELLSTUDIOS. Content Management System Instruction Manual V1.   Content Management System. V1 Content Management System Instruction Manual V1 www.cromwellstudios.co.uk Cromwell Studios Web Services Content Management System Manual Part 1 Content Management is the system by which you can change

More information

User s guide to using the ForeTees TinyMCE online editor. Getting started with TinyMCE and basic things you need to know!

User s guide to using the ForeTees TinyMCE online editor. Getting started with TinyMCE and basic things you need to know! User s guide to using the ForeTees TinyMCE online editor TinyMCE is a WYSIWYG (what you see is what you get) editor that allows users a familiar word-processing interface to use when editing the announcement

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

A Guide to Blogging on Wordpress

A Guide to Blogging on Wordpress A Guide to Blogging on Wordpress Below is a written guide with pictures for using the WordPress blogging platform. If you re more of a visual person, there are videos here: http://wordpress.tv/category/howto/

More information

MS Components: Quick Start

MS Components: Quick Start MS Components: Quick Start A selection of the most commonly used CMS components with guides on why and how to use them Author: Vic Fascio, based on EMG s CCSF Component User Guide (the complete reference

More information

* You can also just type in log in if you haven't already, and will be taken to the Slides page.

* You can also just type in   log in if you haven't already, and will be taken to the Slides page. 1. Go to Google's home page and click on the grid in the upper right hand corner. From there, click on the Drive icon. You will be redirected to a log in page if you are signed out, if not you will be

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

The Etomite Manual for website editors.

The Etomite Manual for website editors. The Etomite Manual for website editors. (Version: 1.1) Etomite is a web tool that allows your website to be user-editable. This means that you can add, edit, and delete pages and whole website sections

More information

Cascade User Guide. Introduction. Key System Features. User Interface

Cascade User Guide. Introduction. Key System Features. User Interface Cascade User Guide Introduction Key System Features User Interface Menus and Moving Through the System Files and Pages Working with Existing Pages File Action Menu Version Control Deleting files Restoring

More information

WORDPRESS USER GUIDE HWDSB Websites

WORDPRESS USER GUIDE HWDSB Websites WORDPRESS USER GUIDE HWDSB Websites Table of Contents Forward - About Wordpress... 3 1. Getting Started... 5 1.1) Log into your account... 5 1.2) About the Dashboard... 6 1.3) Internal vs. External Views...

More information

Table of Contents. Look for more information at

Table of Contents. Look for more information at OmniUpd ate @ De Anza Qui ck Guide Table of Contents Login... 2 Logout... 2 OmniUpdate Help Center... 2 Editing and Saving a Page... 3 Publishing... 5 View and Revert to Previously Published Page... 5

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

DRX Platform Manager DRX Platform Manager

DRX Platform Manager DRX Platform Manager DRX Platform Manager 1 P a g e Table of Contents DRX Platform Manager... 1 Introduction to the DRX Platform Manager... 4 Getting Started... 4 Login... 4 Platform Manager... 4 DRX Application Configuration

More information

NCMail: Microsoft Outlook User s Guide

NCMail: Microsoft Outlook User s Guide NCMail: Microsoft Outlook 2003 Email User s Guide Revision 1.0 11/10/2007 This document covers how to use Microsoft Outlook 2003 for accessing your email with the NCMail Exchange email system. The syntax

More information

Dashboard Guide. May Version history. May April 2018

Dashboard Guide. May Version history. May April 2018 May 2018 Dashboard Guide Version history May 2018 April 2018 Added information on readers and instructions for adding hyperlinks to another Schooltas book Added options for premium pins and mouseover texts

More information

Baby Signs ICI Websites

Baby Signs ICI Websites Baby Signs ICI Websites Instructions 2011 A N G L E S O L U T I O N S B A B Y S I G N S P R O G R A M I C I S I T E S Contents Baby Signs ICI Website... 4 Registration... 4 Creating Your Website... 6 Choosing

More information

Edublogs. (WordPress) An Introductory Manual. Gail Desler

Edublogs. (WordPress) An Introductory Manual. Gail Desler Edublogs (WordPress) An Introductory Manual Gail Desler [Drawing on/updating/expanding tutorials and explanations from James Farmer, Mike Temple, Ewa McGrail, Lorelle, Joan Boan, Alice Mercer, Kate Olson,

More information

The left menu is very flexible, allowing you to get to administrations screens with fewer clicks and faster load times.

The left menu is very flexible, allowing you to get to administrations screens with fewer clicks and faster load times. 12 Menu, Modules and Setting of Wordpress.com Collapse, Hide, Icons, Menu, Menus The left menu is very flexible, allowing you to get to administrations screens with fewer clicks and faster load times.

More information

Web Authoring Guide. Last updated 22 February Contents

Web Authoring Guide. Last updated 22 February Contents Web Authoring Guide Last updated 22 February 2016 Contents Log in................................ 2 Write a new post...3 Edit text...4 Publish a post...5 Create a link...6 Prepare photographs...7 Insert

More information

Training Manual and Help File

Training Manual and Help File Training Manual and Help File 30.06.2011 Update Manage Grow Welcome to your new Juniper Website Management System with CMS Introduction The Juniper Website Management System with CMS (Website Content Management

More information

Teacher s Update Guide

Teacher s Update Guide Teacher s Update Guide 1. Overview of Classroom Connections... 2 2. Logging In and Creating a Post (article)... 3 Logging In... 3 Changing Your Password... 3 Creating a new Post... 3 Update the Text for

More information

CREATING CONTENT WITH MICROSOFT POWERPOINT

CREATING CONTENT WITH MICROSOFT POWERPOINT CREATING CONTENT WITH MICROSOFT POWERPOINT Simple Tips And Tricks Presented by TABLE OF CONTENTS Introduction... 2 Design Tips... 3 Advanced Tips... 4 ShortCut Keys for Microsoft PowerPoint... 5 How-Tos...

More information

Creating a Website Using Weebly.com (July 2012 Update)

Creating a Website Using Weebly.com (July 2012 Update) Creating a Website Using Weebly.com (July 2012 Update) Weebly.com is a website where anyone with basic word processing skills can create a website at no cost. No special software is required and there

More information

PBwiki Basics Website:

PBwiki Basics Website: Website: http://etc.usf.edu/te/ A wiki is a website that allows visitors to edit or add their own content to the pages on the site. The word wiki is Hawaiian for fast and this refers to how easy it is

More information

Pages are static content, generally linked in your navigation. They are used for things like your about page and contact page.

Pages are static content, generally linked in your navigation. They are used for things like your about page and contact page. North Star Marketing Client : The Guthrie Group Deliverable : Website Training +++ LOGGING IN AND OUT +++++++++ 1. Go to http://tgg.northstarmarketing.com/wp admin/. This is the address for the staging

More information

Course Exercises for the Content Management System. Grazyna Whalley, Laurence Cornford June 2014 AP-CMS2.0. University of Sheffield

Course Exercises for the Content Management System. Grazyna Whalley, Laurence Cornford June 2014 AP-CMS2.0. University of Sheffield Course Exercises for the Content Management System. Grazyna Whalley, Laurence Cornford June 2014 AP-CMS2.0 University of Sheffield PART 1 1.1 Getting Started 1. Log on to the computer with your usual username

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

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

Building a Community Page

Building a Community Page Building a Community Page What is a Community Page? A community page is a portion of your website where you discuss a specific community you serve. Many customers are capable of finding listings on the

More information

2016 TRTA Content Managers Resource Guide How to update and edit your local unit website. Roy Varney, TRTA Multimedia Specialist

2016 TRTA Content Managers Resource Guide How to update and edit your local unit website. Roy Varney, TRTA Multimedia Specialist 2016 TRTA Content Managers Resource Guide How to update and edit your local unit website. Roy Varney, TRTA Multimedia Specialist Table of Contents Introduction... 1 Basic information... 1 - How to log

More information

Creating a Technical Writing Online Portfolio with Wikispaces.com

Creating a Technical Writing Online Portfolio with Wikispaces.com Creating a Technical Writing Online Portfolio with Wikispaces.com November 11, 2010 Hollie Cookson Tyler Kiefer Allison Knowles Andrew Neutzling 1 Table of Contents I. Getting Started A. Create a Wikispaces.com

More information

Illinois State University Events Calendar

Illinois State University Events Calendar Illinois State University Events Calendar Adding an Event To add an event to the Illinois State University Events Calendar, visit Events.IllinoisState.edu and scroll to the footer to login. Click the Copyright

More information

BHM Website Teacher User Guide

BHM Website Teacher User Guide BHM Website Teacher User Guide How to Login 1. Go to HUhttp://bhmschools.org/userUH 2. Enter your username and password and click Log in How to Change Your Password 1. Go to My Account in your Nav bar

More information

Go paperless by using OneNote 2013

Go paperless by using OneNote 2013 Work Smart by Microsoft IT Go paperless by using OneNote 2013 Customization note: This document contains guidance and/or step-by-step installation instructions that can be reused, customized, or deleted

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

Unit 8: Working with Actions

Unit 8: Working with Actions Unit 8: Working with Actions Questions Covered What are actions? How are actions triggered? Where can we access actions to create or edit them? How do we automate the sending of email notifications? How

More information

Creating a Web Page Using SeaMonkey Composer

Creating a Web Page Using SeaMonkey Composer Name: Main: Because the World Wide Web has become such a central aspect of using computers, making web pages is a skill that is becoming both more important and easier. Only a few years ago, it was necessary

More information

This is the lesson workshop to create a test page in DIVI

This is the lesson workshop to create a test page in DIVI SCWCLUBS.COM Websites are a very important forms of communication. People thinking about Arizona are comparing communities. People in SCW are comparing clubs. Club members are checking information. Keep

More information

Microsoft Word 2010 Lesson Plan

Microsoft Word 2010 Lesson Plan Microsoft Word 2010 Lesson Plan Objective: This class is a brief introduction to Word 2010. It consists of 2 one and one-half hour sessions. By the end of this class you should be able to create a simple

More information

Learn more about Pages, Keynote & Numbers

Learn more about Pages, Keynote & Numbers Learn more about Pages, Keynote & Numbers HCPS Instructional Technology May 2012 Adapted from Apple Help Guides CHAPTER ONE: PAGES Part 1: Get to Know Pages Opening and Creating Documents Opening a Pages

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

The major change in Word is the ribbon toolbar. The File menu has been replaced with a button.

The major change in Word is the ribbon toolbar. The File menu has been replaced with a button. Word 2007 There are a lot of new changes to Office 2007. This handout will provide a few examples on how to do basic formatting. If at any point you get stuck, remember that Office has a feature that allows

More information

Logging in to the management system.

Logging in to the management system. Welcome to your new site! The Wordpress publishing platform is a robust tool that helps you publish your content to the web without getting too involved with the code. This guide is designed to help you

More information

User Manual Contents

User Manual Contents User Manual Contents Accessing MyPortfolio... 2 New Users - Creating an Account... 3 Returning Users - Logging in to Your Account... 5 Resetting Your Password... 6 Updating Your Account/Profile Information...

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

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

User Guide. Chapter 6. Teacher Pages

User Guide. Chapter 6. Teacher Pages User Guide Chapter 6 s Table of Contents Introduction... 5 Tips for s... 6 Pitfalls... 7 Key Information... 8 I. How to add a... 8 II. How to Edit... 10 SharpSchool s WYSIWYG Editor... 11 Publish a...

More information

Table of Contents. Page 2 of 72. High Impact 4.0 User Manual

Table of Contents. Page 2 of 72. High Impact  4.0 User Manual Table of Contents Introduction 5 Installing High Impact email 6 Installation Location 6 Select Mail Client 6 Create a ReadyShare Account 6 Create a Default Profile 6 Outlook Configuration Message 6 Complete

More information

WORDPRESS 101 A PRIMER JOHN WIEGAND

WORDPRESS 101 A PRIMER JOHN WIEGAND WORDPRESS 101 A PRIMER JOHN WIEGAND CONTENTS Starters... 2 Users... 2 Settings... 3 Media... 6 Pages... 7 Posts... 7 Comments... 7 Design... 8 Themes... 8 Menus... 9 Posts... 11 Plugins... 11 To find a

More information

Sourcing - How to Create a Negotiation

Sourcing - How to Create a Negotiation Martin Baker Secure Source-To-Pay Sourcing - How to Create a Negotiation December 07 Contents To Create a Project... To Create a Negotiation... 5 Attachments... 7 Private File Archive... 7 Creating Lines,

More information

HOW TO USE THE CONTENT MANAGEMENT SYSTEM (CMS) TABLE OF CONTENTS

HOW TO USE THE CONTENT MANAGEMENT SYSTEM (CMS) TABLE OF CONTENTS HOW TO USE THE CONTENT MANAGEMENT SYSTEM (CMS) TABLE OF CONTENTS GETTING STARTED (LOGIN) 2 SITE MAP (ORGANIZE WEBPAGES) 2 CREATE NEW PAGE 3 REMOVE PAGE 6 SORT PAGES IN CHANNEL 7 MOVE PAGE 8 PAGE PROPERTIES

More information

Working with Pages... 9 Edit a Page... 9 Add a Page... 9 Delete a Page Approve a Page... 10

Working with Pages... 9 Edit a Page... 9 Add a Page... 9 Delete a Page Approve a Page... 10 Land Information Access Association Community Center Software Community Center Editor Manual May 10, 2007 - DRAFT This document describes a series of procedures that you will typically use as an Editor

More information

An Quick Introduction to Weebly

An Quick Introduction to Weebly An Quick Introduction to Weebly Weebly is an online, template-driven website creation tool. It is easy to sign up, and the setting up of the web address and the hosting are all contained within the Weebly

More information

PBWORKS - Student User Guide

PBWORKS - Student User Guide PBWORKS - Student User Guide Spring and Fall 2011 PBworks - Student Users Guide This guide provides the basic information you need to get started with PBworks. If you don t find the help you need in this

More information

Checkout Western Marketplace

Checkout Western Marketplace Checkout Western Marketplace Checkout Screen Layout 1 2 1. Icon area Icon availability will change depending upon the status of the order. Archive - Places order in Archives (recommend do not use) Trash

More information

How to start as registered user? How to edit a content? How to upload a document (file)?... 8

How to start as registered user? How to edit a content? How to upload a document (file)?... 8 Platform Tutorial This document provides HydroEurope participants with the basic procedures to use the platform and to update the different pages of the website with text and documents. How to start as

More information

TEACHER PAGES USER MANUAL CHAPTER 6 SHARPSCHOOL. For more information, please visit: Chapter 6 Teacher Pages

TEACHER PAGES USER MANUAL CHAPTER 6 SHARPSCHOOL. For more information, please visit:  Chapter 6 Teacher Pages SHARPSCHOOL USER MANUAL CHAPTER 6 TEACHER PAGES For more information, please visit: www.customernet.sharpschool.com 0 TABLE OF CONTENTS 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. INTRODUCTION... 1 I. TEACHER PAGE

More information

Creating and Managing Your Personal Mines Website on WordPress

Creating and Managing Your Personal Mines Website on WordPress Creating and Managing Your Personal Mines Website on WordPress Table of Contents Creating your site... 2 Managing your site... 2 About WordPress... 2 Logging in... 2 Pages... 2 Editing an Existing Page...

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

Sitefinity Manual. Webmasters. University of Vermont College of Medicine. Medical Communications

Sitefinity Manual. Webmasters. University of Vermont College of Medicine. Medical Communications Sitefinity Manual Webmasters University of Vermont College of Medicine Medical Communications Table of Contents Basics... 2 Navigating to the Website... 3 Actions.. 4 Titles & Properties. 5 Creating a

More information

DotNetNuke v9 CMS. User Training Manual. Provided by:

DotNetNuke v9 CMS. User Training Manual. Provided by: DotNetNuke v9 CMS User Training Manual Provided by: Last Updated: December 31, 2017 Table of Contents CHAPTER 1: USER LOGIN... 4 USER LOGIN... 4 LOGOUT... 4 CHANGING YOUR PASSWORD... 5 CHAPTER 2: HOW TO

More information

Discussion Board. How to Access the Discussion Board

Discussion Board. How to Access the Discussion Board Blackboard Help Discussion Board About Forums About Threads Reply to Discussion Posts Search and Collect Posts Manage Discussions View Discussion Grades Moderate Forums Discussion FAQs 1 Discussion Board

More information

The SBCC Web Publishing Process The process of creating new web pages or editing existing pages within the OmniUpdate system is straightforward.

The SBCC Web Publishing Process The process of creating new web pages or editing existing pages within the OmniUpdate system is straightforward. Table of Contents Introduction 2 The SBCC Web Publishing Process 2 Staging Server vs. Production Server 2 Roles, Permissions, Levels and Authority 2 Logging In 3 Workflow 3 Dashboard Tab, Content Tab,

More information

Using New Google Sites

Using New Google Sites Using New Google Sites With the New Google Sites, building websites is easy. Just drag content where you need it. Create a onestop destination for all important information, including videos, images, calendars,

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

Make any video interactive in 15 minutes

Make any video interactive in 15 minutes Make any video interactive in 15 minutes THE HOTSPOT A call-to-interact that can stick to moving people & objects. COOL FACT: Sticky hotspots stick to your moving people or objects like glue. HOTSPOT Tips

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

WordPress is free and open source, meaning it's developed by the people who use it.

WordPress is free and open source, meaning it's developed by the people who use it. 1 2 WordPress Workshop by BBC July 2015 Contents: lorem ipsum dolor sit amet. page + WordPress.com is a cloudhosted service that runs WordPress where you can set up your own free blog or website without

More information

A QUICK GUIDE TO USING WORDPRESS

A QUICK GUIDE TO USING WORDPRESS A QUICK GUIDE TO USING WORDPRESS 1. WRITE A POST You can write a post from the front page of your blog in two ways. First, click on the Blog name button in your task bar at the top of the page: This reveals

More information