Windows FTP and text editors? Feb22 '05
Feedback
# (2 of 6): Matthom
21 hours, 53 minutes after the fact. (Wed 23 Feb 2005, 6:11 AM CST)
Excellent, thanks.
# (3 of 6): Chad » greasyvalley.com
1 day, 1 hour after the fact. (Wed 23 Feb 2005, 9:25 AM CST)
I use Notepad2 to edit all types of text files. It recognizes commom file types and formats the look of the file accordingly (colored font, italics, etc.). I use it to edit all of my .php and .css files, as well as .txt, .dat, .prn, .csv, etc. It handles line breaks properly also, unlike Windows Notepad. And Notepad2 is FREE, lightweight, and very robust. I used to use Dreamweaver to edit my .php, but it is so clunky and such a memory hog, I can't stand it anymore. Plus, using a text editor to write code keeps you more "in touch" with what you are writing.
# (4 of 6): Timothy » veryraw.com
2 days, 7 hours after the fact. (Thu 24 Feb 2005, 4:07 PM CST)
Don't know what server software you are running but at work and at home I am on Redhat (not my workstations, my servers). I use SSH (http://www.ssh.com/support/downloads/) Gives me shell access and ftp client. I do my editing in emacs on the server. Cuts out the FTP middle man and makes for faster developing (save-reload instead of save-upload-reload) Plus your server does the work rather than waiting for things to upload.
# (5 of 6): Adiboy » adiboy.co.uk
4 months, 2 weeks after the fact. (Wed 06 Jul 2005, 9:23 AM CST)
ref http://www.matthom.com/archive/2005/02/22/01
hey if you need a good net editor try notepad 2 it is very good for people who do programing. well give it a try it is free
# (6 of 6): Jeff
5 months, 1 week after the fact. (Sun 31 Jul 2005, 10:35 PM CST)
UltraEdit by ian mead rocks www.ultraedit.com
RSS feed for comments on this post
Leave feedback
matthom
is published and produced by Matt Thommes - an independent publishing enthusiast, mobile blogger, content creator, informative writer, web developer from Chicago.
Never one to conform, Matt intends to promote the effect the web has on our lives, in an effort to intensify, instruct, and clarify all that is happening around us.
I’m curious as to what Windows FTP, and text editors are available, besides Dreamweaver.
You are at the feedback permalink page for: Windows FTP and text editors?
# (1 of 6): Dale » bluetrait.com
17 hours, 32 minutes after the fact. (Wed 23 Feb 2005, 1:50 AM CST)
Filezilla for FTP
http://filezilla.sourceforge.net/
For text editing I use...mmm I don't remember it's name. I'll need to boot the windows box :p
Most of the time I use Dreamweaver for PHP coding...