-
Continue reading →: Using String.fromCharCode when encoding gets out of control
While character encoding and character sets are pretty easy to understand, it used to be pretty tough back in the old days. Luckily modern browsers handle encoding pretty well, and we can even state that when you are using UTF-8 in your document and in your database, nothing can go…
-
Continue reading →: How to add VWO test variants to your Snowplow Analytics data
Snowplow is an open source datalogger that gives you access to event level data. This makes the data very powerful and allows you to make complex analysis with your data. At Blue Mango, we currently use it for advanced analysis like Conversion Attribution. One of the new uses we want…
-
Continue reading →: Debugging Adobe Generator plugins for Photoshop in production
We heavily rely on Adobe Generator in our in-house HTML animation tool called Splash.Create. When developing Photoshop plugins locally, debugging really is a breeze because you can test directly against Photoshop just like an end-user would. You can debug the plugin the way you would debug any other Node application.…
-
Continue reading →: Fixing the T-date bug in Safari mobile
Every now and then, you run into a bug that is better described as a ‘pain in the ass’. This is one of these bugs, and it has to do with handling dates in iOS. The story starts with the API of the Dutch Railways (or NS). They have a…
-
Continue reading →: Higher conversion rates with a shopping cart abandonment program
Many online marketeers will recognise this problem: despite filling up their digital shopping cart, more than half of customers leave without making it through checkout. Besides remarketing with search and display advertising, a so called Abandoned Shopping Cart (ASC) email program can persuade a portion of those visitors to return…
-
Continue reading →: Optimizing media spends using S-response curves
A key focus of our Data Science team is to help our clients understand how their marketing spend affects their KPIs. In particular, we create models to understand the effect of individual marketing channels such as television or paid search ads on KPIs such as sales, visits and footfall. Knowing…
-
Continue reading →: How to get Airbnb’s JavaScript style guide working in WebStorm
Update 09/2016: Looking to set up ESLint instead of JSCS? Having a consistent style in your code is important for maintaining readablility and makes the code easier to understand. You can use different code styles, the most important thing is to stick to one code style. We at Blue Mango…
-
Continue reading →: Masterclass mobile? Practise what you preach!
==This post has been previously published on Marketingfacts. == Last week I saw a TV commercial about a master class Mobile Marketing by business university Nyenrode and RTL Z, one of the biggest Dutch TV channels. In the commercial, a lady looked me straight in the eye and asked: "Do…
-
Continue reading →: Introducing Formagical.JS: form analytics without dashboarding
Just a few months ago I was looking for a tool to gain insights on how visitors use the forms on our websites. I only had a few requirements. The tool or service should: be easy to implement; be free, or at least have a fixed price (I prefer not…
-
Continue reading →: Webstorm 10 improves the performance of file indexing
After having used Visual Studio for years, we switched to Webstorm in 2014. We’re all a big fan of this IDE: the code assistance and debugging/testings options are truly magnificent. The only big downside of the tool is when your projects starts to grow and you’ve got a lot of…