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

2006-10-30 12:42:31 · 3 answers · asked by willyDee 2

....to add pictures to the HTML, for the picture I want to use, how would I find the correct location for it? Also when opening it in the browser am I correct in thinking that it won't be visable? Just a little box with a red cross, or am I doing it wrong? Thanks. EC XX

2006-10-30 12:19:29 · 9 answers · asked by Emma 4

I need a fast free logo maker to make a logo for me as fast as you can, Please by the end of this day.

I will see who is the best and chooses as best answer.

Logo Must say "Brahma Tech" and in small writing somewhere under say "Program"

It is a Technology Program so please make it have the technology taste such as a computer or something.

Only 4 colors are allowed!! shades are not included so dark , light, purple are one color

Please try to make it have Yellow and Purple

Thanks
Send it to doryfreak@gmail.com
Thanks

2006-10-30 12:19:17 · 2 answers · asked by Jonathan 1

I wanted to learn a programming language, but I don't know which one to choose. I was about to learn C but I don't know which languages are popular. Any suggestions?

2006-10-30 12:04:09 · 7 answers · asked by fireknight_m 2

http://img96.imageshack.us/img96/8916/lytxg4.png

(i blacked out the person's picture and name because i dont want their info on here)

2006-10-30 11:52:43 · 1 answers · asked by Anonymous

Please correct my method below

private boolean scanCapital (String s)
{
System.out.println(s);
boolean result = true;
String AZ = "AIUEO";
for (int i = 0; i<= AZ.length()-1 && result; i++)
{
if (AZ.indexOf(s.charAt(0)) != -1)
result = true;
}
return result;
}

2006-10-30 11:37:45 · 4 answers · asked by Anonymous

I have to extract information from a line of text (no escape characters). However, I want to extract all the way until the next data type, as I do not know for sure the way the information will be presented.

Here is a sample line:

(R) MCCRACKEN ROYAL "MAC" 20 99 8 8

extracted:
1. Extract info inside ( ).
2. letters,punctuation
3. number
4. number
5. number
6. number

Please help!

2006-10-30 11:28:29 · 1 answers · asked by njwhalen25 1

I am trying to make a method here that will scan if the first letter of the word is a capital or not. But why doesn;t this work:

private boolean scanCapital (String s)
{
boolean result = false;
String AZ = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
String p = "";
p += s.charAt(0);
for (int i = 0; i<= AZ.length()-1; i++)
{
if (p.equals(AZ.charAt(i)))
result = true;
}
return result;
}

2006-10-30 11:21:05 · 2 answers · asked by ? 1

....is there anyway to view the actual finished product?

2006-10-30 11:18:57 · 6 answers · asked by Emma 4

Here's the situation. I have a a form that should display First, middle, last name, address, city, state, zip, phone from table customers. In the middle of the form is customer subform which shows itemnumber, item, price, quantity and purchase date from another table. The two tables are linked by customerid fields. I created a combo box on the form and want the rest of the form and subform to be populated when choosing the name from the drop down box. I.e, Smith, John will appear in the combo box, and when I click it, I want the entire form to be populated with all linked records.
Any ideas?

2006-10-30 10:39:48 · 1 answers · asked by Rodney L 2

I'm making a web-based Java application and I'm using Java 3D for my graphics. It's like RuneScape. If you don't know what that is, then head over to www.runescape.com and check out a screen shot or 2. I believe that's OpenGL. I learned that Java 3D can support OpenGL or Microsoft Direct3D. If I'm developing a web-based Java game (with possible millions of people, hundreds of thousands playing at one time, which one should I use? (OpenGL or Direct3D?) Thanks.

2006-10-30 10:14:49 · 5 answers · asked by Need answers! 1

I would like to create a webbased application like in the left hand i should display the menu options and on clicking it should open the details. Please let me know how I can do this. is there any web site available where I can refer ?

2006-10-30 09:48:54 · 3 answers · asked by sudhiwarrier 1

For example, an image of a girl winking.

2006-10-30 09:11:21 · 2 answers · asked by ? 3

i need a formula in excel that will count the number of entires with two sets of criteria ? i have a column with Company names and another with company rating eg: B1,B2,B3 etc...

I need a formula that will tell me the total number of entries if both the name and rating are met. i have tried a example below ?

Col A Column B
level
shannonc1
shannonc1
shannonc2
shannonc3
shannonc4
shannonc6
shannonc1
davidc1


c1
shannon"value need to show here the total amount of times that shannon shows C1"

2006-10-30 08:28:00 · 7 answers · asked by Anonymous

I'm not sure if I used the correct terminology. I want to buy a certificate that identifies me as the creator of a software program I will try to sell publicly. I think Verisign sells them and probably other companies, too.

2006-10-30 08:20:18 · 2 answers · asked by blue_prince_of_dallas 2

2006-10-30 07:41:13 · 6 answers · asked by liketoaskq 5

2006-10-30 07:29:17 · 5 answers · asked by Anonymous

ok so i am trying to make an icon an animated one i have all of the frames that i awant to use but i dont know how to put them together and make them switch and loop could you please tell me how to do this on a MAC?

2006-10-30 07:23:18 · 1 answers · asked by Anonymous

I have a user form which has a text box (TextBox1) and a command button (Button1) I want whatever is in the text box to be copied into the spreadsheet (C:\Documents and Settings\Thomas Cummings\Desktop\ahsdlh) in Sheet1, cell A2. Then I want to be able to put something different into the text box and the information would be input into cell A3.

2006-10-30 07:21:48 · 7 answers · asked by Tom90 1

is there a website I can go to that would give me a little sample of how is done

2006-10-30 07:03:09 · 8 answers · asked by Ellen J 2

where can i find good software to edit all my movies and add to them a little "spice" (I want to post them on youtube)

2006-10-30 07:02:58 · 2 answers · asked by Dov 2

thanks

2006-10-30 06:57:01 · 2 answers · asked by roger c 2

2006-10-30 06:42:46 · 1 answers · asked by Amaresh M 1

at the technical level.

2006-10-30 06:40:25 · 9 answers · asked by Carissa P 1

2006-10-30 06:31:11 · 4 answers · asked by ppl_zheng 1

I know i can underline each word, but i'd like to underline right across the page.

2006-10-30 06:20:49 · 10 answers · asked by Anonymous

2006-10-30 06:09:30 · 6 answers · asked by prento 1

fedest.com, questions and answers