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

Programming & Design - February 2007

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

i am going to make a dictionary online on my blogger . but i need a search engine for looking for the words in my blogger. but i dont know how i can make that in blogger?

2007-02-15 22:14:39 · 3 answers · asked by sa-p 1

i have a picture from the internet,logo is printed an the picture.i need to know how do i erase the logo?

2007-02-15 22:13:12 · 3 answers · asked by Anonymous

I want to create a programe that compile a visual basic project to a exe file

2007-02-15 21:55:17 · 3 answers · asked by bugasanka 1

hi. if you know asp code and if you work with me please add me?
msn : SerkanKaanUygur
yahoo: SerkanKaanUygur

2007-02-15 21:51:48 · 2 answers · asked by serkankaanuygur 1

This is a pretty dumb question but still I want to confirm this... See the following code :

for(int i = 0; i < words.length; i++) {
// doing something here ..
}

Now for each iteration, is the words.length calculated ? I think the JVM is clever enough to replace words.length with the value and its not calculated everytime. Can someone confirm this ?

2007-02-15 21:47:14 · 2 answers · asked by Anonymous

i have 5 email accounts,(personal, work, for web authoring, for web site sign in/registration, and this one for yahoo answers) how can i open all 5 in separate Firefox tabs and login with just a few keystrokes; like automating a repeated series of actions in WINDOWS WORD with a macro. have tried the Firefox add-on imacro but it won't work.

2007-02-15 20:39:16 · 2 answers · asked by Mad Thinker 2

I'm trying to decide which language to learn first. I'm going to learn both, obviously, but should I pick Java or Python start off with?

Would Java be easier to understand after I learned Python or vise versa? How long do you think it would take me to learn?

After those two I'm planning on learning C/C++ and maybe something else. my goal is to learn about six languages. So...any you'd suggest? If so, why?

I don't know what field I want to work in exactly, but I do want it involve programming...any and all advice would rock my socks ^_^ thanks.

2007-02-15 19:37:03 · 3 answers · asked by Anonymous

Please teach me how to delete the hidden file.?
the hidden file is autorun.inf i canot delete it . i also try use commad prompt type del :\autorun.inf and show hidden file at folder option in my pen drive but he say cannot found this file .please help me i cannot soft this problem i will choose who help me for best answer 10 point.

2007-02-15 19:24:33 · 3 answers · asked by keanhong2 2

Please teach me how to delete the hidden file.?
the hidden file is autorun.inf i canot delete it . i also try use commad prompt type del :\autorun.inf in my pen drive but he say cannot found this file .please help me i cannot soft this problem i will choose who help me for best answer 10 point.

2007-02-15 19:20:35 · 2 answers · asked by keanhong2 2

provide me with some links that have an explaination for my problem or simply give me a step wise way to do it.

2007-02-15 18:53:28 · 2 answers · asked by missn_01 1

programming language ( Visual Basic , Oracle , SQL , PL/SQL , Java ) until now

2007-02-15 18:37:14 · 3 answers · asked by memoelgammal 1

i wld like to know d software and hardware requirements for MIS(management information system)...also in wat computer language is it degined...wat is used to store the database??

2007-02-15 18:13:17 · 2 answers · asked by crystal 1

Can u explain what a java excepion is? please give an example in java programming

pleas be kind when answering

2007-02-15 17:55:06 · 3 answers · asked by angel 1

what do I do to put an rss feed onto my webpage?

2007-02-15 17:52:50 · 4 answers · asked by Carlitos 1

What is eCommerce?

2007-02-15 17:19:47 · 16 answers · asked by Anonymous

I am currently doing my 2nd yr comp science engg... should i learn ORACLE now

2007-02-15 17:17:25 · 6 answers · asked by aishwarya s 1

I want to know that as we create schema in oracle and we store our database in that schema, in a similar way can we create schema in SQL server so that we can create and store our database in that schema.

2007-02-15 17:14:41 · 2 answers · asked by SwetangC 1

That will automatically resize the webpage to the users resolution.

2007-02-15 16:33:45 · 3 answers · asked by I run with scissors 4

I just bought a new PC with Windows Vista. I've tried to download some software that require to have Java Script to open but, I have not been able to because I've tried downloading it from the net but, apparently the net is not ready for Windows Vista yet.

2007-02-15 16:04:33 · 6 answers · asked by Anonymous

I need to use the url code instead of the embed code

2007-02-15 15:44:08 · 2 answers · asked by steve 1

i want 2 make it howl.....

2007-02-15 15:28:16 · 2 answers · asked by Im the lost treasure never found 1

I hide one of the files. How would I retrive it?

2007-02-15 15:15:55 · 6 answers · asked by Eddi 1

I want to start a website for free but i dont know how . how do i . help!!!

2007-02-15 15:11:56 · 7 answers · asked by emily b 1

hey couldnt go over 1000 words, i have 2 more questions............
3:Assume the int variables i and result , have been declared but not initialized. Write a for loop header -- i.e. something of the form
for ( . . . )
for the following loop body:

result = result * i;
When the loop terminates, result should hold the product of the odd numbers between 10 and 20.
NOTE: just write the for loop header; do not write the loop body itself. .................................

4:Assume the int variables i , lo , hi , and result have been declared and that lo and hi have been initialized.

Write a for loop that adds the integers between lo and hi (inclusive), and stores the result in result .

Your code should not change the values of lo and hi . Also, do not declare any additional variables -- use only i , lo , hi , and result .

2007-02-15 14:33:49 · 5 answers · asked by Alex P 2

I know the basic image border html code is border="X" in the tabs, but how do you change it to a dotted border? And how do you choose the colour?

2007-02-15 14:27:48 · 4 answers · asked by J 4

How do you make the program? Write a C++ program that will enter 2 positive integers and will return their greatest common factor (GCF). Use if else statement for the conditional statement and while as the looping statement.

Hope you'll help.. Thanks! ^^

2007-02-15 14:25:08 · 2 answers · asked by pokerface 2

hey couldnt go over 1000 words, i have 2 more questions............
3:Assume the int variables i and result , have been declared but not initialized. Write a for loop header -- i.e. something of the form
for (  .   .   .   )
for the following loop body:

result = result * i;
When the loop terminates, result should hold the product of the odd numbers between 10 and 20.
NOTE: just write the for loop header; do not write the loop body itself. ...........................................................................................

4:Assume the int variables i , lo , hi , and result have been declared and that lo and hi have been initialized.

Write a for loop that adds the integers between lo and hi (inclusive), and stores the result in result .

Your code should not change the values of lo and hi . Also, do not declare any additional variables -- use only i , lo , hi , and result .

2007-02-15 14:12:56 · 2 answers · asked by Alex P 2

My site is on a free hosting service and they have a lot of popups and banners all over the place. I know I'm going to have to put up with some ads, but what free hosting service can I move to where the url will be short and the ads will be fairly tolerable?

2007-02-15 13:52:56 · 6 answers · asked by Anonymous

fedest.com, questions and answers