Wednesday, June 11, 2008

Cool New Service -- CushyCMS

 



A PHP associate shared this with me. This was a really cool new product on the web. It's free unless you want to brand the editor as your own, and then it's $28/mo USD (June 2008 prices).

http://www.cushycms.com/

Basically it lets you take any PHP page that may contain HTML or XHTML content inside, or any XHTML or HTML page, any Javascript file -- basically any text file that has HTML or XHTML tags inside. Then, you can add some class attributes on some existing tags, or wrap something in a DIV or SPAN or other tag and add the class attribute. Once you add that in and connect it to this FREE service and give it your FTP username and password, you can then export an interface to your client that's easy to use so that they can publish content to their own sites.

Now, here's a few catches where some of your clients may not like this:
  • If they are concerned about the FTP security. Although it encrypts the FTP information it stores in its database, it still could be a risk that a hacker could get this information and the way to unencrypt it.
  • If the service becomes extremely popular, can it scale to handle the load?
  • If the service runs out of cash and needs to start charging for stuff it gives away for free.
  • If the service is down and you are powerless to get it operational again for your client.
  • If your client wants excerpts for articles on their home page, and then the ability to create new article pages with a given page layout.
  • If your client wants an article archive with links for Previous and Newer entries, or a calendar to pick articles on certain dates.
  • If your client wants to be able to search for content based on title, author, categories or tags, or content.
  • If your client wants to view an image gallery for his entire site and see which images were used where on the site.
  • If you want paginated articles when they are too long.
  • If your client wants the power to create new page tabs on the site and add that content.
So, for those, you'll need a full-blown CMS, and my favorite one to recommend is TextPattern CMS (TXP, as it is called for short). Now, TXP has a lousy admin interface, and doesn't support standard markup of articles by default. However, two hacks have been created called Aeron MyAdmin and hak_tinymce. The first one, Aeron, takes the ugly CMS admin interface of TXP and makes it beautiful. The second takes the article editor and gives it a richeditor WYSIWYG editor.

And next to that, for ease of use, I recommend WordPress CMS, hands down.

TXP is great when you have a given XHTML template and you need to paste it on the site with not much fuss and then plug in CMS tags into it.

WordPress CMS is great when you don't have a given XHTML template and are willing to either purchase or download one from the web custom-made for WordPress, or to export the default one, edit it, and re-upload something geared just for WordPress CMS.

No comments:

Post a Comment