drupal file sharing [closed] - drupal

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 finding a drupal module to enable file sharing between users, somebody know someone???

I've been investigating the same thing, and there are a number of options, based on your requirements:
You can use node attachments, as described above.
You can use the FileField module, which would give finer grain permissions.
You can use the WebFM module for a more file-system oriented approach.
Or, you can go whole-hog to a document management system and integrate KnowledgeTree or Alfresco.
I think I'm leaning toward FileField for simplicity, although I've thought hard about going full DMS.

You'll want to have a look at the /admin/settings/file-system page and then enable the Upload core module (/admin/build/modules) I assume, otherwise, you'll need to clarify your question.
Drupal is not the application for p2p sharing.

Related

Symfony2 and flat PHP CMS [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've got a CMS which I have been building over the last couple of years which is pretty big and does what the website needs perfectly. I'm about to re-build the frontend of the website using Symfony2 and was just looking for re-assurance that I could use my existing CMS which has no Symfony2 components and is pretty much flat PHP with a Symfony2 frontend? I will probably even put the CMS on a subdomain of the website so the website files will be completely separate but would obviously share the same database.
Yes, there's no reason why you wouldn't be able to do this. You'd want to be careful of things such as result caching though as values may be updated in a completely separate system that wouldn't invalidate the cache.
Have you considered just using Silex instead if this is just for the frontend? It's much more lightweight so should provide better performance.

Free ASP.net tool for scheduling [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 Free tools for scheduling tasks in ASP. Net C#.
I tried with ASP. Net Calendar control, But it's not too flexible to handle all the aspects of requirements. Say Calender events based on Users, Based on some external types, etc. May be I need to learn some sort of AJAX before doing the experiment with Calender control.
Before that, Is there any free tools available? So I can plug-in that directly with little modification or configuration?
Thanks in advance :)
Use DayPilot Lite. DayPilot Lite is an open-source version of DayPilot. It is helping thousands of users to build calendar, personal scheduling, and resource booking applications.

how a group of programmer work together on a server? [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 a student and I'm currently doing senior project. I'm required to work on the application control or application platform to let a group of programmer work together on a server with the security. I would like to know how a group of programmer work together on a server and how to work using visual studio 2010 on a server.
Thanks
First of all you have to use a version control system for your code such as SVN, which is one of the most popular.
There are also some other popular systems like GIT. You should try them both and see what fit your needs.
You'll probably want to create user accounts for each programmer on the server and allow them ssh access. Look into git for project version control.
i recommed your download here !

What's the best system integration approach? [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 want to actually know how big systems like Google, Yahoo and... using system integration to integrate their software (Google Plus, Google Video, Google shop and ...)
For example at the first time I just Login to my Google account and in all other software I have my account and I don't need to create or Login to other systems separately.
In our company we have many software like Accounting, Call Center etc. and we want to integrate our software to have a dashboard and single signing system for all software.
What's the best apprach for system integration?
You need to implement SSO (single sign on) for all the apps.
In this case your all the apps will change their login mechanisms respectively.Every thing will be taken care by a new application which will manage the stuff for all your apps.
See this for more details.Reference

Recommend a source for ASP.NET templates? [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 going to build a basic small business site for myself and would like to get a head start with a quality ASP.NET template and don't mind purchasing one.
Can you recommend a reputable site I might check out for this?
not specifically asp.net but http://www.themeforest.net have some good themes which could easily be used in asp.net
I think you would need to know what exactly you are going to do. If you are just after a web page template then look at a css web page template
If you are planning to have some sort of specific functionality and interactivity then how about Kentico which is a CMS system.
Failing that, there are a good few choices if you download the Microsoft Web Platform Installer
Regards,
Dom
Although Wordpress is used more for blogging and not asp.net, I like the aesthetics of its available themes and you can easily port them an asp.net:
http://wordpress.org/extend/themes/
Not a template site, but this gave me ideas and inspiration:
http://ecommercegallery.com/

Resources