|
So far I've built all of my client sites using Wordpress. Mostly cause it's easy and the user community is huge. I can type most questions into the google machine and the first couple entires are all blogs with a post that is either the answer to my question or close enough that I can then figure it out. But, as of late I've been bumping into the limitations of Wordpress more and more. And I find that many parts of it are over developed and I feel they are trying to shield theme developers of having to know much about the architecture. In short, I've got a new project from a new client and I'd like to try something new. I'm willing to try any of the packages that WebFaction supports and may be willing to install something using a custom script (Pyramid anyone?). The site I'll be building is going to be an information resource and blog about a specific topic. If we get enough traffic from the content then the client would like to build a store out the site and sell products related to the topic. He has a number of topics and domains he'd like to try out so I see this code base being reused as well. I don't think I'd like to host ecommerce part of the site, but rather use shopify or yahoo stores, unless someone convinces me otherwise. I know this may sound like a "do my research!" question. I'm already leading towards Django or Pyramid, but if there are some fans of Drupal or Joomla who see those as better solutions I'm all ears. I'm really only interested in learning a new tool and having some fun with it. Your thoughts? |
Hi,
I'm a Python guy so Django would be the direction I would point you to. Pyramid is kind of new, the technology they are using has been around for a while but the conglomerate is new. In my experience, updating Drupal and Joomla to keep them secure is a necessary and needs to happen very frequently.
I got about halfway through the Pylons Book and was really enjoying working with Python and the Pylons framework. I'd like to become more familiar with it. But I'm thinking that Django may be the route to go for a content based site though.