BitCalc - the handy bitsetter
A nice tool which calculates bits. The number can be displayed in binary, octal, decimal and hexadecimal format, and you can use presets with names for the bit numbers or define your own ones. Presets for unix file rights and Adobe PDF form elements (no one will ever use this one) are included.Version | 1.0 | ||
---|---|---|---|
Download | bitcalc-1.0.zip | zip | 20kB |
Crypter
Just a small tool for applying crypt functions (like md5, crypt, DummyCrypt) to a string.Easy copy & paste with own buttons.
Currently the following functions are supported:
md5, DummyCrypt, DummyDeCrypt, crypt, crc32, htmlentities, htmlspecialchars, metaphone,
soundex, strlen, strrev, strtolower, strtoupper, ucwords
Version | 0.1 (stable) | ||
---|---|---|---|
Download | crypter.zip | zip | 16kB |
FileDialog class for PHP-GTK
The GTK has an built in File Dialog, which is very difficult to handle. You've to create the GtkFileDialog, Connect the buttons, write the handlers.... check the filenames and and and.How would it be just to use
$strFilename = FileDialog(...)
?This thing and many things more does this class:
- Let the user select one or more files
- Validate the filenames
- Let the user only select existing files
- Ask for creating non-existing files
- Don't allow dirchange
- DirSelection - no files, only select dirs!
- Help button with user-defined Help functions, even in classes
- File classes to select (*.exe, *.php and so)
- ...
Version | 1.1 (2003-05-15) | ||
---|---|---|---|
Download | GTK_FileDialog-1.1.zip | zip | 23kB |
GNU Gettext for PHP-GTK
Here is the solution if you want to have a multilingual application.Based on the GNU gettext functions, it enables you to translate your PHP-GTK application into the languages you want, even the glade files!
It provides a gettext-loader which loads the gettext extension into php or, if this is not installed on the user's system, provides wrapper functions making sure the app will work in every case.
For windows, the "php_gettext.dll" library is packed in the zip.
If you're using glade files, a glade2po converter is included. A translation test script is also shipped with the files.
Version | 0.2 (2003-05-15) | ||
---|---|---|---|
Download | GTK_Gettext-0.2.zip | zip | 32kB |
HTML Form Creator
Tool for creating HTML forms (with text boxes, radio and checkbuttons, lists...) directly from an database table.You select the database and the table, choose which fields you want to have in the form and which type they should be.. and click "generate"!
Template for forms using PHPLib-Templates included, own code templates can easily be created.
Version | 0.1 (2003-07-28) | ||
---|---|---|---|
Download | htmlformcreator-0.1.zip | zip | 32kB |
MessageBox for PHP-GTK
One thing missing in the GTK is a MessageBox function. I've written such a one which is nearly full-compatible with the VC++ MessageBox function.You can use the pre-defined buttons or define your own ones. The icons are Windows-XP style.
In version 1.1, gettext support is provided.
Version | 1.1 (2003-05-15) | ||
---|---|---|---|
Download | GTK_MessageBox-1.1.zip | zip | 14kB |
PHP-Gtk manual browser
The manual browser provides a TOC, index, search and bookmark functionality for the PHP-Gtk manual. You can navigate rapidly throught the docs, viewing the pages in the internal (with scalable fonts) or in your favorite browser (like Opera or Firefox).
It has an in-built update functionality which can update parts of itself (when the manual has changed) over the internet as well as it can tell you when a new version of the browser is out.
Version | 0.7 (2004-11-04) | ||
---|---|---|---|
Download | manualBrowser-0.7.tar.gz | zip | 256kB |
Ximian Icons as .xpm
Here they are as .xpm files and php-arrays.
Included are: 61 24x24 and 16x16 toolbar-icons (copy, paste, zoom and so) and 122 48x52 MIME icons.
I used ImageMagick for conversion.
Version | 0.1 (2003-04-29 12:10) | ||
---|---|---|---|
Download | ximian_icons.xpm.zip | zip | 827kB |
xpm2php
This small script converts your *.xpm files to php-arrays, which you can use in your php-gtk scripts without the need of having external .xpm files.Version | 0.1 (2003-04-29 12:18) | ||
---|---|---|---|
Download | xpm2php.zip | zip | 2kB |
xpm2php.sys.zip with sysfiles( MsgBox, FileDialog) | zip | 20kB |