Getting to Know Cascade Server

Cascade Server, aka (ContentXML, the cms system) is a content management system used here at Yavapai College for web authors like ourselves when we want to create, update and manage our web pages.

Although it's a very powerful tool, it's not complicated to use. Once we discover and understand a very few, simple elements of this system we have the ability to easily build attractive pages that communicate our information very well to the intended visitor.

 

1. Cascade Server & FireFox - The Dynamic Duo of YC Web Authors

Although most of us use the Microsoft Internet Explorer web browser, there is another, which looks and operates the same with one exception -- it is standards compliant. Ultimately, we need to use Firefox.

  1. Use your web browser and visit Get Firefox
  2. Click in the big green box that says "Free Download"
  3. Run and install the new browser

During the installation process you will be asked if you want to "import" bookmarks / favorites. You don't need to do that unless you want to.

(back to top)

 

2. Cascade Server Login Screen

Login Instructions

  1. Login at http://yccms.yc.edu
  2. Enter your YC Network username
  3. Enter your YC Network password
  4. Press the "Log In" button

If you do not have access, or if you do not have the level of access you need, please contact Kate Kohl at 928-717-7681 or email Kate Kohl

login screen

(back to top)

 

3. Dashboard Screen

The dashboard is the entry sceen when you successfully log into Cascade Server. You can always return to the screen buy pressing the "Home" button in the blue navigation bar in the top left corner of the screen.

Below the navigation, in the left panel is the primary folder structure.

TIP: You will find your department folder by clicking on the content folder in the top, left corner

dashboard screen

(back to top)

 

4. The Content Folder

The content folder contains the vast majority of the pages that form the YC.edu web site. This is the folder that you will click on first when navigating to your web pages, when uploading documents or images.

content folder

(back to top)

 

5. Specific Department Folders

Your department folder contains all of the pages, images and documents that form your website. This is the folder that you will navigate to in order to create new pages, edit existing web pages and when you upload documents or images

As an organized web author, you'll quickly realize that by creating a couple of folders within your department's master folder, let's say one for images, and another for documents, you will ultimately keep your website content clutter-free and easy to maintain.

Recommended Hierarchy for a Department folder

TIP: You may find that you will want to have additional folders within your hierarchy such as a folder just for .docs, .pdfs, .xls and so on.

department folder

(back to top)

 

6. Creating a New Page

New Page, Part #1 - Creating

new page

(back to top)

New Page, Part #2 - System Naming

new page system tab

(back to top)

New Page, Part #3 - Metadata Naming

The metadata relates to "Display Name" and "Title" that appears in the school's website navigation boxes at the upper right of your web pages, and the breadcrumbs in the grey bar. This is NOT the same as the page's system name.

new page metadata tab

TIP: Keep your "Display Name" and "Title" as short as possible

TIP: If you don't want the page to appear in the navigation box with the rest of your department webpages, don't enter a "Display Name" for it

new page metadata tab

(back to top)

New Page, Part #4 - Entering the Content

Now that you have created a new page, named and saved it, you can begin to add the content.

TIP: The WYSIWYG editor is fine for simple text changes, text links, bolding and italicizing of text, but the addition of page content is best done with simple, super easy HTML

new page content tab

(back to top)

 

7. HTML Editor Interface

The HTML editor is the most powerful tool you have access to as a web author. You'll quickly notice that HTML is incredibility easy and simple to grasp and master.

After editing the html code, click the "Update" button below. If you think you've made a mistake, click the "Cancel" button.

html editor interface

TIP: HTML tags you'll quickly learn and have awesome control over each of your pages:

<h1></h1> (header, size large, with green background)
<h2></h2> (header, size medium, with underline)
<h3></h3> (header, size small, with underline)
<p></p> (paragraph)
<ol></ol> (ordered list, numbered)
<ul></ul> (unordered list, with green bullet)
<li></li> (list item)

(back to top)

Spell Checker

Once you click the "Submit" button at the bottom of the Edit window, the CMS system will do spell checking and other tests on your code. If there are mis-spelled words you will have a couple of options:

Click the "Submit"button when you are finished.

spell checker

(back to top)

Table Checker

If you are working with a table, although it's not very common, you may receive an error for not having a "table summary"

Click the "Submit" button when you are finished.

spell checker

(back to top)

 

8. Publishing a Page

Once you have completed all of your edits to a web page, you will need to publish the page so that it is visible to the general public.

TIP: The entire website is published nightly. If your pages don't have a start or stop date, your pages will be published, too.

publish screen

(back to top)

 

9. Uploading a File (documents or images)

TIP: The following process is applicable for most file types you would upload for your web pages such as .doc, .txt, .jpg, .gif, .xls, .ppt and so forth.

  1. Create the file (if you haven't already) and be aware of its location on your computer (desktop, a folder, etc.)
  2. Navigate to the folder in which you want to store the file
  3. Click on New » File
  4. Click on the "Browse" button and locate your file
  5. Highlight the file, click the "Open" button in the dialogue box that appears, and it will be read for uploading
    (check to be sure that you are currently in the folder you want to upload the files into, otherwise, you will need to click the yellow folder icon just above the "Submit" button and will need to navigate to that folder)
  6. Click the "Submit" button
uploading a file uploading a file

(back to top)

 

10. Uploading a ZIP archive

The ".zip" file format allows you to store more than one document, image, etc., into a single file. If you have more than one file that you need to upload to the server in order to display on web pages, then creating and uploading a .zip file is the perfect solution

  1. Create a .zip file and be aware of its location on your computer (desktop, a folder, etc.)
  2. Navigate to the folder that you want the contents of the .zip archive to be extracted to
  3. Click on Tools » Import » Zip Archive
  4. Click on the "Browse" button to locate your file
  5. Highlight the file, press the "Open" button in the dialogue box that appears, and it will be read for uploading
    (Check to be sure that you are currently in the folder you want to upload the files into, otherwise, you will need to click the yellow folder icon just above the "Submit" button and will need to navigate to that folder)
  6. Click the "Submit" button
zip archive

(back to top)

 

11. Inserting an Image Into a Page

To insert an image into a page we'll do half of it with the WYSIWYG editor, and the other part with a simple adjustment to the HTML

image 01 image 02 image 03 image 04

(back to top)