473,320 Members | 2,145 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,320 software developers and data experts.

A good editor

Hi,

I want to do some Web development using HTML, Javascript, PHP and MySQL.
Does anybody recommend any good editors to use in this Web development.
Something that works well and makes development faster and easier but
doesn't take away the power of writing code?

Nick
Jul 17 '05 #1
17 3477
sure,
if you are working on linux try Kdevelop or Quanta.
if on windows: try Zend Studio (zend.com) or macromedia homesite
on mac you can use quanta as well (I think) or use mac's build-in solutions

regards
andrew

Hi,

I want to do some Web development using HTML, Javascript, PHP and MySQL.
Does anybody recommend any good editors to use in this Web development.
Something that works well and makes development faster and easier but
doesn't take away the power of writing code?

Nick


Jul 17 '05 #2
Andrzej Bednarczyk <an*****@kreo9.NOSPAM.com> wrote in
news:40******@news.home.net.pl:
if on windows: try Zend Studio (zend.com) or macromedia homesite


Or the *excellent* PHPEdit, available from http://www.phpedit.net.
It's free for personal or academic use.

Regards,
Wald
Jul 17 '05 #3
wald wrote:
Or the *excellent* PHPEdit, available from http://www.phpedit.net.
It's free for personal or academic use.


Don't try it at all - it's a waste of time. I tried a lot of php
editors, but phpEdit was definitely one of the worst. It's slow, it's
buggy and it's to big. It may have all the features you want, but there
are a lot more, you don't want. It's impossible to work with that thing.

If money doesn't matter try nusphere phpEd, it's definitely the best,
but if you don't have 500$, try ultraEdit. It costs 35$, is even faster
than notepad and has everything you need.

greetings Christian
Jul 17 '05 #4
Christian Fersch wrote:
try ultraEdit. It costs 35$, is even faster
than notepad and has everything you need.


I second that.

* Column mode (edit multiple lines) - one of the things that I use
constantly. Great for indenting a large block of code when you forget
that it should have been in some kind of conditional or loop statement.

* Macros - have tasks that you perform constantly? Create a macro so you
only have to press one key. I've got a block of code that I use a lot
for different projects dealing with the loading of configuration vars. I
just run my macro, and change a single filename, and my config loading
code is implemented with only a few keystrokes.

* Custom syntax highlight files - This has been one of the biggest
timesavers for me. I created a PHP language file with all only the
functions that were supported on the production server and the methods
in my CMS. If the function doesn't turn blue in my editor, I can't use
it for my project - very handy.

* Multiple languages - I use UE for php, html, css, javascript, perl and c.

* Open file Tabs - great for having multiple files open at once.

* Find/Replace in files - search and/or replace things in files - either
open or in a directory. Supports regex (unix like or a special UE markup)

I work at an advertising agency where there are all Macs. The only
reason I am on Windows still is because of UE. I haven't found a Mac
editor that has all the features and flexibility that I use from UE.

--
Justin Koivisto - sp**@koivi.com
PHP POSTERS: Please use comp.lang.php for PHP related questions,
alt.php* groups are not recommended.
Jul 17 '05 #5
Try kate if you are on linux.
Jul 17 '05 #6
Christian Fersch wrote:

wald wrote:
Or the *excellent* PHPEdit, available from http://www.phpedit.net.
It's free for personal or academic use.


Don't try it at all - it's a waste of time. I tried a lot of php
editors, but phpEdit was definitely one of the worst.

... snip ...

If money doesn't matter try nusphere phpEd, it's definitely the
best, but if you don't have 500$, try ultraEdit. It costs 35$,
is even faster than notepad and has everything you need.


For a programmer's editor for Windows take a look at Zeus:

http://www.zeusedit.com/lookmain.html

Just some of the programming features include:

+ Code completion and intellisensing
+ Integrated class browser
+ Project/workspace management
+ Fully configurable syntax highlighting
+ Seamless FTP editing
+ Integrated version control using the Microsoft Source Code
Control (SCC) interface, including CVS integration.
+ Quick Help context sensitive help engine

Jussi Jumppanen
http://www.zeusedit.com
Jul 17 '05 #7
Justin Koivisto <sp**@koivi.com> wrote:
Christian Fersch wrote:
try ultraEdit. It costs 35$, is even faster
than notepad and has everything you need.


I second that.

<snip features>

Looks nice indeed.

Now, before I pay that license fee, what has UltraEdit that PsPad hasn't
got? (http://www.pspad.com)

Thanks for the feedback,
Wald
Jul 17 '05 #8
I and several of the Java programmers I work with swear by TextPad. It's
not cheap, but it's cheap, and it's well worth it.

bblackmoor
2004-06-20
Jul 17 '05 #9
Brandon Blackmoor wrote:
I and several of the Java programmers I work with swear by TextPad. It's
not cheap, but it's cheap, and it's well worth it.

bblackmoor
2004-06-20


Very simple and useful editor in my experience as well... I used it for
editing most everything back in the days of using Windows. When I switched
completely to Linux few years ago I started with and stuck with Kate, and
now I use KDevelop with Kate since 3.0 came out.

I still miss the file selector as it was implemented exactly in TextPad, but
I've also got to give a lot of props to KDevelop's class and function
library browser as well - makes file browsing nearly obsolete.
Jul 17 '05 #10
Zurab Davitiani wrote:
Brandon Blackmoor wrote:
I and several of the Java programmers I work with swear by TextPad. It's
not cheap, but it's cheap, and it's well worth it.

bblackmoor
2004-06-20


Very simple and useful editor in my experience as well... I used it for
editing most everything back in the days of using Windows. When I switched
completely to Linux few years ago I started with and stuck with Kate, and
now I use KDevelop with Kate since 3.0 came out.

I still miss the file selector as it was implemented exactly in TextPad, but
I've also got to give a lot of props to KDevelop's class and function
library browser as well - makes file browsing nearly obsolete.

Brief spoilt me for life, I'm afraid: I now can't be having with an
editor that doesn't offer c-like programmability and Brief-style
regexps. :-) (I use SlickEdit 4.0)

Margaret
--
(To mail me, please change .not.invalid to .net, first.
Apologies for the inconvenience.)
Jul 17 '05 #11
Bob
I like homesite. It is a html editor at heart. When you write php
you are writing php inside a html page. So it makes sense to me.

It is customizable, and has many template pages to start with.

I have it set up to sumbit to a webserver (Xtami sp?) which calls the
php parser and returns the page to IE. So I can view the result of a
page with a single click.

I have tried all the above and below mentioned, but none handle html
as easily as homesite does.

Oh, I do make calls to mysql via php within the editor environment.

Andrzej Bednarczyk <an*****@kreo9.NOSPAM.com> wrote in message news:<40******@news.home.net.pl>...
sure,
if you are working on linux try Kdevelop or Quanta.
if on windows: try Zend Studio (zend.com) or macromedia homesite
on mac you can use quanta as well (I think) or use mac's build-in solutions

regards
andrew

Hi,

I want to do some Web development using HTML, Javascript, PHP and MySQL.
Does anybody recommend any good editors to use in this Web development.
Something that works well and makes development faster and easier but
doesn't take away the power of writing code?

Nick

Jul 17 '05 #12
Christian Fersch wrote:
wald wrote:
Don't try it at all - it's a waste of time....
If money doesn't matter try nusphere phpEd, it's definitely the best,
but if you don't have 500$, try ultraEdit. It costs 35$, is even faster
than notepad and has everything you need.


And if money *does* matter, EditPlus2 is free *and* it's a combination
code editor/ftp tool. See Appendix F in this book for an excellent
comparison of various editors:

http://www.wrox.com/books/toc/0764557440_toc.shtml

Jul 17 '05 #13
bonehead wrote:
Christian Fersch wrote:
wald wrote:
Don't try it at all - it's a waste of time....
If money doesn't matter try nusphere phpEd, it's definitely the best,
but if you don't have 500$, try ultraEdit. It costs 35$, is even faster
than notepad and has everything you need.


And if money *does* matter, EditPlus2 is free *and* it's a combination
code editor/ftp tool. See Appendix F in this book for an excellent
comparison of various editors:

http://www.wrox.com/books/toc/0764557440_toc.shtml


Thanks, I'm checking it out.

Mudge
Jul 17 '05 #14
bonehead wrote:
Christian Fersch wrote:
wald wrote:
Don't try it at all - it's a waste of time....
If money doesn't matter try nusphere phpEd, it's definitely the best,
but if you don't have 500$, try ultraEdit. It costs 35$, is even faster
than notepad and has everything you need.


And if money *does* matter, EditPlus2 is free *and* it's a combination
code editor/ftp tool. See Appendix F in this book for an excellent
comparison of various editors:

http://www.wrox.com/books/toc/0764557440_toc.shtml

Hey! I happen to own that book.

Mudge
Jul 17 '05 #15
I noticed that Message-ID: <40**************@here.org> from bonehead
contained the following:
And if money *does* matter, EditPlus2 is free *and* it's a combination
code editor/ftp tool.


FSVO free.

--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
Jul 17 '05 #16
bonehead <se**********@here.org> wrote in message news:<40**************@here.org>...
<snip>
And if money *does* matter, EditPlus2 is free
From when?
*and* it's a combination
code editor/ftp tool.


--
| Just another PHP saint |
Email: rrjanbiah-at-Y!com
Jul 17 '05 #17
> I like homesite. It is a html editor at heart.

true
When you write php
you are writing php inside a html page. So it makes sense to me.


not true...
it depends HOW you write - and also, how BIG is the project you write. For a
single-page project - sure, PHP inside HTML is the best solution.

but if we are talking about bigger projects - with separeted presentation &
logic levels (like logic classes + presentation basen on UI classes which
use some template engine) - then php inside htmt isn't what you really want
to do ;-)

I would say - yes, if you plan to be PHP developper and in the same time
HTML-coder - then homesite (win) or quanta (linux) is the right choose.

But if you are going work only in php (or occasionaly html) then KDevelop
(linux) & Zend Studio (win) are the best what exists.

The only thing I DO NOT recommend is zend studio on linux - it's written
100% in java and therefore it's sloooooow and had some problems with files
which are > several KB... hmm... on the other hand the window-version is
nothing but GREAT!

cheers
a

Jul 17 '05 #18

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

Similar topics

3
by: Tomas | last post by:
Hi! I'm looking for a replacement for the standard interactive python shell. So far I've tried IPython and PyCrust. I liked both, but I'm not 100% happy with any of them. My main complaint about...
1
by: lovens weche | last post by:
Is there a good editor that can be used with a 32 bit compiler under the MS-Dos platform? I used to use the Watcom C++ 11 compiler but the editor that came with it (VI if I remeber) was not that...
20
by: Rick Cook | last post by:
I'm looking for a good (non-wysiwyg) editor for HTML and CSS. I want something that will help me produce non-dynamic pages with a minimum of excrescences (no, javascript, flash, etc.) in...
15
by: Jam Pa | last post by:
I would like to hear recommendations on good CSS editors. Personally, I would like a CSS editor with 'code-completion'. In effect, I would like to be able to see different properties and their...
3
by: Java script Dude | last post by:
I have still yet to see a JavaScript Editor that comes close to reading a good JS book, learing it and using it with a text editor. Anyway, here my recipe for build successfull DHTML...
3
by: TrvlOrm | last post by:
Hi There, Can any one please tell me where I can find a really good Free JavaScript Editor on the net? I am looking at either a evaluation copy (Free trial) or a really cheap but good editor...
10
by: kurtk | last post by:
Can someone recommend a good php editor? Beside syntax highlighting, I am looking for an editor that will allow me to do "block selection" (that is, copy from column, say, 5 to column 12 of several...
3
by: happy | last post by:
I am searching over the net for a Good C compiler that has good editor .. Tc 2.01 has bad editor . please advice me with aweb site for downloading the godd Editor C compiler NOT C++. Thanks
63
by: John Salerno | last post by:
I know there's a request for a good IDE at least once a week on the ng, but hopefully this question is a little different. I'm looking for suggestions for a good cross-platform text editor (which...
20
by: filox | last post by:
can anyone recommend any good editors for C++ (having in mind that i don't want to use MS visual studio)? you know, something that has syntax highlighting, and preferably something like...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.