- This topic is empty.
-
AuthorPosts
-
December 9, 2013 at 6:20 am #157991
Tim Rourke
ParticipantHey, guys!
So I’ve been working on my company’s web site for a while and I’m nearly ready to deploy. I started it in WordPress but eventually took it out of WordPress and rewrote it in straight PHP because I was barely using any of the blog, comment, and dynamic content features WordPress provides.
Now it’s SO MUCH easier to write this site from a development point of view because I don’t have to manage a database, and I assume going without WordPress means less overhead, faster loading, and less security concerns.
Am I nuts to go without some sort of CMS or static site generator? Is this a totally anachronistic approach to web development? What would WordPress do for me that I’m not aware of in the background?
A bit of context here:
The site is basically some typical brochureware with maybe 10-15 pages. Also, please note: this is totally my first real web site. There’s a lot I don’t understand, so I’m hoping for verbose arguments and lots of devil’s advocates. Just assume I have no earthly idea what I’m doing. : )
Thanks!
December 9, 2013 at 11:11 am #158001TheDoc
MemberIf you think WordPress is overkill, it probably is. Having said that, not all CMSs are as heavy as WordPress. I’ve really enjoyed working with Kirby CMS. It sounds a lot like what you’ve got already but it comes with the added benefit of being able to install a panel that users (or clients) can access and edit content from the browser using Markdown.
December 9, 2013 at 11:37 am #158003Senff
ParticipantWordPress is not just a system to manage content though. It’s also a templating system, which can be handy if you want to centralize stuff that appears on many pages (like headers, footers, sidebars) and you think you may want to change that at a later point in time.
December 9, 2013 at 4:39 pm #158023December 9, 2013 at 5:27 pm #158032Alen
ParticipantShould I use WordPress for a static site?
No.
From business perspective this question is silly at this point in the design process. All you’ll end up doing is wasting time (money) now.
Whether you should use CMS or not should have been ironed out before design process started. And should have been included in project requirements.
The site is basically some typical brochureware with maybe 10-15 pages.
Plain HTML/CSS + JS (if necessary)… hand over the project and be done with it. Don’t contemplate any further.
-Alen
-
AuthorPosts
- The forum ‘Other’ is closed to new topics and replies.