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

Programming & Design - December 2006

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

WML Short for Wireless Markup Language,
i need any definition for (WML FORM) waht is form?
Thanks

2006-12-02 18:59:02 · 1 answers · asked by sndbad 1

Looking for the best resolution for a simple website desgin. I used to do it in 800x600 or something like that, but what would you suggest?

2006-12-02 18:19:17 · 3 answers · asked by gotham158 3

i know the basics of the flash but i want to learn the tricks and to be more proffessional ...........

2006-12-02 18:17:16 · 3 answers · asked by dsersy 1

hello i am bca student,pls explain me hashing in dbms,1stly wot hashing means
wot is internal hashing
wot is external hasing

2006-12-02 17:59:44 · 2 answers · asked by chetan87_k_p 1

2006-12-02 17:36:58 · 1 answers · asked by n_srinath 1

2006-12-02 16:54:57 · 3 answers · asked by 4d@m_$av4g3 4

I need a lower case alphabet to display.

2006-12-02 16:41:49 · 3 answers · asked by Anonymous

2006-12-02 16:25:51 · 1 answers · asked by jade3brr 1

2006-12-02 15:54:54 · 3 answers · asked by stevehesterman 2

I am trying to use the FormsAuthentication object, but so far, the help is useless. same with the Online help.

2006-12-02 15:37:19 · 1 answers · asked by Raalnan5 2

2006-12-02 15:32:36 · 1 answers · asked by a 2

I want to display a message box using VBA when the number of rows in an Microsoft EXCEL worksheet exceeds 120 rows.

Can this be done?

Please provide me with the sample coding if possible.

Thank you

2006-12-02 15:27:00 · 3 answers · asked by ganapkg 1

2006-12-02 15:17:28 · 7 answers · asked by da..da.. 1

2006-12-02 15:14:19 · 2 answers · asked by bluefairy0901 1

I need a php code / snippet to convert lower case links to upper case as follows, preferably using preg_replace.

should be converted to

Do nothing for any other type of
Ex: Do nothing for or for or for any other href's.

2006-12-02 15:02:38 · 3 answers · asked by TechWebGeek 2

THIS IS MAKING ME SO MAD! HELP!
go to that link and it tells me what i need
http://img222.imageshack.us/img222/6576/paintflashhelpmi1.png

2006-12-02 14:47:44 · 1 answers · asked by Anonymous

Hi, I have the following bit of C# code that i can't get to do what I want. Basically it is supposed to pick a number at random and this number will be put through a switch case statement which will then put the word into the text box. The problem I'm having is that I want to stop the random selector from picking the same word twice in a row so say if i = j then to do another randomnumber. However it won't do this for me. I intitialise j at the page load, if page.ispostback == false

int i;


Random RandomNumber = new Random();
i = RandomNumber.Next(1, 4);

if (i == j)
{
i = RandomNumber.Next(1, 4);
}

switch(i){
case 1:
TextBox1.Text = "WordOne";
j = 1;
break;
case 2:
TextBox1.Text = "WordTwo";
j = 2;
break;
case 3:
TextBox1.Text = "WordThree";
j = 3;
break;

2006-12-02 14:42:28 · 4 answers · asked by Energizeer 2

0

2006-12-02 14:10:11 · 9 answers · asked by hpgobblet 1

I need to try and get this code to come out to 42.4 any suggestions?

Here is my code it's coming out to 42 so I am off somewhere but can't figure it out.
//Declare all required variables
double dblAverage; //the average should allow for decimal values
int intPrimeCount = 0; //this represents the total count of prime numbers
int intPrimeTotal = 0; //this represents the sum of all prime numbers
bool blnPrime;
int intDivisor; //use this variable in the Mod operation
short intNumberToBeTested;
for(intNumberToBeTested = 2; intNumberToBeTested <=100; intNumberToBeTested++)
{
blnPrime = true ;
for (intDivisor = 4; intDivisor < intNumberToBeTested; intDivisor++) if (intNumberToBeTested % intDivisor == 0)blnPrime = false;
if (blnPrime == true)
{
}
}
dblAverage = intPrimeTotal / intPrimeCount;
Console.WriteLine(dblAverage);
}
}

2006-12-02 13:16:58 · 4 answers · asked by Christina 2

Ok need to know what baground will match with the silver theme for xp...

2006-12-02 12:23:07 · 1 answers · asked by Fritz J 3

I am trying to start an HTML based website but I don't know how to do it. It wood relly help alot. I'm sick and Tired of geocities.

2006-12-02 12:18:29 · 8 answers · asked by kl 1

i dragged in a jpg image into the screen and im trying to give it the effect of having it degrade little by little from one end to the other. i thought using the Gradient tool would do the job, but its not doing anything. i selected the image, then click on the gradient tool on the left side of the screen and clicked on one end of the image and dragged along to the other end and no change is occuring.

how does it work?

i know if i create a color image or color box or whatever in illustrator the gradient will work, but with a jpg image dragged in, shouldnt it still work either way?

how do you do it?

2006-12-02 11:13:29 · 2 answers · asked by sueet2b 4

in the command bar at the top of the screen, whats the difference between the "filter" and "effect" option?

2006-12-02 11:09:20 · 1 answers · asked by sueet2b 4

I'm creating a basic CSS-based two column layout with a header, background, and footer. I have a navigation bar on the header that I need to code with an image map. How can I do this? I'm having a hard time finding any tutorials or anything to help with this specific problem. Thanks in advance!

2006-12-02 11:06:45 · 2 answers · asked by spongegirl787 1

What is Software development? What does a software developer do, and how is it different to a programmer?

2006-12-02 09:55:26 · 8 answers · asked by Anonymous

Obviously I know how to make a horizontal line but how do you insert a vertical line without making it part of a table?

2006-12-02 09:31:29 · 9 answers · asked by catpushkin 3

2006-12-02 09:31:18 · 9 answers · asked by Anonymous

hello,i want to learn agile method, extreme programming, and aspect-oriented programming, i want to know if any website offer
agile method,extreme programming, aspect oriented programming resources, website and tools for study and practice

2006-12-02 09:02:39 · 2 answers · asked by david w 5

Can anyone tell me the command (syntax) to load a program from the floppy disc using a floppy reader model 154? Thanks

2006-12-02 08:37:32 · 6 answers · asked by Queen of the Rÿche 5

fedest.com, questions and answers