11
I Use This!
Very Low Activity

News

Analyzed about 21 hours ago. based on code collected 1 day ago.
Posted about 18 years ago by PHP-GTK editors
The PHP-GTK team is proud to announce the release of a beta version of PHP-GTK 2. This release, aptly named extension extravaganza, brings with it tons of new features that you can look forward to:read more
Posted about 18 years ago by PHP-GTK editors
The PHP-GTK team is proud to announce the release of a beta version of PHP-GTK 2. This release, aptly named extension extravaganza, brings with it tons of new features that you can look forward to:read more
Posted about 18 years ago by Leon Pegg
Well I have started building packages today and there is one in the repository now: it's the php5 base that the php-gtk2 extension will use the only one so far is in dapper stable Keep an eye out more to come
Posted about 18 years ago by Leon Pegg
Today I setup a ubuntu/debian repository for php-gtk http://cycleide.uni.cc/php-gtk. This is the first step towards making php-gtk2 available to those using linux that dont have the skills to compile php-gtk. No packages have been published yet as ... [More] the php-gtk 2 beta is due in the next few days : as soon as it's out I'll start building packages for dapper, edgy and feisty. [Less]
Posted about 18 years ago by Frédéric G. Marand
AFUP, the french association of PHP developers, is setting up Forum PHP 2007 in Paris for 2007-11-21/22. Their are looking for French speaking experts, who want to share their know-how and enthusiasm. This two day conference features one technical ... [More] day, with the most advanced PHP techniques and a business day, with case studies and examples of successful projects..read more [Less]
Posted about 18 years ago by Frédéric G. Marand
As you have probably already read elsewhere, the PHP-GTK development team is readying for PHP-GTK 2 beta, with many new widgets from the recent GTK versions. This would be a good time for community members to create small samples demonstrating each ... [More] and every one of the new widgets, to go to the single widgets tutorials section on this site, in order to alleviate the workload on the core developers and leave them free to work on the more difficult parts of PHP-GTK itself. [Less]
Posted about 18 years ago by Jan Pospisil
Inspired by Marc Quinton I made an application for on-line generating KML files with the GPS coordinates of developers here. It can be used as a simple example of using some Gtk widget, PHP DOM extension, XMLRPC and for flying over our heads - enjoy :)read more
Posted about 18 years ago by Jan Pospisil
Inspired by Marc Quinton I made an application for on-line generating KML files with the GPS coordinates of developers here. It can be used as a simple example of using some Gtk widget, PHP DOM extension, XMLRPC and for flying over our heads - enjoy :)read more
Posted about 18 years ago by Christopher Stevens
Hello, Calling a function on a repetitive basis is simple enough using something like: Gtk::timeout_add(200, 'subtract'); //call subtract() 5 times per second However, how would I call subtract() if it is within a class? Example: read more
Posted about 18 years ago by Christopher Stevens
Using php every day, there are times that I find myself needing an application rather than a web server to handle automated tasks. Moving from php to php-gtk has been a quick transition. I see more possibilities every minute! I've run into a few ... [More] small hang-ups while getting started. I'll be sure to post a tutorial for other dummies like me to help get past what I did not understand at first. [Less]