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'm wondering, can someone who knows computers easily go back and read old emails after i delete them from the trash?
How can that be done and how hard is it?

2006-10-24 13:33:18 · 9 answers · asked by ashley s 1

2006-10-24 13:31:15 · 6 answers · asked by agal116 1

I have a basic knowledge of the computer and want to know how to make a flash video.

2006-10-24 13:14:19 · 8 answers · asked by Anonymous

I can make upload forms in php that upload images to my server but what do i write for where i want their file to go.
I want the file to get sent to a folder called Uploads so what do i write in the file location. does it need to start with a "/" and end in a "/" as it never works.

2006-10-24 11:53:18 · 3 answers · asked by peter s 1

i love my mac...what do you have??

2006-10-24 11:41:03 · 8 answers · asked by Anonymous

When people sign upto my site it should send them an email talling them their password etc. How do i change the php.ini file to send all mail from my sites email. How do you get the php.ini file too?

2006-10-24 11:37:08 · 2 answers · asked by peter s 1

its a dell b110 i dont have the xp or recovewry disks... it has restore but that is not sufficient it does not go backk far enough. i know a little about computers but i still speak in laymens terms so be kind........

2006-10-24 11:25:40 · 6 answers · asked by jeffnsusie2@verizon.net 2

recognized as an inernal and external command, operable program or batch file. Why is it doing it? I know my class is right and I change the path a million times. What can I do to sort it out?

2006-10-24 11:22:44 · 3 answers · asked by Insomnia 5

i am thinking of making an online ocmic, can you rate the set up of it...?

feel free to join the chat room.

http://www.geocities.com/dream_world_milo

if it does well enough i will buy a domain

but i want to know what you like, and what you dislike in it,...

what i should change or add, what i should keep

please help..so i can get a better site

2006-10-24 11:21:37 · 4 answers · asked by dream_world_milo 1

If so. do I need to set my mouse to the center button?
Thank you in advance!

2006-10-24 10:54:02 · 1 answers · asked by Geri G 1

How can i fix this

2006-10-24 10:34:48 · 13 answers · asked by Matt: aka; Edge is world champ!! 6

2006-10-24 09:47:24 · 8 answers · asked by MrGin 2

Is there really any benefit to using typdefs in the form:
typedef struct MyStruct { int field1, int field2 };
typedef enum MyEnum { Apple, Banana, Orange};
versus
struct MyStruct { int field1, int field2 };
enum MyEnum { Apple, Banana, Orange };

2006-10-24 09:35:16 · 2 answers · asked by zen29sky 1

I have a Mac and I want to use one of my DVD's and just take out a short like 10 second clip. How can I go about doing that?

2006-10-24 08:16:15 · 1 answers · asked by TheHeftyLefty 2

i dont need all the other stuff that it does i only need the "making a website" part of it

2006-10-24 08:14:40 · 1 answers · asked by zachary.sweet 2

I was thinking of getting MIRC but I am not sure if that is any good.

2006-10-24 08:12:17 · 5 answers · asked by Siu02rk 3

Please list any sources.

2006-10-24 08:02:05 · 3 answers · asked by sobe50418 1

I am told to build a program called BMI calculator. It's just a simple program that prompts user to enter his/her height and weight, and then compute the BMI by the formula weight/(heightxheight). This is the code that I wrote..

double height=textBox1.Text;
int weight=textBox2.text;
double BMI = weight / (height * height);
MessageBox.Show("Your BMI is " + BMI);

it keeps saying things like "cannot implicitly convert" or "textbox does not contain definition".

Please help!

Can anyone tell me what's wrong in that?

2006-10-24 07:49:35 · 2 answers · asked by sylvdoanx 2

I know java, jdbc, Jsp. But due to many fields in java / J2ee, It is not possible for mr to face interview in proper way & in the software development job section i am not confident. I am self learner. Plz tell me how do i learn Perl, Php for web development job purpose with proper project within a very short time. I dont have enough money to learn fron training institutes. so internet is the only way to learn the course. Also help me from which site can i get free source codes of this project.

2006-10-24 07:40:19 · 6 answers · asked by Anonymous

i just imported a a website to frontpage. it downloaded all the files from that website to my computer. but i am trying to view that website using frontpage so i can edit it. can anyone help me!!!?!!?

2006-10-24 07:04:42 · 6 answers · asked by MoneyMan 1

2006-10-24 06:53:15 · 4 answers · asked by johnnysbadassgirl 1

I am a beginner in web design. Thank you

2006-10-24 06:38:22 · 2 answers · asked by Chrystal W 1

When I download a song from Limewire there are 2 types that come up, 1 is mp3, that is fine but the other is wma. How do I get all song to be mp3's? I can't download wma songs and there are far more wma's than mp3's. There were 1894 users and only 2 were mp3's.PLEASE HELP!!!

2006-10-24 06:22:25 · 6 answers · asked by melbow35 2

Assume n elements in range 1 to k. When k = O (n), running time is O (n).

Arrays:

A[1 ... n] original unsorted array
B[1 ... n] array to hold sorted output
C[1 ... k] working array to hold counts

Counting-Sort ( A, B, k )

for i ¬ 1 to k
do C[i] ¬ 0

for j ¬ 1 to length[A]
do C[A[j]] ¬ C[A[j]] + 1

// C[i] now contains the number of elements equal to k.

for i ¬ 2 to k
do C[i] ¬ C[i] + C[i-1]

// C[i] now contains the number of elements less than or equal to i

for j ¬ length[A] downto 1
do B[C[A[j]]] ¬ A[j]
C[A[j]] ¬ C[A[j]] - 1

2006-10-24 06:10:07 · 4 answers · asked by Wattsie 3

When people have created their own web sites or pages about their families, how do you access them if you do or don't know their address?

Dianne Longley

2006-10-24 05:58:12 · 3 answers · asked by dianne l 1

I'm typing minutes for a meeting. How do you remove bullets when you wish to continue to a different topic?

2006-10-24 05:54:47 · 2 answers · asked by tobeyp2005 3

I always thought that PHP was not a stand-alone language-- you HAD to use HTML to display the results of PHP scripts. Am I correct?

I'm going through this book calle "PHP and MySQL Web Development" and it came with a CD with source code. ALL of the source code, however, is PHP, with no HTML pages to access it.

I uploaded all of the code it gave me to my school web space:

http://arapaho.nsuok.edu/~sprinkle/bookmark

Of course, it's all PHP so you can't view the code, just the code's output. Does anyone have any suggestions for how I can utilize the code? Surely I don't just have to make up my own HTML...

2006-10-24 04:47:25 · 2 answers · asked by Anonymous

fedest.com, questions and answers