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

Programming & Design - December 2007

[Selected]: All categories Computers & Internet Programming & Design

2007-12-10 03:01:27 · 3 answers · asked by WiReD 1

I'm not a stranger to the css codes on the site and have managed to white out my current ads banner but can I delete the "box" altogether and put something else there?

I'd like to be able to move all the "boxes" around but they seem to be fixed.

Can you take a look at my page and see if you can offer any help please. Here's the link.

http://lemagicien.multiply.com/

2007-12-10 01:21:33 · 1 answers · asked by ~☆ Petit ♥ Chou ☆~ 7

I am pretty new to Java and have a program with 4 different classes and want to turn it into an executable so i can use the program without the compiler. I am currently using BlueJ and a IDE.

2007-12-10 01:05:30 · 5 answers · asked by mrada6 2

2007-12-10 00:51:20 · 14 answers · asked by Omar A 1

I am new to Visual Basic 6 and i am trying to do an application that has to have a password in order to work.

My problem is that i want to type password in an input box but i want the input to be an "*" rather than the normal character input. Can anyone help to find out how to change the input of the input box to "*"?

2007-12-09 23:11:32 · 1 answers · asked by Anonymous

Thanks for Helping...

2007-12-09 22:42:14 · 5 answers · asked by Anonymous

*BASIC PASCAL PROGRAMMING*

Make a program draft using algorithm/pseudocode:
-required data/input
-process involve
-required output

*You can include codes

*Pls make me just one.. any problem.. thanks in advance!^^

2007-12-09 22:38:45 · 4 answers · asked by Music23 2

Please help me?
outlook xpress

for some reason i had 2 calendars, one in archive and one in normal, i accidently deleted calendar archive and its deleted all format of calendar, how do i get it back pllllllllllllllllease
8 minutes ago - 3 days left to answer.

2007-12-09 22:22:38 · 2 answers · asked by lily 1

I'd really love to be able to create a site like Wikipedia or Wikitravel. Can you give me any advice or suggest any useful online resources? Thank you.

2007-12-09 20:34:30 · 3 answers · asked by sdn90036 6

I have a project due in one day however there is no way I can finish it by that time becasue my group members are sick. However the teacher wants it on time and she doesn't seem to care. I want to know how to corrupt the file and get a message that it is corrpted. Please help as fast as you can as the project will dramatically affect our marks if we fail. PLEASE DO HELP. I tried editing the .swf file with notepad, the file still wrked but showing a blank screen.

2007-12-09 19:18:17 · 3 answers · asked by Anonymous

1

hi i am stuck on a past paper question and i dont have a clue what it is.

3 (a) An example of an iteration in pascal is
FOR x:=1 to 10 do writeln('Hi');

Using the correct syntax give an example of:
i) declaration
ii) assignment
iii)selection

2007-12-09 18:58:05 · 4 answers · asked by Undefined 1

please type the concerning syntaxes and commands if it does not waste your precious time
a kind of programming that enables me make symmetrical shapes and i just have to change the figures to have different
output as result.
i need to make symmetrical two-mirrored to multiplex-mirrored shape and 3-dimensional shapes are most wanted.
thanking you all in anticipation

2007-12-09 17:33:21 · 1 answers · asked by Anonymous

One that does NOT expire or require you to pay for anything. Where could I go? I USED to have 1 with Homestead UNTIL they started charging to have one with them.

2007-12-09 15:23:08 · 5 answers · asked by ID 3

Getting a certification? Or just learning the material until I get familiar enough with to apply for a position?

2007-12-09 14:52:14 · 6 answers · asked by Anonymous

why do not turn on the register varible in php?



thanks

2007-12-09 13:44:09 · 2 answers · asked by Anonymous

I have a html file I'm working on.
The website is creativescreenstudios.com
I want the paypal button to float on the right. On my local version of the file, it does float on the right, but once I uploaded the file, the button displays floated to the left.

Why would the same file be displayed differently between the local version and the online version??

-it does this in both Firefox and Internet Explorer

2007-12-09 13:27:54 · 3 answers · asked by -__ 3

looking for a microsoft word/powerpoint program reasonable priced if not a free down load

2007-12-09 13:16:42 · 2 answers · asked by Mustardpants 1

So that I can let users log in?

2007-12-09 10:44:33 · 5 answers · asked by Anonymous

System.out.print("Enter your play (R, P, S): ");
personPlay=Keyboard.readString();

//Use a method of the String class to make the personPlay all UPPERCASE
personPlay.toUpperCase();

//Use Math.random() to generate computer's play as either 0, 1 or 2
//Store result in computerInt
computerInt=(int)Math.random()*3;
//Use else-if to convert 0, 1 or 2 to initialize computerPlay to R, P or S
if(computerInt==0)
computerPlay="R";
else
{ if(computerInt==1)
computerPlay="P";

if(computerInt==2)
computerPlay="S";
}

System.out.println("The computer played: " + computerPlay);

/*-------------------------------------------------------
every time i compile and run the program, it always outputs "The computer played: R" ....so there is something wrong with my if-else statements, but i can't figure out what?

2007-12-09 10:36:21 · 5 answers · asked by hahahahahaha 1

If there is any at all?

2007-12-09 10:05:58 · 5 answers · asked by Jamaal E 3

for(intMyCount = 1; intMyCount <= 15; intMyCount++)
{
alert("Hello World!");
}//end for

What is the value of intMyCount when the code finishes?
15 or 16?

2007-12-09 09:55:35 · 1 answers · asked by Anonymous

http://www.theysuckedhisbrainsout.com/

2007-12-09 09:36:35 · 1 answers · asked by footynutguy 4

how do i post a deviant art flash. i already preview it to a .gif and the memory it has is like over 280kbs but when i post it it keeps on saying preview. i saw other flashes where it says click me then the flash plays. please tell me the steps in order be as specific?

2007-12-09 06:52:59 · 1 answers · asked by leonskrauser4 1

XPath question. My xml is:




20

Test 1



25

Test 2




What is the query to select the respective Program node if the Age = 25?

2007-12-09 06:40:04 · 1 answers · asked by zerohourx 1

What is the effect of putting a continue statement in a if statement, which is inside of a for each loop? Does it just go to next element?

2007-12-09 03:30:50 · 2 answers · asked by justgenius12 7

Is it .rb?

2007-12-09 01:17:49 · 3 answers · asked by samurai 1

???????????????????
and anyother ones u can put also=]]

2007-12-09 01:16:47 · 5 answers · asked by xXitalian_chicaXx 2

I have some avi files in the directory of my dedicated linux server. Would it be possible for me to watch these files and the server stream them to me using some sort of script available rather than me having to download them to my computer from the server?

2007-12-08 23:56:50 · 0 answers · asked by Anonymous

fedest.com, questions and answers