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

Programming & Design - October 2006

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

I am writing a command for users. When checking the options ( -f -i or -fi for example) I don't want to use a serious of if statements or a long case-switch program. Does anyone have any idea how to read these options in?

2006-10-12 23:10:06 · 3 answers · asked by Appy 1

hello dear,
my name is aijaz a fresh designer and eagerly looking to make a contact info page which every page has Contact us. whoes information goes to company email ids
please some help regarding this.
Thanks

2006-10-12 22:01:57 · 2 answers · asked by Anonymous

2006-10-12 21:41:35 · 2 answers · asked by Augie 1

2006-10-12 21:40:16 · 3 answers · asked by Augie 1

2006-10-12 21:36:23 · 3 answers · asked by sweety 2

what is the name of the courses i should do to become a web designer?
what is the qualifications required?
how do i go about it?
can u please give me the name of any institutes where i can learn web designing in kolkata

if u have any more helpful info please let me know

2006-10-12 21:35:22 · 4 answers · asked by beautiful mind 2

I'm looking for the best way to build out this site I'm working on..
Please see the example here...

http://mikewurn.com/examples/cineEx01.html
mikewurn.com/examples/cineEx01.html

Ideally, I'd like to have a mix of FLASH and regular HTML/CSS.
I'm looking for the best way to do this.

the big question is can I do this without using FRAMES ??

without FRAMES or TABLES ??


any smart folks out there that know what the best plan of attack is?

I welcome any input and is greatly appreciated.. thanks -M

2006-10-12 20:45:51 · 2 answers · asked by turkeychickendog 1

I am trying to add something to my site www.umichclubsoccer.com that would automatically check the league standing for our team which are in an embarassing geocities website and download the text and display it nicely on my website...

the pages it needs to get are
http://www.geocities.com/mwalliance/...rtherndivision

and
http://www.geocities.com/mwalliance/2005standings

and
http://www.mwalliance.com/PR-web-10-3-06.htm


Any ideas on how I could do this???

or where I could get some code to... I have very little php background (virtually none)

2006-10-12 20:43:54 · 4 answers · asked by topgun553 1

in what i've tried so far, the column keeps being placed below the pre-existing content rather than to the right. the page has lots of tables, etc. but i was hoping there'd be a simple way to insert a column to the right of everything that's already there. i'd like to avoid frames if possible. thanks!

2006-10-12 20:36:34 · 4 answers · asked by manitouwange 1

I m doing course named "Automata Theory" and want to know the sloution of this question.

2006-10-12 19:47:23 · 4 answers · asked by Anonymous

I have a website that is all .html right now. I want to make it more interactive and my webhost supports frontpage extensions, php, mysql, .asp extensions, so on so forth. I don't need flashy graphics or anything like that. Just the ability to have contol over the website and to able to setup automatic registration and things like that. Which is best and cheapest for these purposes. Dreamweaver, visualbasic, frontpage? and which version should i look for.

2006-10-12 19:13:23 · 7 answers · asked by cory c 1

So when one right mouse clicks in word, excel, powerpoint, IE, desktop etc., the additional function that i want will show up. How about changing a common function such as "Insert" so that it has subfunctions of my own design???

2006-10-12 19:06:50 · 5 answers · asked by Mark K 2

Any other symbol like the hearts... ♥
or anything like that??

2006-10-12 18:56:28 · 7 answers · asked by Lily 2

2006-10-12 18:49:43 · 6 answers · asked by raghu n 1

(Is class the right term)

here's what i got:

import java.util.Random;
import java.util.Scanner;

public class Decisions
{

public static void main (String[] args)
{

Random generator = new Random();
Scanner scanner;

int value = generator.nextInt(100) + 1;
int guess = 0;

System.out.println("Enter an integer between 1 and 100 (integers 1\n" +
"and 100 are okay too) and press enter:" );


//HERE LIES THE PROBLEM:
guess = scanner.nextInt();
//


}
}



I want the user to be able to type in a number and press enter.

How do i fix the problem line? Please tell me if you need more details.

Thanks.

2006-10-12 18:45:36 · 2 answers · asked by larkale07 2

2006-10-12 18:43:35 · 5 answers · asked by Anonymous

public class solve
{
public static void main( String args[] )
{
// create Scanner to obtain input from command window
Scanner input = new Scanner( System.in );

int x; // first number input by user
int y; // second number input by user
int z; // third number input by user
int a; // fourth number input by user
int result; // output of product
int result1;
int min;
int max;

System.out.print( "Enter first integer: " ); // prompt for input
x = input.nextInt(); // read first integer

System.out.print( "Enter second integer: " ); // prompt for input
y = input.nextInt(); // read second integer

System.out.print( "Enter third integer: " ); // prompt for input
z = input.nextInt(); // read third integer

System.out.print ("Enter fourth integer: " ); // prompt for input
a = input.nextInt (); // read fourth integer

result = x + y + z + a; // calculate product of numbers

result1 = x * y * z * a;


min = x;
if (y < x)
min = y;
if (z < y)
min = z;
if (a < z);
min = a;



max = x;
if (y > x)
max = y;
if (z > y)
max = z;
if (a > z);
max = a;





System.out.printf( "Sum is %d\n", result );
System.out.printf( "Product is %d\n", result1 );
System.out.printf( "Minimum is: " , min );
System.out.printf( "Maximum is: " , max );

2006-10-12 18:10:49 · 3 answers · asked by azhi_saleem 1

Setting up a Java game called paddleship, same as battleship and having trouble setting the coordinates for row and column using if then statements. Definitely would appreciate it.

2006-10-12 18:05:02 · 2 answers · asked by azhi_saleem 1

Working on a Java program that we have to create max and min and intiate program to determine what integers are max and which are min using if statements.

2006-10-12 18:02:42 · 2 answers · asked by azhi_saleem 1

toshiba, acer, sony, mac, hp, emachines, alienware, dell, compaq, gateway

please include reasons for ranking

2006-10-12 18:00:27 · 6 answers · asked by ashleynicole 2

I have to use recursion to figure out how many 2's and 5's it will take to make an integer greater than 4. For example with the integer 14, you need two 2's and two 5's. For 13, you need four 2's and one 5.

It basically works like this. As you count up, if there is more than two 2's then you take away two 2's and add a 5, otherwise you minus one away from the 5's and add three 2's. I am asked to do this in a recursive function but i am unsure as to how. The inputs are the integer wanted and I assume the 2's and 5's. So i think it is

fcnName(n,two,five)
{
if(n==4)
return two 2's and zero 5's

unsure of what else to put in here
}

2006-10-12 17:53:13 · 5 answers · asked by mikehockstein 2

Does anyone know how I can get an html page contents from a remote server with php?

I am trying to find a way to have a script running that downloads the text from a website when it updates and puts it on my website...

2006-10-12 17:37:39 · 2 answers · asked by topgun553 1

In fact need to create a form.
price per item should be on the form and when i input quantity in the form the total price should be displayed on the form. there should be at least 6 items on the form. one column for items . one for unit price , one for "in stock" and input field for quantity , and the total price in the last column.. At the bottom it shall display the final total price for items selected. On clicking next the next form will display the items the customer took , quantity and the total price with the remaining stock.

THIS SHOULD BE IN JAVA GUI programming only.

Plz do help me out as i am trying JAVA programming

2006-10-12 17:15:06 · 2 answers · asked by vikingbho 1

which of these 2 websites looks best?
www.coronadosoccer.com/my_docs/web.jpg
www.coronadosoccer.com/my_docs/web2.jpg

2006-10-12 17:04:36 · 7 answers · asked by truepal20032001 2

2006-10-12 15:55:39 · 2 answers · asked by morris3196@sbcglobal.net 2

but the blank page wont go away now, and i had to upload the document on Adobe and now it shows a blank page after my document. How do i get rid of it from Microsoft Word?

2006-10-12 15:50:39 · 3 answers · asked by JA+JH 2

I've been trying to make something that looks like a magazine cover.I been looking for some tutorials....can someone help me?

2006-10-12 15:50:08 · 2 answers · asked by PrettyBoi 1

fedest.com, questions and answers