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

Programming & Design - November 2006

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

2006-11-27 13:33:53 · 7 answers · asked by Deeter23 1

how do u put a sound file into a flash layer and have it loop for a set amount of frames, cuz i have allot of frames that stop on one frame and have a button to go to next frame

I tried putting sound on one layer and have it looping but it just keeps playing on and on and on.

2006-11-27 13:28:54 · 1 answers · asked by Anonymous

Is it possible to view my .bak mssql file without having MSSQL ?

2006-11-27 12:25:43 · 2 answers · asked by lucky 2

I have a home network and want to make a place to shair clickable links. What can I use?
I want to save the links so when I reopen the file the links are clickable.

2006-11-27 11:59:26 · 6 answers · asked by ntlgnce 4

and user friendly?

2006-11-27 11:28:42 · 1 answers · asked by Anonymous

like making a video game?

2006-11-27 11:25:04 · 1 answers · asked by Ben 1

http://beinggirl.com/en_US/happy/images/wallpapers/words_1024x786.jpg

2006-11-27 10:28:41 · 3 answers · asked by PureSerendipity 4

2

how do you make your font bigger and bold using HTML code.

2006-11-27 10:19:15 · 7 answers · asked by Anonymous

2006-11-27 09:53:08 · 9 answers · asked by Anonymous

I know singly linked list

2006-11-27 09:33:31 · 5 answers · asked by nitish dolakasharia 1

it wont go into the functions and do the steps . I ran it i enter the number and it doesnt do ne thing HELP PLEASE! its C++

#include

void pos (int num);
void neg (int num);
void zero (int num);


int main(void)
{
int n;
int num;


cout << "Enter a number Negative, Positve, or Zero.";
cout << '\n';
cin >> num;

if (num > 0)
{
void pos(int num);
}
else if (num < 0)
{
void neg(int num);
}
else
{
void zero(int num);
}

cin >> n;

}

void pos(int num)
{

cout << "Your Number Is Postive ";
cout << num << " .";

}

void neg(int num)
{

cout << "Your Number Is Negative ";
cout << num << " .";

}

void zero(int num)
{
cout << "Yor Number Is ";
cout << num << " ,therefore it's neither Negative Nor Postive.";

}

2006-11-27 09:26:07 · 6 answers · asked by Anonymous

I had to reinstall windows - and following this Adobe software - unfortunatelly it doenst work - as it asks an activation number - when I enter the number I entered the first time - it rejects it? can you help? Perhaps there is a hidden file that I need to delete?

2006-11-27 09:23:07 · 3 answers · asked by Anonymous

That counts the number of times each letter occurs in a text file? I'm getting very confused with arrays and strings and what needs incrementing... I think I need to start from scratch.

2006-11-27 09:14:46 · 4 answers · asked by sarciness 3

Does anyone know how to make it so that when a peice of text or numbers reaches over a certain number the script cuts the wrod off and adds "..." on the end. Like yahoo does sometimes.

E.g. Say the number to cut off at is 39. This would happen:
"I went to the park today and it suddenl..."

2006-11-27 09:02:04 · 2 answers · asked by peter s 1

I am doing this school project and i need to design a pop-up ad. Is there any website or program or tutorial that can help me design? I really need help. Please Help me PLease

2006-11-27 08:45:51 · 2 answers · asked by Igobeg O 3

how do i resize the image in wordpad?

2006-11-27 08:02:05 · 4 answers · asked by Anonymous

I add the picture in the about me section and when I go to view my profile, the picture goes up into the corner of the screen. What am I doing wrong. HELP PLEASEE. kthanks.

2006-11-27 07:48:55 · 3 answers · asked by <3 1

I'm looking for a simple paint program with one main feature. That feature would be the ability to draw colors but with a transparent affect, so you can kind of see through the colors. Or a feature where you can have different "layers" of data. Say, one for colors and the second layer for a map.

2006-11-27 07:31:25 · 7 answers · asked by Anonymous

Hi,

I'm looking to spruce up my blog, but move beyond the basic templates available on Blogger. Can anyone point me to third party programs made to produce more intricate designs?

2006-11-27 06:31:35 · 2 answers · asked by Robert Black 2

INPUT: Two lists L1 and L2
QUESTION: Do L1 and L2 represent the same list?
(That is, do L1 and L2 contain the same numbers, each appearing exactly the same number of times?).

My Solution:
temp = head->L1
while search_L2(temp) == true
temp = temp->next
if search_L2(temp) == false
OUTPUT: L1 does not represent L2

Is this a correct algorithm?

Could this algorithm be a randomized algorithm (possibly using hash functions?). If so, how is it possible?

I'm using C++.

How could I Be able to:

You would probably be better off using two hash tables. Populate these by traversing each list. Then, compare the keys in the hash tables to determine if they contain the same numbers. The key of the hash table can be the numbers in the list and the values can be the count of occurrences.

2006-11-27 06:19:33 · 2 answers · asked by ff3101 1

cause i was lookin for one. without something happening to me if i do go back in time.

2006-11-27 06:01:43 · 12 answers · asked by rayj h 1

im trying to make my own library and declare some functions inside it and use it in my main form.
anybody knows how to do it?

2006-11-27 05:38:44 · 2 answers · asked by aryaxt 3

I want Mp3 or something better than AU in my java applet i'm programming. Im trying to use QT Java and i have the code and everything but the applet viewer keeps saying is not compatible in Macos Tiger.

2006-11-27 05:10:01 · 2 answers · asked by Anonymous

Im using Dreamweaver and i need help resizing my website to fit all computer resolutions. On my screen it looks ok but on others it looks different.

2006-11-27 04:44:32 · 5 answers · asked by Josh 3

2006-11-27 04:44:31 · 1 answers · asked by krista t 1

whats the meaning of "on the fly" here?

Some installations of PHP have the ability to create images on the fly. (http://www.hoboes.com/html/NetLife/PHP/CreatingImagesOntheFly.html)

2006-11-27 04:38:54 · 2 answers · asked by Hossein R 1

fedest.com, questions and answers