Ask Experts Questions for FREE Help !
Ask

Search:

Type: Posts; User: rwinterton

Search: Search took 0.01 seconds.

  1. Answers
    4
    Views
    17,966

    What a shame that people who are "professionals"...

    What a shame that people who are "professionals" don't understand chemistry. "Hair Colors" are dyes, whether they're called dyes or not. In addition, "professional" hairstylists seldom know...
  2. 1. Are you sure you replaced the switch with a...

    1. Are you sure you replaced the switch with a 3-way switch? If you did, they you switched two of the wires.

    One wire in a 3-way switch is "unique". It either provides line voltage or it goes...
  3. Question: Article 312.8

    by rwinterton
    Answers
    5
    Views
    3,107

    Try NFPA (http://www.nfpa.org/)

    Try

    NFPA
  4. Answers
    1
    Views
    1,389

    The user manual for that TV can be found here: ...

    The user manual for that TV can be found here:

    http://www.sharpusa.com/files/tel_man_LC42D62U.pdf

    Page 36 shows how to use the AV mode.

    According to the manual, you can select a different AV...
  5. Answers
    1
    Views
    596

    By playing a DVD, you've shown that most of the...

    By playing a DVD, you've shown that most of the circuits and the lamp is OK. It's *possible* that the input that is connected to wherever you get your live TV (satellite receiver?) is bad, but that...
  6. Answers
    4
    Views
    994

    Any number squared will be greater than zero...

    Any number squared will be greater than zero (unless you are including complex numbers).

    So, if (X+5)^2 + (Y+10)^2 + (Z-15)^2 = 0

    then

    each of the terms must also equal zero (X+5)^2 = 0....
  7. Answers
    12
    Views
    1,618

    Well, you'll have to provide the formula to...

    Well, you'll have to provide the formula to calculate earnings if shares is 0. The code will be something like this

    if (shares > 0) {
    earnings = profit/shares;
    }
    else {
    earnings = 10.00 // or...
  8. Answers
    12
    Views
    1,618

    I don't see an EPS value in the code so far, but...

    I don't see an EPS value in the code so far, but if I understood you correctly, you can always add some code for an "else" box:

    if () {
    this is the code that will be executed if the if statement...
  9. Answers
    12
    Views
    1,618

    It is the correct syntax. It has to work. ...

    It is the correct syntax. It has to work.

    double earnings;
    double profit;
    double shares;
    profit = Convert::ToDouble(tbProfit->Text);
    shares = Convert::ToDouble(tbShares->Text);
    if (shares >...
  10. Answers
    12
    Views
    1,618

    if (shares > 0) { earnings = profit/shares; }

    if (shares > 0) {
    earnings = profit/shares;
    }
  11. Answers
    4
    Views
    651

    You also need to make sure the firewall isn't...

    You also need to make sure the firewall isn't blocking access.

    The printer, itself, is pretty much irrelevant.

    Do you know someone who is more technically adept at connecting things like this,...
  12. Answers
    4
    Views
    3,518

    Download and install the "Revo Uninstaller". ...

    Download and install the "Revo Uninstaller".

    Revo Uninstaller Freeware - Uninstall Software, Remove Programs, Solve uninstall problems

    This has an option to clean up the registry when you...
  13. Answers
    2
    Views
    596

    Go to "Home > User Control Panel » Edit Your...

    Go to
    "Home > User Control Panel » Edit Your Details"

    There is a button near the top that says "Edit EMail & Password"

    That will allow you to change either your e-mail address or your...
  14. Answers
    4
    Views
    651

    You must connect the computer with the printer to...

    You must connect the computer with the printer to the router and *share* a printer in order for the wireless laptop to print. It doesn't matter if the computer is connected via a wireless connection...
  15. Answers
    12
    Views
    1,618

    You're not assigning values to your variables...

    You're not assigning values to your variables correctly.

    earnings = Convert::ToDouble(tbProfit->Text);
    earnings now contains the Profit value found in the text box.

    earnings = profit;...
  16. Answers
    2
    Views
    398

    IEEE 1394 is also known as "Firewire". You need...

    IEEE 1394 is also known as "Firewire". You need a "Firewire to USB" adapter. I suggest you Google that (put the quotes around it or you'll get a bunch of "USB to Firewire" adapters. Here's one I...
  17. Try turning off Windows Firewall or any other...

    Try turning off Windows Firewall or any other personal firewall product (Zone Alarm, McAffee's Firewall, or Symantec's equivalent) and then see if you can connect. If you can, then you need to...
  18. Is your Belken Router set up with Security (WEP,...

    Is your Belken Router set up with Security (WEP, WPA, WPA2?).

    If the wireless screen on your laptop says that the signal is strong, then the limited connectivity must be because it can't connect...
  19. Answers
    1
    Views
    1,275

    Newton's law of gravity: F = GMM'/R^2 ...

    Newton's law of gravity:

    F = GMM'/R^2

    F=Force of attraction between two bodies
    G= Gravitational Constant
    M= Mass of one body
    M' = Mass of other body
    R = Distance between the two bodies
  20. Answers
    3
    Views
    628

    I can't see the specifications for the Ethernet...

    I can't see the specifications for the Ethernet card in your list.

    Right-click on "My Computer" and select "Manage". Under "System Tools" in the window that pops up, select "Device Manager". ...
  21. Answers
    2
    Views
    356

    My gut tells me that the ATI sapphire is a better...

    My gut tells me that the ATI sapphire is a better card, but I haven't seen a side-by-side comparison.
  22. Question: Can't burn cds

    by rwinterton
    Answers
    2
    Views
    521

    I might be missing something here. I've...

    I might be missing something here.

    I've never even tried to use Media Player to burn a CD, even though I've heard that it can be done.

    If you're sure the drive is good, I would suggest trying...
  23. Answers
    2
    Views
    1,961

    If there are credits that you can claim or if you...

    If there are credits that you can claim or if you had tax withheld, you can file a tax return.

    Heck, you could probably file it even if you didn't.
  24. Question: Dying hair

    by rwinterton
    Answers
    1
    Views
    460

    Hair dyes have not been shown to be harmful to...

    Hair dyes have not been shown to be harmful to people's health, although there are some who worry that the ingredients might not be totally safe.

    As for the hair, itself, the hair isn't alive. It...
  25. Answers
    4
    Views
    412

    No.

    No.
  26. Answers
    3
    Views
    3,999

    My apologies to ebaines. I didn't read very...

    My apologies to ebaines. I didn't read very carefully. ebaines is correct.

    If you knew liters/day, you could calculate it.
  27. Answers
    1
    Views
    427

    There's no substantial difference between brands....

    There's no substantial difference between brands. Some colors are opaque and others are more translucent (For example, L'Oreal Excellence is opaque, Preference is translucent).

    Goldwell is a...
  28. Answers
    12
    Views
    2,361

    Passwords are secret because no one else is...

    Passwords are secret because no one else is supposed to know them or be able to figure them out. What you see on TV is baloney. If you don't know the password, and can't change it with whomever is...
  29. If it's been permanently deleted and it's been a...

    If it's been permanently deleted and it's been a month, I seriously doubt that you'll be able to recover it unless you have a backup somewhere.
  30. IRS rules state that you must report all income. ...

    IRS rules state that you must report all income. The school doesn't have to report it, however. That's not a license not to report it. If you are audited and discovered, you'll have to pay taxes...
  31. Answers
    5
    Views
    1,258

    Talk to him. I have several grandchildren who...

    Talk to him. I have several grandchildren who didn't speak until age 4. We and their parents were worried since they didn't speak much even at age 2.5 or 3. Between ages 3 and 4, they exploded!
    ...
  32. Obviously what you need is a user manual. ...

    Obviously what you need is a user manual. However, there doesn't appear to be one on the Sagem site. Similarly, I couldn't find one by googling.

    Here's a manual for a F@st1500 router. I'd look...
  33. Answers
    1
    Views
    984

    I believe that error is saying that your print...

    I believe that error is saying that your print cartridge has a short circuit inside.

    If this is correct, you'll have to replace your print cartridge. I also have heard that this can come from an...
  34. Answers
    2
    Views
    1,088

    I would say that you are overloading the panel. ...

    I would say that you are overloading the panel. I'm surprised the main breaker doesn't trip.

    If it were up to me, I would upgrade the service.
  35. Question: USB audio?

    by rwinterton
    Answers
    1
    Views
    324

    There is probably a special driver for the USB...

    There is probably a special driver for the USB speakers. You'll have to obtain the driver.
  36. Right-click on "My Computer" and click "Manage". ...

    Right-click on "My Computer" and click "Manage". A "Computer Management" window will pop up. Click on "Device Manager".

    Look under "Network Adapters". If the controller is listed there, click...
  37. Answers
    3
    Views
    772

    A monitor that shows no input signal is simply...

    A monitor that shows no input signal is simply not receiving a video signal from the computer. There are a number of possible reasons for this.

    The cable may be bad or not connected tightly...
  38. Answers
    8
    Views
    1,066

    I've seen this type of behavior on three...

    I've seen this type of behavior on three occasions. On one of them, I was able to get the computer working by reinstalling the operating system. On the second, I had to reinstall the hard drive and...
  39. Answers
    2
    Views
    628

    Result = (47-X)/X Result = 47/X - X/X = 47/X -...

    Result = (47-X)/X

    Result = 47/X - X/X = 47/X - 1

    if X is large, then 47/X becomes small and the approximation is
    Result = -1

    if X is small, then 47/X becomes large when compared to -1 and ...
  40. Answers
    37
    Views
    89,874

    I'm sure it's an individual thing, but I've seen...

    I'm sure it's an individual thing, but I've seen it take as long as 6 weeks.

    I think the numbness is being caused by pressure on the nerve caused by swelling. This may require some...
  41. Answers
    1
    Views
    588

    Obviously, something burned out when the power...

    Obviously, something burned out when the power came back on. This isn't uncommon. Sometimes you can get your homeowners insurance to reimburse you for the device.
  42. Answers
    2
    Views
    2,686

    Toilets leak because the wax collar that seals...

    Toilets leak because the wax collar that seals the toilet to the floor flange cracks. This can happen if the toilet wobbles. Why is it only on the left side? Probably because the toilet wobbled to...
  43. Google "Troffer"

    Google "Troffer"
  44. Question: Math exponent

    by rwinterton
    Answers
    1
    Views
    2,225

    You can do it in Word by formatting an exponent. ...

    You can do it in Word by formatting an exponent. Some people use ^ as the exponentiation operator. So x^3 is "x-cubed" or "x to the third power". Some people use "**" as the operator but for...
  45. Answers
    1
    Views
    528

    Use ColorFix, Color Zap, Color Oops, Igora...

    Use ColorFix, Color Zap, Color Oops, Igora Phantom, or Paul Mitchell BackTrack to remove the artificial haircolor pigments, then bleach it or color it.

    Post here for support and information on...
  46. Answers
    1
    Views
    1,205

    1. Start by calculating the molecular weight of...

    1. Start by calculating the molecular weight of Na2CO3. You have 15 grams, you can calculate the number of moles from the molecular weight and the 15 grams.

    2. Formula Units are the same as...
  47. Question: Bond enthalpy

    by rwinterton
    Answers
    1
    Views
    777

    Exothermic - about 25 kcal per mole

    Exothermic - about 25 kcal per mole
  48. Answers
    1
    Views
    984

    The usual experiment is to pass an accurately...

    The usual experiment is to pass an accurately known current through a wire of uniform cross section. Use a four-point probe (two junctions -- current goes through two of the wires, the other two...
  49. Answers
    1
    Views
    522

    If a circuit is protected with a 20 amp fuse,...

    If a circuit is protected with a 20 amp fuse, everything in the circuit must be 12 gauge or larger (larger wire, not larger gauge).

    If a circuit is protected with a 15 amp fuse, you can use...
  50. Answers
    2
    Views
    1,809

    You're going to have to call a contractor. If you...

    You're going to have to call a contractor. If you don't know one, ask at a home center (Home Depot, Lowes)
Results 1 to 50 of 291