I'm a web, database, and network architect based in NYC, with specializations in the financial services, publishing, and SaaS sectors.
I build complex Marketo integrations for companies large and small... and can make Marketo forms and emails do things you never thought possible!
Check out my blog at https://blog.teknkl.com, which has Marketo-specific technical insights you won't see anywhere else, along with wider topics from my programming and systems work.
I like your parlor trick, man. To get even more tricky:H1[class^="04"].PM{/* rules for 4:00 - 4:59pm */}H1[class^="03"].AM{
/* rules for 3:00 - 3:59am */
}
We have a Salesforce trigger that creates a new "Marketo Activity" custom object with the owner and such fixed up (and then we delete the original generic Activitiy). Something to ...
@Ian using the html element to increase specificity is fine, but just a type selector has very weak specificityand there's no guarantee it won't be overriden by something you guys ...
What @Justin said, plus realize that if somebody clicks a link, that becomes a "Synthetic Open" even if they never downloaded images, or if they just saw the text-only version of t...
In this instance I'd look closer at your DNS. What exactly has your IT department done to verify that your domain is OK? You could have one nameserver that's giving wrong results, ...
@Edward you can fix that webfont issue by sending Access-Control-Allow-Origin: * with WOFF2 resposnes. Your server is sending ACAO on WOFF responses, but you have WOFF2 listed firs...
Well, don't really need to send an email. Have the new website check if they have a Munchkin tracking cookie. If they don't, redirect them back to the old site with a special query...
@Devan remember your selectivity rules. The built-in CSS already has.mktoForm .mktoCheckboxList > labelwhich is more selective than.mktoCheckboxList > label. You either have to use...
Should be easy to do given the API. Though you should figure out if you meanloadthe next form vs.showthe next form. If it were me I'd probably render both forms at start but only r...