Countdown timer problem

im new with timers and i was wondering why this code doesnt work....
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class StopWatch1 extends JApplet implements ActionListener
  private JLabel display;
  private JButton startB, stopB, resetB;
  private Timer timer;
  private Counter1 stopWatch;
  public void init()
    Container pane = getContentPane();
    pane.setLayout(new BorderLayout(5, 3));
    display = new JLabel("0.0", SwingConstants.CENTER);
    startB = new JButton("Start");
    stopB = new JButton("Stop");
    resetB = new JButton("Reset");
    pane.add(display, BorderLayout.NORTH);
    pane.add(startB, BorderLayout.WEST);
    pane.add(stopB, BorderLayout.CENTER);
    pane.add(resetB, BorderLayout.EAST);
    startB.addActionListener(this);
    stopB.addActionListener(this);
    resetB.addActionListener(this);
    stopWatch = new Counter1(display);
    timer = new Timer(100, stopWatch);
  public void actionPerformed(ActionEvent e)
    if (e.getSource() == startB && ! timer.isRunning())
      timer.start();
    else if (e.getSource() == stopB && timer.isRunning())
      timer.stop();
    else if (e.getSource() == resetB)
      if (timer.isRunning()) timer.stop();
      stopWatch.reset();
class Counter1 implements ActionListener 
  private double count;             // countdown value
  private JLabel label;             // reference to the applet time display
  public Counter1(JLabel l)   
    count = 0;
    label = l;
  public void reset()
    count = 0.0;
    label.setText("0.0");
  public void actionPerformed(ActionEvent e)       
    count += 0.1;
    label.setText(String.format("%.1f", count));
}  

im new with timers and i was wondering why this code
doesnt work....
Please define "doesn't work".

Similar Messages

  • 5 minute countdown timer with 3d extrusion  for AE CC  5:00

    dear  AE  Family,
    Total Newbie here  looking to make a 3d countdown timer in  after effects  CC.  I know how to use the effect  to make the standard timer.  But I want to make the
    3d extrusion  5:00 which looks much better.  My CC came with  cinema 4d  lite but cant seem to put them together. 
    PS  I really need it to look like  5:00  4:59,   to 0:00 . 3d extrusion.
    Thanks in advance, much appreciated.

    Have you gone though Getting Started with After Effects?
    Have you seen the Basic Workflow series?
    Be aware that if you want extruded text with Ray-traced rendering you are going to be in for long render times even with a compatible Cuda card installed and extremely long render times without one.
    The easiest way to make a countdown timer that will work with extruded text is to Google Countdown Timer After Effects and then look for expressions. You will find this popular universal timer expression from Dan Ebberts: Dan Ebberts's Expressioneering Design Guide
    Get that far and get back to us with your problems.
    BTW, there are other ways to mimic 3D extrusions and simple layer effects like Bevel and Emboss or the effect Bevel Alpha that may meet your design idea.

  • How to develop a countdown timer in jsp

    Hi all, please i have an online test application that works but i want to include a countdown timer that redirects to another page when the time runs out. please, how do i go about it. please help

    Thanks, but thats not the one i need. i want the one that will show the time in hh:mm:ss and then automatically take the user to the result page when the time i up. i have a javascript code i used but the problem is in the Result.jsp page, there are some parameters that are suppose to be passed but i dont know how to do it. this is the code:
    <form name="frm2" method="post">
    <script language="javascript">
    var sec = 10;   // set the seconds
    var min = 00;   // set the minutes
    var targetURL="result.jsp"; //the url
    var email=this.Field('email').value;
    function countDown() {
      sec--;
      if (sec == -01) {
        sec = 59;
        min = min - 1;
      } else {
       min = min;
    if (sec<=9) { sec = "0" + sec; }
      time = (min<=9 ? "0" + min : min) + " min and " + sec + " sec ";
    if (document.getElementById) { theTime.innerHTML = time; }
      SD=window.setTimeout("countDown();", 1000);
    if (min == '00' && sec == '00') { sec = "00"; window.clearTimeout(SD);
    window.location=targetURL;
    function addLoadEvent(func) {
      var oldonload = window.onload;
      if (typeof window.onload != 'function') {
        window.onload = func;
      } else {
        window.onload = function() {
          if (oldonload) {
            oldonload();
          func();
    addLoadEvent(function() {
      countDown();
    </script>
    <table width="100%">
    <tr><b><td width="100%" align="center"><span id="theTime" class="timeClass"></span></td></b></tr>
    </table>
    </form>and this is are the fields needed in the Result.jsp page..
    <input type="hidden" name="email" value=<%=exno%> />
    <input type="hidden" name="dbase" value=<%=names%> />
    <input type="hidden" name="tamt" value=<%=total%> />

  • Countdown timer to NEXT WHOLE HOUR..?

    Hello.
    I need to create a countdown timer function.
    Normally that would not be a problem for me, but this timer needs to countdown to the next whole hour. As an example, if the time is 23:42 the countdown would say 17:35 (17 minutes, 35 seconds).
    When the timer hits zero, it will start from 59:59 and so on.. Always counting to the next whole hour.
    Im kind of in a jam and need this done ASAP, any help would be greatly apreciated!
    / Rasmus

    Im sorry if i implied that im a great actionscripter, im not
    What i would normally do is just grab a counter script from a google search and modify it to countdown to the correct time, but i havent been able to find a counter that counts down to the next whole hour.
    It should just be plain and simple and display the time in minutes and seconds like this: 25:14
    I found this one on google, counting down for christmas. If that could be modded into showing only minutes and seconds and of course counting down to the next whole hour, that would be awsome!
    https://dl.dropbox.com/u/2628604/countdown-test.fla

  • Insert a countdown timer in Keynote?

    Hello all,
    I'm sure this is an included feature that I just can't find somehow. I would like to insert a countdown timer into a slide. This seems pretty common; I've seen it done a lot. But I just can't find the Insert>timer link, or anything like it. And the iWork help file is forever searching and never going anywhere (second, embedded problem), so I can't search there.
    I tried the iPresentee thing, but it didn't download properly. Plus, it seems like a basic feature available for a presenter, especially since there's a timer included in the Presenter view.
    Any help would be appreciated. Thanks.

    d moon,
    Keynote does not provide any countdown timer features. You need to seek third parties for them.
    The iPresentee timers are a good start - their website provides a free "goodie" of timers in the form of a Keynote File where many choices of timers are available. Try downloading the file again or contact iPresentee for assistance.
    Each Timer is actually a Quicktime video clip. You select the one with the closest time range to your needs, copy it to your presentation and adjust the start point.
    Keynote > Inspector > Quicktime > Start & Stop controls

  • IOS 6 bug - countdown timer

    I just upgraded my iPhone 4 to iOS 6 and found a strange bug: when setting the system time format to 12-hour time, then open Clock - Timer, if I set the timer's countdown duration longer then 1 hour, after starting, the timer displays the countdown time in a very strange style (see the attached screenshot). But after setting the system time format back to 24-hour time, this timer's dislay problem disappeared. Really weird bug.

    I too have this on my iPhone 4S, I am in the UK, and I like to have the 12 hour setting for my time, but when this is the case I get the same strange problem as QQ as shown,  ALSO... I believe if I run the Stopwatch and it goes over an hour then the display goes strange in the same way.  Apple feel free to contact me, so I can help you resolve this for iOS 6.0.x.
    Thanks
    Daniel

  • AS3 - 1) Countdown Timer to the designated Date for Live-Broadcast-Event yet to take place; 2) Detect End of Live Stream on FLVPlayback with FLVPlayback.isLive = true - ActionScript 3 - flash cs3 cs4

    Hi folks,
    Ronny's here again on forums, having particularly 2 (two) questions/problems to resolve:
    1) Countdown Timer to the designated Date for Live-Broadcast-Event yet to take place
    2) Detect End of Live Stream on FLVPlayback with FLVPlayback.isLive = true
    attached is the .zip file (as3_Countdown Timer_ver 1.0.1_by Ronny Depp.zip) with all flash source files containing:
    a) The FLash Source (file: timer_module.fla) - (FLA flash source file - Flash CS3 Professional, Flash Player 9, actionscript 3.0)
    b) com.othenticmedia.utils.dateAndTimeManagement package including 2 .as actionscript 3.0 Class files.
           i) com.othenticmedia.utils.dateAndTimeManagement.DateAndTimeManager Class in the said package. (file: DateAndTimeManager.as)
           ii) com.othenticmedia.utils.dateAndTimeManagement.CountdownTimer Class in the package. (file: CountdownTimer.as)
    c) The compiled SWF file version of this Application's blueprint. (file: timer_module.swf).
    What i need to confirm is: ........................................................ see the next post of mine. (for Problems  need to be Resolved)

    Problems to Resolve:
    Problem#1) - Countdown Timer to the designated Date for Live-Broadcast-Event yet to take place.
    Problem#2) - Detect End of Live Stream on FLVPlayback with FLVPlayback.isLive = true;
    Problem#1 Description:
    I need to pinpoint the Logical TimeSync Exception, i am still unable to figure out. That is I'm using a webservice in my Application to Synchronize the Time with the actual ET (eastern time) with accomodation of auto-adjustment for EDT GMT-4 (eastern daylight time) & EST GMT-5 (eastern standard time), times. I am using the zipcode: "10012" to pass it to the Web Service in urlRequest object, to retrieve the Current ET eastern time according to EDT & EST time settings for Manhattan/Brooklyn areas or others within  New York, NY 10012.
    Currently the Web Service is returning accurate date/time based on local EDT GMT-4 daylight time.
    Is there some defined set of dates for EDT & EST times for New York region that I can check for to ensure the correct Dates/Times for Eastern Time in New York area ??? I am using NY zipcodes because i am sure to get correct ET values.
    The Major Problem Part: is I need to correct the time by 2 seconds or approx. 2 secs, some millisecs.
    When I retrieve the Time Value from WebService, it lags behind for 2 seconds as compared to DateObj i create using computer's local time, on my Windows XP Service Pack 2 with Automatic Updates turned-on. And I'm sure about my Windows will be having latest updates for Time Management already installed. I also added the 2 secs. to the TimeSync(ed) Date to make correction to this Date obj.
    I call my custom fucntion addSeconds(dateObj:Date, secs:int) to add 2 seconds to the Date by Converting Seconds to Milliseconds.
    Please comb through the as code in files attached and Help Me Out !!!
    Problem#2 Description:
    Secondly I need to Detect the End of Stream state while using FLVPlayback component, an rtmp:// live Stream from FLASH MEDIA SERVER.
    I need to Play a YuMe Post-Roll Ad when Steam Finishes/Ends.
    Live Broadcast Stream Event starts every night on Wednesdays & Saturdays exactly  at 10:59 PM EDT GMT-4.
    Live Events only Streams/Broadcasts the stream for 50secs. exactly. When [playback stopped] it plays a PostRoll Ad and after the CountdownTimer again comes back to life. The Next upcoming Event is calculated & the Countdown begins until Next Event's time/date is reached.
    Here is the  code on the frame 1 on the MainTimeline: (rest of the params like source, volume, skinAutoHide are Set using Property Inspector for FLVPlayback instance on Stage)
    //myStream instance of FLVPlayback is on the Stage
    myStream.isLive = true;// Frame 1 Actions in the FLA
    myStream.addEventListener(VideoEvent.COMPLETE, onEndOfStream);
    myStream.addEventListener(VideoEvent.STATE_CHANGE, onState);
    myStream.addEventListener(String(VideoError.NO_CONNECTION), onStreamError);
    myStream.addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler);
    /*if(myStream.stopped){
         trace("tracy: "+myStream.state);
    } else if(myStream.state == VideoState.STOPPED){
         trace("tracy: "+myStream.state);
    function onStreamError(event:VideoError) {
         trace(event.code + "\n\t" + event);
    function onState(event:VideoEvent) {
         trace(event.state + "\n\t" + event.toString());
    function onEndOfStream(event:VideoEvent) {
         trace(event.state + "\n\t" + event.toString());
    function netStatusHandler(event:NetStatusEvent):void {
         switch (event.info.code) {
              case "NetConnection.Connect.Success":
                   //connectStream();
                   break;
              case "NetStream.Play.StreamNotFound":
                   trace("Stream not found: "/* + myStream.source*/);
                   break;

  • Countdown Timer HELP

    I got this countdown timer, when a date is passed in, it shows days, hours, minutes, seconds, milliseconds. One problem, is that the hours contain the days converted into hours and any other hours less the 24, minutes contain all the minutes of the days, hours and any other minutes left over etc. (I know hard its to understand). Wondering if anyone out there knew how to stop this (looking for the days, and hours left over, NOT day converted to hours and hours left over less than a day), i think i need to use mod(%), but i dont know where. Here come the code, run it, it works perfectly and you will see what I mean. Code solution would be gravy
    <HTML>
    <HEAD>
    <SCRIPT LANGUAGE="JavaScript">
    mDate = new Date("15:54 April 29 2004")
    function countdown()
         var now=new Date()
         var diff=mDate.getTime()-now.getTime()
         if (diff <= 0)
              document.bid.mseconds.value = 0
              return 0;
         document.bid.days.value = Math.round(diff/(24*60*60*1000))
         document.bid.hours.value = Math.round(diff/(60*60*1000))
         document.bid.minutes.value = Math.round(diff/(60*1000))
         document.bid.seconds.value = Math.round(diff/1000)
         document.bid.mseconds.value = diff
         var id=setTimeout("countdown()",0)
    </SCRIPT>
    </HEAD>
    <BODY onLoad="countdown()">
    Countdown <BR>
    <form name="bid" method="post" action="">
    <p>Timeleft</p>
    <TABLE BORDER=0>
    <TD width="79">Days: </TD>
    <TD width="81">
    <INPUT TYPE="text" NAME="days" SIZE=15></TD> <TR>
    <TD width="79">Hours: </TD>
    <TD width="81">
    <INPUT TYPE="text" NAME="hours" SIZE=15></TD> <TR>
    <TD width="79">Minutes:</TD>
    <TD width="81">
    <INPUT TYPE="text" NAME="minutes" SIZE=15></TD> <TR>
    <TD width="79">Seconds: </TD>
    <TD width="81">
    <INPUT TYPE="text" NAME="seconds" SIZE=15></TD> <TR>
    <TD width="79">Milliseconds:</TD>
    <TD width="81">
    <INPUT TYPE="text" NAME="mseconds" SIZE=15></TD> <TR>
    </TABLE>
    </form>
    </BODY>
    </HTML>
    Regards,
    Don Colvin (Computer Science Student)

    and what is your JSP related question ?

  • J2ME Countdown Timer

    I'm working on a J2ME game that requires the use of a countdown timer. I've put in a Timer.scheduleAtFixedRate call inside my run() method, but apparently it's taking up a lot of resources and it's proceeding too fast (a 3-minute countdown will finish in about 30 seconds or less).
    I have a separate method that calculates the amount of time left in terms of minutes and seconds, and the output will jump irregularly (say from 2:59 to 1:13 to 0:57, and so on).
    Here's the piece of code in question:
        public void run() {
            Thread currentThread = Thread.currentThread();
            //timeLeftInMillis is an int
            timeLeftInMillis = 180000;
            try
                // This ends when myThread is set to null, or when
                // it is subsequently set to a new thread; either way, the
                // current thread should terminate.
                while (currentThread == myThread)
                    //myTimer is a Timer object instantiated in the
                    //constructor
                    myTimer.scheduleAtFixedRate(new TimerTask () {
                        public void run(){
                            GameScreen.timeLeftInMillis=GameScreen.timeLeftInMillis-1000;
                            System.out.println(GameScreen.timeLeftInMillis);
                            if (GameScreen.timeLeftInMillis<= 0) {
                                    synchronized (this) {
                                        GameScreen.isGameOver = true;
                                        this.cancel();
                    }, 0, 1000L);
                    repaint(0, 0, screenWidth, screenHeight);
                    serviceRepaints();
            catch (Exception e)
        }Can anyone help me figure out what's wrong with this timer? Any help at all would be appreciated.
    Thanks. :)

    Problem solved. :)
    Comments are welcome. :)
        public void run()
            int millis_per_tick = 100;
            int counter = 1000/millis_per_tick;
            timeLeftInMillis = 180000;
            Thread currentThread = Thread.currentThread();
            try
                // This ends when myThread is set to null, or when
                // it is subsequently set to a new thread; either way, the
                // current thread should terminate.
                while (currentThread == myThread)
                    long startTime = System.currentTimeMillis();
                    repaint(0, 0, screenWidth, screenHeight);
                    serviceRepaints();
                    long timeTaken = System.currentTimeMillis() - startTime;
                    if (timeTaken < millis_per_tick)
                        synchronized (this)
                            wait(millis_per_tick - timeTaken);
                    if (counter == 0) {
                        timeLeftInMillis = timeLeftInMillis - 1000;
                        counter = 1000/millis_per_tick;
                    else
                        counter--;
                    if (timeLeftInMillis<0) {
                        synchronized(this){
                            isGameOver = true;
            catch (InterruptedException e)
        }

  • Countdown timer App + Stopwatch App ANYONE???????

    4days ago I purchased a Nokia E5
    The result? I AM TRULY DISAPPOINTED!!! (disappointed to say the least)
    I found NOOO applications worthwhile...
    I came here as a last resort:
    - Does anyone have a SIMPLE/WELL-PIXELATED and not blurry link for a CountDown timer app AND stopwatch (i wonder why Nokia did not supply this app with the phone!)
    - Is there anyone who can link me to a Medical Dictionary App...HAVE TRIED MANY yet, are all:
    a. corrupted
    b. Not available for symbian OS

    Hi frustratednok17,
    Thank you for your post and welcome to the forums!
    There are many different stopwatch and timer applications available for your device, please see here to see the list for stopwatches and here for timers. When accessing Nokia Store, first make sure to select your phone model in the top left of the page.
    Merriam-Webster Medical Dictionary is available in Nokia Store, please see here for more information.
    Let us know if this helps,
    Puigchild
    If you find this post helpful, a click upon the white star at bottom would always be appreciated.
    If it also solves your problem, clicking ACCEPT AS SOLUTION below it will benefit other users!

  • Timer Problem-Please help

    I have a two minute countdown timer. I am creating an
    elearning course where the users has to click the next button to
    advance to the next page. Well the button is disabled for two
    minutes so they don't just click through the pages.
    My problem: Once you start clicking through the pages the
    timer starts to countdown faster ( it gets loaded to the new page
    when the next button is clicked). It is also supposed to stop but
    starts to count backwards. I think the problem is the onEnterFrame.
    Please help and it is much appreciated. Thank you. Here is the
    code:

    I have a two minute countdown timer. I am creating an
    elearning course where the users has to click the next button to
    advance to the next page. Well the button is disabled for two
    minutes so they don't just click through the pages.
    My problem: Once you start clicking through the pages the
    timer starts to countdown faster ( it gets loaded to the new page
    when the next button is clicked). It is also supposed to stop but
    starts to count backwards. I think the problem is the onEnterFrame.
    Please help and it is much appreciated. Thank you. Here is the
    code:

  • Help in AS3 code of 24 hour countdown timer

    hello,
    i  just wanna ask if someone can help me,
    i created a 24 hour flash countdown timer here http://allofmyworks.weebly.com/flash.html
    the problem is when it reaches the desired time, the time still counts and became negative,
    what i want is to make it only 24hour countdown clock and when it reaches the time it will only stay in 00:00:00
    thanks
    here is the code i used
    var endDate:Date = new Date(2012,0,4);
    var countdownTimer:Timer = new Timer(1000);
    countdownTimer.addEventListener(TimerEvent.TIMER, updateTime);
    countdownTimer.start();
    function updateTime(e:TimerEvent):void
              var now:Date = new Date();
              var timeLeft:Number = endDate.getTime() - now.getTime();
              var seconds:Number = Math.floor(timeLeft / 1000);
              var minutes:Number = Math.floor(seconds / 60);
              var hours:Number = Math.floor(minutes / 60);
              seconds %= 60;
              minutes %= 60;
              var sec:String = seconds.toString();
              var min:String = minutes.toString();
              var hrs:String = hours.toString();
              if (sec.length < 2) {
                        sec = "0" + sec;
              if (min.length < 2) {
                        min = "0" + min;
              if (hrs.length < 2) {
                        hrs = "0" + hrs;
              var time:String = hrs + ":" + min + ":" + sec;
              time_txt.text = time;

    here is the code
    var endDate:Date = new Date(new Date().getTime()+24*60*60*1000);
    var countdownTimer:Timer = new Timer(1000);
    countdownTimer.addEventListener(TimerEvent.TIMER, updateTime);
    countdownTimer.start();
    function updateTime(e:TimerEvent):void
              var now:Date = new Date();
              var timeLeft:Number = endDate.getTime() - now.getTime();
              var seconds:Number = Math.floor(timeLeft / 1000);
              var minutes:Number = Math.floor(seconds / 60);
              var hours:Number = Math.floor(minutes / 60);
              seconds %= 60;
              minutes %= 60;
              var sec:String = seconds.toString();
              var min:String = minutes.toString();
              var hrs:String = hours.toString();
              if (sec.length < 2) {
                        sec = "0" + sec;
              if (min.length < 2) {
                        min = "0" + min;
              if (hrs.length < 2) {
                        hrs = "0" + hrs;
              var time:String = hrs + ":" + min + ":" + sec;
              time_txt.text = time;

  • Trying to figure out how to make a countdown timer...

    Okay, so I finished my Java class for the semester (I got an A) =) and I'm trying to learn to make a countdown timer in my spare time. I just want something that I can add the date and time of what I'm counting down to into it and then just a simple GUI that sits on my desktop counting away. Of course the problem is I've never used time before in any of my assignments and so I'm really not sure how any of it should work. Anyone know any tutorials or methods/classes that could help me with something like this?
    Thanks

    I made something similar to that, it counts down in either seconds/minutes/hours/days to a specific date. I ended up doing a Google search and found a useful class called DateUtil that someone had written. It was very useful for doing all the nasty Calendar work and that kind of thing.
    Besides that, the GUI should be really easy, especially if you have already done a semester of Java. I used an uneditable TextField.
    Anyhow, I can put up some more detail if you need it, just ask.

  • Countdown timer bug...

    When I set a time duration, say 13 minutes, and hit start, the timer will countdown from 1 minute. I cancel it and repeat; 1 minute. Only by cancelling, changing the duration from say 13 minutes, to 14 and back to 13 does the timer start from 13 minutes.
    This is the factory timer app in the clock section.
    Anyone else?

    Hi Integr8d, I appreciate you posting this.  I finally got fed up enough to see if there was a thread on this issue.
    I set a lot a of timers throughout the day, and this happens to me at least once every day.  I choose a time increment, press "start" and the countdown screen appears with 1 minute counting down.  It does this when I choose minute increments or hour increments.  It sometimes takes up to three attempts to get it to display my desired countdown time.
    Sometimes when this has happened, I have noticed in the blink of an eye between choosing my time and when the countdown display appears that the time increment read, for example, "8 min" instead of "8 mins."  The countdown appears with 1 minute, I cancel and toggle the wheel up or down one increment, then back to 8, and I can see the "s" appear next to the word "min."  Now when I set my timer, I listen for the audible "click" sound, and make sure it reads "mins" next to my time, not "min."  But even then, it doesn't always work.
    If I try to set the Apple timer to 0 hours and 0 minutes, it pops to the default time of 1 minute.  It seems to me that the problem is happening because the timer app is not recognizing the input of the timer wheel, and is giving back the default time of 1 minute.
    This started happening to my 3GS after  iOS5 installation, and has continued despite updates.  It is one of several regular bugs I have been experiencing since installing iOS5.  Various resets to attempt to fix another bug have not improved this bug.  I am reporting this as a bug here http://www.apple.com/feedback/iphone.html
    and I encourage you to do the same, so that Apple becomes aware of this issue.

  • Stop tracks and countdown timer.

    I have asked before for a way to have the iPod and iTunes auto stop after a track then play and auto stop the next track after hitting a single button. This would make the iPod much more useful for use in theater and radio. AND I just discovered it would also make it more useful in education. For example, teachers could download spelling words with sentences and kids could self-test one word at a time. Setting up a play list with spelling words, with random playback with the ability to stop between tracks would be great for self spelling tests. There are numerous other examples such as in foreign languages and even verbal math problems. So, any help with this would be much appreciated.
    And does anyone know how add the count down timer to the older iPods (4G mini). This again is an essential education tool (eg timed tests).
    Thanks for any help suggestions. I did send feedback to Apple.

    Hi nareshkeswani,
    Welcome to the Nokia Support Discussions! 
    Don't worry. You can download the countdown timer and stopwatch apps from the Nokia Store. Just go to the Store app > search for these apps > tap the Download button. BTW, make sure that you have an active and stable internet connection while doing that. 

Maybe you are looking for

  • How to make use of iPhone to do recording?

    Hi, how to make use of iPhone to be a recording device for vocal?

  • How to rebuild Windows 7 start menu?

    Having had a virus and removed it successfully I am left with an odd problem. The virus, amongst other things, seems to have altered the start menu removing the "pinned" programs which is not a problem but also removing the contents from the folders

  • Questions 'bout setting up auth. for 4 domains: 2 SecurID, 2 PDC

    We have setup a portal with 4 domains. We are currently using one gateway. 2 domains are configured for securID authentication. We'd like to setup the other two domains for authentication using browser certificates. If possible followed by LDAP auth.

  • Rarcrack - how long for the file with 400 MB ?

    Hi everyone I'm trying to get the password in the encrypted file with 400 MB. It's more time I thought. If someone have used the program, rarcrack, can you tell me know that get the password with special characters ?  For example: The encrypted file

  • Corrupted Podcast (Kevin & Bean)

    My girlfriend has an iPod Touch which recently has had an issue playing one specific podcast (KROQ Kevin and Bean). The podcast sounds all garbled and is not listenable at all. I would say it's an issue with the podcast feed, but my iPhone plays it p