Help !

Discussion in 'Software' started by Rawrpunksta, Mar 8, 2012.

  1. Rawrpunksta

    Rawrpunksta Private E-2

    need a simple html code for a 60 minute countdown timer to place on a html page. :(
     
  2. GermanOne

    GermanOne Guest

    That's undoable with pure HTML. You need a script portion to realize it.
    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
        <title>Countdown</title>
    
        <script type="text/javascript">
          /* <![CDATA[ */
          function countdown(ms_string) {
            var ms_num=parseInt(ms_string);
            if (0<ms_num) {
              var t=new Date();
              t.setTime(ms_num+t.getTimezoneOffset()*60000);
              document.getElementById('display').innerHTML='Your countdown: '+t.toLocaleTimeString();
              ms_num-=1000;
              setTimeout('countdown('+ms_num.toString()+')',1000);
            } else {
              document.getElementById('display').innerHTML='Timeout.';
            }
          }
          /* ]]> */
        </script>
    
      </head>
      <body onload="javascript:countdown(3600000)">
        <div id="display" name="display"></div>
      </body>
    </html>
    
    Regards
    GermanOne
     
  3. Rawrpunksta

    Rawrpunksta Private E-2

    Thanks Allot <3
    Love This Place Very Much !

    xD
     
  4. Rawrpunksta

    Rawrpunksta Private E-2

    How do i Change voice while i'm recording something ?
     
  5. GermanOne

    GermanOne Guest

    What are you talking about? And (since you asked it in the same topic) how does this relate to your first question?

    Regards
    GermanOne
     
  6. Rawrpunksta

    Rawrpunksta Private E-2

    Sorry German' I thought i can goahead and ask you here or something. Umm Im new out here let me Learn and i will do right thing :)
     
  7. GermanOne

    GermanOne Guest

    Well, you asked in the programming sub forum. For that reason I assume you want to do this programmatically.

    Not quite sure but it sounds to me that you need to change the sound of your voice in real time while you record it using a microphone plugged in your computer?
    To be honest I have no clue how to achieve that. But maybe somebody else could help you if you would give some verbose information.
    - Most important: What programming language are you familiar with? (C, C++, C#, Java or similar languages)
    - On what operating system are you working? (Win XP, Win 7, Linux, OS X, ...)
    - Give more information about the audio input device. (Interface, Type ...)

    You should however create a new topic for a new theme. Also use a meaningful title ("Help!" isn't).

    Regards
    GermanOne
     
  8. Rawrpunksta

    Rawrpunksta Private E-2

    Hey Buddy You got any Facebook or somthing >? Its really Hard for me to ask you everything out here.. we can Atleast Talk on Facebook If you want too Tho. Bytheway Myself Nisha :) And i want to change my voice into Guys voice You know.. Lol want to make prank Actually.. Hehe i thought you know it or somthing..
     
  9. GermanOne

    GermanOne Guest

    Unfortunately I belong to this outdated generation that grew up without Facebook and stuff. Don't know how we were able to survive :-D However I don't miss a thing.

    Just search the internet for voice changer software. You'll find a lot...

    Regards
    GermanOne
     

MajorGeeks.Com Menu

Downloads All In One Tweaks \ Android \ Anti-Malware \ Anti-Virus \ Appearance \ Backup \ Browsers \ CD\DVD\Blu-Ray \ Covert Ops \ Drive Utilities \ Drivers \ Graphics \ Internet Tools \ Multimedia \ Networking \ Office Tools \ PC Games \ System Tools \ Mac/Apple/Ipad Downloads

Other News: Top Downloads \ News (Tech) \ Off Base (Other Websites News) \ Way Off Base (Offbeat Stories and Pics)

Social: Facebook \ YouTube \ Twitter \ Tumblr \ Pintrest \ RSS Feeds