PHP Validator

For one of my recent projects i created this really simple and neat php variable validator, which is used to validate data coming from the user. I always use client-side…

Remote Echo – Easy PHP debugging

Remote Echo is a debug tool for PHP developers. It’s called Remote Echo because it makes it possible to echo or print messages (known as trace debugging) remotely from your PHP…

GarageUino

The GarageUino is my first Arduino project that has resulted in a product that I actually use. It’s a garage port controller that features a 20 by 4 character LCD…

How to Use PHPs Magic Methods

In this tutorial I will show how to really take advantage of PHPs magic methods in the creation of a class that helps us output HTML using only PHP. Outputting…

The binary system

The binary numeral system is basically the same as the decimal numeral system. But instead of using the numbers zero through nine, only zeros and ones are used to represent…

Copyright © 2013