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

Programming & Design - March 2007

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

What is Application Framework? And in depth details with one example?

2007-03-08 02:57:21 · 1 answers · asked by Kanna 1

what is the nibble char in java?

2007-03-08 02:54:23 · 1 answers · asked by ToT 2

2007-03-08 02:54:08 · 2 answers · asked by Ray 1

how hard is jsp to learn? I know some java

2007-03-08 02:42:34 · 2 answers · asked by groundbrandon 3

I would like to mix some music for cheerleading, but can't seem to import things that aren't wav or mp3 files. can it be done?

2007-03-08 02:39:53 · 1 answers · asked by Anonymous

I need a online PDF job application that can be submitted via email as a PDF file.

2007-03-08 02:32:40 · 4 answers · asked by D_Diva 1

2007-03-08 02:31:42 · 3 answers · asked by Anonymous

I need there to be a relitively easy way for someone to press a button and the flash movie expand to fit the full screen (loosing any toolbars) in my webpage (like done on bebo.) PLEASE HELP!!!

2007-03-08 02:30:01 · 3 answers · asked by Anonymous

i am using vb.net , and i want to edit the programm that sb else did before me, the problem is that they have used lines like .... if Msg.msg = 32 then .... , can anyone tell me what the numbers represent and also how i can get the meanings of this numbers ? Means a lot if u can do that

2007-03-08 02:20:22 · 1 answers · asked by mimi 1

2007-03-08 02:05:18 · 15 answers · asked by Anonymous

Such as how to do PPT, how to make a piece of web, how to handle some office software.

2007-03-08 01:44:55 · 3 answers · asked by niuniu 1

it is a c language question ask in interview

2007-03-08 01:42:28 · 4 answers · asked by engg 1

using the macromedia and coffeecup editor.........requirements for my semi finals!!!!!!!!!my grade lies here!!

2007-03-08 01:21:58 · 4 answers · asked by liG yraM 1

I have a program that uses aspects of Java and Perl to create an ODBC connection to create CSV data from a Lotus Notes Database and place into a MySQL table. When connecting after about a week or two, the program stops connecting and complains with:
"java.net.SocketException: No buffer space available (maximum connections reached?): NET_Bind"

Has anyone seen this type of error before?

2007-03-08 01:21:51 · 2 answers · asked by BlessedKhaos 1

Specific answers to C# would be appreciated.

2007-03-08 01:15:05 · 1 answers · asked by Satish 1

I am just getting started on web designing but I am so confused as to what screen size I should design them on. I use Windows XP with a screen resolution of 1024 x 768. The pages look fine but others using 20 in. LCD 1600 x 1200 say it's blurry. Others say it looks good.

What screen size should I have MY PC on when designing?
What a mess!

2007-03-08 01:14:57 · 4 answers · asked by Anonymous

void fn(int n)
{
while(n != 0)
{
n >>= 1;
//do something
}
return;
}

2007-03-08 00:55:55 · 3 answers · asked by terrabytes404 2

any computer genius pls......

2007-03-08 00:54:02 · 2 answers · asked by navee 3

public class MyClass
{
public static void Main()
{
Container[] containerArray = new Container[10];
for( int i=0; i < containerArray.Length; i++ ){
containerArray[i] = new Container( i );
}
Container[] containerArrayCopy = new Container[10];
containerArray.CopyTo( containerArrayCopy, 0 );
containerArrayCopy[2].V = 3;
for( int i=0; i < containerArray.Length; i++ ){
Console.Write( "{0}, ", containerArray[i].V );
}
Console.WriteLine();
}

}

public class Container{
public int V;
public Container(int i ){
V = i;
}
}

2007-03-08 00:52:35 · 1 answers · asked by terrabytes404 2

2007-03-08 00:46:01 · 5 answers · asked by Anonymous

can anyone tell me a regular expression to find a url within a string
thanks in advance

2007-03-08 00:36:52 · 1 answers · asked by cool321steve 3

hi guys...
i have a site that is programmed with php, well and the database that i'm using is mysql.
before hosting the file everything was ok and i could enter data and retreive it from database.
today i have host it but the database have something wrong which i dont know what is it,icant insert data nor retrieving it
it gives me this error:
MySQL said: Documentation
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT CHARSET=latin1 AUTO_INCREMENT=5' at line 6
soo please if anyone can help plz do and i will be sooo thankful

2007-03-08 00:32:34 · 3 answers · asked by MonMon 1

2

2007-03-08 00:28:28 · 5 answers · asked by bassam_122 1

2007-03-08 00:03:58 · 1 answers · asked by Anonymous

I need help for the following input box.
dim response1 as string
response1=inputbox("1-Price,2-Quantity,3-customer")

and I want to see the result as
1-Price.
2-Quantity.
3-Customer.

2007-03-08 00:03:26 · 1 answers · asked by monalisa 2

i am from a printing background with 12 years of experience.
7 years experience in advertising. i am interested in getting in software field by doing sap pp module.

2007-03-07 23:41:00 · 1 answers · asked by nish b 1

What are Well Ordered Numbers?
•An integer is considered well ordered if each digit value increases from left to right.
•For example, 123 is well-ordered because 1< 2 < 3, but 285 is not well-ordered because 8 > 5.
Instructions
•Write a program that will find and display all possible three digit well-ordered numbers.
•Your output should contain eight numbers per line, with a tab character between each number.
•Output should be in ascending order.
•No other output should be produced by your program other than the numbers.
Example Output
123 124 125 126 127 128 129 134
135 136 137 ??? ??? ??? ??? ???
...

2007-03-07 23:16:22 · 2 answers · asked by dora 1

i know MS Access, I have some doubt in that softwawre,
i know create Table, Form, Report, But i creat one table for example in that table, studenID, StudentName,Studentno are fields Then i create one form for enter the student details to that tble, Then i create one Report to dispaly the student details, In that form i creat one command button. when i press this command button , Report of all student details commeing,
But i need when i press this command button, which student cuurently active in that form, that only displayed in that report
Is it Possible?

2007-03-07 23:08:04 · 2 answers · asked by moideen s 1

2007-03-07 23:02:59 · 7 answers · asked by Paul W 1

fedest.com, questions and answers