I have NT desktop systems, and Linux servers (in-house and hosted), so like a lot of people here I get good use out of SSH!.

Editing Text: I use PFE on NT, and even though it's not very sophisticated I've used it for ages and I'm very happy with it. I use pico/nano on my Linux boxen, and nano on Windows Cygwin/XFree sessions.

Editing Mark-up: I use HTML-Kit for HTML on Windows, it's free (as in beer) and XML Spy for XML (not free). Both understand what they are doing and have built in FTP interfaces. I'm told that XEmacs and VIM work quite well on Windows, but I'm not so familiar with these tools.

Connecting to remote machines: I use PuTTY or TerraTerm SSH which are both okay (PuTTY is newer and supports SSH2). I also use Cygwin's SSH and X over SSH, which work quite well.

FTP: I just use scp/sftp from my Cygwin SSH suite, or WS FTP in house as it doesn't support SSH. At home I've found Samba works quite well.

Version Management: I have CVS set up on my both Linux and NT boxen, but I really need to read the instructions and use it, as it's currently idle.

Other Stuff: I have Apache/mod_Perl/mod_PHP on everything, pretty much to the same version. Cygwin proves very useful on NT, all those nice tools, very hepful when looking through log files of fixing things.

Philosophy: until I can run Linux for my desktop system, I develop on NT, and migrate to a Linux DEV server for testing, and additional work. Next code moves to a QA system (also Linux), and then finally on to a production Linux system.

Update:Extra Links added...


In reply to Re: Whats your development environment by ajt
in thread Whats your development environment by hakkr

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.