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.
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.
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.
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
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
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.
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.
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.
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.
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
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
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.
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)
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.
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.
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.
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.
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
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