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

Programming & Design - December 2007

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

apart from 1,2,3 dimensions n must be grater than 3 to infinity

2007-12-02 15:34:00 · 2 answers · asked by rex prabhu 1

i had downloaded the java software from --http://www.java.com/en/ -- but im not sure how to compile the program iv written...... please help! do i get it through command prompt or something else??

2007-12-02 14:48:19 · 3 answers · asked by angie 1

I'm lazy and don't feel like formatting all this code, is there a website or some sort of software that will indent everything all nice and space it??

Thanks

2007-12-02 14:24:46 · 3 answers · asked by Jorge 3

Or using graphics in Java.

2007-12-02 13:25:00 · 3 answers · asked by Mitchell 5

if I wanted to create a flash movie with real pictures, is that easy? Like take some movie star pictures. load them in. then make them do dumb things?
can you do that?
is it easy?
is there a better format?

2007-12-02 13:24:36 · 3 answers · asked by Philip Augustus 3

I can't seem to open any of the short cuts on my desktop

2007-12-02 10:35:56 · 1 answers · asked by Anonymous

I have a txt file that i can read using an onclick event, but it shows the text file all one one page in html, how can i get it to read each line?

text file:

name: karen | wendy
Age: 32 | 31

javascript:

function your_name()
{
var details = document.getElementById('details');
var url = "customers.txt";
ajax.open("GET", url);
ajax.onreadystatechange = function()
{
if (ajax.readyState == 200)
details.innerHTML =reply.responseText.split("\|");

}

works fine, but reads text file on one line? tried using \n and still wont work,

any ideas?

2007-12-02 08:15:28 · 3 answers · asked by Anonymous

Can you find that info out by using Command?

2007-12-02 07:41:32 · 4 answers · asked by Faisal A 3

What's the name of this font, and where can find it? Written in Aaliyah's name. THANX
http://i61.photobucket.com/albums/h50/Beyonceluv_2006/4904386431_main_bg_4236.jpg

2007-12-02 06:47:23 · 3 answers · asked by DG 2

check out my code:

method="get">

First name:



Last name:





2007-12-02 06:46:06 · 1 answers · asked by Anonymous

What is the name of this font, and where can I find it? The font that Jennifer Lopez is writen in. THANX
http://i61.photobucket.com/albums/h50/Beyonceluv_2006/4840878961_main_bg_4920.jpg

2007-12-02 06:45:55 · 2 answers · asked by DG 2

#include
#include
#include
#include
#include

#define TRUE 1
#define FALSE 0
typedef int BOOL;
#define GetRandom( min, max ) ((rand() % (int)(((max) + 1) - (min))) + (min))


BOOL roll_dice_is_snake_eyes()
{
int d1,d2;

d1=GetRandom( 1, 6 );
d2=GetRandom( 1, 6 );
if(d1 == 1 && d2 == 1)
return TRUE;
return FALSE;
}


#define TRIES (1000L*1000L*1000L)

int main(int argc, char* argv[])
{
long i, sum=0;

printf("The probability that 2 dice will land snake eyes\n");

/* initialize/seed random number generator */
srand( (unsigned)time( NULL ) );

for(i=0; i {
if(roll_dice_is_snake_eyes())
sum++;
}

printf("\nIn %ld tries, dice came up snake eyes %ld times.\n",TRIES,sum);
printf("The probability is thus: %0.9f\n", (double)(sum) / (double)(TRIES));

getch();
return 0;
}


is there a certain way to do this i thought you had to start with main or something like that. i need like step by step instructions. i have never done this before

2007-12-02 06:23:17 · 1 answers · asked by eronau 2

I seek responses, compliant with XHTML 1.0 Transitional, or XHTML 1.0 Strict.

2007-12-02 03:59:38 · 1 answers · asked by Larry 4

I made it in photoshop, with URL slices (and they work. I'm not through coding it yet. But, when I am...how do I hide everything (but my custom layout)? I pasted it into my profile, but it just put my layout into the "Bio" section (that's what an artist profile has instead of an "About Me" section). The buttons worked, but I want it to cover the entire page. How do I hide everything (beside my custom layout), and make my layout cover the whole screen, and not just a section?

2007-12-02 03:42:18 · 3 answers · asked by Anonymous

would this be correct?
My Blog

2007-12-02 03:40:13 · 8 answers · asked by Joshua L 2

Hello. I am thinking about starting an online business. Ihave been checking out different websites to see which ones I like and I think the the style I like best can be seen at www.createsticksandstones.com. Does anyone have any idea how much it would cost to have a web designer build a site similiar to that one? How lond would it take? ANy information would be appreciated. Thanks.

2007-12-02 03:18:20 · 10 answers · asked by steve 2

Ok basically this is what I want to happen. A user select a song they want to play from the homepage. That causes a popupwindow to open displaying my songs page. Depending on what song they selected a variable will be sent to the songs.html file that tells it what song to do on the onload event.

So how can I pass a variable to another html file?

2007-12-02 02:45:57 · 3 answers · asked by Anonymous

do you know what i mean? just like when i open my Access file, the first thing that will appear on the screan is my Main Menu Form. how can i do that?

2007-12-02 02:11:49 · 2 answers · asked by Anonymous

OK, so I have developed a Java prorgam and it runs fine on Windows...what do I need to do to make it run on Linux? Anything special?

2007-12-02 01:15:57 · 2 answers · asked by SM 3

0

i have make my own media player but the video screen is too small...can anyone help me to get it bigger?

2007-12-02 00:49:11 · 1 answers · asked by Anonymous

Ok..I;ve got no idea how to use this program, but I figured out how to make the movie in frames....its where i want it to be...but how do i change it into a suitable format to play in a dvd player? i have dream weaver...do i need this program to make my movie? ahhh help! what do i do?

2007-12-01 23:56:30 · 2 answers · asked by green.eclipse 3

2007-12-01 21:48:56 · 1 answers · asked by shirleykins 7

2007-12-01 21:47:59 · 2 answers · asked by shirleykins 7

1

just got 1800 scripts given and i have no idea how to use them. any ideas.
i thank you

2007-12-01 19:32:56 · 3 answers · asked by Anonymous

2007-12-01 19:21:05 · 15 answers · asked by Susan M 2

0

I have a website. It is kind of like a one page gallery. It has about 10 pictures, each picture is a default picture, say "1.jpg", "2.jpg", "3.jpg" etc...... but when someone uploads I want it to upload in place of that picture. So the picture that the person uploads must be changed to 1.jpg, and the next persons must be changed to 2.jpg to overwrite the default one.

Can this all be done with a php script? and how complicating would the script be?

2007-12-01 16:11:08 · 3 answers · asked by Mikey185 1

fedest.com, questions and answers