<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- generator="FeedCreator 1.7.1" -->
<?xml-stylesheet href="http://wildphp.free.fr/wiki//feed.css" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://wildphp.free.fr/wiki//feed.php">
        <title>Wild PHP Wiki</title>
        <description></description>
        <link>http://wildphp.free.fr/wiki/doku.php?id=</link>
       <dc:date>2026-08-03T22:54:58+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:dhtml_class"/>
                <rdf:li rdf:resource="http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:dhtml_class_source_code"/>
                <rdf:li rdf:resource="http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:documentation"/>
                <rdf:li rdf:resource="http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:events"/>
                <rdf:li rdf:resource="http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:exemple1"/>
                <rdf:li rdf:resource="http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:exemple2"/>
                <rdf:li rdf:resource="http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:exemple3"/>
                <rdf:li rdf:resource="http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:exemple4"/>
                <rdf:li rdf:resource="http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:exemple5"/>
                <rdf:li rdf:resource="http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:extension_api"/>
                <rdf:li rdf:resource="http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:function._f"/>
                <rdf:li rdf:resource="http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:index"/>
                <rdf:li rdf:resource="http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:todo"/>
                <rdf:li rdf:resource="http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:winapp_class"/>
                <rdf:li rdf:resource="http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:winapp_class_source_code"/>
                <rdf:li rdf:resource="http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:window_properties"/>
            </rdf:Seq>
        </items>
    </channel>
    <item rdf:about="http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:dhtml_class">
        <dc:format>text/html</dc:format>
        <dc:date>2004-11-25T14:49:38+01:00</dc:date>
        <title>php_dhtml:dhtml_class</title>
        <link>http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:dhtml_class</link>
        <description>dhtml class  Here you can find the code of the dhtml class.  You should always use it, it is self documented and that's the only API that's not likely to change. Additionnaly it adds a few functionnality that you will need. You can find some examples...</description>
    </item>
    <item rdf:about="http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:dhtml_class_source_code">
        <dc:format>text/html</dc:format>
        <dc:date>2004-12-01T14:47:37+01:00</dc:date>
        <title>php_dhtml:dhtml_class_source_code</title>
        <link>http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:dhtml_class_source_code</link>
        <description>dhtml class source code  Note: It's PHP 4 code.  &amp;lt;? /** * php_dhtml * Copyright (C) 2004 Eric Colinet &amp;lt;e.colinet@laposte.net&amp;gt; * http://wildphp.free.fr * * This library is free software; you can redistribute it and/or * modify it under the te...</description>
    </item>
    <item rdf:about="http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:documentation">
        <dc:format>text/html</dc:format>
        <dc:date>2004-12-03T16:28:34+01:00</dc:date>
        <title>php_dhtml:documentation</title>
        <link>http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:documentation</link>
        <description>Documentation  API docs   Extension API Window properties Events    Still work in progress  PHP classes   dhtml class A wrapper/helper class to use with php_dhtml winApp class A class to build an app with a Windows look &amp;amp; feel in a minute    Exam...</description>
    </item>
    <item rdf:about="http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:events">
        <dc:format>text/html</dc:format>
        <dc:date>2004-11-21T18:22:41+01:00</dc:date>
        <title>php_dhtml:events</title>
        <link>http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:events</link>
        <description>Events  You can receive events from the window (using dhtml_get_event) when an event occur in the HTML page. For some events to be received you have to declare it for a particular HTML id or for a class of HTML elements.      name   value   extra   d...</description>
    </item>
    <item rdf:about="http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:exemple1">
        <dc:format>text/html</dc:format>
        <dc:date>2004-12-02T22:17:38+01:00</dc:date>
        <title>php_dhtml:exemple1</title>
        <link>http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:exemple1</link>
        <description>Exemple 1  This exemple is pretty simple, use it to get you started.  Result    Code &amp;lt;?php $wnd= dhtml_create&amp;#40;&amp;#41;; $stop= FALSE; while&amp;#40;!$stop&amp;#41; &amp;#123; $evt= dhtml_get_event&amp;#40;1&amp;#41;; echo &quot;Event $evt-&amp;gt;id, $evt-&amp;gt;type, $evt-&amp;gt;...</description>
    </item>
    <item rdf:about="http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:exemple2">
        <dc:format>text/html</dc:format>
        <dc:date>2004-11-28T19:12:31+01:00</dc:date>
        <title>php_dhtml:exemple2</title>
        <link>http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:exemple2</link>
        <description>Exemple2 - dhtml class exemple  This one use the dhtml class to create an original clock (ShowTimer.php from jcd).    Result    Code  &amp;lt;?php &amp;nbsp; define&amp;#40; 'DHTML_DEBUG', 0 &amp;#41;; include 'include/dhtml/dhtml.inc'; &amp;nbsp; class clock extends dh...</description>
    </item>
    <item rdf:about="http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:exemple3">
        <dc:format>text/html</dc:format>
        <dc:date>2004-12-02T21:22:34+01:00</dc:date>
        <title>php_dhtml:exemple3</title>
        <link>http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:exemple3</link>
        <description>Exemple3 - winApp class exemple  This one use the winApp class to create an very simple application.  Result    Code  &amp;lt;?php /** * php_dhtml * Copyright (C) 2004 Eric Colinet &amp;lt;e.colinet@laposte.net&amp;gt; * http://wildphp.free.fr * * This library i...</description>
    </item>
    <item rdf:about="http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:exemple4">
        <dc:format>text/html</dc:format>
        <dc:date>2005-01-15T19:37:08+01:00</dc:date>
        <title>php_dhtml:exemple4</title>
        <link>http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:exemple4</link>
        <description>Exemple 4 - Wiki editor  This one use the winApp class with some kind of Office XP look &amp;amp; feel.  It needs:  wiki2xhtml class. win32std (but it can live without it)    Result    Code  &amp;lt;? /** * php_dhtml * Copyright (C) 2004 Eric Colinet &amp;lt;e.c...</description>
    </item>
    <item rdf:about="http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:exemple5">
        <dc:format>text/html</dc:format>
        <dc:date>2004-12-03T16:40:32+01:00</dc:date>
        <title>php_dhtml:exemple5</title>
        <link>http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:exemple5</link>
        <description>Exemple 5 - a Marienbad Game  This one is a Marienbad Game1) made with the winApp class.  Result    Code  &amp;lt;?php /** * php_dhtml * Copyright (C) 2004 Eric Colinet &amp;lt;e.colinet@laposte.net&amp;gt; * http://wildphp.free.fr * * This library is free softw...</description>
    </item>
    <item rdf:about="http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:extension_api">
        <dc:format>text/html</dc:format>
        <dc:date>2005-02-13T18:59:02+01:00</dc:date>
        <title>php_dhtml:extension_api</title>
        <link>http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:extension_api</link>
        <description>Extension API  The extension API consists of a few function. For conveniance and further compatibility you should consider using the dhtml class, it is self documented and that's the only API that's not likely to change. Additionnaly it adds a few fu...</description>
    </item>
    <item rdf:about="http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:function._f">
        <dc:format>text/html</dc:format>
        <dc:date>2004-12-01T18:57:27+01:00</dc:date>
        <title>php_dhtml:function._f</title>
        <link>http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:function._f</link>
        <description>Function _f  That function is used to translate a filename that's part of a package.  Currently it's not in use but I plan to allow some kind of packaging support, from at least to ways:   the RES protocol (see win32std) the MHTML file format   Packa...</description>
    </item>
    <item rdf:about="http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:index">
        <dc:format>text/html</dc:format>
        <dc:date>2005-02-13T13:10:31+01:00</dc:date>
        <title>php_dhtml:index</title>
        <link>http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:index</link>
        <description>php_dhtml - A DHTML Graphical User Interface  Quick links   documentation downloads TODO   What is it  php_dhtml is a Graphical User Interface (GUI) for PHP that works on Windows platform.  It allows to control a DHTML Window (Understand: an Internet...</description>
    </item>
    <item rdf:about="http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:todo">
        <dc:format>text/html</dc:format>
        <dc:date>2005-07-26T09:27:15+01:00</dc:date>
        <title>php_dhtml:todo</title>
        <link>http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:todo</link>
        <description>Todo for php_dhtml   PHP 5.0.4 version Real sync (first window created) F5 =&amp;gt; RELOAD event Cut n paste mousewheel support Frames support Icon change Doc doc doc &amp;amp; doc (ugly me )    ...</description>
    </item>
    <item rdf:about="http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:winapp_class">
        <dc:format>text/html</dc:format>
        <dc:date>2004-12-01T12:52:35+01:00</dc:date>
        <title>php_dhtml:winapp_class</title>
        <link>http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:winapp_class</link>
        <description>winApp class  Key features   Display a Windows-like application with a toolbar, a status bar and a content window (id=window). Allow for toolbar creation (Toolbar class). Allow for status bar modification (id=status + winApp::set_status). Supports th...</description>
    </item>
    <item rdf:about="http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:winapp_class_source_code">
        <dc:format>text/html</dc:format>
        <dc:date>2004-12-02T22:09:36+01:00</dc:date>
        <title>php_dhtml:winapp_class_source_code</title>
        <link>http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:winapp_class_source_code</link>
        <description>winApp source code  &amp;lt;?php /** * php_dhtml * Copyright (C) 2004 Eric Colinet &amp;lt;e.colinet@laposte.net&amp;gt; * http://wildphp.free.fr * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gene...</description>
    </item>
    <item rdf:about="http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:window_properties">
        <dc:format>text/html</dc:format>
        <dc:date>2004-11-21T18:20:00+01:00</dc:date>
        <title>php_dhtml:window_properties</title>
        <link>http://wildphp.free.fr/wiki/doku.php?id=php_dhtml:window_properties</link>
        <description>Window properties  Using dhtml_get and dhtml_set you can get or set dhtml window properties.      name   set   get   parameters   explanation      Window control      show   X        Show the window to the user      hide   X        Hide (totaly) the ...</description>
    </item>
</rdf:RDF>
