Results 1 to 6 of 6
  1. #1
    Join Date
    Oct 2011
    Posts
    67
    Plugin Contributions
    0

    Default Which Software is best for editing?

    Hello, can someone be so kind to tell me which software is best for editing Zen-Cart?

    I would like to be able to make the correct changes and then view it in my browser. I don't mean notepad of anything like that. I have been editing Zen-Cart with a very basic program but I need a program that also corrects any errors I may make.

    Thank you.

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Which Software is best for editing?

    I like Notepad++ combined with a local (XAMPP) installation of Zen Cart (all free), so as soon as a file is edited, I refresh and see the effects in my browser. Notepad++ has syntax highlighting so certain kinds of errors show up instantly. Anything that detects more subtle logic errors would probably be on the order of artificial intelligence, extremely sophisticated.
    There are fancier ways of doing it - I understand Dreamweaver is now capable of handling PHP sites - but you don't have to buy an expensive program.

  3. #3
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Which Software is best for editing?

    Agreed. Notepad++ (http://notepad-plus.sf.net) is my recommendation too, for windows pcs anyway.

    http://www.zen-cart.com/wiki/index.php/Useful_Tools
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  4. #4
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Which Software is best for editing?

    If you predominantly run Linux (as I use mainly Ubuntu) my preference is for Bluefish Editor.

    For Windoze I agree with Glenn and DrByte: Notepad++ is the go

  5. #5
    Join Date
    Oct 2011
    Location
    london
    Posts
    1
    Plugin Contributions
    0

    Default Re: Which Software is best for editing?

    Quote Originally Posted by gjh42 View Post
    I like Notepad++ combined with a local (XAMPP) installation of Zen Cart (all free), so as soon as a file is edited, I refresh and see the effects in my browser. Notepad++ has syntax highlighting so certain kinds of errors show up instantly. Anything that detects more subtle logic errors would probably be on the order of artificial intelligence, extremely sophisticated.
    There are fancier ways of doing it - I understand Dreamweaver is now capable of handling PHP sites - but you don't have to buy an expensive program.
    Well, the Notepad++ is nice, but the Dreamweaver works well too if you don't care about the price.

  6. #6
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,827
    Plugin Contributions
    31

    Default Re: Which Software is best for editing?

    My preferred method (Windows) setup is

    1) Develop everything locally with Xampp

    2) Use Dreamweaver for file edits: not for WYSIWYG editing as its preview is not faithful anyway but because CS5 does real-time php syntax checking.
    I hardly ever get a white screen of death due to minor coding errors.
    Eclipse does the same job for free. While these may be considered "expert" tools, its the novices that need them most.

    3) Preview with FFox + HTML validator plugin which spots any html errors I've introduced. As as result my entire site has only three validation errors (all due to Facebook code).

    4) Keep an eye on javascript errors with FFox + Web developer plugin/Firebug and IE developer tools, which sometimes pick fault when FFox does not.

    5) Tweak CSS with FFox and Firebug.

    6) Tweak CSS for IE8 if necessary.

    7) Beyond Compare for uploading to real site: easiest (visual) way to keep local and remote files in sync.

    8) Have the ZC database backup contribution installed to
    - easily get a remote backup into the local database
    - easily make backups prior to any db fiddling/adding new contribs.
    No messing needed with phpmyadmin.
    Steve
    github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...

 

 

Similar Threads

  1. editing software for a none html expert
    By selfprotection in forum Basic Configuration
    Replies: 1
    Last Post: 9 Nov 2009, 12:46 AM
  2. affiliates program which software is best?
    By snarfy in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 14 Apr 2009, 01:41 PM
  3. Best software for comparing/merging files
    By Berserker in forum General Questions
    Replies: 3
    Last Post: 6 Dec 2008, 11:36 PM

Posting Permissions

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