content management system
Questions tagged [cms]
74 questions
34
votes
9 answers
Can non-IT people handle a wiki?
My company is looking to improve their market research data management.
Current data management style:
"Hey Jimbo, where's that picture of our WhatZit 2.0?
"yeah I remember that email about that company from that guy, gimme a few minutes to search…

Drew
- 1,283
- 11
- 17
29
votes
3 answers
How to promote an open-source project?
First of all, I apologize if this is the wrong section of network to post this question. If it is, please feel free to move it to more appropriate location...
Question: I would like to hear your ideas regarding the ways of open source projects being…

Gelmir
- 391
- 4
- 4
24
votes
3 answers
When (and when not) to use Wordpress?
For the sake of simplicity, my question is focused specifically on Wordpress instead of focusing on all Content Management Systems including Joomla, Drupal, Concrete5, or you-name-it.
Wordpress is becoming ever more popular. You can extend it's…

HK1
- 807
- 2
- 7
- 14
23
votes
9 answers
Should I build my own CMS or rely on a pre-built one?
Related: As a beginning programmer, should I favor building my own libraries over using 3rd-party libraries?
As an intermediate to advanced level PHP web-developer and a young one at that (15yrs.), should I build an entirely new CMS for my website…

Alex Bennett
- 349
- 1
- 2
- 6
23
votes
3 answers
What is the purpose of this apparent self reference in C#?
I am evaluating an open source CMS called Piranha (http://piranhacms.org/) for use in one of my projects. I found the following code interesting and a bit confusing, at least to me. Can some help me understand why the class is inheriting from a base…

Xami Yen
- 379
- 2
- 7
15
votes
2 answers
What's the difference between CRM, CMS and ERP
I know that CRM stands for Customer Relationship Management, CMS stands for Content Management System and ERP stands for Enterprise Resource Planner. I would like to know what each of things does best and which scenarios they are used in. So basic…

Nitin Venkatesh
- 251
- 1
- 2
- 6
13
votes
6 answers
Why choose an established CMS as opposed to building one from scratch?
A lot of my research over the next few weeks will be into different CMS's. I've already had a brief look at episerver and umbraco. While reading into these systems I can't help but think that providing content management features are achievable…

SkonJeet
- 377
- 1
- 3
- 11
10
votes
4 answers
Why don't public web applications use ini files for configuration
Almost every public CMS out there uses a .php configuration file for the database settings and so on. For example WordPress automatically creates a .php config file when you install it.
Why don't they just use a .ini file? PHP already has…

thelolcat
- 111
- 1
- 4
9
votes
7 answers
Website development from scratch v/s web framework
Do people develop websites from scratch when there are no particular requirements or they just pick up an existing web framework like Drupal, Joomla, WordPress, etc.
The requirements are almost similar in most cases; if personal, it will be a blog…

Ali
- 1,222
- 2
- 13
- 27
7
votes
1 answer
What are some easy-to-implement scaffolding systems?
Often when stating a new project I'll require a "quick 'n' dirty" content management solution.
Ideally something that can read my database schema and generated HTML forms.
Previously I've used; phpMyEdit and phpMyAdmin but they are lacking is key…

Richard Stelling
- 2,061
- 2
- 18
- 16
7
votes
5 answers
php CMS from scratch vs open source
Problem: We have to develop a CMS for our sites. The sites are kind of different, but they have common parts. We need to use our external user system and permissions, the menus are different for each of the sites, the forms are posting to a 3rd…

rungurean
- 83
- 4
7
votes
3 answers
Difference between a CMS and a Web Development Framework
The web world is flooded with CMSes. Some tout their CMS as Web Development Framework. Some say it as Content Management Solution and nowadays i m hearing Content Management Framerowk.
When we hear "Framework", it sort of sounds like more complex…

Paras
- 203
- 1
- 3
- 6
7
votes
1 answer
If multitenancy is a priority, should I store site content in the database?
I have a multi tenant ASP.NET MVC website and all client specific text is stored in resource files. Every time someone wants to change text I have to jump through hoops and fill out forms and let someone else put it in production. This was fine…

Gary Green
- 73
- 3
6
votes
7 answers
Who is a CMS really for?
I have started lately discovering Content Management Systems, and I was wondering, who is really CMS for?
What I mean by that: is it only for companies, small businesses or individuals, that pays a contractor to make a website that it's users can…

Eirc man
- 125
- 1
- 5
5
votes
3 answers
What do you do about content when someone asks you to build a website
I am an experienced asp.net developer and asp.net mvc and I have my own CMS that I have written but starting to think there should be another approach.
When someone asks you to develop them a website how do you develop it so that they can add…

Jon
- 227
- 2
- 7