Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Does anyone know of a good free alternative to Project Place?
Check out Project 2 Manage.
Project2Manage is a free hosted project management solution that virtually anyone can use.
It’s FREE!!!
Helps keep projects organized
Assign multiple levels of permission to different clients & users
Manage your projects from anywhere
Manage unlimited projects
Post Messages to keep everyone up to date
Manage Tasks with To-Do Lists
Create Milestones to stay on task
Collaborative writing with Spot2Jot
Is that what are you searching for?
There is a free version of basecamp that allows only a few developers to use the software. It is limited to just one project and doesn't have all the bells and whistles as other software, but it works. I'm not sure if it will replace Project Place, however, because I have never used Project Place.
Hopefully it has the same features. If not, then good luck in your search.
Check out http://www.MinaProjekt.se, a Swedish collaboration site without any charge. Kindly hosted so no installation required. You are up and running with your project in no time. Support many types of online projects. Welcome to try out today!
you can check out projectpier.org or redmine.org for good alternatives
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
So I am doing a small project with my friends, and we are making like artlist.io website (ish) it needs to accept payments from users, paying members to have an unlimited download of our audio files, but non paying members should be able to listen to the beats/sound effects, just not have access to the download.
does anyone know how you would do this, and what plugin you recommend (does not need to be free)
I have looked over MemberPress and few others but no one from the support is willing to answer, and I don't want to pay for something that might not work.
hopeful to get some answers!
If I understand your question correctly, any membership plugin will be able to meet the requirements that you have. I've recently done some similar projects using MemberPress, and it's good. PPM is also a good choice. You might require some coding for doing exactly what you want. Otherwise, any membership plugin will do.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I have an engineering website made in Visual Studio / VB / .NET 4.0. I'm looking for an application that can act as a knowledge base for questions and answers engineers might have regarding machine vision.
The best idea I can come up with right now is to make a simple FAQ, and then have a form-mail on a separate page that gets sent to me when an engineer has a question. This way, I could pass on the question to an engineer, and he/she could answer it, and I'd put it up on the FAQ.
Example: Q: Is there a multiple-camera system for bead detection?
A: Yes, you can look at the USS Bead Tracker in conjunction with PPT software
I'm not great with databases, know nothing of MVC, but here's the one solution that seemed best: FAQ Knowledge Base and then I could have a page set up with form mail that gets sent to me when someone has a question they want added to the knowledge base.
Am I going about this the right way? Any guidance or suggestions would be greatly appreciated!
FAQ are typically set up with the an admin asking a question then providing an answer.
I think a forum might be better suited for you. Where a user ask a question and a moderator can answering them. There a plenty of free forums available that can be set up to send emails as well.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
We have a team of 3 Windows developers and we are currently discussing technical features on IM or email. Issues are discussed and then there is usually a final decision.
We want to have a forum-like environment (e.g. phpBB or other more developer centered solutions), where we can discuss issues in a structured way. Here is what we are looking for:
A forum like place where posts are submitted under a topic
HTML,links, videos, pictures in posts
It shall be possible to upload docs and images
Good and preferably fast searching topics (some PHP forums are really slow about this.)
Shall run on Windows Server
Secure (shall not be too easy to hack)
Any suggestion is appreciated.
Thank you
Paul
More startups prefer to use already hosted solutions for their projects, it will cost less money and time.
Checkout Assembla features and subversion hosting offer for sharing source code.
Perhaps you want to check out Basecamp?
Or set up a wiki of some kind, those are more useful than forums in my experience.
Maybe this one fits your needs, i always liked it
http://incubator.apache.org/wave/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
What are tools you would recommend for analyzing VPS performance? Specifically I run several Wordpress blogs on a VPS and would like to find some tools to help me find issues worth looking into (so I can address them).
I use New Relic for getting some data on where to focus some attention on our Rails applications and find it very useful.
I have a feeling there might be issues with memory use. I would love to see something that showed memory use over time so I could see what my memory use looks like. I am considering upgrading the VPS and this would be one useful piece of data.
"top" is always a good place to start in the terminal.
but http://scoutapp.com/ is a really good monitoring app, and easy to implement on vps servers
Try Munin, is a great monitoring app with a web interface, http://munin-monitoring.org/
cloudstats.me
works free for three VPS
New Relic has a free server monitoring service that will show you CPU, memory, network I/O, disk I/O, and disk capacity, as well as a process list a la top.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am more familiar with the Microsoft stack and I have some knowledge with ASP.NET and SQL.
What is the best open source platform to learn and create a dynamic website with, focusing on the back end?
PHP for the website development
MySQL (or PostgreSQL) for the database backend.
All are open source.
There is no such thing as the "best open source". There are many good ones that'll suit different programming styles and personalities.
Some of the more popular couple of open source languages for web development today are:
PHP
Ruby
Python
Some of the more popular couple of open source databases are:
PostgreSQL
MySQL
As they're free, give them a spin and see what you prefer.
Try to start with the dasBlog. you can see more information about this project and a lot more here and videos here
The two most popular open source webapp platforms at the moment are Rails and Django. They are both awesome, and a joy to work with.