Hacker News new | past | comments | ask | show | jobs | submit login
Ask HN: Web CMS vs Framework vs Custom Build?
6 points by woodylondon on May 31, 2013 | hide | past | favorite | 4 comments
I am looking to build a web front-end for a database (mysql) that can add / edit / delete records. In the old days (7 years ago!) I would just knock up a ColdFusion site, connect to the database and start building pages along with a user auth, session management, logging etc. A lot of copy / paste!

This web app needs to edit content in a database which is then synced with a mobile app so in some ways its a CMS, just not a web one. A client will be editing the content so I want to make it look nice / easy to use.

I was wondering if a "custom build" is still the best approach, maybe using PHP, Python, Ruby etc rather than ColdFusion which seems to have died a death.

Would using one of the CMS (Drupal, Joomla, Wordpress) help remove a lot of the initial effort? The CMS seem to be more geared towards editing web content, and although you could get them to do anything are they really the best option. Or is there a more general web framework I should look at? Django etc

The other thing I was wondering if there was a smart tool that could point at a database and auto create the website for you either in code or as an application ? Kind of an Access database form from the web.

Ideally the UI would nice and clean (Google etc), and was looking to find a drupal / joomla theme that would fit the bill but not found anything quite like what I want. So guess I would need to hand craft something.

I have spent the last few years doing a lot of mobile development, and the web world has certainly moved on so any advice would be a great help.

Thanks




Silverstripe (SilverStripe.org) seems to be a great Framework and a light CMS. Maybe that one could fit your bill?


I have a very hard time believing that building your own custom CMS is the right direction unless there is a very specific business justification, or valuable feature that does not exist and cannot be added to an open source project that is already been created.


Take a look at Django-CMS (https://www.django-cms.org/en/) if you are interested in Python.


I prefer, a lot, writing my own.

Simplicity and clean understanding of the code always beats an APi with 3000 lines of code behind it I have never read

Then again I'm not typical




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: