There are a lot of different backup solutions available either online or offline. In this post I will show my own backup script which I use for some time now. It is a simple linux bash script that depends on …
Pagination with custom template WordPress
Problem For a customer I built the front-page template (a page in WP with changeable content), and there is also a sidebar in this front-page which contained news posts. In this sidebar pagination was a requirement so people could see …
Zend authentication with Facebook, Twitter and Google
For a ZF project I needed to write a login procedure so that people could login with either Facebook, Twitter or Google. It is also possible to login with a combinations of these providers at the same time, so you …
Customizing the JQuery UI autocomplete
In a previous post I created my own autocomplete in javascript. One of the reasons for writing my own autocomplete is that I thought that the autocomplete from the JQuery UI library couldn’t be altered to fit my requirements. But …
Zend BaseUrl
The Zend platform is a php framework in which web application can be build. I have multiple Zend web applications for development purposes on my server. They have the following urls: http://localhost/webapp1/public http://localhost/webapp2/public … The Zend Router controls the routing …
Autocomplete with AJAX and JSON
This post is superseded by Customizing the JQuery UI autocomplete! While programming a autocomplete / autosuggest for a web application I encountered some limitations in existing plugins. My requirements are: When people let go of a key (keyup event) a …
