Description:
Cushy is a free, online Content Management System. Cushy CMS permits simple editing of published pages on the web server. This is useful for clients who have little or know html experience but who need an easy solution for making simple changes to text and images on their web pages. Watch the Video to see how it works.
Method:
Design your web page with your favorite HTML editor / generator. Insert Cushy CMS class tags into select regions which your client will be permitted to edit online.
<!--begin editable region -->
<div class="cushycms">
</div>< !--end cushy content -->
Tutorial for NetObjects Fusion Users:
1. In NOF, draw a text box or table on the Page Layout Area. Click inside the text box or table cell as if to type a letter.
2. Hit Ctrl+T to invoke an HTML Insertion window.
3. Paste the following code into the window and hit OK.
<!--begin editable region -->
<div class="cushycms">
</div>< !--end cushy content -->
NOTE: You will not be able to use NOF to re-publish these pages as they will have changed on the server-side. To do so would result in a loss of client's content. But feel free to copy the Cushy pages from your remote site into a local site folder and edit with your favorite text or HTML editor. Some designers edit in NOF and paste the client's content back into the pages. Use whichever method works best for you.
|