Does such a monster exist??

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
waskelton4
Forum Contributor
Posts: 132
Joined: Mon Sep 09, 2002 6:42 pm

Does such a monster exist??

Post by waskelton4 »

Hey group..

I've been programming PHP in Dreamweaver for about three years on and off. I've finally gotten projects going that are worth doing right so i'm looking for a little bit more in my editor..

I"ve downloaded the zend studio trial and from what i can tell it seems to be almost exactly what i'm looking for but not quite..

What i'd like to have is an IDE with CVS, syntax highlighting, ftp and since i now seem to be a slave to DW.. a wysiwyg editor.. is there anything out there that will do all these? or is there a way to integrate a 3rd party wysiwyg editor into the zend studio?

If not.. maybe my best bet will be to learn how to use CVS correctly.. i've given it a shot a few times and haven't gotten it down.. i suppose that's a different thread though..

any help is greatly appreciated

Thanks much
will
murph
Forum Commoner
Posts: 29
Joined: Fri Oct 03, 2003 1:28 pm
Location: washington

Post by murph »

I have Zend Studio and it is by far the BEST program i have ever used. Programming with a WYSIWYG editor is more pain than its worth. I suggest just buying zend and learning that. It has awesome features that debug your code an syntax hightlighting. And its like word when you make an error it uderlines the error and everything. So far it has saved me hours of coding!

Murph
Cruzado_Mainfrm
Forum Contributor
Posts: 346
Joined: Sun Jun 15, 2003 11:22 pm
Location: Miami, FL

Post by Cruzado_Mainfrm »

in DW MX you can actually see in runtime what u have so far in programming, but that's not the best thing, cuz then u won't have enough space to write... if u r a programmer u BETTER use a browser to preview what u have so far... mozilla maybe?
waskelton4
Forum Contributor
Posts: 132
Joined: Mon Sep 09, 2002 6:42 pm

Post by waskelton4 »

well what i use the wysiwyg for is createing, sizeing, and change the attribues of tables pretty quickly. and somewhat of a preview i suppose.. inserting images and other objects.. and especially building forms.. dw makes that much easier.

maybe i'll try using them both together.. or maybe find a lighter weight wysiwyg cause dw sure is a memory hog..

i suppose when i'm building forms and sizing tables i'm not doing a whole lot of real php programming..

thanks for the replys..

anyone else with any other thoughts?
Post Reply