Blog Detail
Norwegian photos. Stavanger region.
http://antonbabenko.com/v/Norway2008
Collection of norwegian photos. Nature, people, places.
Recent Posts
How to install Communigate Pro on Debian etch
I didn’t find the way of installing Communigate Pro in the official documentation and even Google search didn’t help, so I used to do a small fix and write this small note which might help some newbie-debian-admins like me. The problem wa...
User age in MySQL
Finally I have decided how to get the real age of users using mysql: SELECT YEAR(NOW()) - YEAR(birthday) - IF ( MONTH(NOW()) < MONTH(birthday), 1, 0 ) - IF ( MONTH(NOW()) = MONTH(birthday) AND DAYOFMONTH(NOW()) < DAYOFMONTH(birthday), 1, 0) ...
Daewoo Espero 2.0 CD for sale in Oslo
I am selling my super car. Read more information about my car on zett.no....
Working on Sukker.no
We have moved from Stavanger to Oslo last week and now I am starting to write a new series of my work related notes. I have permanent work contract in Warm Systems company and my project is sukker.no. Sukker.no - is a dating web-service which is rath...
HTTP/1.1 Status codes
Nice schema which shows the resolution of HTTP/1.1 (DELETE, GET, HEAD, PUT, POST) status codes. Author: Alan Dean...

