What other program too use for PHP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • webandwe
    New Member
    • Oct 2006
    • 142

    What other program too use for PHP

    Hi,

    I use Dreamwaver to design websites and do all my PHP programming.

    I bought a latop with Vista business but now dreamweaver won't start up. I installed many version of Dreamweaver but not luck. Vitsa/Dreameaver not compatible.

    Before I format the PC and load XP.

    It's there any other free stuff I can download to edit website I can try with Vista?

    But it must color my coding. Even if it's like notepad but color your code it will work for me. I just need some color in my PHP coding. hahahaha

    Thanks
    Webandwe
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    PhpEclipse is a good starting point.

    Comment

    • webandwe
      New Member
      • Oct 2006
      • 142

      #3
      Thanks,

      I also found cool software at one company

      webbuilder and Rapid PHP.

      Alot like dreamweaver but someusefull stuff like preview php in program and choose between IE and Moz. Webbuilder is $49 and Rapid PHP is $39.

      I downloaded the trails and I'm going to swipe the credit card on these once cause they reall look nice...

      Comment

      • r035198x
        MVP
        • Sep 2006
        • 13225

        #4
        Originally posted by webandwe
        Thanks,

        I also found cool software at one company

        webbuilder and Rapid PHP.

        Alot like dreamweaver but someusefull stuff like preview php in program and choose between IE and Moz. Webbuilder is $49 and Rapid PHP is $39.

        I downloaded the trails and I'm going to swipe the credit card on these once cause they reall look nice...
        Eclipse has the added advantage of being free. ... but I'm not a saleman so I'll leave it at that.

        Comment

        • Markus
          Recognized Expert Expert
          • Jun 2007
          • 6092

          #5
          Originally posted by webandwe
          Thanks,

          I also found cool software at one company

          webbuilder and Rapid PHP.

          Alot like dreamweaver but someusefull stuff like preview php in program and choose between IE and Moz. Webbuilder is $49 and Rapid PHP is $39.

          I downloaded the trails and I'm going to swipe the credit card on these once cause they reall look nice...
          I wouldn't pay for anything, if I were you. But I'm not.

          Programs that build code for you are nice because it takes away the repetetive nature of programming. But in the end, you don't know the code it designs.

          You can't beat programming hands on.

          Good IDE's
          • InType
          • PHPDesigner
          • .. and many more a good google would return.

          Comment

          • dlite922
            Recognized Expert Top Contributor
            • Dec 2007
            • 1586

            #6
            I agree with markus, if you're just learning PHP, i'd start off with something that doesn't give you all the code as you type.

            But its not just that, is misspelling variables names (or member functions of objects) that waste your time and not so much going to php.net

            How about LIVE syntax checks. Know how word underlines an incorrectly spelled word? PHPED from NuSphere does this, among much more.

            I didn't pay for it, company I contract for did, but I think its worth the money.

            From an ex-Dreamweaver user, the transition was easy. The only thing I did is change syntax colors (Yes you can pick any coloring scheme for the all the languages it supports)

            Eclipse is made in java and is slow. Its good for Java, but not PHP so much.

            I'm not a salesperson from NuSphere, but I don't have to be to rate their products.

            Most importantly, they listen. They have a forum that you can suggest fixes, ask about how to do things and they answer very promptly.

            The program has the builtin PHP manual (among others) and saves you time (precious time when you working with deadlines) by doing the syntax check live,

            built in debugger, (Full blown debugger for PHP, excellent for large apps)
            live syntax checker (gives you a red mark next to scroll bar for those 1000 long line pages), this saved me alot of time because unlike dreamweaver, I didn't have to FTP the file, and run it to tell me I forgot a semi-colon or a parenthesis

            By the way, it has support for PHP Documenter. If you document you're classes and put the description for a function (or notes to remember), it shows up in a little tool tip when you use the function.

            Support for Smarty templating.

            I could go on, but you get the point.

            -Dan

            PS: if you have any questions and don't want to ask the understandably biased sales people, shoot me a PM.

            Comment

            Working...