Blog

Tags:  •    •    •    •    •  

I share my Timer class with you. This is an easy to use class. If you use this you will never have to think about the way of execution time measuring.

Tags:  •    •    •  

You can read about two popular thumbnail generating methods in this article. The first method requires GD library. If you select the other way you need Imagick which is a native php extension to create and modify images using the ImageMagick API. Let's see the code!

Tags:  •    •    •  

Sometimes you need all public properties of an object. I've also met this problem. I tried to find some usable native function on php.net, but the only native solution is the ReflectionProperty class. I think It claims too much resource. I've written an own function that has solved this issue.

Let's see the function

/**
 * It gets all public properties of given $object.
 * @param object $object It must be object.
 * @return array that contains all public property name as key and their values. example:
Tags:  •    •    •  

This blog entry show you how to use pivot or portre mode on your LCD monitor under Linux. I know the way that NVidia card owners can rotate their screen. You have to use official NVidia driver for this method.

Tags:  •    •    •  

You can use Google's browser on Linux. The early access release of Chrome .deb package is available from site of Chromium.

Tags:  •    •  

Antialased fonts will be after this 3 easy step in Emacs (Ubuntu 8.10).

Tags:  •    •  

I'm looking for silent PC parts for totally noiseless desktop computer. I will use this PC for software development. This PC need to be silent, fast and video card need to drives 2 monitor over 2 DVI port. I will use 4 monitor with an additional video card in the far future.

Tags:  •    •    •  

The well known way is svn export. Some times this command is not applicable. You can use this simple shell command in this case (Linux/*nix only).

Tags:  •    •    •    •  

I've got the next error message from Oracle server, when I try to insert new record:

ORA-01653: unable to extend table OWNER.TABLE_NAME by BYTE in tablespace TABLESPACE
Tags:  •    •    •  

I've made a CAPTCHA system what is ease of use for any PHP website. This is a full object oriented class library. Ease of use and ease of customisation. Try it! Feel free to download and use it. Please leave a comment.

Features

  • Very minimal software requirements
  • Ease of customisation (parameters or class extending)
  • Full object oriented library
  • One file one class