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.
Tell me more about the Munchkin API methods you're using -- are you calling associateLead()?Such methods work by GETing a tracking image outside the DOM and they don't fire an erro...
@Ken C You're not actually fixing the proxy for all connections as you would if you started the JVM that way. You're still making the changes at runtime and can reset the proxy set...
@Dylan Z Wow, that's not embarrassing at all... I guess that's what you get trusting a third party to host your Coming Soon pages (LaunchRock, offered by a VC). Looks like their en...
@Shayla W if you want to disable all styles, you can do it like so:http://jsfiddle.net/sanford/9wvf0zjz/show/To be clear, this isn't changing themarkup,just disabling the CSS rules...
Been awhile since I've used Java, but IIRC Java's proxy settings are sysprops. That is, you don't have to pass them to constructors or methods, you can set them globally. Seehttps:...
@Dylan Z A note I've dropped on similar threads: we're planning to turn our in-house reply tracking solution into a commercial offering in Q2 of this year. It'll do what you want, ...
Of course.First, parse the value from the URL (query string) using JavaScript.
Then you can use any one of various techniques to change/add the logos:
Add a class to an element tha...
@David P You need to change http://app-xx01.marketo.com/...to use your instance URL (ours is app-sj01...).Also, I used the generic variable `form` because I didn't know how experie...