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.
Of course! Browsers place restrictions on localhost that prevent it from perfoming key actions.
You always want to develop with real local HTTP server of some kind. Simple Web Ser...
Marketo application have a limitation, It only allows to access 100 records on UI and in velocity script.
Therefore, we want to load data in specific order so top 100 records as p...
If I’m understanding you correctly, you just want a gallery of direct links to non-WP pages? Whether they’re Marketo LPs or some other collection of offsite pages wouldn’t seem to ...
Single quotes and double quotes have different meaning in VTL, unlike in other languages. (Single quotes do not dereference variables, they’re taken literally.)
Rather than switch...
Your developer is mistaken and it sounds like they lack Velocity experience. The correct practice is to escape the # character as it has special meaning in VTL.Certainly not "best ...