English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Computers & Internet - 5 September 2006

[Selected]: All categories Computers & Internet

Computer Networking · Hardware · Internet · Other - Computers · Programming & Design · Security · Software

I had a tech at a computer retail store tell me this to be true, and a friend of my daughters say it is not true. The friend is in the field and manages computer systems for fortune 500 corporations. I dont know what her job title is, sorry about that.

2006-09-05 15:54:33 · 6 answers · asked by pjs1951 1 in Programming & Design

this thing will not download on my computer. it keeps saying its successfully downloaded but slideshows and youtube.com will not play. i downloaded it so many times but i dont know whats wrong with it

2006-09-05 15:52:32 · 3 answers · asked by sweet_xoxo 1 in Internet

before i send the message I click the "save copy of sent message" box but now I don't know how to get to that saved copy!!

-I am using a college webmail program......don't know if that helps or makes a difference


Thanks for your help..........hopefully :)

2006-09-05 15:51:59 · 4 answers · asked by yep it's just me 2 in Internet

2006-09-05 15:50:22 · 10 answers · asked by Anonymous in Security

i want to make a binary program that a computer can read, or input binary data to make a simple program

2006-09-05 15:48:59 · 4 answers · asked by whitewingjek 3 in Programming & Design

The host 'SMTP' could not be found. Please verify that you have entered the server name correctly. Account: 'POP3', Server: 'SMTP', Protocol: SMTP, Port: 25, Secure(SSL): No, Socket Error: 11001, Error Number: 0x800CCC0D

Why do I keep getting this while trying to email pictures Help Please!!
What am I doing wrong?

2006-09-05 15:47:59 · 3 answers · asked by D'oh! 5 in Software

i would think not but i thought it would not hurt to ask

2006-09-05 15:44:29 · 5 answers · asked by Anonymous in Internet

import java.io.*;

public class slope extends Object
{
public static void main(String[] args)
{

try
{
BufferedReader myReader =
new BufferedReader(new InputStreamReader(System.in));

// Prompt the user for x and y coordinates for the
// first point and read them in.
System.out.println( "Enter x coordinate of the first point : ");
string input = myReader.readLine();
double x1 = Double.parseDouble( input );
System.out.println( "Enter y coordinate of the first point : ");
string input = myReader.readLine();
double y1 = Double.parseDouble( input );
// Prompt the user for x and y coordinate for the
// second point and read them in.
System.out.println( "Enter x coordinate of the second point : ");
string input = myReader.readLine();
double x2 = Double.parseDouble( input );
System.out.println( "Enter y coordinate of the second point : ");
string input = myReader.readLine();
double y2 = Double.parseDouble( input );
double lineSlope = (x2 - x1) / (y2 - y1);
System.out.println( "The slope of the line is " + lineSlope);
}
catch(Exception e)
{
System.out.println("bad input");
System.exit(1);
}




// End main
}
}

2006-09-05 15:43:57 · 3 answers · asked by mark79_24 1 in Programming & Design

ok my friend Josh gave me his password for his photobucket account and he gave me his myspace password and he wants me to put a picture on his myspace for him. but the thing is since i dont have his picture saved on MY computer i cant upload them onto the myspace...and i tried right clicking on the picture and clicked save picture as...and tried to save it but i wont show up so idk what to do since i cant really get the picture from photobucket onto his myspace. and another thing is that the picture im putting on is sideways so i need to rotate it and make it right side up but it wont save onto my computer any suggestions????

2006-09-05 15:41:58 · 3 answers · asked by Anonymous in Internet

i really want to know! because mine is like slow.

2006-09-05 15:40:34 · 10 answers · asked by Amanda P 4 in Internet

2006-09-05 15:40:02 · 1 answers · asked by Anonymous in Internet

i was thinking of getting a new graphics card for my computer and was wondering what to get. I don't want to spend much more than 100 bucks and want to know what some good options are.

2006-09-05 15:39:52 · 5 answers · asked by Ryan H 2 in Other - Hardware

I just got a dell laptop today. I has wireless internet on it. But I don't know how to turn it on. Can some one please help me out?

2006-09-05 15:34:57 · 3 answers · asked by armywife4life06 1 in Internet

I have a Buffalo Airstation WHR-G5S wireless router hooked to a cable modem, I have the home pc wired to the router connected to LAN out 1, software is installed and internet is working great. If I allow the conflicting IP on the Laptop, which is using a wireless adapter, then renew the IP on the pc the problem is resolved for about 30 minutes. The laptop reconnects for some reason, I haven't set either one up as a server, basically followed the instructions given. Also, I visited the routers website and there wasn't anything that could help me.....thanks

2006-09-05 15:33:44 · 6 answers · asked by roperman70 1 in Computer Networking

2006-09-05 15:32:55 · 6 answers · asked by Anonymous in Other - Computers

I am buying a seagate 160gig SATA. (good price..!) At present I have a ATA 133 - 40G ; my motherboard is designed to take SATA. No problem there. But, my q. is can SATA as C:\ and PATA as D:\ coexist on the same motherboard? I also have another Pata drive which is D:\ (40Gig) and I will be getting rid of it. I am running XP prof.

Additionally, how will I take a mirror image of my present 40G into SATA? I would prefer it to be *exact* mirror. I do not want to lose any of my data on my old drive when I transfer. Can someone help me with an answer please?

I would like very much to just get going with the new drive as C:\ with a seamless transition.

I am trying not to spend on any additional software.

2006-09-05 15:32:37 · 3 answers · asked by Nightrider 7 in Desktops

I saw on this girls myspace ( http://www.myspace.com/oooitzdawn ) and i loved the way she costimized her pictures... does anyoneknow any cool programs i can do fun stuff like that on it?

2006-09-05 15:29:40 · 3 answers · asked by Jen W 1 in Software

Anyone know why?

2006-09-05 15:28:31 · 3 answers · asked by The Answer is C 1 in Internet

I can't get my cd to play on my new computer and I want to play this game again. Where can I get what I need to do that?

2006-09-05 15:27:11 · 1 answers · asked by carol k 6 in Other - Computers

I've looked everywhere I could think of, and can't figure it out....

2006-09-05 15:26:36 · 7 answers · asked by bigmike1119 1 in Programming & Design

the greatest common devisor of two integer

2006-09-05 15:22:32 · 3 answers · asked by joechelbasti1428 1 in Programming & Design

Is it my damn computer or is anyone else having trouble getting onto myspace at this time????

2006-09-05 15:22:01 · 8 answers · asked by Em W. 4 in Internet

by that guy, John Silva, did anyone put their credit card info in?
I know it'd be embarrasing to answer, but remember.. we don't know who you are

2006-09-05 15:21:23 · 7 answers · asked by Free Spirit 3 in Internet

howcome youtube wont let me see videos with bad words?i'm 21and they won't let me.what do i do?

2006-09-05 15:17:45 · 2 answers · asked by ElEgAnTFiShIe 1 in Other - Computers

i need reasons why should i buy a pc. why do i need one anyway?

2006-09-05 15:17:27 · 9 answers · asked by Maggie 1 in Desktops

How do you keep up with the changing needs of the user, or how to keep your programs more user-friendly? Thanks!

2006-09-05 15:17:14 · 2 answers · asked by GirlsRGamers2 7 in Programming & Design

2006-09-05 15:16:46 · 2 answers · asked by sheena 2 in Internet

fedest.com, questions and answers