TOTW: Etherpad.com
This week's Tool of the Week is Etherpad.com.
What it does:
Allows you to edit a text file collaboratively in real time with others. Each person's changes are highlighted in a unique color. The file gets saved to their server at a unique URL that you can share and reference. You can view past versions of the file using a "Time Slider". It's kind of like Google Wave, but easier to use... There is even a chat feature on the side of the page for off-document conversation that persists from session to session.
When you need it:
- When walking through or collaborating on some code with another developer
- When collaborating on a text document (like a list or something)
How to use it:
In case you blinked at the end, I had Firefox and Chrome both open and was editing the same pad from within the two browsers. It kept the edits in sync live between the two browsers. This would have been more apparent had I actually had them both showing, which I should have done, but didn't think about it until just now...
Using WinSCP and apachectl start to start your apache server
This post explains how to use WinSCP (or SSH/PuTTY) to start your Apache server using the apachectl start command.
This post is basically a tutorial for my n342 Server Side Programming course at IUPUI.
You will need to download and install WinSCP in order to follow this tutorial exactly. Also, the first time through you will need to set up and save a new server profile, but each subsequent time you can just select the profile you saved the first time and click "login".
View the Screencast (If it didn't show up above).
And, here's the simple text version:
1. Log into corsair (or whatever server you have apache install on) using WinSCP/SSH/PuTTY
2. Open the console/prompt/shell
3. Enter "apachectl start" (without quotes) and hit "Enter" to start the server
4. Enter "apachectl stop" (without quotes) and hit "Enter" to stop the server (Obviously if your goal was to start the server, you will want to skip this step...)





