one CMS for multiple domains under one web host provider? [closed] - content-management-system

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
could anybody recommend free CMS that
is preferably part of SimpleScripts or could be installed let's say with BlueHost shared hosting environment
can handle multiple domains using one database/interface/CMS application. Every domain will have similar yet different content. I would like to have list of records in the CMS application that I place rules on based domain name. So one record would be displayed on domain1.com, record2 on domain1.com and domain3 etc etc.
would be plugin ready
easy to use,set up,
reliable, fast to serve user requests
big community
did I forget anything? :-)

Drupal with Domain Access module handles this task very well.

Related

In Zend Framework 2 RBAC or ACL. Which is recomended? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am about to implement access control in my ZF2 project. I am checking both RBAC and ACL.
Which one would be best suited over the other? and why?
And which one would be supported well by Zend in the future?
I googled it, but couldn't get answers.
If you use ZF2 ACL probably you have to do a few other things like put in place firewalls, load ACL configuration and setup rules etc.
I was quite happy with ZF1 ACL but a bit pain was to setup and keep up-to-date resources (in our case model/controller/action).
In ZF2 you should use routes - routeMatch or Controller match. I found quite useful ZfcRbac which is quite similar to RBAC but it does extra few bits.
It might be easier to start there.
ZfcRbac

First facebook-app: Hosting and Framework suggestions [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I'm planning to do my first facebook-app.
The core of the app would be to choose certain photos from your profile and show them to others users (of the same app). My background is more on the C++ side and low-level programming.
I want to know your suggestions for the following:
1- Which hosting do you suggest? I have read about google-app-engine and Heroku, however I am not sure which one fits best for a free plan until it grows to a significant number of users.
Heroku seems great for a beginner since they give you a sample code, but I am not sure about their databases and their scalability while being free. From here I understand that I have only 5 mb of databases for free which seems too little... right?.
And one more thing: I'm assuming is possible to show photos from others users directly from facebook without hosting it
2- Which framework and language do you suggest given the core of my app? It is not a sophisticated app, so I want to do it as fast as I can without many technical troubles.
Thanks in advance
I think Heroku is good choice for you. http://devcenter.heroku.com/articles/facebook

Zend Framework vs Drupal, or is the argument silly? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
My friend thinks that Drupal is a much better framework than Zend, I however, think it's an unfair comparison. What are your thoughts?
They are two different products altogether. Drupal is not a framework, it is a Content Management System. This allows for distributed publishing, workflow and much more. It can be extended through plugins to provide additional functionality.
Zend Framework is a web application framework. It gives a common set of tools, services and code that can be used to build a site. It does not give you a site unless you put these items to some use first.
Think of it this way:
If you wanted to build a Content Management System like Drupal from scratch, you would use a Web Application Framework like Zend Framework to shortcut a lot of the standard elements you would need such as session management, email, database abstraction layer etc.

Facebook Status Logger Application [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I need to either use or develop a Facebook logger application to track the status updates (or posts) of 100 company employees who are overseas in a sensative country (where each is a friend of my 'dummy' user). The reason is that they may unintentionally post sensative information and compromise our business venture.
I am in the process of trying out ThinkUp (link), which seems like overkill but a workable solution. What other secure tools are out there?
you can consider to write your own app, run that by using the dummy user's credential/toke,
the app can then periodically scan for the friend's status/posts.
A summary email/page can then be formatted.

Where to deploy the Web Application? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I have made a Facebook application (using C# and ASP.NET + SQL server), which is hosted on my localhost. Is there any other place where I can deploy this web application, so that it can be accessible from anywhere on the internet.
What changes should be made in the connection string, while deploying this on the internet???
Shop around for some web .Net hosting.
Looking for free web hosting of your .Net app? Try monoforge. It's very unlikely to find free web hosting for Microsoft based products. It costs money. So, my advice is to try to retrofit your app to Mono and have it hosted on MonoForge.
You will need a web server/host supporting ASP.NET and SQL server. There are a plenty of options available.