Newby question: Good PHP/Web editor

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
  3. #2

    Default Re: Newby question: Good PHP/Web editor

    In article <bfmj42$c7m$1@news-reader4.wanadoo.fr>, patrick
    <patrick.desaunay@wanadoo.fr> 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).
    >
    > Which software would you recommend for merging good WYSIWIG design, and PHP
    > support?
    Personally I think you can never go wrong by learning HTML and coding
    yourself. The pages are always a lot smoother and slicker that what the
    WYSIWIGs will do.
    Peter Guest

  4. #3

    Default 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).
    > Which software would you recommend for merging good WYSIWIG design, and PHP
    > support?
    You might just want to stick with what you've got. I use Adobe GoLive for
    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

  5. #4

    Default 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...
    > 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
    >
    >
    >

    JohnVT Guest

  6. #5

    Default 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

  7. #6

    Default Re: Newby question: Good PHP/Web editor

    "patrick" <patrick.desaunay@wanadoo.fr> wrote in message news:<bfmj42$c7m$1@news-reader4.wanadoo.fr>...
    > 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
    Try Maguma PHP Studio (free version) at [url]www.maguma.com[/url].
    Gilbert Schroeder Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139