<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://wiki.tibbo.net/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://wiki.tibbo.net/feed.php">
        <title>Tibbo Knowledge Base</title>
        <description></description>
        <link>http://wiki.tibbo.net/</link>
        <image rdf:resource="http://wiki.tibbo.net/lib/images/favicon.ico" />
       <dc:date>2008-10-23T06:44:05+04:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.tibbo.net/basic:language:tips?rev=1224590212&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.tibbo.net/general:networking:dealwith_firewall?rev=1222324738&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.tibbo.net/basic:language:tide_for_loop_overflow?rev=1222248928&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.tibbo.net/sandbox:code?rev=1222078378&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.tibbo.net/lib/images/favicon.ico">
        <title>Tibbo Knowledge Base</title>
        <link>http://wiki.tibbo.net/</link>
        <url>http://wiki.tibbo.net/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://wiki.tibbo.net/basic:language:tips?rev=1224590212&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-10-21T15:56:52+04:00</dc:date>
        <dc:creator>wikisu</dc:creator>
        <title>Code Tips</title>
        <link>http://wiki.tibbo.net/basic:language:tips?rev=1224590212&amp;do=diff</link>
        <description>On this page we will share tips and interesting ideas related to programming with Tibbo BASIC. The content of this page is not limited to our own, if you have any interesting ideas or experiences related to programming with Tibbo BASIC that you would like to share with others, please send us an email at support@tibbo.com</description>
    </item>
    <item rdf:about="http://wiki.tibbo.net/general:networking:dealwith_firewall?rev=1222324738&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-09-25T10:38:58+04:00</dc:date>
        <dc:creator>wikisu</dc:creator>
        <title>How to Configure Firewall Software to Allow DS Manger and DS Explorer to Work</title>
        <link>http://wiki.tibbo.net/general:networking:dealwith_firewall?rev=1222324738&amp;do=diff</link>
        <description>Question: I am using a firewall software on the computer that I am running your DS Manager / DS Explorer, there are some device servers that do not show up when the firewall software is running, how do I fix that?

Answer:  Firewall software usually have various levels of configuration on a program-to-program basis.  The DS Manager and DS Explorer require the configuration of different service's setting under the firewall software.  The DS Manager relies on the rundll32.exe to communicate with t…</description>
    </item>
    <item rdf:about="http://wiki.tibbo.net/basic:language:tide_for_loop_overflow?rev=1222248928&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-09-24T13:35:28+04:00</dc:date>
        <dc:creator>wikisu</dc:creator>
        <title>Infinite loop caused by overflow</title>
        <link>http://wiki.tibbo.net/basic:language:tide_for_loop_overflow?rev=1222248928&amp;do=diff</link>
        <description>Question: I am using a for loop, which loop through 0 to 255 but loop never ends, why?

Answer: How does a variable overflow handled in TIDE?  As we mentioned in our language philosophy, because Taiko application is not PC based, we do not halt the execution and pop up an error.  What we do is that we simply discard the most significant digit in hex, if it is more than the type of the variable can hold.  For example:</description>
    </item>
    <item rdf:about="http://wiki.tibbo.net/sandbox:code?rev=1222078378&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-09-22T14:12:58+04:00</dc:date>
        <dc:creator>wikisu</dc:creator>
        <title>sandbox:code</title>
        <link>http://wiki.tibbo.net/sandbox:code?rev=1222078378&amp;do=diff</link>
        <description>Testing the code:



'********************************************************************************
'    APPLICATION STARTUP
'********************************************************************************

include &quot;global.tbh&quot;
' miifwi;
declare on_kp_event_dest as on_kp_event_destinations
declare on_sys_timer_event_dest as on_sys_timer_event_destinations
declare on_reader_event_dest as on_reader_event_destinations

dim dhcp_lease_time as word 'this is a counter-down for remaining lease time…</description>
    </item>
</rdf:RDF>
