ipNumberInfo - April 2, 2012 @ 10:10 pm

After some experience with IP‘s I had the idea to create a converter for IP numbers to decimal numbers.
After a bit of playing around I discovered how IP numbers work.
And because PHP is having a lot of inside functions to convert decimal numbers to hexadecimal, octal and binary numbers it was very normal to add them to.

You can try it out at http://juje007.be/ipNumberInfo/.

The main function source can be viewed at http://github.com/Juje/ipNumberInfo

If you want some more information about IP’s and DNS you can always visit https://webhostinggeeks.com/guides/dns/ for more information.

So enjoy and have fun.


Tags:

PHPIpsum - August 13, 2011 @ 12:39 am

A long time ago I discovered a website called http://html-ipsum.com. Immediately I started searching for a PHP version but I couldn’t find it. So I started developing on the PHP version which was going to call PHPIpsum. But the passion for creating a PHP version started to go away, so I stopped with it.

And today (August 12, 2011) because of some event I rediscovered it again. And I started working on PHPIpsum again. And after 2 or 3 hours of coding I completed PHPIpsum.

You can visit it under the domain http://phpipsum.juje007.be.

A domain name will maybe come depending on the traffic.


Tags:

PHP: Table Class - October 1, 2010 @ 8:49 pm

After some playing with PHP, I wanted to create a new class but I didn’t really know what. So after some time I founded a nice task to do :). So here is my “Table Class”. It’s a easy way to create a HTML table from a PHP array.

The code:

Usage:

This is a very simple Table Class because you can’t define attributes like title, class, id, etc. But you are free to use and to change off course :).

~Juje007


Tags: