Welcome to dbForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

A good editor

 
   Database Forums (Home) -> PHP RSS
Next:  template use question, mysql related  
Author Message
Nick Mudge

External


Since: Jun 13, 2004
Posts: 2



(Msg. 1) Posted: Fri Jun 18, 2004 9:46 am
Post subject: A good editor
Archived from groups: alt>php (more info?)

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

 >> Stay informed about: A good editor 
Back to top
Login to vote
steve188

External


Since: Jun 20, 2004
Posts: 22



(Msg. 2) Posted: Sun Jun 20, 2004 8:34 am
Post subject: Re: A good editor [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

 > 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
I use zend php debugger/editor, and am very happy with it ($250).
Helps quite a bit in writing code (auto suggestion, functions
expansion, etc.) but more importantly allows you to single step thru
your php code.

For good HTML code editing, I suggest you look at other tools.

--
<a style='text-decoration: underline;' href="http://www.dbForumz.com/" target="_blank">http://www.dbForumz.com/</a> This article was posted by author's request
Articles individually checked for conformance to usenet standards
Topic URL: <a style='text-decoration: underline;' href="http://www.dbForumz.com/PHP-good-editor-ftopict120535.html" target="_blank">http://www.dbForumz.com/PHP-good-editor-ftopict120535.html</a>
Visit Topic URL to contact author (reg. req'd). Report abuse: <a style='text-decoration: underline;' href="http://www.dbForumz.com/eform.php?p=402474" target="_blank">http://www.dbForumz.com/eform.php?p=402474</a><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: A good editor 
Back to top
Login to vote
Menachem Bazian

External


Since: Jun 21, 2004
Posts: 2



(Msg. 3) Posted: Mon Jun 21, 2004 2:27 pm
Post subject: Re: A good editor [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Please pardon my jumping in here but are any of these editors WYSIWYG for
the HTML? I am kind of hoping that there is something on the market that
would be something I can easily preview the HTML in and test the pages.
Right now I am writing using notepad and testing on the server.




"Nick Mudge" <mark1822.TakeThisOut@hotmail.com> wrote in message
news:GZxAc.67559$HG.2622@attbi_s53...
 > 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<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: A good editor 
Back to top
Login to vote
steve188

External


Since: Jun 20, 2004
Posts: 22



(Msg. 4) Posted: Mon Jun 21, 2004 7:20 pm
Post subject: Re: Re: A good editor [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

 > Please pardon my jumping in here but are any of these editors
WYSIWYG for
  > the HTML? I am kind of hoping that there is something on the market
that
  > would be something I can easily preview the HTML in and test the
pages.
  > Right now I am writing using notepad and testing on the server.
  >
  >
  >
  >
  > "Nick Mudge" <mark1822.RemoveThis@hotmail.com> wrote in message
  > news:GZxAc.67559$HG.2622@attbi_s53...
   > > 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</font>
Both zend and nusphere allow you to preview your resulting page in web
browser window. They are php dev. environments, and good at it, but
they are not full-fledged html editors. So one has to look at
Dreamweaver or alike for html composition.

Starting with notpad would be a tough proposition. With popular
scripting langugages (php, asp, etc.) you can usually start with a
pre-existing script (usually free!) and modify that. Do you really
need to start from scratch?

--
<a style='text-decoration: underline;' href="http://www.dbForumz.com/" target="_blank">http://www.dbForumz.com/</a> This article was posted by author's request
Articles individually checked for conformance to usenet standards
Topic URL: <a style='text-decoration: underline;' href="http://www.dbForumz.com/PHP-good-editor-ftopict120535.html" target="_blank">http://www.dbForumz.com/PHP-good-editor-ftopict120535.html</a>
Visit Topic URL to contact author (reg. req'd). Report abuse: <a style='text-decoration: underline;' href="http://www.dbForumz.com/eform.php?p=404402" target="_blank">http://www.dbForumz.com/eform.php?p=404402</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: A good editor 
Back to top
Login to vote
Menachem Bazian

External


Since: Jun 21, 2004
Posts: 2



(Msg. 5) Posted: Mon Jun 21, 2004 7:20 pm
Post subject: Re: Re: A good editor [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

No, thank god. Smile

I have to modify osCommerce and the BULK of my work is going to be reworking
the UI portion of it. I bascially want to leave the php processing intact.
Based on what I am seeing so far, I need to physically modify the php files
to modify the look of the site (as opposed to teh site being based on
templates) although that could be wrong. I am trying to learn all of this on
an emergency basis which, to say the least, is somewhat challenging. I was
kind of hoping to find an editor that would help me along my way...






"steve" <UseLinkToEmail DeleteThis @dbForumz.com> wrote in message
news:b83be60e73ba341c88ac9784f20b1e18@news.teranews.com...
  > > Please pardon my jumping in here but are any of these editors
 > WYSIWYG for
  > > the HTML? I am kind of hoping that there is something on the market
 > that
  > > would be something I can easily preview the HTML in and test the
 > pages.
  > > Right now I am writing using notepad and testing on the server.
  > >
  > >
  > >
  > >
  > > "Nick Mudge" <mark1822 DeleteThis @hotmail.com> wrote in message
  > > news:GZxAc.67559$HG.2622@attbi_s53...
   > > > 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</font>
 > Both zend and nusphere allow you to preview your resulting page in web
 > browser window. They are php dev. environments, and good at it, but
 > they are not full-fledged html editors. So one has to look at
 > Dreamweaver or alike for html composition.
 >
 > Starting with notpad would be a tough proposition. With popular
 > scripting langugages (php, asp, etc.) you can usually start with a
 > pre-existing script (usually free!) and modify that. Do you really
 > need to start from scratch?
 >
 > --
 > <a style='text-decoration: underline;' href="http://www.dbForumz.com/" target="_blank">http://www.dbForumz.com/</a> This article was posted by author's request
 > Articles individually checked for conformance to usenet standards
<font color=purple> > Topic URL: <a style='text-decoration: underline;' href="http://www.dbForumz.com/PHP-good-editor-ftopict120535.html</font" target="_blank">http://www.dbForumz.com/PHP-good-editor-ftopict120535.html</font</a>>
 > Visit Topic URL to contact author (reg. req'd). Report abuse:
<a style='text-decoration: underline;' href="http://www.dbForumz.com/eform.php?p=404402" target="_blank">http://www.dbForumz.com/eform.php?p=404402</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: A good editor 
Back to top
Login to vote
steve188

External


Since: Jun 20, 2004
Posts: 22



(Msg. 6) Posted: Mon Jun 21, 2004 8:16 pm
Post subject: Re: Re: Re: A good editor [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

oooh, that is tough, specially if the program is not template based.

I suggest you add some html comment tags <! ... > to the code, and
then start modifying the code that way. The commend tags would help
you trace what you are doing in the html output file, and will add
certain degree of strucutre to the html output file.

Also I think Frontpage and other gui html editors can format your
resulting html code into proper tabbing, which is much easier to see.

The kind of change you are talking about DOES need detailed knowledge
of html, not the GUI type of knowledge, but being able to dig deep and
do things at the html level.

Great luck, and let me know if you run into any problems.

steve

--
http://www.dbForumz.com/ This article was posted by author's request
Articles individually checked for conformance to usenet standards
Topic URL: http://www.dbForumz.com/PHP-good-editor-ftopict120535.html
Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbForumz.com/eform.php?p=404506
 >> Stay informed about: A good editor 
Back to top
Login to vote
Wade M. Bushaw

External


Since: Jul 17, 2004
Posts: 1



(Msg. 7) Posted: Sat Jul 17, 2004 7:54 pm
Post subject: Re: A good editor [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

First time I've tried to post anything . . . hope I do this right. I'm
doing the same thing you are. I'm a programmer but new to PHP and MySQL.
Check out HTML-Kit. I'm impressed with it, and it's free. Unfortunately,
I only know "Windows", so I don't know if HTML-Kit is available for other
platforms.


steve <UseLinkToEmail RemoveThis @dbForumz.com> wrote in
news:e6d4525579e43407288b893fb1e442d9@news.teranews.com:

  > > 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
 > I use zend php debugger/editor, and am very happy with it ($250).
 > Helps quite a bit in writing code (auto suggestion, functions
 > expansion, etc.) but more importantly allows you to single step thru
 > your php code.
 >
 > For good HTML code editing, I suggest you look at other tools.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: A good editor 
Back to top
Login to vote
Sebastian Lauwers

External


Since: Jul 08, 2004
Posts: 7



(Msg. 8) Posted: Sat Jul 17, 2004 9:54 pm
Post subject: Re: A good editor [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Wade M. Bushaw wrote:

 > First time I've tried to post anything . . . hope I do this right. I'm
 > doing the same thing you are. I'm a programmer but new to PHP and MySQL.
 > Check out HTML-Kit. I'm impressed with it,

No i'm impressed... I do too use it, really great ftp support for
working directly on the server files... The color coding fits almost
everyone so yes, it is quite good, as it does not cost a thing, and
doesn't get you addicted to it.

Other quite good one is PSPad...

  > and it's free. Unfortunately,
 > I only know "Windows", so I don't know if HTML-Kit is available for other
 > platforms.

I don't think so. But the portability of the code shouldn't be too little.

Best regards,
Sebastian


--
The most likely way for the world to be destroyed,
most experts agree, is by accident.
That's where we come in; we're computer professionals.
We cause accidents.
--Nathaniel Borenstein<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: A good editor 
Back to top
Login to vote
Joseph Ellis

External


Since: Jul 26, 2004
Posts: 12



(Msg. 9) Posted: Mon Jul 26, 2004 9:29 pm
Post subject: Re: A good editor [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sun, 18 Jul 2004 03:08:12 +0200, Sebastian Lauwers
<dacrashanddie.DeleteThis@9online.fr> wrote:

 >Other quite good one is PSPad...
 >

I agree. I use PSPad almost exclusively.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: A good editor 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Recommend good php editor - 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 lines of text). Are there any free editors th...

PHP Editor 2.22 - HTML To PHP Converter 4.2.1.8 Free download Get more for less ... HTML To PHP Converter 4.2.1.8 Get more for less! With a new version of HTML To PHP Converter 4, we've dropped the price and given you more! www.soft30.com/softdown-160-4268.htm - 33k - 10....

PHP editor - Hi, I am new in PHP, and wondering if someone can suggest a good php editor (free is better but I can pay up to $100) and also a good resource to study. I have background in C++ and Java programming. Thanks-Rob

Best Beginner PHP Editor? - What is the best beginner PHP editor that is freeware? I need something that will highlight an error if the code is wrong. Any help would be appreciated. Hoops

php & html editor - Hi there, I'm starting to learn php and need a php editor for windows. Can you recommend what you think the best editor available in the market? I've tried some free html editors and was not satisfied with them. I need one that is simple and neat...
   Database Forums (Home) -> PHP All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]