Posts Tagged tools
Collaboration Tools
Posted by Prentice Wongvibulsin in Development, Technology/Computers on May 4, 2009
Collaborative Editors
EtherPad (http://etherpad.com/) – Great for editing plaintext documents (or latex).
CollabEdit (http://collabedit.com/) – Great for editing source code. Has syntax highlighting for several common languages.
Collaborative Whiteboards
Imagination Cubed (http://www.imaginationcubed.com/) – Great for just sketching ideas
Dabble Board (http://www.dabbleboard.com/) – Great for working collaboratively on diagrams, etc.
Mercurial
Posted by Prentice Wongvibulsin in Development, My Projects, Programming, School Related on April 1, 2008
For a class I’m taking next quarter, I was looking for a lightweight repository I could host on my shared host which would replace SVN. I came across Mercurial and after playing around with it a bit, I think it may prove to be a very powerful tool. This tool will work well for this project because there will only be two people working on the project and the complications of using SVN will only inhibit productivity. The big idea for Mercurial is getting rid fo the central repository. Instead, each client “clones” the repository and works off their own local repository. When they’re done making changes, they “push” their work back to the central repository. When changes have been made by other users, you “pull” those changes. see the quick start.
![]()
The key feature I really like about Mercurial for this project is the fact that it is very lightweight. It works without having to modify Apache! This allows me to use my shared host to host my repository! Something you can’t do with SVN. All it is is a CGI script. See our repository: http://www.prenticew.com/hg/evil.