Point 1: Many content management systems (CMS) have templates and pages setup eternal to the CMS as a set of content blocks. It is unfortunately common for a programmer/coder to set content and format in these blocks that are not linked into content modules that are managed with in the CMS.
This is usually done by the programmer because they find it is easier to code these in directly than it is to have to link each and every image, meta data or content block to a CMS object. True - this does often save time up front. however, it almost always is detrimental in the long term. When coded outside of the CMS the site administrators, editors and content managers using the CMS do not have the ability to modify this content. This requires going back to a coder to perform tasks that are intended to be the function of a CMS in the first place. So, please coders - take the time and make it all manageable by your users even if you think it is an easy affair to pass the work on to you.
Point 2: Use the feature sin the CMS rather than bypassing them. Every CMS offers its own code for items such as date formats, meta data and other functions. Programmers often have code snippets or other methods outside of the CMS set that they prefer. However, the use of these non-CMS methods can sometimes lead to long term issues. For example, we recently wanted to change the date format on a site. We went into the CMS and changed the format using the management tools. The date format changed in half of the site in an instant. Then we found the other half had date formatting set external to the CMS. Not only was this bad form not to use the CMS, but it was not setup to use a consistent method.
Point 3: Follow the best practices from the CMS provider. Simply implementing a design in a CMS is not enough. Read through and follow the best practices to enable CMS functionality for the admins, editors and other users. These are just as important a set of audiences as are the visitors to the Web site.
Think this is all silly. Not so. I find that even the best world-class programmer/coder can be light on the longer term management strategies impacted by their decisions. After all, they are not expected to have this as their focus. They are expected to focus on the execution and we need to be sure that managers and strategists are clear on the architecture and best practices to be integrated.
Please correct me if I am wrong.
Recent Comments