webcam.php 2.82 KB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
    <HEAD>
        <TITLE>Steffers Workroom</TITLE>

        <META name="keywords" lang="de" 
            content="Programmierung, programmierung, programmieren, 3D, 3d, 3D-Grafik, 3D-grafik, Grafik, grafik, Java, java, C/C++, C, C++, Dokumentation, Dokumentationen">
        <META name="keywords" lang="en" 
            content="programming, 3D, 3D-graphics, graphics, Java, java, C/C++, C, C++, documentation, documentations">
        <META name="description" lang="de"
            content="Der Anfang einer kompletten Einf&uuml;hrung in C/C++ programmierung. Sie soll alle Aspekte der Programmierung unter C, C++ und Java behandeln und in einer kleine Applikation enden, die den Anfang einer 3D-Engine bildet.">
        <META name="description" lang="en"
            content="The beginning of a complete introduction in C/C++ programming. It should cover all aspects of programming in C, C++ and Java and result in a small application, that is the beginning of a small 3D-engine.">

        <META name="author" 
            content="Georg Steffers">
        <META name="robots" 
            content="index,follow">
        <META name="date" 
            content="2001-02-26T23:00:00+01:00">

        <META http-equiv="keywords" 
            content="programming, 3D, 3D-graphics, graphics, Java, java, C/C++, C, C++, documentation, documentations">
        <META http-equiv="description" 
            content="The beginning of a complete introduction in C/C++ programming. It should cover all aspects of programming in C, C++ and Java and result in a small application, that is the beginning of a small 3D-engine.">
        <META http-equiv="Content-Type"
            content="text/html">

        <BASE HREF="http://www.steffers.org/smain/">

        <LINK rev=made href="mailto:steffers@iname.com">
        <LINK rel="stylesheet" href="css/style.css">

        <SCRIPT language=JavaScript1.2>
            function reload_cam()
            {
                var im;
  
                im="http://www.steffers.org/smain/images/dcam.jpg";
                im+="?"+Math.floor(100000*Math.random()+1);
                document.cam.src = im;
                setTimeout("reload_cam()", 30000);
            }
            function loaded() {
                reload_cam();
            }
        </SCRIPT>
    </HEAD>

    <BODY bgcolor="#FFFFFF" onLoad="javascript:loaded()">
        <CENTER>
        steffers@work (live)<br>
        <IMG src="http://www.steffers.org/smain/images/dcam.jpg" 
             name=cam><br><br>
        <A href="javaScript:self.close()">
            <DIV align="right"><B>
            <? 
               if($LANG=="de")
                 echo "schlie&szlig;en";
               else 
                 echo "close";
            ?>
            </B></DIV>
        </A>
        </CENTER>
    </BODY>
</HTML>