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

Programming & Design - August 2007

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

I'd like to start working as a web designer from next year January, which means that I have exactly 5 months to learn everything I need to know to get me started.

What do I need to be able to do business brochure websites, and e-commerce sites?

2007-08-01 21:56:16 · 10 answers · asked by Nothing's Forever 2

i have errors in the following programme after compiling.
#include
#include
int main()
{ clrscr();
char ch='A';
int num = ch;
cout<<"The ASCII code for"< cout<<"Adding 1 to the character code :\n";
ch = ch+1'
num=ch;
cout<<"The ASCII code for"< return 0;
}
when i runs this programme the error comes-LINKER ERROR:UNABLE TO OPEN FILE "TCCLASSLIB".

2007-08-01 20:21:55 · 5 answers · asked by varun s 1

What is the motivation for people to write open source software? Who pays the developers that wrote linux? I understand why people write small open source programs, but who would spend all that time to get nothing in return???

2007-08-01 17:23:29 · 5 answers · asked by Jorge 3

This is my program:

#include
#include
#include
using namespace std;

int main(int argc, char *argv[])
{

double f = pow(123,17);
double c = fmod(f,3233) ;

cout<< f << endl;
cout << c << endl;
system("PAUSE");
return EXIT_SUCCESS;
}

It works for smaller numbers (like if c = 8 mod 2 I will get 0), but if I have c = 123^17 mod 3233 I don't get 855 like I'm supposed to, I get 992. Any ideas why?

2007-08-01 16:40:58 · 4 answers · asked by Galbadian 2

Can anyone tell me what a blog is and what a domain is? I am not a computer nerd so all these terms are weird to me. And also how do you creat a blog. I know people have blogs out there so how do you creat one. Please help.

2007-08-01 14:41:31 · 2 answers · asked by lovely 2

2007-08-01 14:25:05 · 5 answers · asked by Anonymous

I get the following market news script from my web hosting company and pasted it in my web page using MS Frontpage

I clicked preview in Fronpage and see no news content but the script. What's wrong with the following script? I have some experience pasting script from another source and they usually work.


2007-08-01 14:20:03 · 1 answers · asked by sel_bos 3

2007-08-01 14:08:41 · 2 answers · asked by VP 1

Right now i'm learning win32 on dev-c++ and it's hard without a visual developing environment like vc6 or vb5. Is there a difference when programming for xp or vista?

2007-08-01 13:43:25 · 3 answers · asked by Dema 2

step by step would be useful

2007-08-01 11:35:57 · 2 answers · asked by Mr Mister 2

why cant i watch videos on youtube anymore??? it says i need to turn on javascript, how do i do that???

2007-08-01 11:32:10 · 1 answers · asked by Mr Mister 2

2007-08-01 10:32:25 · 3 answers · asked by Anonymous

I found a vid ( http://www.youtube.com/watch?v=FV0PVbhmr28 ) but it doesn't do much with the GIMP I have (2.2 for Windows) I was wondering which GIMP provide the "Text Along Path" under the text tool. Also, any other ways to curve texts?

Any appreciated.

2007-08-01 09:11:06 · 3 answers · asked by lady tan 2

2007-08-01 08:45:12 · 2 answers · asked by Stormy 1

My sql right now is

SELECT ariInfo.[Part Qualifier], ariInfo.[Part Number], ariInfo.Description, ariInfo.[List Price], ariInfo.Stock, ariInfo.[Supercession or Alternative Part Number], ariInfo.[Part Weight], ariInfo.[Price 1], [Price 1]*0.95 AS [Price 2], [Price 1]*0.9 AS [Price 3], [Price 1]*0.85 AS [Price 4], [Price 1]*0.8 AS [Price 5], ariInfo.[Price 6], ariInfo.[Price 7], ariInfo.[Price 8], ariInfo.[Price 9], ariInfo.[Price 10], ariInfo.[Box Height], ariInfo.[Box Width], ariInfo.[Box Length], ariInfo.[Handling Type], ariInfo.[Handling Value]
FROM ariInfo
WHERE (((ariInfo.[Part Qualifier]) In ('SIL','TH')));

I need to ad something like
AND (Not (ariInfo.[Part Number])=('1') so that this query excludes certain part numbers. If i try to add more than 1 number (ex ('1','2') I get an error. I have about 160 part numbers I need to exclude. How can I do this?

2007-08-01 08:37:19 · 4 answers · asked by luvv2rock 3

I have looked at all the free css templates online and none of them look the way I would like. I don't have to time to learn all about css on my own. I know how to edit my pages from a template but thats its. Is there anyone who is good at this that could help me out? I would really appreciate it.

2007-08-01 07:03:52 · 5 answers · asked by Anonymous

For all those who program Video Games as a hobby or as a job. Do you think that video game programming as a job is worth it? Is the pay good? Are the work times good? I hear that working in the game industry isn't that great so please answer.

2007-08-01 06:35:08 · 13 answers · asked by Anonymous

that and some ideas that u think would a cool website have

2007-08-01 05:48:43 · 7 answers · asked by in need 1

I'm trying to help my friend out with this and we cant get it working. How would you go about doing this?

1. Write a C program that opens two data files one for reading and another for
writing. The program must copy the contents of input data file to output file
with the data double line spaced. Example below. The program must work
for all data files [ and not just for the following example ]

Input file:

Earth is Solid
So is Moon.

Output File:

Earth is Solid

So is Moon.

2007-08-01 04:59:09 · 3 answers · asked by ? 2

For eg. 1023550.50 should be written as..
Ten Lack Twenty Three Thousand Five Hundred Fifty and Fifty Paise Only

2007-08-01 04:44:30 · 4 answers · asked by Shailee 1

for example, if I type:

C:> myapp.exe -s -t

how do I reference the command line parameters ("-s" and "-t") so I can use them in my application?

2007-08-01 04:09:31 · 2 answers · asked by Scotty Doesnt Know 7

Basically, i suspect that Internet explorer is being an a*se as usual and rendering my site wrong.

I have problems with some other sites due to some of IEs bugs, The last was down to the double margin bug.

This one however looks more of a problem with widths, I'm not really that sure.

You can see my site here http://www.liquidebooks.com

the main css file is here http://www.liquidebooks.com/defult.css

As you can see if you look at the page, the main content has been pushed down under the navigation. and the catorgories menu is higher than it should be.

It all looks fine on firefox,

So if anyone has any ideas of how to fix this problem I would be extremly greatfull. -- I'm pretty sure i don't have any overlaping divs

2007-08-01 04:08:10 · 4 answers · asked by Anonymous

I need a HTML code for friendster.
I have some images but I need to change them to HTML
I'm 13 and don't know programming or such.
I need simple programs.
I'm not a computer geek so I don't know anything!
FRIENDSTER HTML STUFF

and I have a animated 1 and the other 1 isnt so I need them to both change into HTML .

2007-08-01 03:04:27 · 3 answers · asked by BoNaKD 1

I have been looking at different websites of outside companies to help me create my business website but I am not sure if these types of companies create the sites and allow you to update them or how it works.

If anyone can help that would be great.
Thanks

2007-08-01 02:25:51 · 3 answers · asked by Anonymous

I have a windows 98 comp and a windows xp one. If I send the NTOSKRNL32.EXE to my windows 98 computer, rename it logo.sys in the c drive,(i made a back up copy of the original logo.sys) will I see the windows xp splash screen when windows 98 loads or is this 2 dangerous and it will not work.

2007-08-01 02:07:09 · 2 answers · asked by haran_hockey 2

2007-08-01 01:40:11 · 10 answers · asked by Anonymous

fedest.com, questions and answers