Ask a Question related to PHP Development, Design and Development.
-
patrick #1
Newby question: Good PHP/Web editor
I have been developping in php for some months. My Web editor is FrontPage.
No need to say that editing PHP is far from easy, then. I have tried one or
two PHP editors. They are nice for PHP, but uneasy for the graphic
appearance of the pages, (I am not an expert of css, and graphic design,
generally speaking).
Which software would you recommend for merging good WYSIWIG design, and PHP
support?
Thank you
patrick Guest
-
Good morning or good evening depending upon your location. I want to ask you the most important question of your life. Your joy or sorrow for all eternity depends upon your answer. The question is: Are you saved? It is not a question of how good you
Respected Sir, In case you have not noticed it, this is a group that interacts about a programming language called Lisp. I completely understand... -
Good morning or good evening depending upon your location. I want to ask you the most important question of your life. Your joy or sorrow for all eternity depends upon your answer. The question is: Are you saved? It is not a question of how good you
<RonGrossi382872@yahoo.com> wrote in message news:1114393703.900419.199790@f14g2000cwb.googlegroups.com... This is the most important question of... -
Good morning or good evening depending upon your location. I want to ask you the most important question of your life. Your joy or sorrow for all eternity depends upon your answer. The question is: Are you saved? It is not a question of how good you
Ron Grossi wrote: Yes. I declared bankruptcy in January before the law changed. Oh, you can't get to heaven in a Cadillac car, 'cause a... -
Good morning or good evening depending upon your location. I want to ask you the most important question of your life. Your joy or sorrow for all eternity depends upon your answer. The question is: Are you saved? It is not a question of how good you
The reason some people don't know for sure if they are going to Heaven when they die is because they just don't know. The good news is that you... -
Newby Question: hither and yon?
Hi, I'm new to Shockwave 3D and am trying to work out how to set the hither and yon parameters for my 3D world. At the moment the 3D world is not... -
Peter #2
Re: Newby question: Good PHP/Web editor
In article <bfmj42$c7m$1@news-reader4.wanadoo.fr>, patrick
<patrick.desaunay@wanadoo.fr> wrote:
Personally I think you can never go wrong by learning HTML and coding> I have been developping in php for some months. My Web editor is FrontPage.
> No need to say that editing PHP is far from easy, then. I have tried one or
> two PHP editors. They are nice for PHP, but uneasy for the graphic
> appearance of the pages, (I am not an expert of css, and graphic design,
> generally speaking).
>
> Which software would you recommend for merging good WYSIWIG design, and PHP
> support?
yourself. The pages are always a lot smoother and slicker that what the
WYSIWIGs will do.
Peter Guest
-
Quinn #3
Re: Newby question: Good PHP/Web editor
On Wed, 23 Jul 2003 20:13:40 +0200, patrick wrote:
> I have been developping in php for some months. My Web editor is FrontPage.
> No need to say that editing PHP is far from easy, then. I have tried one or
> two PHP editors. They are nice for PHP, but uneasy for the graphic
> appearance of the pages, (I am not an expert of css, and graphic design,
> generally speaking).You might just want to stick with what you've got. I use Adobe GoLive for> Which software would you recommend for merging good WYSIWIG design, and PHP
> support?
designing pages. It has extremely useful features like components and
templates, plus good CSS editing. The drag'n'drop design of pages makes
putting together a site very fast. But, while it has support for PHP
built-in, it is a tad flaky. So I tend to use a text editor for handling
the PHP part and just test it with a browser. It's not uncommon for me to
be running GoLive, Opera and Code-Genie (my chosen Windows editor, tend to
use Kwrite or Kate under Linux) all at the same time.
Others here have suggested hand-coding everything, and if absolute
performance and neat code are important to you, then that's good advice.
Personally, I find such considerations to be marginal at best and far
outweighed by the convenience of using a WYSIWYG editor. So go with what
feels best for you. There are no hard & fast rules about this.
Quinn Guest
-
JohnVT #4
Re: Newby question: Good PHP/Web editor
I agree with Peter and Anthony, you should know HTML if you go further than
<? echo 'Hello world'; ?> with PHP. Your understanding of PHP will be better
and you'll produce nicer and better websites.
I use Adobe Photoshop/ImageReady for graphics, Dreamweaver for HTML design,
mostly forms and tables, and after that UltraEdit for 'making things work'
with PHP.
A good thing about Dreamweaver is that you're working kind of WYSIWYG, but
you can still control the code under it.
A bad thing about using ImageReady is that you can't easily change anything
in the design, without redoing the HTML.
Good luck,
- John
"patrick" <patrick.desaunay@wanadoo.fr> wrote in message
news:bfmj42$c7m$1@news-reader4.wanadoo.fr...FrontPage.> I have been developping in php for some months. My Web editor isor> No need to say that editing PHP is far from easy, then. I have tried onePHP> two PHP editors. They are nice for PHP, but uneasy for the graphic
> appearance of the pages, (I am not an expert of css, and graphic design,
> generally speaking).
>
> Which software would you recommend for merging good WYSIWIG design, and> support?
>
> Thank you
>
>
>
JohnVT Guest
-
Javateer #5
Re: Newby question: Good PHP/Web editor
Maguma Studio is a great environment for PHP coding and debugging, has
PHP/MySQL documentation included and allows server connection within the app
for testing. I still prefer HomeSite/Dreamweaver because I'm just used to
the auto tag complete features and formatting, but when I have a code
problem that I can't debug, I go to Maguma to debug.
Javateer Guest
-
Gilbert Schroeder #6
Re: Newby question: Good PHP/Web editor
"patrick" <patrick.desaunay@wanadoo.fr> wrote in message news:<bfmj42$c7m$1@news-reader4.wanadoo.fr>...
Try Maguma PHP Studio (free version) at [url]www.maguma.com[/url].> I have been developping in php for some months. My Web editor is FrontPage.
> No need to say that editing PHP is far from easy, then. I have tried one or
> two PHP editors. They are nice for PHP, but uneasy for the graphic
> appearance of the pages, (I am not an expert of css, and graphic design,
> generally speaking).
>
> Which software would you recommend for merging good WYSIWIG design, and PHP
> support?
>
> Thank you
Gilbert Schroeder Guest



Reply With Quote

