Our post today will touch on two separate subjects (tagging of forms and limiting server calls (and therefore cost) in certain situations). Those two work together very well, so I decided to mix them together. Two subjects in one posting. Surely that's a good deal! Forms A lot of web sites live entirely to provide visitors … Continue reading Tagging Forms (w/o Losing Money)
Tag: pagename
Ode to Charles & Map Local
There once was a tool with a feature The merits of which like a preacher I praise on this blog And I'm almost agog For it's part of my normal procedure If there is one tool in my toolbox that I have to point out, it's "Charles" by Karl von Randow. Sure, there are others … Continue reading Ode to Charles & Map Local
App Tracking – Part II
We'll put some meat to the bone today and provide a bit of sample code and guidance around tracking a mobile app. Setup As we said in Tracking Mobile Apps, you need to download the AMC library for your target OS and include that into your project. We'll build the sample on Android (because we … Continue reading App Tracking – Part II
The s_code.js file – s.doPlugins()
The s_code.js file - s.doPlugins() This article is part of the mini series about the s_code.js file. You can find the other articles here: Overview Configuration section The s.doPlugin() callback method (this article) Plugins Core Javascript code The s.doPlugins() Callback Method Now this one is a proper subject for developers. So far we have only … Continue reading The s_code.js file – s.doPlugins()