Re: online editor?

Re: online editor?

am 07.01.2008 14:36:44 von Thomas Subbelrath

dreen1@gmail.com schrieb:

> Does any one of you know about some kind of PHP IDE (or at least an
> editor with syntax highlighting) that works online? It would be
> absolutely great if there was something like Google Docs, but for
> programmers with at least some features normal IDEs provide (support
> for JS and HTML would be great too).
>
> Reason for such need (at least in my case) is I change computers
> often. I have all my stuff on USB stick, but each time I go somewhere
> I have to install php, apache, some editor etc. Would be great If I
> had these online.
>
> It could also be a set of tools for downloading and installing on some
> online webserver, I just want to not have to install anything locally
> and to be able to use these tools directly in the browser.

Why don't you upload the files you're working on on a webserver and then
edit them with an offline-editor via FTP?

Other possibility: Many webhosters habe vim installed, so you could use
it via SSH.

Re: online editor?

am 08.01.2008 11:18:33 von Taliesin Nuin

Thomas Subbelrath wrote:
> dreen1@gmail.com schrieb:
>
>> Does any one of you know about some kind of PHP IDE (or at least an
>> editor with syntax highlighting) that works online? It would be
>> absolutely great if there was something like Google Docs, but for
>> programmers with at least some features normal IDEs provide (support
>> for JS and HTML would be great too).
>>
>> Reason for such need (at least in my case) is I change computers
>> often. I have all my stuff on USB stick, but each time I go somewhere
>> I have to install php, apache, some editor etc. Would be great If I
>> had these online.
>>
>> It could also be a set of tools for downloading and installing on some
>> online webserver, I just want to not have to install anything locally
>> and to be able to use these tools directly in the browser.
>
> Why don't you upload the files you're working on on a webserver and then
> edit them with an offline-editor via FTP?
>
> Other possibility: Many webhosters habe vim installed, so you could use
> it via SSH.

Install your Linux O/S on a USB pen drive. There are lots of How To's
here: http://pendrivelinux.com/ . Then you don't even have to re-install
PHP, Apache, etc., you just boot from the pen drive. You can back your
"computer" up by just copying the contents of the pen drive each night.
But the suggestion of using SSH to a webhost might be easier or less
incovenient depending on why you're actually doing this.

HTH,

-Taliesin.