Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I saw that Drupal 7 includes some kind of testing framework (I haven't tried it out yet since my existing sites are still in Drupal 6 and likely won't migrate any time soon). I want to test Drupal sites now,
Are there any problems if I use TestNG and selenium webdriver for testing Drupal sites?
If so what are the problems?
What are the best testing frameworks for testing Drupal sites?
No. A drupal site is just HTML like any other site
N/A
Not a question for SO. Find which one works best for you
Related
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 years ago.
Improve this question
I am senior PHP developer but I am beginner of wordpress. I am going to write a plugin for wordpress, I want it is easy to other wordpress developer in the world can customize it, that is most important point. So should I do the plugin with MVC pattern?
Thanks in advance!
It is not compulsory to write wordpress plugins in MVC , the best way to write wordpress plugin is in OOPS ( Function Base).
Normally, plugin developer prefers oops structure .
I will suggest you to quickly go through this plugin development guide development guide will help you in deep and you have much experience in php so it is easy for you to understand it very quickly.
I wish this may help you, thanks.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
Is it possible to mix frameworks?
I want to develop a site using Symfony but have been advised to use Kohana (with Boonex Dolphin) as it is the best for plugging in social networking modules
It is possible to mix Symfony Standard Edition with any other framework. It is not recommended, but it is possible. The most common situations when you need to do this is when you migrate your old code to Symfony and when you want a blogging system to handle the blogging part of your website (like having your website on Symfony and your blog on WordPress).
To achieve that there are many ways. One is to setup in Symfony a route that will work with the legacy code. Another one is to build an adapter over your non-Symfony application (or your Symfony app).
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I'm building a new site and I'm wondering if Ghost is a good solution since I need a website and a blog. Is Ghost just blogging software? Am I going to have to hack to pieces to get it to create pages separate from the blog.
Ghost is currently a blogging platform and a blogging platform only.
In the future they might go down the path to make it more of a fully-featured CMS, like Wordpress did, but I would not currently recommend using it in any other way than as a blog.
Sure, it's probably possible to do a full-fledged website in Ghost but it would without a doubt be a struggle and I would not recommend it.
I can see why your asking though, Ghost seems to have a lot of potential in its core values, not just as an blogging platform. :)
Cheers!
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I'm thinking of building my own CMS but I'm not that professional in PHP,
More advanced in asp.net
So if anyone knows the basics steps or has a tutorial for that I'll be thankful.
Regards,
Did you give Microsoft's blogengine a try?
You can find it at http://www.dotnetblogengine.net
They gave it a very nice site with lots of content on how to build your own asp.net blog-style cms. From there, you should be able to work your way to your very own engine.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I plan to start creating tomorrow interenet shop (Ubercart). I'd like to take the 7 version - lots of nice things. Can you tell me now start to create on drupal 7 or can only work with Drupal 6?
The Drupal 7 version of Ubercart is in alpha status currently. It's generally a bad idea to use alpha software in a production site, but if you plan on developing for a couple months you'll probably be okay. If you plan to launch in a week, version 7 probably isn't for you.