Archive for March, 2008
March 31, 2008
March 31st 2008 Posted to
server
Plzzz , i dont know whats d next thing to do after registering to a server..... do i hav to download or what????
I asked about the compiler for java but was told by Lisa that I needed a better understanding of basic stuff. I have some knowledge but don't know what lisa was referring to. I have set up our home network, I use open office word processing, I've made movies and uploaded them to google. I've set-up a few small web sites using front page and HTML. I've read a book that covers A+ cert areas of computer tech. That was xp based. I can use a lot of software and can plug in cards but beyond the stuff above I really don't know much. So can you recommend a book or cd or dvd that will help me?
anybody know a good lighting unit perferably a cheap fluorescent clamp on light, for a a 2.5 gallon aquarium?
planning to put a betta and some java ferns in there also with a nano filter.
regardless, i still want a light, for show and might even add some other plant sepcies!
koZ well on my computer Runescape wouldn't work and so i got java runtime environment or summing and it worked so would it work if i put JAVA runtime on PSP?
March 31st 2008 Posted to
server
hello
this is my code:
Dim cmd As New SqlCommand("insert into table name values(' " & TextBox1.Text & "','" & TextBox3.Text & "',' con)
To save radiobutton item in sql server what i have to do....since in radio button v save true or false ....how to do....PLEASE HELP...
March 31st 2008 Posted to
server
The Microsoft Windows server 2008 launch events advertise that attendees will receive "promotional versions" of that product as well as of Visual Studio 2008 and SQL Server 2008. Does anyone know what "promotional versions" are? Are they like trial versions?
how can i store three different things in just one space in an array
so if i would call array[0] for example
i would have a name, age, and gender
im having problems because if the array is an integer it wont let me store a String name or boolean gender
I'm running xp home. I downloaded JDK 6 and installed the program. At the Sun Developer Web Site i started taking the first lesson called "Hello World." I used note pad, wrote the very simple code, and saved the code as directed in a java file. I brought up a comand prompt using the run comand, switched to the java directory, and located my file. I then attempted to compile the program using javac but got a statement that javac was not recognized. I went to the help area of the lesson and it said i needed to point windows to the compiler. It said I could do this two ways. I tried both but neither works. How do I know if the javac file is okay? If it is okay why isn't it working? One of the methods suggested was to enter the path in the runtime enviornment. When I opened that window there were four lines and I didn't know what to put on each line so help with that might solve this. I really want to learn this stuff but there is a very large brick wall. Help!
March 31st 2008 Posted to
server
about how much would it cost to set up a server hosting business from home. but more as a side job. not a huge server, would it be worth it?
When i try to install any program like java, windows live messenger, limewire, and nero, the installation window suddenly disappear without any error msg. and i cant install them. my friend have installed new windows for mw but still same problem. how can i get rid of this.
I am using windows xp with service pack 2. and i try on my second computer there also same problem. i have a home network of three computers. all have this problem. :(((
please help me. thanks
March 31st 2008 Posted to
server
I tried it, and it said i needed Windows Media Player 11, which i currently have installed.
March 31st 2008 Posted to
server
how do i limit a user account on a n/w to just be able to install software ??
1. for now i have just added him to the administrator group but thats given him too much of access over the network
2. what i want to be able to do i just give him enough authority to be able to install software
3. its a windows xp . sp.2 operating system on a single domain
4. i need to create a gpo ? can it be done on the xp machine or is there any other way to do it ? should i do it from the windows 2003 server and ? .. .
March 31st 2008 Posted to
server
they should be using sockets to communicate wit each other and for the client; the arguments are
The client should make a request to the server to download a file. The server argument is
How do you use connect using machine name and a commandline provided port?
how do i get the file from the server?
March 31st 2008 Posted to
server
it's really annoying
the server didn't close
there dedi servers
and i reinstalled ce and stuff
please help
import javax.swing.JOptionPane;
public class PaintJobtrial
{
public static void main(String[] args)
{
double rooms;
String input = JOptionPane.showInputDialog("Enter the number of rooms to be painted.");
rooms = Double.parseDouble(input);
double feet=0, totalFeet=0;
for (double i=1; i<=rooms; i++)
{
input = JOptionPane.showInputDialog("How many square feet of wall space are in room " + i + "?");
feet= Double.parseDouble(input);
totalFeet = totalFeet + rooms;
}
double totalGallons = calcGallons(totalFeet);
JOptionPane.showMessageDialog(null, "The total number of gallons of paint required is " + totalGallons);
}
public static double totalGallons(double feet)
{
double gallons = feet / 115;
return gallons;
}
}
It gives me this message :
File: /Users/Jennifer/PaintJobtrial.java [line: 19]
Error: cannot find symbol
symbol : method calcGallons(double)
location: class PaintJobtrial
i cannot acces yahoo features and cannot use my orkut account properly,cannot change picture in my account
Next Page »