Earlier quoted context omitted.
It's not bad once you get your head around it. Sure, it's not buzzword compliant (MVC, TDD, ORM OH MY!) but for what it is, it can be pretty compelling. My primary job for the last 2 years has been developing a Drupal site for a group of daily newspapers with monthly page views in the low 8 figures. We were in a situation where we had to get a site up quickly (Our small group was bought off from a much larger conglom…
I really don't doubt that for many people it has its place, as evidenced by your experience, but the moment you want any semblance of interactivity (at which point you can argue that a CMS is the wrong tool for the job) or efficiency/optimisation, you're screwed. We've had different experiences, but I wouldn't touch it with a 10' bargepole, not any more. And I'm glad I've been managing to encourage my boss to start m…
WordPress has left the building
221–223 of 223 posts
Re: WordPress has left the building
#222All the things he listed that WordPress doesn't have are the reasons why I like it. With the exception of better caching/CDN integration, I like that WordPress is simple, straightforward, and super hackable with plugins and theme functions. A lot of people don't even know all the capabilities. Few know about the WP Transients capabilities, for example. They're quite powerful and useful.
Transients API is exactly what I've been looking for, thank you. The WordPress Codex is not really in a good shape I think.
Re: WordPress has left the building
#223Time and again, people want to use a hacked up blogging engine as a CMS and lament that it is not working. Use a CMS that's been around for more than decade which has all the features you want in a proper CMS (single sign on, WYSIWGY, multi-lingual support, a huge community of developers and service providers). ie., Plone -- http://plone.org
I also want it to be easily adjustable to arbitrary needs. This doesn't cut it. Also, Zope based. I worked with Zope building large portals from 2000-2004. Worked, but not a very pleasant experience.
Zope is just a datastore that happens to be well suited for storing documents. Bad things happened because people did too much magic with zope. "With power comes responsibility" etc.,