Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2009
    Posts
    2
    Plugin Contributions
    0

    Default editing software for a none html expert

    I am Using the Zen Cart 1.3.8a.

    Is their any easy to use editing software.

    I don't have any real html experiance. Are is their no editing software out their to help a none html user to help change stuff in zen cart.

    Thanks

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: editing software for a none html expert

    While the page that eventually gets thrown onto a browser is in HTML, zencart uses PHP to compile the pages.

    A "html editor" is therefore of no use to you.

    PHP code is basically a set of instructions that FETCH and DISPLAY somthing, or DO something (such as process the data in a form).

    And it FETCHES (or DOES) something "on-the-fly", so each page that displays in a browser is a TEMPORARY page. It is not "stored" anywhere as HTML on the server. When a person clicks another link, the page they are on "evaporates" - (goes away forever) and the PHP builds up a new page.

    The CONTENT for the pages is stored largely in the database, and in DEFINE statements (constants) in various php files.

    Your design and layout is controlled mainly by CSS, with some elements of layout governed by PHP statements, and others by "switches" in the database.

    There are some very good online tutorials for PHP, CSS and MySQL on the internet. Go to www.w3schools.com for some simple lessons.
    20 years a Zencart User

 

 

Similar Threads

  1. v150 HTML Editor shows NONE
    By firstcapitalfirearms in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 13 Sep 2012, 05:55 PM
  2. Which Software is best for editing?
    By Zadris in forum General Questions
    Replies: 5
    Last Post: 18 Oct 2011, 09:28 AM
  3. HTML Editors none work for me
    By billscheltema in forum General Questions
    Replies: 7
    Last Post: 15 Jan 2009, 02:37 AM
  4. FREE image editing software
    By kitcorsa in forum General Questions
    Replies: 11
    Last Post: 11 Sep 2008, 04:11 AM

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