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

Programming & Design - October 2006

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

I made a script, but once onLoad="checkCookie()" runs, the entire screen doesn't display the rest of the page. I new to Javascript so any help is appriciated!!

2006-10-18 12:56:26 · 2 answers · asked by Anonymous

I have a lot of notes on a biochemical pathway that I research and they're a big mess. I want to create some sort of document, maybe in the stye of www.wikipedia.org where I can put in clickable links between concepts. Ideally each tag would have its own page which gives the key information about it and then links to important relevant scientific articles. I might also like to make diagrams in which separate objects have clickable links. I could put this online, but I don't mind if it isn't in a publishable format, it is mainly for my own organization, and I don't expect it to be interesting to anyone else! Can anyone recommend an easy-to-use application and maybe point me in the direction of a good tutorial or guide to using it? Many thanks.

2006-10-18 12:48:32 · 2 answers · asked by Anonymous

When a search engine finds my web site " http://www.pecanworld.com " , it displays the title perfectly but under the title are random words from my navigation bar. How can I choose what is displayed under the title by a search engine?

This htm code is displayed under the title line but the engines do not display it. What am I doing wrong?

2006-10-18 12:34:06 · 3 answers · asked by doug1kid 2

I wrote a programme in C, but switch case is not working. when PRESS 1 or 2 or others then it says that it is wrong choice. tell me what problem it has.
I wrote a programme of calculator in C language. And it has two or three error so pl do correct them. And send me correct answer.
Prog. is:

#include
#include
void calsum(int a,int b);
void calsub(int a,int b);
void calmul(int a,int b);
void caldiv(float a,float b);
/*void calmod(int a,int b); */
void calsqr(int a);
void calcue(int a);
void calfac(long int a);
void main()
{
int l,m,n,ch;
clrscr();
printf("\t\t==========\n");
printf("\t\t Menu ");
printf("\t\t==========\n");
printf("\t\t 1 Add\n");
printf("\t\t 2 Sub\n");
printf("\t\t 3 Mul\n");
printf("\t\t 4 Div\n");
printf("\t\t 5 Factorail\n");
printf("\t\t 6 Square\n");
printf("\t\t 7 Cube\n");
/*printf("\t\t 8 Mod\n"); */
printf("\t\t Enter your choice \n");
scanf("%d",ch);
printf("\t\t =====\t");
switch(ch)
{
case 1:
printf("\t\tEnter two number : ");
scanf("%d%d",&l,&m);
calsum(l,m);
break;
case 2:
printf("\t\tEnter two numbers " );
scanf("%d%d",&l,&m);
calsub(l,m);
break;
case 3:
printf("\t\t Enter two numbers" );
scanf("%d%d",&l,&m);
calmul(l,m);
break;
case 4:
printf("\t\t Enter two numbers : ");
scanf("%s%s",&l,&m);
caldiv(l,m);
break;
case 5:
printf("\t\t Enter any no : ");
scanf("%ld",&l);
calfac(l);
break;
case 6:
printf("\t\t Enter any no : ");
scanf("%d",&l);
calsqr(l);
break;
case 7:
printf("\t\t Enter any no : ");
scanf("%d",&l);
calcue(l);
break;
/*
case 8:
printf("\t\t Enter any no : ");
scanf("%d",&l);
calmod(l);
break;*/
default:
printf("\t It is wrong choice : ");
}
getch();
}
void calsum(int a,int b)
{
int c;
c=a+b;
printf("Addition=%d",c);
}
void calsub(int a,int b)
{
int c;
c=a-b;
printf("Substance=%d",c);
}
void calmul(int a,int b)
{
int c;
c=a*b;
printf("Multiply=%d",c);
}
void caldiv(float a,float b)
{
float c;
c=a/b;
printf("Divide=%d",c);
}
void calsqr(int a)
{
int c;
c=a*a;
printf("Square=%d",c);
}
void calcue(int a)
{
int c;
c=a*a*a;
printf("Cube=%d",c);
} /*
void calmod(int a,int b)
{
int c;
c=a%b;
printf("Mod=%d",c);
} */
void calfac(long int a)
{
long int i,fct;
fct=1;
for(i=a;i>=1;i--)
{
fct=fct*i;
}
printf("Factorail=%d",fct);
}

2006-10-18 12:32:54 · 3 answers · asked by Pushpendra 1

Especially how to create pages with inline frames in XHTML.

2006-10-18 12:15:14 · 5 answers · asked by Anonymous

Are there any combos of buttons eg Cnrl Alt 2 that I can press to go from the bottom to the top without going back up the normal snail way? Thanks, I Corinthians 13;8a, Love never fails!!!!!

2006-10-18 11:55:20 · 3 answers · asked by ? 7

It wont say intall or anything what do i do? Please be detailed on what i can do to install the program into my computer.

2006-10-18 11:35:36 · 10 answers · asked by BENNETH[[98]] 2

2006-10-18 11:28:21 · 6 answers · asked by fuzzy 1

2006-10-18 11:05:03 · 8 answers · asked by Alexander C 1

2006-10-18 10:58:04 · 4 answers · asked by jj 2

a) How can create the equivalents of a four-function calculator. The program should request the user to enter a number, an operator, and another number. (Use floating point). It should then carry out the specified arithmetical operation: adding, subtracting, multiplying, or dividing the two numbers. Use switch case statement to select the operation. Finally display the result.
When it finishes the calculation, the program should ask if the user wants to do another calculation. The response can be ‘y’ or ‘n’.
Sample Output
Some sample interaction with the program might look like this:
Enter first number, operator, second number: 10/3
Answer: 3.33333
Do another (y/n)?y
Enter first number, operator, second number: 12+100
Answer: 112
Do another (y/n)?n

b) Write C++ code to replace two variables A and B with each other.
Given A=2, B=1, you need to swap the values of A and B without using any third variable.

Sample Output
A =2
B=1
After swapping
A=1
B=2

2006-10-18 10:53:27 · 4 answers · asked by Anonymous

you know so that amateur paranormal investigators could get some good 'hands on' practice. obviously you'd need to research this properly..but what do you think of my idea?

2006-10-18 10:36:30 · 2 answers · asked by Anonymous

I created a Dreamweaver template and it worked fine but recently when I create a child page from it, the fonts of the child page become smaller than the template.

Here is a link to the template: http://www.nationaldesign.org/Templates/other_pages.dwt

And here is a link to a child page I've recently created:
http://www.nationaldesign.org/test.html

2006-10-18 10:34:24 · 3 answers · asked by Dr Who 1

C:\Administrative/Personal/exam.doc

personal could be classified as?:

(A) a filename
(B) a directory
(C) a sub-directory
(D) a main-directory

2006-10-18 10:11:24 · 9 answers · asked by Kendra 3

ok i have this program and it looks like this
main()
(
printf("hello, world/n");
)

That's how the book has it, so what should it look like because the compiler keeps saying that there are errors.

2006-10-18 10:06:28 · 10 answers · asked by Anonymous

Given:
an int variable k ,
an int array currentMembers that has been declared and initialized,
an int variable memberID that has been initialized, and
an boolean variable isAMember ,
write code that assigns true to isAMember if the value of memberID can be found in currentMembers , and that assigns false to isAMember otherwise. Use only k , currentMembers , memberID , and isAMember .

My Code:
for (k=0; k {
if (currentMembers[k] == memberID)
isAMember = true;
else
isAMember = false;
}

why is this not working? I need correction help from you guys, thanks

2006-10-18 10:00:12 · 5 answers · asked by ? 1

Write the definition of a method reverse , whose parameter is an array of integers. The method reverses the elements of the array. The method does not return a value.

My code:
public void reverse(int [] arr)
{
String store = "";
for (int i = arr.length-1; i>=0; i--)
{
store += arr[i];
}
System.out.print(store);
}

2006-10-18 09:54:59 · 4 answers · asked by ? 1

Please don't answer unless you know what a font is.

I'm looking for the actual font or a similar font. All I need is the name, or if you know where I can download it for free that would be even better.

2006-10-18 09:51:15 · 8 answers · asked by PC Baby 2

can i write a javascript popup window script that can't be blocked by IE ,googleor yahoo blockers?

2006-10-18 09:47:54 · 5 answers · asked by Metallica_hits 1

I want to intall a tv player on my website, something like ppstream, media player, flashplayer, or real player... Please can you help me on how to do it? Is there any html versions i can use? Please help it's for a small project i'm trying so hard to complete!

2006-10-18 09:44:15 · 1 answers · asked by AZRAEL Ψ 5

2006-10-18 09:35:03 · 2 answers · asked by Anonymous

I want to intall a tv player on my website, something like ppstream, media player, flashplayer, or real player... Please can you help me on how to do it? Is there any html versions i can use? Please help it's for a small project i'm trying so hard to complete!

Thank You ever so much!

2006-10-18 09:27:10 · 3 answers · asked by AZRAEL Ψ 5

a)Use for loops how to construct a program that displays a pyramid of numbers on the screen.
The pyramid should look like this:
1
2 2
3 3 3
4 4 4 4
5 5 5 5 5
Ask the user to enter a digit(0-9) and display the pyramid with limit up to that number( as shown above).
b)Draw a flowchart for the above program.
Hints
You may nest two inner loops, one to print spaces and one to print numbers (0-9), inside an outer loop that steps down the screen from line to line.
Sample Output
Enter a single digit (1 to 9): 5
1
2 2
3 3 3
4 4 4 4
5 5 5 5 5

2006-10-18 09:11:03 · 5 answers · asked by Anonymous

building the whole functionality and the logic behind it is simple, but that is any way to make design easy too??

2006-10-18 09:10:59 · 2 answers · asked by Itamar R 5

in terms of java

2006-10-18 08:49:42 · 1 answers · asked by Jaimie 1

Is it notepad...I can't find it. I am reading a book that can help me make a Site, HHHHEEEELLLLPPP!!!!!!!!!!!!!

2006-10-18 08:46:46 · 7 answers · asked by hokorono 1

I want to make a program that will change the value storred in the adress "2002C" of the process "whatsup" to 15 .Can you poste the sorce code in C++ for such a thing ?I couldn't find the proper sintax .

2006-10-18 08:25:43 · 3 answers · asked by d13 666 2

I downloaded a picture and don't like it and want to remove it
What do i DO?

2006-10-18 08:20:41 · 5 answers · asked by Anonymous

I went to an html testing page to make sure a comment I was going to post on myspace would come out alright. The images however, don't show up. Just boxes with an x in the corner.

I used this format.



Just wondering if that's wrong or if it will work once I put it on myspace.

2006-10-18 08:16:48 · 4 answers · asked by Becky 3

I am creating a SharePoint project and need to display data (reports) from a ClearQuest schema/database as well as a RequisitePro project. Is there any way to make a external call from SharePoint to the Rational tools.

2006-10-18 08:10:13 · 1 answers · asked by scgant 1

fedest.com, questions and answers