11
I Use This!
Very Low Activity

News

Analyzed 3 days ago. based on code collected 4 days ago.
Posted over 13 years ago by Melsi Habipi
Hello, We all run in php-gtk site to seek documentation for different methods or classes but often there is no helpful description there. Also the try and error approach is not always what you want if you are in a hurry. Fortunately you can use other web sites that refer to gtk for other languages in order to get help. read more
Posted over 13 years ago by Melsi Habipi
Hello, We all run in php-gtk site to seek documentation for different methods or classes but often there is no helpful description there. Also the try and error approach is not always what you want if you are in a hurry. Fortunately you can use other web sites that refer to gtk for other languages in order to get help. read more
Posted over 13 years ago by Bob Majdak Jr
This is a tiny tool that allows you to launch the built in PHP 5.4 HTTP test server with a few clicks. It allows you to select which PHP binary you want to use (in case you have multiple on your system) and the document root of the test server.read more
Posted over 13 years ago by Bob Majdak Jr
This is a tiny tool that allows you to launch the built in PHP 5.4 HTTP test server with a few clicks. It allows you to select which PHP binary you want to use (in case you have multiple on your system) and the document root of the test server.read more
Posted over 13 years ago by Bob Majdak Jr
This is a tiny tool that allows you to launch the built in PHP 5.4 HTTP test server with a few clicks. It allows you to select which PHP binary you want to use (in case you have multiple on your system) and the document root of the test server.read more
Posted over 13 years ago by Melsi Habipi
There are some very good tutorials for doing some basic or a bit more advanced things in php gtk cairo. However it is logical that they do not cover everything. But luckily one can go further in using cairo by him self, I provide a single and very simple example script that allows you to discover all by your self things like: read more
Posted over 13 years ago by Melsi Habipi
There are some very good tutorials for doing some basic or a bit more advanced things in php gtk cairo. However it is logical that they do not cover everything. But luckily one can go further in using cairo by him self, I provide a single and very simple example script that allows you to discover all by your self things like: read more
Posted over 13 years ago by Melsi Habipi
There are some very good tutorials for doing some basic or a bit more advanced things in php gtk cairo. However it is logical that they do not cover everything. But luckily one can go further in using cairo by him self, I provide a single and very simple example script that allows you to discover all by your self things like: read more
Posted over 13 years ago by Melsi Habipi
This script gets a descedant (child) widget by name using recursion. A name should be defined for the child previously, if not as a name is considered the class name. The name is passed as a variable by reference, when the target is found it is ... [More] stored in this variable. This will change the variable type from string to object, this very information is used as a condition to stop further recursion. [Less]
Posted over 13 years ago by Melsi Habipi
This script gets a descedant (child) widget by name using recursion. A name should be defined for the child previously, if not as a name is considered the class name. The name is passed as a variable by reference, when the target is found it is ... [More] stored in this variable. This will change the variable type from string to object, this very information is used as a condition to stop further recursion. [Less]