01 May 2013 - After the site upgrade, all passwords were reset and you will need to ask the site for a login reset on your first connection.

Linux

knj SMS

screenshot for KNJ SMSThis application is another SMS-sender. It works via either Gnokii, a knj SMS gateway or the two danish providers CBB (www.cbb.dk) or Bibob (www.bibob.dk). It has a phonebook, groups of contacts, logs sent messages and have a quick-search-function.

Its default language is english - but I have also translated it into danish. If you want to translate it into other languages, it can easily be done via "poedit" (aptitude install poedit) - since it works via locales.

PHP-GTK without a connection to X

It is such a shame, that to use functions like io_add_watch(), you have to have a connection to X. This prevents us from creating "real" server-applications, which can run on a machine without any graphical user-interface running on it.

Does anyone know how to get around this? Is there another extension which can do the same as io_add_watch(), timeout_add() and more? Or is it possible to "fake a X-server"?

knj SMS gateway

screenshot of knjSMSGatewayInterface The application functions as a SMS-gateway. It can receive a SMS and post it to another application via HTTP-post, or other computers can connect to it via a socket and send SMS through it. It can even bounce messages to another knj SMS gateway. I reads SMS via Gnokii and saves them to a database of your choice. Works with MySQL, SQLite, PostgreSQL and even Access on Windows.

Codevollendung für PHP-GTK in Eclipse PDT

Die Aktivierung der PHP-GTK2 Codevollendung in Eclipse PDT ist sehr einfach. Das folgende Beispiel ist für Windows, die schritte sind aber die selben, auf jeder unternützten Plattform.

Fatal error: Class 'GtkBuilder' not found...

When I run this code, I get a beautiful Fatal Error:

Fatal error: Class 'GtkBuilder' not found in /home/david/gtkbuilder_api.php on line 44


<?php
/* This API is only available afer 2.12, before then use libglade */
if(Gtk::check_version(2, 12, 0))
die ('New Tooltip API only available in GTK 2.12 or higher');

$xml = '
"

Foo

Code completion for PHP-GTK in Zend Studio 5.5

Enabling PHP-GTK2 code completion in Zend Studio 5.5 for a project is very simple. The following example is given on Windows, but the steps should be the same on any supported platform.

First run the Gtk_Dumper.php extractor as described on the previous page, and save the generated skeleton file to some stable directory, say e:\src\php\php-gtk\stubs-2.0.1.php for code completion on the PHP-GTK 2.0.1 version.

Inhalt abgleichen