8 replies
  • WEB DESIGN
  • |
New to php and purchased a website off the shelf with a view of editing it, but looking at it makes me shiver. Its all in php and i just do not understand it or have the time to learn it. I can get by with html
I wonder if there is a WYSIWYG editor. I have read dreamweaver can change the php code so still looking.
I would appreciate you guys putting me right

Derek
#editor #php #wysiwyg
  • Profile picture of the author mywebwork
    The issue with PHP (or any server side language like ASP) is that you are writing and editing code that outputs HTML. So designing a WYSIWYG editor is difficult, to say the least.

    There are a number of PHP development environments that try and accomplish this, such as Aptana and Zend Studio. Neither of these is for beginners, you need at least some knowledge of PHP to make use of them. UltraEdit and a few other text editors also had an option to run PHP, but again you had to know enough to install the PHP interpreter on your system.

    A few reviews of a some PHP-capable editors is listed here, along with the criteria for selecting one:

    The Big PHP IDE Test: Why Use One And Which To Choose - Smashing Magazine

    If you plan on editing PHP you really need to bite the bullet and learn it, W3 Schools is always a great place to start. Otherwise it would be like editing Visual BASIC without knowing the language, although it's a simple programming language its still a programming language and not just markup code like HTML is.

    Otherwise there are a number of PHP coders here (myself included) whom you could hire to get the job done.

    Best of luck in your efforts.

    Bill
    {{ DiscussionBoard.errors[1602726].message }}
  • Profile picture of the author DarrenHill
    Hi Derek

    I have come across a CMS that kinda plugs into your site and enables you to include WYSIWYG editors on any part of your site so that people can edit whatever they want. The CMS is written in php. It's called concrete5 it has a bit of learning curve. I'm sure others here have heard of it.

    I can help you if you want just let me know. PM or something.

    Darren.
    {{ DiscussionBoard.errors[1617824].message }}
  • Profile picture of the author Bret Ferguson
    I agree with radhika Kompozer works great and it's free!
    Signature


    {{ DiscussionBoard.errors[1619018].message }}
  • Profile picture of the author Lloyd Buchinski
    In the cheap tricks department, try just changing all your pages from .php to .html, since you are already familiar with those. If the site doesn't make a lot of use of php except to keep your menu, header, footer etc updated, you might not really need it.

    You would have to copy and paste your menu into all your .html sheets and be ready to do that some more if the site grows. Php is basically a copy and paste function for these items anyway.

    If it is going to grow or makes extensive use of php then I would go with mywebwork's comments above.

    good luck with that
    Signature

    Do something spectacular; be fulfilled. Then you can be your own hero. Prem Rawat

    The KimW WSO

    {{ DiscussionBoard.errors[1620775].message }}
  • Profile picture of the author David McKee
    For a full blown, Balls to the Wall Php development without paying Zend 200-300 bucks, you simply cannot beat Eclipse with one of the various php plugin systems (such as phpeclipse). This is for pure php development.

    Frankly, if you are doing power scripts or wordpress development, Bite the bullet and host an Apache server on your local machine (or on a second) and use that for your testing. Then when things are working, ftp them to your real site.

    I also use Komposer, it is an excellent platform, unfortunately there has been no new development on it for some time and it is starting to show it's age. It also does not do well with php, but is quite good for css development.

    -DTM
    Signature
    Are you an affiliate marketer? My site has tons of free stuff and 14,000 pages of Clickbank research. www.affiliatesledgehammer.com
    Buy a Freedom Bulb! Don't let the government tell you what kind of light bulb you can use!
    {{ DiscussionBoard.errors[1621409].message }}
    • Profile picture of the author adamjthompson
      It's not a WYSIWYG, but I love WeBuilder for editing HTML, XHTML, CSS, PHP, etc. It'll color code your HTML vs your PHP to make it easy to tell at a glance what is what for newbies. It's not a WYSIWYG, though - you'll be dealing directly with the code.
      {{ DiscussionBoard.errors[1638215].message }}

Trending Topics