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

Programming & Design - October 2007

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

Hello, Im trying to make a program in JAVA which gets input from a joypad but I dont know where to start.
Im using the Windows platform. I have the joypad and driver which came with the joypad, what do I do next?

Thanks in advance, Ant...

2007-10-17 22:58:57 · 3 answers · asked by sirantonycartwright 3

i know javascript.
I noticed that AJAX uses php scripts.
Should i first learn php then ajax, or can i learn ajax without learning php?
thanx.

2007-10-17 22:43:39 · 5 answers · asked by Anonymous

hi,
i am going to learn computer programing and i want to know which site offers to download a c complier program for free, i followed the instruction on howstuffwork.com but i got very lost out there

another question, is it possible to write operating system for mini gadget using java langague

thanks in advance

2007-10-17 21:32:30 · 5 answers · asked by ket 2

I'm wondering how could I convert   to "space" in html. Is that possible? When I try to place   in some editor I'm using, the result shows exactly the same. I want to produce a "space" instead of exactly the same. Is that possible?

2007-10-17 19:09:48 · 5 answers · asked by Mong T 2


#define n 9999
bool IsPerfect(int n);


main()
{
int j;

for(j = 1; j <=n; j++)
{
if(IsPerfect(n) == TRUE)
{
printf("%d", IsPerfect(n));
}
}
}
bool IsPerfect(int n)
{
int total, i;
total = 0;

for(i=1; i <= n; i++)
{

if(n % i == 0)
{
total += i;


}
if(total == i)
{
return(TRUE);
}
else
{


return(FALSE);
}
}
}


Ok so I get a syntax error on the two lines that have "bool IsPerfect(int n)" and I have no idea why.....help?

2007-10-17 16:16:22 · 5 answers · asked by rcossy1023 2

How to concatenate a text box with a message label?

2007-10-17 15:36:25 · 1 answers · asked by andre b 1

how would i code "a count of items entered" after i press calculate, meaning every time i press calculate it is equal to one item. The information will tally in a label named item count

2007-10-17 14:43:16 · 2 answers · asked by Anonymous

2007-10-17 14:04:18 · 10 answers · asked by beejs 1

Have used Windows Office for a long while and want to try something else new..the files compatibility issues leave me a little dubious about changes though.

2007-10-17 13:49:01 · 5 answers · asked by upyerjumper 5

I know many will say to not mess with it if I don't know what I'm doing.
I'd like to set a macro in VI so that while in command mode, if I type something, say "gcc", it will run the following command:

!gcc % && a.out

Not that it is too horribly time consuming to type that or just !! to repeat that each time... I was just wanting to learn what my possibilities were. Is it something that needs to go in my .exrc file? Thanks.

2007-10-17 13:35:24 · 3 answers · asked by Anonymous

Ok, so I want to download dreamweaver for free and the only way would be by the 30-day free trial... but I have a question, how do I get rid of it after the 30-days are over??? What if I get charged?? Thanks!

2007-10-17 13:13:53 · 3 answers · asked by D!@Nn@ 2

I want to make a website that provides an integrated message board / chat room. In other words - you can either chat on a topic interactively, or post message board messages. I plan to use javascript to make the chat interface interactive.

What is the best programming language or environment to implement this?

I was planning on using Ruby on Rails, but then wondered if there was a better environment. I'm worried about the performance if several hundred people are chatting all at once (in multiple chat rooms).

Also, don't just tell me a good way to do this - please also tell me *why*. Thank you!

Your help is greatly appreciated.

2007-10-17 12:08:42 · 2 answers · asked by Bryan J 4

Preferably one I dont need to know any computer languages either.....are there any even out there?

2007-10-17 10:32:10 · 4 answers · asked by lazyjbob 5

It is a pc game from sierra called lighthouse and I could hear the sound check but then ran another check and that is when a box came up and said "integer" divide 0 then it all went away?

2007-10-17 08:36:44 · 1 answers · asked by T J 5

i am building a website and thought of using images to make the content more appealing..... am finding it difficult to find images and the ones I found were copyrighted...

is there any site where i can find free images... free as in freedom???

2007-10-17 07:21:45 · 5 answers · asked by pachi 1

I make an image map in html . When click a particular area, it opens the page. But I need when the mouse put on the are I want glowing effect on that area. How could I achieve the flowing effect in image maps.

2007-10-17 05:48:19 · 3 answers · asked by Anonymous

i wan't to increase my mental ability so asto bocome genius programmer.can self-hypnosis help me in this regard or any other method.if self-hypnosis is useful,then how to perform it.please answer me fully.

2007-10-17 05:08:55 · 12 answers · asked by Anonymous

I just learned to program in html language. I'm very exited becouse finally my ste works good. Just a little trouble.. i have not idea of what kind of content upload in!
I don't want to compile the same old 'poetry and image' personal site and don't want to get involved in 'web utility and fun stuff' circle.. what can i do? Any suggestion?
:)
thanks

2007-10-17 04:26:39 · 2 answers · asked by Anonymous

2007-10-17 04:12:26 · 4 answers · asked by sel_bos 3

I am in the process of building a dot net nuke based website. I Would like to verify customer's cell phone number through site's automated SMS validation system by sending a computer generated password to a cell phone number which is entered by the user during the sign up process, and have them type this password at the at the verification prompt so that I'd know whoever is signing up is the person has that cell phone.
another question linked to the one above:
Is it possible to have this system run without buying a service , if not, is there a module or component that I can pay-to-own or pay-to-rent or any other way. I want this system to send this SMS password instantly or may be with a delay of no more than 30 seconds. Your answers highly appreciated

2007-10-17 04:09:29 · 2 answers · asked by joomla 1

Read a number and then determine and display if the number is even or odd.

2007-10-17 04:05:56 · 6 answers · asked by Anonymous

I have a text document i want to change the backround color on all i find find is how to change the writing but i want the white backround to be black and ideas or do i need anotehr editor?

2007-10-17 00:13:18 · 3 answers · asked by SS4 Elby 5

2007-10-16 21:37:43 · 6 answers · asked by tomboy 1

The BASIC and very common unix interview questions....

2007-10-16 21:35:56 · 1 answers · asked by sanjay k 1

i need a macro to do the following,

look through column c and if the cell has 4 charectors whether numbers or letters or fewer, change the color of the cell or change it in someway to perform the next function add specfic text to the cell next to it example xxxx in the cell next to it. then continue to the next cell below untill cell is empty. so that i can sort it later so that only those cells are at the top. or delete all rows containg that xxxx

2007-10-16 18:37:49 · 3 answers · asked by Leosphere 2

2007-10-16 17:23:26 · 1 answers · asked by Anonymous

I have two choices for running a query and I'm curious to know which would be more efficient. And if there wouldn't be any significant difference in efficiency, is one more preferable to the other?

The first would return a query that would return a small number of rows and then I would run a sub query while processing each row which would return as many as 20 additional rows for each row in the first query. The first query would return about 10 rows with about 15 columns each, the second query would return about 20 rows with 4 columns for each row in the first query.

The second option would be to run 1 query which would return several hundred rows and break it up using loops within the my PHP script. Each of the several hundred rows is going to contain about 20 columns.

If I use the second option, each row is going to contain all the data from both queries.

2007-10-16 16:38:19 · 5 answers · asked by Justin H 7

hi all, i need help and i was a computer idiot.

2007-10-16 16:37:07 · 2 answers · asked by 445 1

fedest.com, questions and answers