472,353 Members | 1,240 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,353 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 1895
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...
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...
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...
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...
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...
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....
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...
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...
1
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...
0
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand....
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python...

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.