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

Am a little bit thick when it comes to things like this...your help would be appreciated.....thanks.

2006-11-10 08:15:19 · 6 answers · asked by Sunseaandair 4

Simple question is how to change my profile pic?
you think u know how ?
try doing it urself befor you give me a stupid answer.
Use to be E-Z as pie
Yahoo needs to test be4 they release this crap update
navagation becomen harder n harder
Simple , User friendly is the idea not reverse

2006-11-10 08:02:06 · 7 answers · asked by Mike H 1

#include
int main()
{
double a;
char w;
scanf("%d",&w);

switch (w)
{
case 'f':
scanf("%lf", &a);
printf("F %lf",32.0+1.8*a);
break;
case 'k':
scanf("%lf", &a);
printf("K %lf",a+273);
break;
default:
printf("\n Enter f for foreignfeet, k for kelvin\n");
}
return 0;
}

2006-11-10 06:56:09 · 4 answers · asked by alp 1

I downloaded candybar but the icons available are really poor, however i have some jpegs that would look great as desktop icons but candy bar does not allow you to use them. Any help would be greatly appreciated. cheers.

2006-11-10 06:31:07 · 2 answers · asked by joe d 1

So, I'm not exactly sure what's wrong with this. I've tried most everything, even talking with that whole tech support deal. Didn't really help. Here's a screenshot: http://img.photobucket.com/albums/v298/YaSoShLaSuMa/screencap.png ...It's almost like the colors are constantly flickering. A lot of people have told me it has something to do with my refresh rate, and I should decrease it, but I only have one option when I went to change it. I'm thinking I need a new video card, but not totally sure. And I know this will be asked, so no, I have not downloaded any games lately. Or anything to that effect. Thanks in advance. And please only reply to this if you have a serious answer.

2006-11-10 06:04:21 · 5 answers · asked by Anonymous

ex
1. 19891
2.24842
3.12321
4.44444

2006-11-10 05:59:48 · 3 answers · asked by Mike Love 1

How do I attach non-numeric values to the place values that the numbers are in? Like, say I wanted to make a sentence out of a series of numbers. The way I want to do that is by making certain numbers have different meanings when they have different place values. For example, a series of numbers starting with 3 would have a different meaning than a series of numbers starting with 03 (assuming that 0 is just an empty place value). More specifically, I want the first place value to have numbers that represent nouns, and the second place value to have numbers that represent verbs. So number n would have a different meaning in place value x than in place value y. If I can do that in C++, I would like to know how.

2006-11-10 05:47:58 · 2 answers · asked by rokkon 3

I want just practice with online database magement with Application programming and Website. I can not pay $10/month due to economically weak.
If you any hosting service provider please. Tell me

Thanks in advance

2006-11-10 05:35:30 · 0 answers · asked by Jack J 1

I know a *little* bit about html, what can I do to learn more on my own? Any good websites I can go to?

2006-11-10 05:29:29 · 7 answers · asked by ♥Jenn♥ 3

can anyone tell me how it works and how to use it? please explain it in detail. the first person to post a good answer, i will choose as my best answer. thank you

2006-11-10 05:08:35 · 2 answers · asked by theblackcrusader 2

How to add my Images to Google Images???????

2006-11-10 04:46:36 · 2 answers · asked by Anonymous

why when I make a link to a website in an e-mail (and in my blog) does it always route the link to a hypertext transfer protocol page,and not the intended website? I copy and paste the entire thing, so I know I`m not forgetting part of it...

2006-11-10 04:12:52 · 1 answers · asked by deb 3

echo "Hello World";
?>

2006-11-10 04:03:20 · 5 answers · asked by Anonymous

If so, how do you do it?

2006-11-10 03:57:00 · 3 answers · asked by samw3 2

I using joomla to promote and selling computer parts and receive purchase order thru email. Joomla! to update my products content. eventually will go for e-commerce.

2006-11-10 03:56:56 · 2 answers · asked by edmond l 1

I have a page that uses css to display pictures, it works fine on my pc but when I uploaded to my geocities site, it fails; it can't display the picture.

2006-11-10 03:54:04 · 2 answers · asked by jjhernandez 2

I've got a bunch of .CFM files (text documents with Cold Fusion scripts) and Windows XP file search won't search for contents inside these files, even when I pick "search all files" or "Macromedia ColdFusion Files"

Anyone know why and how to change this?

2006-11-10 03:24:54 · 4 answers · asked by shp.jc 2

I just downloaded IE7, and now all I get is Yahoo on my screen, and the favorites section is nowhere to be found. HELP

2006-11-10 03:21:51 · 3 answers · asked by dutchlady 5

1. What is a method?
* .how is a class method different from an object method?

2006-11-10 03:19:55 · 2 answers · asked by apologetic123 1

I have downloaded it, it is in a zipped file, what do i do, where do i install it, etc?

I'm not very technical - thanks

2006-11-10 03:05:07 · 1 answers · asked by Julie C (little ninja) 1

I want to make a class that has a constructor that takes an integer from the user to define the maximum capacity of an array, below is my code:

public class WordList
{
private String[] Word;

public WordList(int size)
{
Word = new String [size];
}


Why isn't this working?

2006-11-10 02:37:27 · 2 answers · asked by ? 1