Webdev
PHP Auth using Google Credentials
by Artur on Dec.11, 2009, under Webdev
Here is a bit of code which uses Google credentials to authenticate a user. The idea is to use PHP sessions support and existing Google accounts for user management and don’t store any additional passwords.
Cineworld film times on Android OS
by Artur on May.08, 2009, under Webdev
Viewing regular websites on mobile phones is not easy, they are too long, too rich and generally not made for small screens. I’ve developed a small page which grabs the film times from Cineworld website and displays them on a mobile friendly page. This is working only for one fixed cinema now. Video after the brake.
(continue reading…)
Dynamic content with AJAX, Nagios and PHP
by Artur on Apr.02, 2009, under Webdev
Monitoring 18 servers during a live event isn’t an easy task, however there is a easy way to do create a dynamic page which will display you a status of desired servers using Nagios plugins, AJAX and a bit of PHP. (continue reading…)