Welcome Guest ( Log In | Register)



4 Pages V  < 1 2 3 4 >  
Reply to this topicStart new topic
> Php Editor? Do You Know Of Any?
Ao)K-General
post Aug 14 2005, 11:31 AM
Post #11


Privileged Member
*********

Group: Members
Posts: 523
Joined: 6-March 05
Member No.: 4,187



You write the code, but it shows up on it. And it can help you out with forms and includes and reguires and other stuff. Its really useful.
Go to the top of the page
 
+Quote Post
littleweseth
post Aug 27 2005, 09:08 AM
Post #12


Member [Level 2]
*****

Group: Members
Posts: 85
Joined: 27-August 05
From: QLD, Aus. G'day!
Member No.: 11,186



Repeat after me : there is no such thing as WYSIWYG PHP. You're going to have to actually learn PHP if you want to edit scripts, or run the risk of things fouling up. Go have a look at the HudZilla PHP book over at www.hudzilla.org/phpbook - it's free and very well written. Oh, how i lub paul hudson.

In any case, my favourite editors :
SciTE - www.scintilla.org/scite : notepad with syntax colouring, folds, regexps and other l33t stuff - i believe it's only 300k as well. Free as in beer and liberty.
BBEdit : www.barebones.com . Mac only, but my gawd, it's a reason to use a Mac alright - that, and OSX kixoring for n00bies learning the tao of webserving (like myself) because installing server stuff is so easy. Oh, and restarting apache on a windows box is a pain.
that Zend one : www.zend.com. Made by the guys who maintain PHP, and very, very nice. You do have to pay for it though.

Dreamweaver's not on the list because it costs major dollars and gets in the way too often. I think it was the 'helpful' code completion that did it for me - how many times do I have to yell 'when i press tab, i want four spaces dammit!' at my screen?

[disclaimer : my $0.02.]
Go to the top of the page
 
+Quote Post
pawitp
post Sep 12 2005, 01:17 PM
Post #13


Advanced Member
*******

Group: Members
Posts: 145
Joined: 12-September 05
Member No.: 11,779



There are no WYSIWYG php editor out there but you can use a html WYSIWYG editor for web layout and insert your php later. You still have to write a script though. A WYSIWYG php isn't customizable and thus don't exist
Go to the top of the page
 
+Quote Post
djax
post Sep 20 2005, 05:07 AM
Post #14


Newbie [Level 1]
*

Group: Members
Posts: 17
Joined: 18-September 05
Member No.: 12,022



Im using Dreamweaver MX to write php code
Go to the top of the page
 
+Quote Post
dul
post Sep 21 2005, 09:47 PM
Post #15


Member [Level 1]
****

Group: Members
Posts: 73
Joined: 21-September 05
Member No.: 12,113



Best editor is for me just simple text editor.
Go to the top of the page
 
+Quote Post
sandbox
post Sep 22 2005, 12:12 AM
Post #16


Advanced Member
*******

Group: Members
Posts: 107
Joined: 9-September 05
From: Houston, TX USA
Member No.: 11,651



I've been wondering if one couldn't use AJAX to build an online WYSIWYG php editor...

http://www.squarefree.com/htmledit/ was my inspiration, but I haven't pursued it. Does anyone understand AJAX well enough to say one way or the other?
Go to the top of the page
 
+Quote Post
itaim
post Sep 22 2005, 05:18 PM
Post #17


Newbie
*

Group: Members
Posts: 9
Joined: 22-September 05
Member No.: 12,140



QUOTE(msdeeva @ Aug 12 2005, 10:40 PM)
Hi,

I'm looking for any easy way to edit a php page.  I'm really new to this programming language, and I don't have a lot of time, so I'd prefer if I could find a WYSIWYG PHP editor.

Do you guys know of any.

Thanks.
*


wink.gif
In order to test PHP programs...
"EngInSite Editor for PHP" in http://www.enginsite.com/php-editor.htm
If you need write PHP, Ultraedit. ultraedit.com
Go to the top of the page
 
+Quote Post
mike_savoie
post Sep 22 2005, 05:29 PM
Post #18


Newbie [Level 1]
*

Group: Members
Posts: 19
Joined: 8-September 05
From: Atlantic Canada
Member No.: 11,632



QUOTE(msdeeva @ Aug 12 2005, 11:40 PM)
Hi,

I'm looking for any easy way to edit a php page.  I'm really new to this programming language, and I don't have a lot of time, so I'd prefer if I could find a WYSIWYG PHP editor.

Do you guys know of any.

Thanks.
*



Slow down. Do a little research, www.google.ca...

First thing, a wysyg for php? It doesn't work like that. As far as editors go, any text editor will work. But a good free editor is bluefish.

http://bluefish.openoffice.nl

If by php you mean html, well search google for a free wysyg. I doubt you're doing this as a means to make money or keep your job, so there really is no rush except your own impatience. I strongly suggest you take the time to learn php properly. If you need some debugging done, post your error message and appropriate code snippets and I'll gladly help you fix it.
Go to the top of the page
 
+Quote Post
p_a
post Sep 26 2005, 09:27 PM
Post #19


Newbie [Level 1]
*

Group: Members
Posts: 22
Joined: 23-September 05
Member No.: 12,187



For coding I mostly use Crimson Editor. It has few really good features, it's perfect for coders.

Of course there are others, but when one gets used to an editor, it's not easy to change it, even one knows there are better editors.

Go to the top of the page
 
+Quote Post
sobhan