Changes between Version 6 and Version 7 of WorkOutIdeas


Ignore:
Timestamp:
03/11/10 06:54:46 (15 years ago)
Author:
Michael Howden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkOutIdeas

    v6 v7  
    1212There seem to be a number of things which we could do to make the code more "beautiful", easier to read and easier to work with. This could be a good opportunity for people new to the code to get a deeper understanding of how it all works, while the more experienced can offer advise + checking).
    1313[[BR]]
    14 These ideas are just proposals...
     14These ideas are just proposals... 
    1515 * Getting rid of the database reserved keyword warnings
    16  * Replaced repeated code with functions (eg a pop-up wrapper function)
     16 * Replaced repeated code with functions
     17   * A pop-up wrapper
     18   * Auto-complete widget
     19   * Easily generated tables to insert into pages
     20   * shn_get_db_field_value
     21   * shn_crud_strings
    1722 * Standardized coding conventions (Naming, Indents, " vs ')
    1823 * Moving imported data out of code and into csv/xml files