New site for the band - concerts
After some months of procrastination, I've finally done a small site for the band I'm currently playing with, called Moma Poka.
Not that much content yet ; proper photos and recordings have to be done, but the team that shot the Bondoufle concert is now busy with Rolland-Garros, and I suppose it's probably more useful to them than remixing / remounting our show.
You can still have a look at Moma Poka's site, though.
Most of our creations are available under a Creative Commons license.
Microsoft talks to Paradox developers
Summary of a talk given by a Frank Fischer, MS .NET evangelist, Microsoft Germany, to the audience at the International Paradox Convention held in Frankfurt in 2004. .NET, of course, but also the ugly truth about Access and Visual Foxpro (VFP). Convention photo.
Loading a GtkCTree from a XML file using PHP-GTK 1
This is a small code example I've done for Riff News
to demonstrate how to load data into a PHP-GTK GtkCTree
from an external XML file:
http://www.riff.org/charger_un_gtkctree_depuis_xml_en_php-gtk
The (short) intro text is in french, but you can very well skip it to go directly to the code.
The example may also be useful in that the data being loaded into the tree represent the PHP-GTK 1 GTK class hierarchy (GDK not included).
Paradox formatted memos in Delphi applications
Earlier today, someone asked how to display the contents of Paradox formatted memo fields in a Delphi app.
I setup a basic solution, for which the source is given hereunder.
The idea is to define a calculated String field for the Query or Database used. Say be call it FMT in a table TBL, so its object name will be TBLFMT. In the OnGetText event for the field, add this code: