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

Programming & Design - February 2007

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

hosting program? I am not sure which lines of code to delete that Sitebuilder has put in. I know they use to have a ftp. site that would allow you to upload the coding so it can be used with a diiferent site other than Sitebuilder. Any ideas out there, or does anyone know what I am trying to say??
Thanks.

2007-02-26 07:53:34 · 1 answers · asked by Kevin T 2

just the grey page comes up how am I suppose to start???
please help if you can





thank you so much to who ever helps

2007-02-26 07:47:03 · 1 answers · asked by Anonymous

OK yes I’m an idiot…
Here’s the part of the code I’m having trouble with:

for ($cointoss = rand(1,2); $toss = $toss;) {

if ($cointoss = 1) {
$heads = 1;
print "Number of heads, $heads
";
}

else {
$tails = 2;
print "Number of tails, $tails
";
}

}

//end of my crapy code...

I’ve already set the $toss in the form. It’s giving me an infinite loop or whatever. What I’m tryin to do is have the user type in the number of tosses they want it to do (which is going to be defined as $toss) and then have it count how many heads and tails in total and out put it back to the user. Like “Number of heads, 10” “Number of tails, 10” “You flipped the coin 20 times”. That kinda thing.

Please don’t give me the answer straight up, it’s for class I don’t want to cheat. What I want is some help as to what the hell I’m doing wrong. The teacher tried explaining it to me, but I didn’t get it and I REALLY had to be somewhere so I didn’t ask for a clarification. PLEASE someone help me!!!!!!

2007-02-26 07:35:30 · 5 answers · asked by Am 4

I'm a graduate student studying game art. I have imported characters into the unreal engine so far, but I am looking for a complete, inexpensive engine solution for making a multiplayer online game. I know some programming but I'm trying to avoid learning something like C++. I have heard the blender engine is powerful...but I can't find any books written on after 2001 so I'm wondering if it is out of date. Thanks!

2007-02-26 07:27:59 · 3 answers · asked by nonlinea 1

and have people sign up for it there are sme stff that is going to be free and some that is going to cost how do i do that

2007-02-26 07:25:21 · 3 answers · asked by callmecoffee93 1

i wanna know if it would be possible to have a formula in Ms excell that would automatically indicate the date & time of the info entered in any of its cell E.g Collum A: is the collum wherin the the date and time should be entered when any information in Collum B is added whether be it Num/Alpha.... i have been tryin using IF {(=IF(F14,(TODAY()))} but i get the current systym date when i open the File .. I wanna have the date only when the Info in Coll B is entered.
In short i wanna know the date & time of entry of the Particulars that is entered in the excell sheet ..

2007-02-26 07:01:54 · 3 answers · asked by ASH 1

If I wanted to connect to a standard Access database I would use:

Set adoCon = Server.CreateObject("ADODB.Connection")

adoCon.Provider="Microsoft.Jet.OLEDB.4.0"
adoCon.Open "LOCATION OF DATABASE"

If i know the table name how would I connect to a an SQL database.

2007-02-26 07:01:47 · 2 answers · asked by Anonymous

2007-02-26 06:58:26 · 3 answers · asked by john s 1

2007-02-26 06:56:19 · 1 answers · asked by pear 1

That would look kind of like this, obviously without the rounded corners:
http://prematureoptimism.com/news.html

Thanks.

2007-02-26 06:52:55 · 2 answers · asked by Anonymous

2007-02-26 06:52:29 · 4 answers · asked by Anonymous

I want a song on my myspace page but I can not find it in the music on myspace. How do I put a song on my page from my own personal computer? Is it possible?

2007-02-26 06:50:45 · 1 answers · asked by Lady A 3

Here is my code


[code]
#include
#include
using namespace std;

double factorial(double n)
{
factorial=n;

while (n>1)
{
factorial=(factorial*(n-1));
n--;
}
return factorial;
}

int main()
{
double n;
double factorial;

cout<<"Enter the value for which you want its factorial: \n";
cin>>n;

cout<<"The factorial is "<
return 0;
}
[/code]

I know the factorial function is right because when I include it in main() it works on its own, but referencing it as a function is causing some error problems:

error C2659: '=' : function as left operand

error C2296: '*' : illegal, left operand has type 'double (__cdecl *)(double)'

error C2440: 'return' : cannot convert from 'double (__cdecl *)(double)' to 'double'. There is no context in which this conversion is possible

error C2064: term does not evaluate to a function taking 1 arguments.

Any ideas as to what I did wrong?

2007-02-26 06:46:00 · 4 answers · asked by ? 2

Datebase Normalization attempts to, among other things, eliminate redundant data. Lets say I have 2 tables, an Invoice Header Table and an Invoice Line Item Table. For every invoice, there will be 1 header record and a line item record for each line item of course. The header record contains a field that is the sum of the 'price' field in each line item record. This is redundant since you could simply sum the 'price' fields in each line item record but having it already summed speeds processing. Does this redundancy violate any rules of normalization?

2007-02-26 06:41:21 · 2 answers · asked by ncman372000 2

I tryed macromedia fireworks but I can't work out how to use it!?!?!

2007-02-26 06:34:21 · 3 answers · asked by Anonymous

I tryed macromedia fireworks but I can't work out how to use it!?!?!

2007-02-26 06:34:09 · 1 answers · asked by Anonymous

I put the question on here so you can see the problem.
http://www.doopydoo.com/Table.htm

Please post answer on here if you can fiqure it out and 10 points awaits :)

2007-02-26 06:24:03 · 7 answers · asked by peter s 1

Anyone know how to insert a hyperlink in an Outlook contact notes field, linking to a Word doc on the local intranet?

The only way I've found is to insert a hyperlink in another word doc and then copy this hyperlink into the Outlook contact details.

2007-02-26 05:45:47 · 2 answers · asked by atom1968 1

where can i find Gothic/Emo Glitter Graphics?

2007-02-26 05:38:05 · 1 answers · asked by Vampire Goth 1

I have a c# executable file that I need to look at but when I open it I get an error that says the application failed to initialize properly. Is there additional software that I need to download to make this work properly or is something else awry here?

2007-02-26 05:18:42 · 4 answers · asked by Brandi 1

I want to know how people after logging in can create a page and make edit there page in certain fields... does any one know what I should... I just need a sense of direction... thanks

HP

2007-02-26 05:06:32 · 1 answers · asked by H P 2

2007-02-26 05:01:20 · 6 answers · asked by rupam_shome 1

2007-02-26 04:50:14 · 17 answers · asked by seivad973 1

http://www.invisionblue.com I redesigned my company website, it took about 7 days to do and I opened it up last night. How's it look?

2007-02-26 04:42:52 · 5 answers · asked by Anonymous

2007-02-26 04:39:21 · 1 answers · asked by vemula p 1

2007-02-26 04:35:53 · 2 answers · asked by ? 1

I've just finished a power point presentation that has 20 slides in it. Afterward I tried to add music but, now it won't advance. Any suggestions?

2007-02-26 04:32:13 · 3 answers · asked by starmoishe 4

Hi
I started programing in uni. We are doing C and i wanted some kind of project so i can get better at it. Any ideas????

2007-02-26 04:18:57 · 3 answers · asked by Myself 2

fedest.com, questions and answers