Gravity Forms and setting up Google Analytics Goals
When we deployed our new site at Internetavdelningen last week, one of our goals was to get better at measuring conversions. Naturally, one of the main goals of the site is to convince potential clients to get in contact with us. Therefore we decided to setup a goal in Google Analytics to track how many [...]
Read more Tweet me Share me Plus meFinally, enabled comments, looking forward to your feedback
Happy birthday to me: I enabled comments on all posts and hoping for a lot of feedback. I will do my very best to approve and respond to all incoming comments as fast as I can. Please ask what you want and let me know what you think!
Read more Tweet me Share me Plus meWalking up the Class-Hierarchy in PHP
The snippets story Yesterday I tried to call a function for every parent class of an object and get the results in an array. I didn’t found the solution instantly, so I thought that’s something for the snippets section. The function above takes an instance of a class and a class-methods name. Then it calls [...]
Read more Tweet me Share me Plus meEasily add a touch of MVC to WordPress Plugins
Building web-apps for some years now, I’ve worked a lot with multiple MVC-frameworks. Most recently with CakePHP, which is great. As WordPress plugin developer I sometimes miss that strictly structured way of coding. While the code of a lot plugins I see, is organised very well generally, I really don’t like the way many developers [...]
Read more Code on github Tweet me Share me Plus me