Category: Web
Updated on May 19, 2015
Call a previous AJAX request again
For a project I was trying to solve the issue of session timeouts while not frustrating the user after an ajax call. So the previous ajax call had to be saved and executed again after a successful log-in. …
Updated on October 13, 2013
DoToKnow
After nearly a year of working on a new collaborative portfolio platform it is about time to start announcing it. With a couple of friends I have been working on DoToKnow. A website on which you can keep …
Updated on July 15, 2013
Smarty’s hidden global variables
Recently I have been working on some web design projects in which we are using the templating parser Smarty. And even though the parser itself is very extensive, the documentation is not. To use variables across nested template …