Bienvenue! Welcome!
My goal is to help you work faster.
I must speak and teach until I hear 10 people say, "That thing you taught me? I used it! And it saved me time!"
(Ahem ... although maybe blogging slower than I'd hoped. Ugh, coders' repetitive stress injury.)
So check out the tutorials. Play with code. Tell me about your triumphs.
Responsive, accessible navigation 4: Preventative troubleshooting
08 Feb 2021
Before I go any further (yup, there’s still no nav data in my navbar!), I should think through some issues that might come up as I try to implement a navbar.
Continue ReadingResponsive, accessible navigation 3: Constraining width
08 Feb 2021
Before I actually put any navigational data into my masthead, I want to play with constraining its width.
Continue ReadingResponsive, accessible navigation 2: 11ty
08 Feb 2021
First things first: I need some data items to be in the menu. And I need some templating to turn it into basic blocks of HTML. Let’s make a little 11ty SSG project.
Continue ReadingResponsive, accessible navigation 1: Intro
08 Feb 2021
I have a “dream nav bar” in mind, but building it is another issue. Follow me on a journey through building a minimalistic, accessible, responsive 2-level top-of-site navigation menu.
Continue ReadingInsert, update, and delete from a database to Salesforce
05 Feb 2021
Oracle User Group meetups attract some great DBAs and database developers. With their permission, I’d like to share a slick little Extract, Transform, Load (“ETL”) data integration pattern that DBA Ken Frank introduced to me, developed with Sidi Mohamed Cheikh Ahmed and Sue Kolles. It does a single-direction sync from Oracle into Salesforce, making sure that inserts, updates, and deletes are all propagated.
Continue Reading5 things you need to know about Jekyll vs. 11ty Liquid includes
29 Jan 2021
Thinking about migrating from, say, GitHub Pages-flavored Jekyll to a newer SSG? Eleventy is probably your closest bet, because it allows you to stick to the Liquid templating language you know and love. But the heart of a well-componentized site generation model, includes, works a little differently between Jekyll and 11ty.
Continue ReadingAPIs are for admins: texting your colleagues with Salesforce Flow (Cactusforce 2021)
15 Jan 2021
Thanks for coming to Salesforce MVP Narender Singh’s and my 6-minute lightning demo “APIs are for admins: texting your colleagues with Salesforce Flow” at Cactusforce 2021
Continue ReadingThe first JavaScript I ever wrote
08 Jan 2021
I dismiss my JavaScript skills all the time because it’s not my primary practice, but I was awfully proud of the first program I ever wrote, in late 2011. Would you like to see it?
Continue ReadingClean up old node_modules in Windows 10
05 Jan 2021
Deleting old node_modules
folders is the new defragging.
How to use Jekyll SSG with Headless CMS
02 Jan 2021
Architecturally, getting API-based headless CMS to work with the Jekyll SSG is a bit nuanced.
Continue Reading