Re: online editor?

Re: online editor?

am 08.01.2008 12:42:35 von quamis

On Jan 8, 12:18 pm, Taliesin Nuin wrote:
> Thomas Subbelrath wrote:
> > dre...@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.

Can`t you install Apache & php & mysql on the usb drive, with binaries
combined for windows & linux? i do belive that you can make a easy
switch between the serv types by using 2 config files. So you will
have the same data in your database in both linux and windows..

As for the editor... try something like vim/mc/etc that have both
support for linux and windows(check out cygwin.com)

Re: online editor?

am 08.01.2008 15:24:07 von Taliesin Nuin

_q_u_a_m_i_s's wrote:

> Can`t you install Apache & php & mysql on the usb drive, with binaries
> combined for windows & linux? i do belive that you can make a easy
> switch between the serv types by using 2 config files. So you will
> have the same data in your database in both linux and windows..
>
> As for the editor... try something like vim/mc/etc that have both
> support for linux and windows(check out cygwin.com)

Ooops. You know it didn't occur to me that he *wasn't* using Linux! Oh
dear, I'm an O/S snob - when did that happen? :(