coding

GTM To Analytics

all-scribbly coding
1. Initialize All Environments with GTM and Analytics Stream IDsInstall GTM: First, ensure that Google Tag Manager (GTM) is installed on your site across all environments (development, production, etc.). You’ll add the GTM container to your website or web app.Analytics Stream Setup: In GA4, set up the Analytics Stream ID, which is needed to track

GTM To Analytics Read More »

AI Powered Charter

coding
Dragon Lady – AI System (High-Level Overview for Jerry) What This Does One sentence: You add bookings to a Google Sheet, organizers paste in guest emails, system auto-reminds guests to sign waivers, collects photos during cruise, and burns USB drives with AI-organized memories in 2 minutes. The Google Sheets (Your Control Panel) You Already Have:

AI Powered Charter Read More »

Photo Sorter Overview / Integration guide.

coding
Workflow: Guest uploads old Friendster photos Scraper downloads/processes locally Saves to /imported/ Llama captions old photos Merges with cruise photos All stays on boat (private) — ## COMPLETE ARCHITECTURE ┌──────────────────────────────────────────────┐ │ ONLINE (Internet Required) │ ├──────────────────────────────────────────────┤ │ │ │ dragonladysf.com/sarahs-party-2025 │ │ ├─ Event info page (static) │ │ ├─ Waiver (posts to Google Sheets)

Photo Sorter Overview / Integration guide. Read More »

Shortcode Ultimate – Examples / Code

all-scribbly coding design - layout
Basic Code Wrapper – Prismatic https://prismjs.com/examples.html <pre><code class=”language-javascript”>CODE </code></pre> pick a language – wrap code in it “language-markup” / “language-html” / “language-mathml” PLUGINS:: Adding tags to page – tags are added to body_class so they style the prism area as well rainbow-braces line-numbers match-braces no-brace-hover <pre><code class=”language-javascript”> var myObject = { property1: “something”, property2: 5,

Shortcode Ultimate – Examples / Code Read More »

New Normal Post

design - layout css coding, ,
Where does it come from? Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur,

New Normal Post Read More »

SignUp Event – Sept 24 Notes

all-scribbly coding nats-pages
1. Cookie Management and Initialization: You’ve set up the getCookie and setCookie functions globally, which is great for consistency. Just ensure that window.domain (or singleWhiteLabelCookieDomain) is correctly populated to handle cross-subdomain cookies. function setCookie(name, value, days) { var expires = “”; if (days) { var date = new Date(); date.setTime(date.getTime() + (days * 24 *

SignUp Event – Sept 24 Notes Read More »