JavaScript and client side scripting.
Moderator: General Moderators
Heavy
Forum Contributor
Posts: 478 Joined: Sun Sep 22, 2002 7:36 am
Location: Viksjöfors, Hälsingland, Sweden
Contact:
Post
by Heavy » Thu Dec 05, 2002 5:24 am
I wonder which tools and services are used to remotely connect to a Linux web server with a Linux client to do everyday web development.
In short:
Is there a Linux counterpart to Windows "Frontpage extensions" and "Visual Interdev"?
I currently use Quanta for KDE as my Linux IDE and use NFS to connect to the Linux server.
Thanks
Johnm
Forum Contributor
Posts: 344 Joined: Mon May 13, 2002 12:05 pm
Location: Michigan, USA
Contact:
Post
by Johnm » Mon Dec 09, 2002 11:40 am
Two basic ways are to use telnet; where you will be working on the remote server itself and have use of most if not all of the tools on that server or using the FTP method; where you developed everything on your local box and FTP it to the remote server.
Hope that helps...
John M
Heavy
Forum Contributor
Posts: 478 Joined: Sun Sep 22, 2002 7:36 am
Location: Viksjöfors, Hälsingland, Sweden
Contact:
Post
by Heavy » Wed Dec 11, 2002 3:57 pm
Is it possible to mount a filesystem accessed with TELNET ?