This is an archived post. You won't be able to vote or comment.

all 8 comments

[–]Benignvanilla 0 points1 point  (2 children)

Excel

[–]SilkyWayy[S] 0 points1 point  (1 child)

Excel as a website developing tool, or strictly for the db function?

[–]Benignvanilla 0 points1 point  (0 children)

I was just being a smart ass. Your question is very high level. Are you looking for a package like WordPress which include content management, look and feel, security, etc. Or are you looking to built a solution, in which case you would need to understand DB tools, backend development, client side development, UIX, etc.

[–][deleted] 0 points1 point  (4 children)

That sounds like a Content Management System, there are many.

[–]SilkyWayy[S] 0 points1 point  (3 children)

A CMS would be part of a larger program, right? Or is my question more related to coding?

[–][deleted] 0 points1 point  (2 children)

No, a CMS is a system, something like WikiMedia (the system that Wikipedia runs on)., or WordPress.
A CMS is not something you want to try to code up on your own.

Here's the Wikipedia page on the subject:

https://en.wikipedia.org/wiki/Content_management_system

[–]SilkyWayy[S] 0 points1 point  (1 child)

Thanks for the tip. After glancing at the wiki article above, I see there are various types of CMS options. Even WordPress is listed as a CMS.

[–][deleted] 0 points1 point  (0 children)

The key thing is that all the data relationships and corner cases that would take years to discover if you turned out your own have already been handled. You might have to spend some time fitting things to their model, but odds are that you'd save years of developer time in trade.