vote up 1 vote down star

As the title says, what would you guys like an a complete CMS? Both as a user and as a developer.

My current idea is to implement the whole thing in C#/ASP.NET MVC 2 and use StructureMap to load new componentes/plugins during runtime, so people can drop a pluginaName in the ~/Plugins catalog and have that loaded. But what I want you to suggest is what more stuff you would like to see in a CMS.

flag
Such a question should be community wiki, shouldn't it? – jpmelos Oct 25 at 16:32

5 Answers

vote up 2 vote down

Keep it simple and remember your target audience. CMSs targeted at pseudo-developers require a different structure and feature set than those targeted at marketing/sales types. The latter need strictly-enforced page structure and a very quick and easy interface - IMHO should be little more than a navigation editor (pick where content lives within the site) and a text editor/upload method.

I've seem CMSs that require you to upload images, style sheets, etc into an asset manager, pick a page template, create new instance of said template, edit text directly within their editor (or cut and paste, typically into some custom text/html editor that is severely lacking) and reference assets by some asset ID with a special tag. Others go so far as to allow (or require) the editor or administrator to set individual permissions on each of these, etc. The worst case I've seen, with Red Dot, required nearly an hour for an experienced user to add a basic page. That is unacceptable in a CMS.

UI design is crucial in a successful CMS.

Also ask yourself - with so many on the market, why write another one?

link|flag
I want to create it myself because if it sucks, it's my fault, not anyone else. Also, I haven't really found any CMS that are really really good, they all suck in some way. Most of them are created in PHP, which we all know, isn't a very good language/framework. The ones in ASP.NET are written with Webforms and the ones in ASP.NET MVC, well, I haven't seen any. I want to create something that is highly component driven and advocated good design (Code-wise). – Kim Johansson Oct 25 at 16:30
Are you planning to make it open-source? At my current job we are right now working on an ASP.NET CMS using the Cuyahoga project's code base (cuyahoga-project.org). Have you tried this framework already? – jdecuyper Oct 25 at 18:23
1  
As a committed ASP.NET developer, I have to grudgingly say that PHP isn't a terrible platform - there are many very good applications developed in PHP. A good developer can write a good app in any language, and a bad developer will write a bad app no matter how good the tools. Still, weakly-typed languages are not at the top of my list of "Oh,goody!". Focus on your UI and overall design, not on the infrastructure (at least at first). – David Lively Oct 25 at 22:22
vote up 0 vote down

It would be very nice to have high level of plug-ability, and friendly look and feel. Do not concentrate on current needs, try to left a space for some future plug-ins, that will give you a space to be very fast in development and faster than concurrence.

link|flag
Well, the whole thing is gonna be plugin-driven, just binary drop-in in a folder and it's discovered runtime. – Kim Johansson Oct 25 at 16:42
vote up 0 vote down

I think working various of databases is important.

link|flag
Could you explain this a bit more? You want it to be able to use different kinds of database engines? Well, I use NHibernate in all the database stuff, and plugin-creators should be able to choose any database they want to. – Kim Johansson Oct 25 at 23:32
That's great! Really great!. I did not know you are using NHibernate. So everyone can choose different database applications. Because if someone wants to install you CMS application they have various hosting solutions. If you choose MS SQL Server they must find a hosting solution which includes MS SQL Server support. But they can choose MySQL for saving some money. I mean TCO is a big point at people's decision process. – Erkan BALABAN Oct 26 at 6:12
vote up 0 vote down

Different type of users handle CMS. If the CMS can provide different UI for different users (roles) and make it more easier for the non-techie users and at the same time gives more power to the techie users I think its a big success. We more often the CMS either too techy for non-techie people or else find it less flexible for the tech users.

link|flag
vote up 1 vote down

I would like people who want to write their own CMS to consider working on an existing open source CMS instead. Instead of lots of people doing their own thing, wouldn't it be better to collaborate and pool resources, talent and effort?

If you want to work in ASP.NET MVC then consider joining the umbraco team and contributing toward Umbraco 5.0 which will be asp.net MCV based.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.