Browser compatibility issues resolved

March 11th, 2008

I was able to resolve some issues with the Safari (beta 3) and Opera web browsers. They should work a little better now. Firefox and IE are still the preferred browsers, but Opera and Safari are at least mostly working now. You may have to clear your browser’s cache to see the changes.

Collabedit launched!

March 8th, 2008

It is often nice to get another pair of eyes on your code. Collabedit is my humble attempt to create the ideal tool for this, a browser based real time collaborative source code editor.

With collabedit not only can people see your code, but they can edit it and you’ll see the changes immediately as they are made.

The main features are:

  • Real time collaboration, changes appear remotely as you type
  • Any number of users can edit the same document at the same time
  • No login required
  • Syntax highlighting for most common languages
  • Documents are automatically saved as you type

Give it a try. Simply go here, paste your code, select your language, and send the unique url to whoever you want to share with.

Let me know what you think.