ne1 here..

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Elk14
    FFR Player
    • Aug 2003
    • 26

    #16
    yeah.. 14. Why do you say that?

    Comment

    • bballplaya
      FFR Player
      • Jul 2003
      • 1007

      #17
      huh?
      Originally posted by tnyhwk900
      We need Arch0wl in his worst mood in here to say how much we hate AlternateOblivion .
      http://stepmaniafan.proboards18.com
      My forums looking for mods

      Comment

      • FFR Player
        • May 2002
        • 1088

        #18
        What do you mean why do I say that? I could never raise 1500 in a year. Besides DDR machines WILL cost over 2,000.

        Comment

        • bballplaya
          FFR Player
          • Jul 2003
          • 1007

          #19
          ya i'd raise bout 1200 tops
          Originally posted by tnyhwk900
          We need Arch0wl in his worst mood in here to say how much we hate AlternateOblivion .
          http://stepmaniafan.proboards18.com
          My forums looking for mods

          Comment

          • Elk14
            FFR Player
            • Aug 2003
            • 26

            #20
            Oh!! I thought that you were older than me. ^^ i get it. nvm. Well, I am sure that you guys could do it. I did it, and I am not rich. ^^ I did alot of work to get that money. But it was for someting that I REALLY REALLY wanted.

            Comment

            • FFR Player
              • May 2002
              • 1088

              #21
              If there were as many hard workers as you, I bet our fuckin parents would be begging us for money. Seroiusly, they would be.

              Comment

              • Elk14
                FFR Player
                • Aug 2003
                • 26

                #22
                well, I had a main goal in mind, so it was all worth it in the end. and I spent every single penny of it. I may have to do it all over again, so I can go again.

                Comment

                • anr90
                  FFR Player
                  • Sep 2003
                  • 24

                  #23
                  I actually got a pad for my bday from DDRGame.Com and it is, of couse, for the ps2, and it has X on the top left corner and [TRIANGLE] on the top right (Im looking at i pic. aint got the pad yet....still getting shipped) and the are plstic controlled buttons but you dont use them to much. the arrows (<>v^) are made of the same material as the arcade buttons. the middle peace (for noobs) is medal and so are the opposing corners. It also has a medal bar, which come in lots of handy when it comes to doing Max300 or Sukurah. So that is the best i can find. (it cost something like 200:270 including S/H)

                  Comment

                  • anr90
                    FFR Player
                    • Sep 2003
                    • 24

                    #24
                    I found this BAD code for a calculator LOL!




                    <table border="2" width="200" cellspacing="0" cellpadding="0" bgcolor="#000000"
                    style="border-color:black" onClick="previouskey=event.srcElement.innerText">
                    <tr>
                    <td width="100%" bgcolor="#FFFFFF" id="result"
                    style="font:bold 20px Verdana;color:black;text-align='right'">0</td>
                    </tr>
                    <tr>
                    <td width="100%" valign="middle" align="center"><table border="0" width="100%"
                    cellspacing="0" cellpadding="0" style="font:bold 20px Verdana;color:white">
                    <tr>
                    <td width="80%" align="center"><table border="1" width="100%" cellspacing="0"
                    cellpadding="0" style="cursor:hand;font:bold 20px Verdana;color:white"
                    onMouseover="if (event.srcElement.tagName=='TD')event.srcElement.style.color='yellow'"
                    onMouseout="event.srcElement.style.color='white'" onselectStart="return false"
                    onClick="calculate()" height="82">
                    <tr>
                    <td width="25%" align="center" height="17">7</td>
                    <td width="25%" align="center" height="17">8</td>
                    <td width="25%" align="center" height="17">9</td>
                    <td width="25%" align="center" height="17">/</td>
                    </tr>
                    <tr>
                    <td width="25%" align="center" height="19">4</td>
                    <td width="25%" align="center" height="19">5</td>
                    <td width="25%" align="center" height="19">6</td>
                    <td width="25%" align="center" height="19">*</td>
                    </tr>
                    <tr>
                    <td width="25%" align="center" height="19">1</td>
                    <td width="25%" align="center" height="19">2</td>
                    <td width="25%" align="center" height="19">3</td>
                    <td width="25%" align="center" height="19">-</td>
                    </tr>
                    <tr>
                    <td width="25%" align="center" height="19">0</td>
                    <td width="25%" align="center" height="19"
                    onClick="pn();previouskey=1;event.cancelBubble=true">+/-</td>
                    <td width="25%" align="center" height="19">.</td>
                    <td width="25%" align="center" height="19">+</td>
                    </tr>
                    </table>
                    </td>
                    <td width="20%"><div align="left"><table border="1" width="100%" cellspacing="0"
                    cellpadding="0">
                    <tr>
                    <td width="100%" style="cursor:hand;font:bold 20px Verdana;color:white;text-align:center"
                    onClick="result.innerText=0;results=''">C</td>
                    </tr>
                    </table>
                    </div><div align="left"><table border="1" width="100%" cellspacing="0" cellpadding="0"
                    height="81">
                    <tr>
                    <td width="100%" style="cursor:hand;font:bold 32px Verdana;color:white;text-align:center"
                    onMouseover="event.srcElement.style.color='yellow'"
                    onMouseout="event.srcElement.style.color='white'" onClick="calculateresult()">=</td>
                    </tr>
                    </table>
                    </div></td>
                    </tr>
                    </table>
                    </td>
                    </tr>
                    </table>


                    <script language="JavaScript1.2">

                    /*
                    DHTML Calculator Script-
                    © Dynamic Drive (www.dynamicdrive.com)
                    For full source code, installation instructions,
                    100's more DHTML scripts, and Terms Of
                    Use, visit dynamicdrive.com
                    */

                    var results=''
                    var previouskey=''
                    var re=/(\/|\*|\+|-)/
                    var re2=/(\/|\*|\+|-){2}$/
                    var re3=/.+(\/|\*|\+|-).+/
                    var re4=/\d|\./
                    var re5=/^[^\/\*\+].+\d$/
                    var re6=/\./

                    function calculate(){
                    if (event.srcElement.tagName=="TD"){
                    if (event.srcElement.innerText.match(re4)&&previouskey=="=")
                    results=''
                    if (result.innerText.match(re3)&&event.srcElement.innerText.match(re)){
                    if (!results.match(re5)){
                    result.innerText="Error!"
                    return
                    }
                    results=eval(results)
                    if (results.toString().length>=12&&results.toString().match(re6))
                    results=results.toString().substring(0,12)
                    result.innerText=results
                    }

                    results+=event.srcElement.innerText
                    if (results.match(re2))
                    results=results.substring(0,results.length-2)+results.charAt(results.length-1)

                    result.innerText=results
                    }
                    }

                    function calculateresult(){
                    if (!results.match(re5)){
                    result.innerText="Error!"
                    return
                    }
                    results=eval(results)
                    if (results.toString().length>=12&&results.toString().match(re6))
                    results=results.toString().substring(0,12)
                    result.innerText=results
                    }



                    function pn(){
                    if (result.innerText.charAt(0)!='-')
                    result.innerText=results='-'+result.innerText
                    else if (result.innerText.charAt(0)=='-')
                    result.innerText=results=result.innerText*(-1)
                    }

                    </script>

                    <TABLE BORDER="0">

                    <TD VALIGN="top" Width="200">

                    <SPAN onMouseOver="document.all.menu1.style.display = 'block'"
                    onMouseOut="document.all.menu1.style.display = 'block'">

                    Goodies Tutorials


                    </SPAN>

                    <SPAN ID="menu1" onClick="document.all.menu1.style.display = 'none'">

                    Frames

                    Tables

                    DHTML

                    Forms

                    </SPAN>

                    </TD>
                    </TABLE>

                    Comment

                    • witeasprinwow
                      FFR Player
                      • May 2003
                      • 116

                      #25
                      How about next time you make the calculator in VB6 with only a few lines of code? :P

                      Comment

                      • anr90
                        FFR Player
                        • Sep 2003
                        • 24

                        #26
                        i think this is what it should look like i hope to work..............

                        ( dont think it will but........................)




                        <HTML>
                        <BODY>

                        <table border="2" width="200" cellspacing="0" cellpadding="0" bgcolor="#000000"
                        style="border-color:black" onClick="previouskey=event.srcElement.innerText">
                        <tr>
                        <td width="100%" bgcolor="#FFFFFF" id="result"
                        style="font:bold 20px Verdana;color:black;text-align='right'">0</td>
                        </tr>
                        <tr>
                        <td width="100%" valign="middle" align="center"><table border="0" width="100%"
                        cellspacing="0" cellpadding="0" style="font:bold 20px Verdana;color:white">
                        <tr>
                        <td width="80%" align="center"><table border="1" width="100%" cellspacing="0"
                        cellpadding="0" style="cursor:hand;font:bold 20px Verdana;color:white"
                        onMouseover="if (event.srcElement.tagName=='TD')event.srcElement.style.color='yellow'"
                        onMouseout="event.srcElement.style.color='white'" onselectStart="return false"
                        onClick="calculate()" height="82">
                        <tr>
                        <td width="25%" align="center" height="17">7</td>
                        <td width="25%" align="center" height="17">8</td>
                        <td width="25%" align="center" height="17">9</td>
                        <td width="25%" align="center" height="17">/</td>
                        </tr>
                        <tr>
                        <td width="25%" align="center" height="19">4</td>
                        <td width="25%" align="center" height="19">5</td>
                        <td width="25%" align="center" height="19">6</td>
                        <td width="25%" align="center" height="19">*</td>
                        </tr>
                        <tr>
                        <td width="25%" align="center" height="19">1</td>
                        <td width="25%" align="center" height="19">2</td>
                        <td width="25%" align="center" height="19">3</td>
                        <td width="25%" align="center" height="19">-</td>
                        </tr>
                        <tr>
                        <td width="25%" align="center" height="19">0</td>
                        <td width="25%" align="center" height="19"
                        onClick="pn();previouskey=1;event.cancelBubble=true">+/-</td>
                        <td width="25%" align="center" height="19">.</td>
                        <td width="25%" align="center" height="19">+</td>
                        </tr>
                        </table>
                        </td>
                        <td width="20%"><div align="left"><table border="1" width="100%" cellspacing="0"
                        cellpadding="0">
                        <tr>
                        <td width="100%" style="cursor:hand;font:bold 20px Verdana;color:white;text-align:center"
                        onClick="result.innerText=0;results=''">C</td>
                        </tr>
                        </table>
                        </div><div align="left"><table border="1" width="100%" cellspacing="0" cellpadding="0"
                        height="81">
                        <tr>
                        <td width="100%" style="cursor:hand;font:bold 32px Verdana;color:white;text-align:center"
                        onMouseover="event.srcElement.style.color='yellow'"
                        onMouseout="event.srcElement.style.color='white'" onClick="calculateresult()">=</td>
                        </tr>
                        </table>
                        </div></td>
                        </tr>
                        </table>
                        </td>
                        </tr>
                        </table>


                        <script language="JavaScript1.2">

                        /*
                        DHTML Calculator Script-
                        © Dynamic Drive (www.dynamicdrive.com)
                        For full source code, installation instructions,
                        100's more DHTML scripts, and Terms Of
                        Use, visit dynamicdrive.com
                        */

                        var results=''
                        var previouskey=''
                        var re=/(\/|\*|\+|-)/
                        var re2=/(\/|\*|\+|-){2}$/
                        var re3=/.+(\/|\*|\+|-).+/
                        var re4=/\d|\./
                        var re5=/^[^\/\*\+].+\d$/
                        var re6=/\./

                        function calculate(){
                        if (event.srcElement.tagName=="TD"){
                        if (event.srcElement.innerText.match(re4)&&previouskey=="=")
                        results=''
                        if (result.innerText.match(re3)&&event.srcElement.innerText.match(re)){
                        if (!results.match(re5)){
                        result.innerText="Error!"
                        return
                        }
                        results=eval(results)
                        if (results.toString().length>=12&&results.toString().match(re6))
                        results=results.toString().substring(0,12)
                        result.innerText=results
                        }

                        results+=event.srcElement.innerText
                        if (results.match(re2))
                        results=results.substring(0,results.length-2)+results.charAt(results.length-1)

                        result.innerText=results
                        }
                        }

                        function calculateresult(){
                        if (!results.match(re5)){
                        result.innerText="Error!"
                        return
                        }
                        results=eval(results)
                        if (results.toString().length>=12&&results.toString().match(re6))
                        results=results.toString().substring(0,12)
                        result.innerText=results
                        }



                        function pn(){
                        if (result.innerText.charAt(0)!='-')
                        result.innerText=results='-'+result.innerText
                        else if (result.innerText.charAt(0)=='-')
                        result.innerText=results=result.innerText*(-1)
                        }

                        </script>

                        <TABLE BORDER="0">

                        <TD VALIGN="top" Width="200">

                        <SPAN onMouseOver="document.all.menu1.style.display = 'block'"
                        onMouseOut="document.all.menu1.style.display = 'block'">

                        Goodies Tutorials


                        </SPAN>

                        <SPAN ID="menu1" onClick="document.all.menu1.style.display = 'none'">

                        Frames

                        Tables

                        DHTML

                        Forms

                        </SPAN>

                        </TD>
                        </TABLE>

                        </BODY>
                        </HTML>



                        this might not...probably wont...most likly wont work but copy and paste it in a valid area to get it to

                        Comment

                        • FFR Player
                          • May 2002
                          • 1088

                          #27
                          That did absolutely nothing. Your an idiot.

                          Comment

                          • anr90
                            FFR Player
                            • Sep 2003
                            • 24

                            #28
                            Originally posted by Yoshimaro
                            That did absolutely nothing. Your an idiot.
                            shut up asshole! you aint doing no html code. it dont work in this forum bitch!

                            Comment

                            • witeasprinwow
                              FFR Player
                              • May 2003
                              • 116

                              #29
                              You still haven't answered the question of "Why would you want to make an HTML calculator when you can just as easily make one in VB6 or C++ or use the one that comes with windows or better yet just buy a real calculator"

                              EDIT: Also, what the hell made you think it would be smart to post a calculator in THIS thread? You know, the one about Dance Dance Revolution?

                              Comment

                              • anr90
                                FFR Player
                                • Sep 2003
                                • 24

                                #30
                                if you are smart and think about the odds a bit more, you know do the complete oppisite of what you do, then think! why would i buy one when this is free and show that you have knowledgement to something that has so much power it can take over the world? think about that you bunch of pip-squeeks!

                                Comment

                                Working...