I work with another developer on projects and sometimes we are chatting about them via IM. We can dropbox stuff back and forth, but it would be nice to have like an interactive version of pastie / google docs where we could see the same code and edit it together with syntax highlighting.

I know Cloud9IDE has something like this, but I am looking for a real-simple, realtime (if possible), shared textarea with PHP syntax highlighting. Does that exist?

UPDATE This is what i was looking for: http://collabedit.com/

link|improve this question

feedback

6 Answers

up vote 1 down vote accepted

http://collabedit.com/

is probably what your looking for.

link|improve this answer
oh this is really awesome. thanks. – cwd Jun 11 '11 at 23:51
feedback

This seems like a great solution: http://phpanywhere.net/overview/

I haven't tried it, They should have real time collobration soon, but you can share and work on projects togheter with this.

link|improve this answer
feedback

ShiftEdit will be helpful in this case.

link|improve this answer
feedback

I find github is pretty cool for collaboration between developpers. This is a very personnal opinion though, some of the friend developpers I have never got into using git so that is a show stopper with this platform. It may not be what you had in mind, though.

link|improve this answer
do they have a live code editor? – cwd Jun 11 '11 at 22:28
No, unfortunately my answer does not address this requirement asked your answer. Sorry. Still a great platform, though. – stefgosselin Jun 11 '11 at 23:49
Though to be fair none of the answers seem to offer real-time code editing and sharing capabilites. – stefgosselin Jun 11 '11 at 23:53
feedback

Don't know about the realtime-edit, but have look @ https://join.me/ to share screens

link|improve this answer
feedback

Don't forget codepad, it allows your code to be tested online.

http://codepad.org/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.