Jun
16
The SkyBlueCanvas Dashboard
Filed Under Extensions, SkyBlueCanvas CMS | Leave a Comment
The SkyBlueCanvas Dashboard is the main control from which you work on your SkyBlueCanvas site. The Dashboard is very simple and intuitive. In this article I explain what each of the controls is and how to use them.
Jun
14
Example SkyBlueCanvas Extension
Filed Under Extensions, SkyBlueCanvas CMS | 1 Comment
The code below is the actual code for the Events manager for SkyBlueCanvas. As you can see, the code is short and simple. Most of the heavy lifting is handled by the Manager superclass. The HTML code that follows the sample PHP code is the input form for editing Events items. <?php defined(‘SKYBLUE’) or die(basename(__FILE__)); [...]