473,396 Members | 1,879 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

php editor - recommendations?

I need a lightweight php editor I can use on my laptop while on the road.
Can anyone recommend a (preferably free) php editor?

I use DWMX04 on my development workstation, which is great, but I only need
to make occasional, ad hoc changes while on the road (and don't want to
install DW on my laptop). I have an ftp client on my laptop, so I don't
want an integrated FTP client in the editor, but it would be nice if the
colors/formatting were the same as DW.

Thanks in advance.

Jul 17 '05 #1
12 1950
On Wed, 30 Mar 2005 13:51:33 GMT, news.sf.sbcglobal.net wrote:
I need a lightweight php editor I can use on my laptop while on the road.
Can anyone recommend a (preferably free) php editor?


I use PHP Designer (http://www.mpsoftware.dk/)

Great editor, lightweight enough for me.

Mairan

--
HTML, PHP und MySQL online Lernen
http://www.lernpilot.de/wbt/
Jul 17 '05 #2
"news.sf.sbcglobal.net" <de**@nospam.com> wrote in message
news:F9*****************@newssvr21.news.prodigy.co m...
I need a lightweight php editor I can use on my laptop while on the road.
Can anyone recommend a (preferably free) php editor?


this one is nice: http://phpconstructor.pleskina.com/

and if you need a really light road editor try scite
(http://www.scintilla.org/SciTE.html) - no installation needed, so you can
carry it on flash disk.

rush
--
http://www.templatetamer.com/
http://www.folderscavenger.com/
Jul 17 '05 #3
I am using Php Coder Pro from here
http://www.phpide.com/data.php?file=downloads.htm!
http://www.DevPlug.com -- Connecting Developers
Jul 17 '05 #4
Eeehm... What OS are you using?
If it's a Linux box (a KDE one) I'd suggest Quanta Plus:
http://quanta.sourceforge.net

Cheers
Mike
Jul 17 '05 #5
i like so much kwriter ;-) if you use kde if you use gnome gphpedit but
emacs and vi is great a lot....

Jul 17 '05 #6
I think that PSPad http://www.pspad.com/ and HAPEdit
http://hapedit.free.fr/ are worth checking, too...

-Cursed

Jul 17 '05 #7
Thanks everyone for the recommendations. I liked PHP Coder the best.


Jul 17 '05 #8
Not so light, but I'm totally hooked on Homesite because of the built
in remote file saving/ftp. Do any of the above do something like that
as well?

Jul 17 '05 #9
All good for Win..

Dev-php : http://devphp.sourceforge.net/
PHP Edit : http://www.waterproof.fr/
Maguma Open Studio: http://sourceforge.net/projects/openstudio/

Craig
Jul 17 '05 #10
rich wrote:
Not so light, but I'm totally hooked on Homesite because of the built
in remote file saving/ftp. Do any of the above do something like that
as well?


I use XEmacs. I can use efs (Extended File System?). In any event it
effectively uses ftp to edit files directly. Interestingly enough it can
also do things like filename completion, etc - even on a file on a
system say in Korea! You can simply tell it to open a file specified as
/<username>@<koreanhost>:/path_to_the_file then type tab. At that point
XEmacs opens an ftp connection to <koreanhost> and prompts you for
<username>'s password. Once that's established (a one time per session
thing) it reads the / (root) directory for matches to
"path_to_the_file". Let's say that the only thing that matches is a
directory named "path_to_the_file_I_want_to_edit". If that's the case
XEmacs will fill in the path to
/<username>@<koreanhost>:/path_to_the_file_I_want_to_edit/ and you can
continue specify the rest of the path/filename. Thereafter you just edit
the file as normal and then save it. When you save it XEmacs ftp's the
new version of the file and replaces it on <koreanhost>. Nothing could
be simpler! You can also view remote directories, delete files, change
mod bits, whatever - whatever <username> on <koreanhost> is allowed to
do that is.

I use this to edit files on my home system
(/an****@defaria.com:/DocumentRoot/index.php for example) from work or
anywhere else.

Additionally, for those servers that don't offer ftp access but say
allow ssh access you can use tramp. Tramp is like efs but uses ssh
(and/or other protocols like rsh) to do effectively the same thing. The
only real difference is in the path name itself, which is of the form
/[<username>@<hostname>]/path/to/file/myscript.php.

Additionally if you want to say insert a file from an ftp server in
England you would issue the command for insert a file then use a
pathname like /my****@englishhost.com.uk:/path/to/included/file or it's
tramp equivalent. Viola! File inserted. Done!

A simple concept yet very powerful.

--
Even if you are happy to see me, get that umbrella outta my butt!!!

Jul 17 '05 #11
Hm..

Can anyone recommend a PHP editor which can auto-format my file for me?

Cheers,
Nicholas Sherlock
Jul 17 '05 #12
rb*****@gmail.com says...
Not so light, but I'm totally hooked on Homesite because of the built
in remote file saving/ftp. Do any of the above do something like that
as well?


Dunno, but I'm hooked on Crimson Editor for both it's FTP capabilities and
the fact that I can set it up with different code colouring conventions
for different languages.

http://www.crimsoneditor.com/

Geoff M
Jul 17 '05 #13

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Dave | last post by:
I have just migrated a bilingual dictionary from an Access 97 database to an XML format (1.3MB). I would like to use a GUI editor but am not sure which one. Currently Kate is the best I've found...
3
by: mark4asp | last post by:
Hello Guys, I find myself having to format a lot of subscript & superscript characters from text which is being HTMLed. This was originally OCRed but the OCRed work was not saved as HTML due to...
4
by: prmail | last post by:
Hi, I am looking for a good SQL Server Editor which can be used for writting stored procedures, doing queries etc. It should have features like autocomplete and so on. Any recommendations. ...
1
by: Jordan | last post by:
I was just screwing around and double clicked on an ico file and it opened in Visual Studio and can be edited. I can't believe I haven't heard about this feature of VS.NET before. Has this ico...
12
by: Michael Peters | last post by:
für einen Enduser, der kein HTML kann und nur die Contents auf statischen Seiten ändern will, brauche ich einen einfach zu bedienenden WYSIWYG-Editor. Wäre dankbar für Empfehlungen! -m
0
by: AST | last post by:
Hey, I am looking for recommendations for a component that supports Xml editing that can be hosted in a .Net application. Free or Commercial. Thanks in advance! Best regards,
13
by: Aaron | last post by:
Any recommendations for a free PHP code editor?
17
by: JJ | last post by:
I am/was using FCKeditor to allow users to submit HTML, however I am coming accross a serious bug which removes all style code blocks when a user submits html using Firefox 2.0.x . So, can...
3
by: danesh1354 | last post by:
Hi All, First I need to construct a text editor by python programming and add this code to a biger code that has been written before, and i would like that by my code for this editor have a...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.