Advanced Search
Search Results
63 total results found
Vendor Files
vendor - These are specific files provided by third-party's that provide assistance to the vendor's API. Bootstrap, DataTables, and jQuery are specifically used on the TNG_coGenWeb sites.
Appendix B - IDE Setup
IDE of Choice My IDE of choice is Microsoft Visual Studio Code (vsCode). The vsCode is available for Windows 10, 11 or MacOS 10+. The product is free and can be downloaded at: Visual Studio Code Download. Extensions The extensions mentioned below are those ...
County_master.json File
JSON - JavaScript Object Notation, is an open standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of name–value pairs and arrays (or other serializable values). The following details the ...
County_config.json File
County_config.json - This file is used to establish various configuration elements throughout the system. Ensure the name of the file is the same as the "value" for "name" in the County_master.json file discussed above. Update this file to contain the specific...
County_database.json File
County_database.json - This file contains the key => value pairs used to identify the username and password of the site's database. Given this information should not be general knowledge the items are contained in a separate file that the configuration informa...
County_navbar.json File
County_navbar.json - This JSON file details the structure of the navigation bar. This needs work
County_footer.json File
County_footer.json - This file identifies the text displayed in the page footer. The footer is organized into 3 rows of 3 columns each as follows. { "row-1": { "col-1": { "text": "Together we can build the best FREE Genealogy websites." }, "col...
JSON File Overview
JSON - JavaScript Object Notation, is an open standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of name–value pairs and arrays (or other serializable values). The following details the ...