<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://fwbd.net/doc/lib/exe/css.php?s=feed" 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://fwbd.net/doc/feed.php">
        <title>FunTOM's Docs'n'Notes coding</title>
        <description></description>
        <link>http://fwbd.net/doc/</link>
        <image rdf:resource="http://fwbd.net/doc/lib/images/favicon.ico" />
       <dc:date>2009-09-17T10:52:53+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://fwbd.net/doc/doku.php/coding:cheatsheet?rev=1234449624&amp;do=diff"/>
                <rdf:li rdf:resource="http://fwbd.net/doc/doku.php/coding:exceldate?rev=1210577540&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://fwbd.net/doc/lib/images/favicon.ico">
        <title>FunTOM's Docs'n'Notes</title>
        <link>http://fwbd.net/doc/</link>
        <url>http://fwbd.net/doc/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://fwbd.net/doc/doku.php/coding:cheatsheet?rev=1234449624&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-02-12T15:40:24+02:00</dc:date>
        <title>coding:cheatsheet</title>
        <link>http://fwbd.net/doc/doku.php/coding:cheatsheet?rev=1234449624&amp;do=diff</link>
        <description>&lt;http://quickref.org/&gt;

PHP

&lt;http://www.php.net/manual/en/&gt;


str_replace($search_for, $replace_with, $subject);
explode($delimiter, $subject);
date('d.m.Y H:i:s', $unixtime);
in_array($what, $where);

VBS/ASP (!.NET)

&lt;http://www.w3schools.com/vbscript/vbscript_ref_functions.asp&gt;</description>
    </item>
    <item rdf:about="http://fwbd.net/doc/doku.php/coding:exceldate?rev=1210577540&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-12T09:32:20+02:00</dc:date>
        <title>coding:exceldate</title>
        <link>http://fwbd.net/doc/doku.php/coding:exceldate?rev=1210577540&amp;do=diff</link>
        <description>About the date/time format in Excel: &lt;http://www.cpearson.com/excel/datetime.htm&gt;

code based on: &lt;http://poi.apache.org&gt;,

&lt;http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFDateUtil.java?view=markup&gt;

useful =&gt; excel</description>
    </item>
</rdf:RDF>
