Online search registry (cRegistry) 2

Online search registry (cRegistry)
Recently I had a chance to create an online search system which can basically connect to any database type and search and display information. I tried to make the system as configurable as possible and it should be easy to adapt in any business environment so I thought I’d share my work. I called my ...

Getting on top of things with MonitrAll

Getting on top of things with MonitrAll
This is for all those in IT people working in crazy environments. Have you ever found your self trying to administer several systems, all using different technologies, insane IT operations that break all the time, no documentation, people who knew the systems nowhere to be found, and always trying to defend your self to the ...

PHP Notificator

PHP Notificator
We have been looking for an easy way to programmatically send email notifications to customers and came up with small php application to do just that. As it turned out we never used it but hey since I made it might as well share it. I know, there are lots of services and applications out there ...

PHP PDO Connect Everywhere 2

PHP PDO Connect Everywhere
Back to programming. We all know how cool PHP is. What is even cooler is using PHP with PDO to connect to … well basically everywhere. Now that I suddenly remembered my coding days, I thought I’d share a little guide on using PHP with PDO on windows.

Schedule stuff with PHP

Schedule stuff with PHP
Its been a while but I finally found some time to do some programming. I needed a way to schedule notifications with PHP so I turned to the Internet and made a quick search. I couldn’t find a nice post on the subject so I thought I’d make one hoping to help a little bit.