Say Hello to Realtime Collaboration
41–47 of 47 posts
Re: Say Hello to Realtime Collaboration
#42I'd love to use this for teaching HTML but I can't ask my hundreds of teenage students to all create accounts...
Collaborative isn't a must, anything with syntax highlighting and real-time previews will do.
Re: Say Hello to Realtime Collaboration
#43Is there anything similar to this that doesn't require registration? I'd love to use this for teaching HTML but I can't ask my hundreds of teenage students to all create accounts... Collaborative isn't a must, anything with syntax highlighting and real-time previews will do.
Secondly, it's not a must. Only you can register and share the collaboration URL with your 100s of students.
They can collaborate if they want to, or you can teach them in "Teacher Mode" - registration is not a must!
Hope that clarifies your doubts :)
Re: Say Hello to Realtime Collaboration
#44Is there anything similar to this that doesn't require registration? I'd love to use this for teaching HTML but I can't ask my hundreds of teenage students to all create accounts... Collaborative isn't a must, anything with syntax highlighting and real-time previews will do.
Re: Say Hello to Realtime Collaboration
#45Re: Say Hello to Realtime Collaboration
#46This needs to override JavaScript commands to keep it from malicious use. For example, to override alert() do this: (function() { var proxied = window.alert; window.alert = function() { // replacement code here // call original function: proxied.apply(this, arguments); }; })();
Either do it properly or not at all.
Re: Say Hello to Realtime Collaboration
#47Random thought: Imagine if you could see comments on sites like HN being typed live (and the effects that would have on discussion).