We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
  • I finally got the power adapter replacement for my PowerBook, and set up proper networking and set up the firewall to allow SubEthaEdit and Rendezvous. It works great! Not only can a programmer "announce" a shared document and share it over the local network, but it can be shared over the Internet as well! Each contributor chooses his color, and everyone else connected sees any changes he's made and can also see where his cursor is and what he has highlighted at the moment.

    People are using this for collaberative note-taking at conferences, paired or "extreme" programming, document editing, and anything else you can imagine. It's free for non-commercial use, and not at all expensive for commercial licenses. ($35).

    I've even used it as a chat system, since whatever everyone writes appears as it's being written on everyone else's copy.

    If you are a remote editor, you can save the document to your own hard drive, but the main document is the responsibility of whoever shared it in the first place; remote users won't be asked about saving if they close the document or quite SubEthaEdit. You can also share read-only, and there are a lot more options that I haven't even started to learn about yet.

    If there's anybody here developing mods and snippets and such, or working up documentation, on a Mac, maybe we could get together and play around with this.

    http://www.codingmonkeys.de/subethaedit/collaborate.html
      Studying MODX in the desert - http://sottwell.com
      Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
      Join the Slack Community - http://modx.org
    • Hey Susan!

      I'm a SubEtha-er myself. And the Rendezvous feature is really cool, although I've only used it once or twice as a teaching tool on how to write efficient CSS pages.

      Any luck on squeezing in some Ajax work on your local copy of SubEtha? wink Speaking of which, you might want to get a free account at tadalist.com to see it in action.
        Ryan Thrash, MODX Co-Founder
        Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
      • I'm working on it, but I still don't really have it under control. It usually takes me a while to be satisfied that I understand something. I'm sure everybody will hear about it when I actually do something with it :wink:
          Studying MODX in the desert - http://sottwell.com
          Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
          Join the Slack Community - http://modx.org
        • I think I've got it! Two links I'm finding extremely useful:

          http://www.mozilla.org/docs/dom/domref/dom_shortTOC.html

          http://www.devguru.com/Technologies/xmldom/quickref/xmldom_index.html


          I also have the developer's module added to Firefox which gives me a DOM inspector that is really indespensable.

          Ajax isn't really all that complex, the hardest part is getting your DOM references correct for handling the results.

          Maybe you could create a forum section just for discussing Ajax, since it will be playing a very large role in the reworking of ModX?
            Studying MODX in the desert - http://sottwell.com
            Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
            Join the Slack Community - http://modx.org