9 August 2010 0 Comments

Beginner’s Guide to CMS Made Simple 1.6

As a web developer I use a variety of Content Management Systems (CMS), either a bespoke solution I develop myself or more commonly an off the shelf (normally) Open Source platform. I’ve been using the excellent CMS Made Simple for a couple of years now with great results (don’t let the “simple” in the name [...]

14 October 2008 1 Comment

CMS Made Simple WYSIWYG table outlines

CMS Made Simple is a great content management system.  It’s free, easy to get to grips with, quite powerful and the forums are fairly helpful when you need help. There are obviously quirks with it (as there is with all off the shelf software) such as tables inserted within the WYSIWYG editor lacking any outlines, [...]

12 September 2008 5 Comments

Page redirect with CMS Made Simple

If you’re scratching your head on how to get an HTTP redirect with CMS Made Simple, then save your scalp and scratch no longer! All you need to do is create a User Defined Tag (UDT) within your CMS MS admin (Extensions > User Defined Tags), call the tag “redirect” and paste the following code: [...]