1 | Site Build Help Links | ||
---|---|---|---|
2 | Resource | Link | Where Used (Antifabus…is comin’ ta gitcha! | Multnomah.us) |
3 | Adding inline footnotes with automatic numbering in HTML and CSS | https://stevans.github.io/inline-footnotes/ | \css\autonuminlinefootnote.css |
4 | Adding 'Last Modification Date' to HTML pages | \inc\lastupdate.php | |
5 | CSS background-image Property | https://www.w3schools.com/cssref/pr_background-image.asp | \css\banner.css |
6 | CSS background-repeat Property | https://www.w3schools.com/cssref/pr_background-repeat.asp | \css\banner.css |
7 | CSS: Left, Center, & Right Align Text on Same Line | \css\max-width.css \my-new-page.php (and any other page requiring a photo credit) \inc\innerhero.php | |
8 | filectime vs filemtime for file modification time? | TIP: Use the filemtime for content latest updates. The filectime shows when file meta or inode data last updated. | |
9 | get_meta_tags | https://www.php.net/manual/en/function.get-meta-tags.php | \bank.php |
10 | How to extract title from php file get contents? [duplicate] | \bank.php | |
11 | How can I use either PHP or JavaScript to display the contents of the description meta tag in the body text of a web page? | \inc\tophero(save for the javascript example).php | |
12 | How do I copy to the clipboard in JavaScript? | https://stackoverflow.com/questions/400212/how-do-i-copy-to-the-clipboard-in-javascript | \inc\copyshare.php |
13 | How to assign background-image url dynamically with only html and css? | https://stackoverflow.com/questions/57283629/how-to-assign-background-image-url-dynamically-with-only-html-and-css | \inc\varhero.php \contact.php NOTE: This link also links to two other resources worth looking at. |
14 | How to display title of page in body content under h1 tag | https://stackoverflow.com/questions/14779145/how-to-display-title-of-page-in-body-content-under-h1-tag | \inc\innerhero.php |
15 | How to pass arguments to an included file? | https://stackoverflow.com/questions/4315271/how-to-pass-arguments-to-an-included-file/5503326 | \inc\copyshare.php |
16 | In-line footnotes with only HTML/CSS (in-notes?) | \css\autonuminlinefootnote.css | |
17 | make hyperlink from javascript | \inc\innerhero.php \my-new-page.php (and any other page requiring a photo credit) | |
18 | PHP Constructor and Destructor | https://www.zentut.com/php-tutorial/php-constructor-and-destructor/ | \inc\class.page.php |
19 | php - insert a variable in an echo string | \inc\tophero.php | |
20 | Put Script into JavaScript File | HOW USED: <script src="..\js\insert-title-description.js"></script> | |
21 | Responsive Banner HTML/CSS | https://stackoverflow.com/questions/49441678/responsive-banner-html-css | \css\banner.css |
22 | What is the correct way to do a CSS Wrapper? | https://stackoverflow.com/questions/5275410/what-is-the-correct-way-to-do-a-css-wrapper | \css\max-width.css |
1 | Google Sheets CMS — Ain’t Gonna Work with DreamHost Shared Hosting | Option 2 | $C$1 | $D$1 |
---|---|---|---|---|
2 | ||||
3 | NOTES | |||
4 | August 1, 2020: I spent several hours trying to conntect site to Google Sheets. Turns out, DreamHost shared accounts won’t allow the necessary configuration to support this. (See: “Installing Composer overview” below.) | |||
5 | RESOURCES | |||
6 | Installing Composer overview: (DreamHost) You must use a VPS or Dedicated server in order to run Composer due to the amount of resources it requires. | |||
7 | How to embed a single Google Sheets cell's text content into a web page? | |||
8 | Google Sheets PHP Quickstart | |||
9 | Composer: A Dependency Manager for PHP | |||
10 | Google APIs Client Library for PHP | |||
11 | This Approach (Two Links Below) Might Still Work, However | |||
12 | A Dead-Simple CMS with Google Sheets and Firebase | |||
13 | google-sheets-to-firebase.gs |
1 |
---|