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 7 years ago.
Improve this question
I have to create marketplace where a user can create content and other users have to pay to view this publish content . I am confused between ubercart and drupal commerce . Do you know
which is best to use from these two modules.
Here is a great comparison of the two.
This is a good option should you choose Commerce as Commerce Kickstart it sets up a lot of the common configurations that you'll need and be setting up anyway.
I find Commerce to be more flexible and have greater support when it comes to UI, managing products and payment configurations.
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 1 year ago.
Improve this question
I'm trying to understand when I should use CMS like WordPress and when to use a single page application framework like React and Vue when creating a website. Any help?
WordPress can be used without any (barely any) coding skills. It's also a fast way to get a templated website running. If you don't know how to code, don't have a lot of time, and have a simple site, use WordPress
If you have coding knowledge, have time, and have a complex application, you won't be able to use WordPress, and you will find that out quite quickly.
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 2 years ago.
Improve this question
Hello Guys I am creating porfolio website for an Animation Studio.and they waana add some vidoes on their portfolio website.. I am using ReactJs for website. Do i need any kind of clousd-storage for storing videos,or i just put vidoes inside React project,Kindly help me..
Hosting videos yourself is always tricky. Due to bandwidth limitations, it would buffer a lot and depending on the amount of traffic, the cost could go through the roof as well.
I have done a similar site previously using Gatsby and hosting the videos on Vimeo or Youtube.
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 creating a web Application with node js,angular,mysql and and express.Application contains different type of record which i have to manage.
So what do i use Single Page Application or Multi Page Application.
To me it comes down to preference and how much work I want to put into my application. Since you are using Angular, I think having the luxury of doing a single page application is great because load time is minimal.
If you take the multi page direction I would suggest ditching Angular and serving files from the server. The benefit of that is that you don't have to handle two applications.
I would use Angular because single page applications are very user friendly right now.
Good luck with your decision.
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
Particularly interested in App Engine related measures.
Not striving for completeness, but you might want to avoid using urlsafe-encoded keys in URLs or as hidden form fields, since knowledgeable users can easily decode these and possibly construct ones that they shouldn't be allowed to access.
You might also want to audit your app.yaml file to make sure that the http and login settings are as they should be, e.g. admin-only pages are protected with login:admin (and probably admin pages should require http).
Other responders might have specific suggestions for issues concerning the webapp framework.
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
Can any one point to resources for internationalizing a web application using CakePHP.
Opinions differ, but I personally feel that the documentation for CakePHP on i18n is not up to the mark [please don't post your opinions though].
A full blown example will definitely be quite handy! Any resources?
You can look into the source code of a available cakephp application (maybe croogo)