This is semi-programming related. I’m working with more than 1 person on a website. And its really hard not to mess up each others work by downloading/uploading the wrong file to FTP. So we started using dropbox, which auto-syncs the files. It’s not perfect…
How do you work with multiple people? Is there something like Google Docs, that has live editing? Or any other neat solutions?
I would look at a source control system. They allow multiple people to make changes to the same project and also allow you to see/undo changes that have been made. SVN or GIT are the two most popular right now.
Tortoise SVN – http://tortoisesvn.net/
Git – http://git-scm.com/