Generic javascript to save Custom Variables in Google Analytics
As a little follow-up post on this weeks analytics posts I thought I present to you a little javascript thingy that eases the setting of Custom Variables on a page where you have no control over and no...
View ArticleNeed a small javascript library for something? Look no further!
Javascript pros will probably know about this already but for those of us only occasionally diving into the javascript world this might save some time when looking for small libraries for specific...
View ArticleBuilding single-page apps with RouteMap.js
I am currently turning a multi-page documentation into an easy to follow step-through guide. The idea is to navigate as you progress and that forthcoming content is filtered on what you have done...
View ArticleNeed a client side key-value storage? Consider jStorage.js
Do you need to store some information on the client and you don’t fancy to dive into all those storage solutions of modern to old browsers? Need something to wrap all that and provide a simple API to...
View ArticlePremature standards – Which mobile UI framework should I use?
Yesterday I spoke to a colleague of mine. He specializes in mobile technology and was approached to define the standard UI framework to use in order to use that one in all our mobile activities....
View ArticleEasiest client-side form validation with Happy.js
I am currently playing with some javascript on a little idea that I had. It’s basically all about client-side templating and I decided to use Zepto.js (tiny drop in replacement jQuery) together with...
View ArticleNo more hashbangs! Twitter is moving rendering back from the browser to the...
What was revealed in a twitter discussion before is now official – twitter decided to move back the frontend rendering from the browser to the server again thus removing the hashbang (#!) in URLs. This...
View ArticleFirst thoughts on Hogan.js – javascript templating from twitter
Yesterday I was introduced to Hogan.js the templating library from twitter. It was new to me so I had a look at the documentation and I think I know when I would use it. And when I would not. The...
View ArticleStandardization or why do we have to work with outdated technologies?
While I was doing some coding on our website during the weekend I had work with prototype as a javascript library while nowadays you would expect to find jQuery. Actually would would’ve expected jQuery...
View ArticlejQuery plugin best practices by example
After months of no coding at all I found some time to write a bit of code again. As soon as I’m done with it I will probably blog about it but for now I want to share a cool best practice ressource for...
View Article