Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Lv 43,473 points

Robmaister12

Favorite Answers50%
Answers425
  • Is there a way to forward all you emails?

    Hi, I was wondering if there was a way to forward every email in an email account to another email account, for the purpose of backup?

    Oh, and I am talking about a hotmail account

    1 AnswerOther - Internet1 decade ago
  • Configuring Server 2008's Terminal Services Gateway for use over the internet?

    Ok, I have recently built a server running Windows Server 2008 Enterprise (It's a legit copy, got it from Dreamspark) and I would like to connect to it via the internet. I already have Terminal Services installed and can connect to it from any other computer hooked up to the same router. I would now like to be able to connect to it via the internet, I have set up TS Gateway and configured it with a self-trusted SSL certificate, now I would like to connect to it, but it just won't work. I check the IP address of my server on whatismyip.com and tried to connect, it doesn't work. What steps should I take now in order to be able to connect to my server via the internet? I will post additional info if requested..

    1 AnswerComputer Networking1 decade ago
  • Windows 7 Virtual PC Issues (gfx card)?

    Ok, I just got the Windows 7 beta and successfully installed it to a Virtual PC. The only probelm I am experiencing is that the VPC cannot detect my 8600GTS gfx cards. (I have two, but I don't SLI them because some games get glitchy)

    I tried downloading the Vista drivers for my cards, but the installer could not find my cards. In Device manager, under display adapters, it shows "Standard VGA Graphics Adapter"

    Windows update doesn't detect the cards either, despite what the Nvidia website said under "Download Drivers > Windows 7"

    Any help would be appreciated, as I would really like to see the new aero. Everything else has impressed me so far.

    3 AnswersDesktops1 decade ago
  • getting my own ringtone/pictures on my iPhone?

    Hi Y! Answers, I just got an iPhone and I love using photoshop, so I decided to make my own wallpaper for my iPhone. I just discovered that I need iTunes to do absolutely anything, and seeing that I don't want to set it up on another computer and unregister it on another computer (5 computer limit reached), is there a way to allow me to upload my own pictures to my iPhone? My old phone allowed FTP connection via bluetooth to my laptop, but the iPhone doesn't allow FTP.

    Also, I have a few ringtones from my old phone that I made myself, and I see no way of getting it on my iPhone as a ringtone.

    If anyone could help, I would appreciate it.

    1 AnswerCell Phones & Plans1 decade ago
  • Batch file automatically ejecting a flash drive?

    I have a nice little batch file set up to copy files, but I want it to be able to eject itself for fast transfer. Is there a way to do this using batch files?

    I have also tried opening explorer.exe, but I cannot open the "Computer" area. Is there a specific way to access that area?

    once again, thanks in advance

    2 AnswersProgramming & Design1 decade ago
  • Batch File XCOPY command?

    I need to load software from a flash drive onto the desktop relatively fast (plug in, plug out fast) on about 15-20 computers.

    I have looked up XCOPY batch file commands, and it seems to depend on set file locations, even though different laptops assign flash drives to different drives (some E:\, some F:\, my desktop is L:\) so I was wondering if I could get a file location relative to my batch file.

    here is my script:

    ECHO OFF

    CLS

    :MENU

    ECHO.

    ECHO .........

    ECHO Press 1 to continue, 2 to exit

    ECHO .........

    ECHO.

    ECHO 1 - Copy Files from Flash

    ECHO 2 - EXIT

    ECHO.

    SET /P M=Type 1 or 2, then press ENTER:

    IF %M%==1 GOTO COPY

    IF %M%==2 GOTO EOF

    :COPY

    XCOPY "\Copy\*.*" "%userprofile%\Desktop\VGDC"

    GOTO EOF

    thanks in advance

    1 AnswerProgramming & Design1 decade ago
  • scrollbars and framed webpages?

    I have a website with 3 frames. 2 of them are stationary and will never move, but the third will. My layout is (minus all the attributes.. this is bare bones code):

    <frameset rows="x,*">

    <frame>

    <frameset cols="*,x">

    <frame>

    <frame>

    </frameset>

    </frameset>

    The first frame in the second frameset is on the bottom left of the page, and is the one that requires scrolling. The other two are on the top and the right and don't move.

    The scrollbar appears out of place on the bottom left, so I was wondering if there is a way to put a scrollbar on the right side of the page that will scroll only that one frame.

    3 AnswersProgramming & Design1 decade ago
  • onmouseover make the text larger?

    Is it possible to take the text in a <p> or <span> tag and make it larger when you hover over it?

    2 AnswersProgramming & Design1 decade ago
  • Why do I keep losing internet connection?

    My internet connection was fine, but after my sister got her macbook (I mean an hour after she started it up) we had internet connection issues. After a short time (half an hour all the way up to 3 or 4 hours) every single computer and my xbox says the internet connection is lost or unidentifyable. At this point, we restart the router and it works, sometimes for a day, sometimes for 30 minutes before losing the connection. All the connections are wired except the macbook, and ports are properly forwaded for the xbox and the PCs. Router model is a Netgear WGR614 v3.

    Help! this is annoying. I will give additional info if asked. (This is all the base info I can think of right now)

    1 AnswerOther - Internet1 decade ago
  • Is there a way to use Film SLR lenses on a Digital SLR camera?

    I recently got a Digital SLR camera (Canon Rebel XT) and my dad has several good lenses for an older film-based SLR camera. The lenses are different in the fact that the old ones have 3 "blade" type metal pieces at the bottom instead of the relatively flat new lens. Is there something I can get to use the old lenses on my new camera? I really want to use that lens

    9 AnswersCameras1 decade ago
  • Trying to find a UV protection filter for my Canon Rebel XT?

    I just recently bought a Canon Rebel XT and a friend told me that a UV filter will help protect the lens, so I am looking. Right now the only lens I have is the 18-55mm standard lens that comes with the camera. I am wondering of the Tiffen 58mm UV protection filter will fit on my lens.

    http://www.amazon.com/gp/product/B00004ZCJI/ref=s9...

    If not, which UV protection filter should I use?

    3 AnswersCameras1 decade ago
  • what font is this?

    What is the font on the bottom of this picture:

    http://img73.imageshack.us/img73/4010/frankieafrol...

    1 AnswerOther - Visual Arts1 decade ago
  • Dynamically adding text to a div tag using Javascript???

    Ok, I have been working on a website for school and I am working on parsing an XML page into a table in an HTML page using Javascript. So far, I have been able to successfully parse the data onto the page. Now, for the past few days, I have been working on selecting a single group from a drop down list. The drop down list loads just fine with the proper text and it can distinguish one group but I am having some trouble getting the text back on the page. Right now it will blank the page and come up with a white background and it isn't aligned. I thought I could drop the code in to a div tag, but I am having some trouble. I am parsing the data and using "document.write()" to display it. I want everything that is written by document.write to be displayed in a div tag so the data doesn't come up in a new page.

    <div align="center">

    <script type="text/javascript">

    // Navyear is defined earlier.

    populateAwards(navYear.options[navYear.selectedIndex].text);

    </script>

    </div>

    3 AnswersProgramming & Design1 decade ago
  • Ulead VideoStudio 10 problems with audio on DVD?

    Ok, I have a project due in 2 days and I have created a video. I am planning to put in several bloopers and other additional stuff, so I decided to create a DVD. When I want to play that DVD, the picture is nice and crisp, but there is no audio playing. I even brought the volume to max when I played it on both my PC and on the TV. How do I get audio on my video files.

    - the files are originally in .avi files

    - I am using Vista

    - software used is Ulead VideoStudio 10 ( as stated in the title)

    1 AnswerSoftware1 decade ago