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

On one of my pages i get this error:

Ive heard it could be to do with 'white spaces' but have checked and not found any. Is there anything else that could be causing this?

Also what exactly is a white space, is it just a gap in the script?

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/content/t/n/i/tnine/html/Main/md.php:6) in /home/content/t/n/i/tnine/html/Main/md.php on line 51

Thanx.

2006-11-19 04:57:18 · 4 answers · asked by peter s 1

2006-11-19 04:50:44 · 4 answers · asked by Angela P 2

I have a program running for a university project (1st year at uni of central lancashire, preston, england baby yeh...

everything works fine, its a carpet shop program that calcs the prices etc then asks for a delivery date....
which it then converts to three strings, and then to integers for seperate day / month / year (need this as it is,
so dont say i should change it...)

cout << "\nPlease enter the preferred date of delivery, in the format DD/MM/YYYY: \n";
cin >> Date;

DayStr[0] = Date[0];
DayStr[1] = Date[1];
DayStr[2] = '\0';
^^ same for month and years ^^

i then get the date n time from the system using time_t now;


how can i subtract the currrent date from the delivery date so i can print to be delivered in x days?

any help welcomed :D

2006-11-19 04:35:32 · 3 answers · asked by jimmyhigginz 1

ok i have a Marquee Code and i want it to go faster cause it is at normal speed but i want it to go faster how do i do that?

2006-11-19 04:34:06 · 1 answers · asked by Anonymous

2006-11-19 04:27:07 · 9 answers · asked by GunsmokeTJ 1

how do you download a font, and then be able to use it on word??

2006-11-19 04:17:02 · 5 answers · asked by la. 3

2006-11-19 04:15:19 · 1 answers · asked by TheCreatress 4

This is a relatively new phenomenon within the last 3-6 months. Even universal browsers like Firefox are locked out from financial or certain educational websites. Is this incompetent web construction or is it because Macs are not as easy to probe for private information that web spies like to gather? I have even found Yahoo sites that forbid Mac access now. What can we do to allow more web diversity?

2006-11-19 03:31:55 · 4 answers · asked by gwen 3

like make it on the internet and using it for a powerpoint

2006-11-19 03:11:22 · 2 answers · asked by nika108thomas 1

Im not great with computors, so please excuse my ignorance. I used to have a symbol, when I logged on which would take me straight to the Yahoo Page. The computor said there was an update, or something like that, and I clicked on to it. Now I dont get the Yahoo page straight away, I have to go to Google first, then type Yahoo into the box to get it. Also by fiddling about with it, not really knowing what I am doing, I have now lost the Icons from the top of the screen. I know there is a way to go back to the way the computor was, say a month ago, I think it is called "Restore"? Ive been trying to do this but have not succeeded. Can anyone tell me how to do it please?

2006-11-19 02:34:01 · 3 answers · asked by David H 6

Where can I find alot of free clipart images to add to my flyers I'm designing?

2006-11-19 02:02:48 · 3 answers · asked by so WHAT? 1

sap abap

2006-11-19 01:53:50 · 2 answers · asked by raju s 1

1

I've tried over and over again with different possibilities as to how to get bullet points/ordered list to align right. This is what I've written: (copy and paste into your answer where you'd put the align right HTML tag)




  1. Send me an e-mail





Cheers

2006-11-19 01:29:10 · 5 answers · asked by Anonymous

If you have the source code for a program how do you tell which language it's written in?

I would like to know which language this software is written in..

http://www.animateclay.com/modules.php?op=modload&name=Sections&file=index&req=viewarticle&artid=24&page=1

Also.. how long do you estimate his program took to write? It's 183kb.

And.. how long do you think it would take a fairly bright person to learn to write a program like this?

2006-11-19 01:26:11 · 2 answers · asked by Anonymous

i want create unattendent xp cd and also i need to install my softwares when xp instaling xp like yahoo msn jetaudio admuncher etc

2006-11-19 00:42:55 · 4 answers · asked by zerothinks 1

#include
#include
#include

void main () {
char n;
int x;

printf("\n\nEnter your name:\t");
scanf("%c",&n);


if(islower(n)){
n=toupper(n);
printf("the converted character:\t%c",n);

}else{
n=tolower(n);
printf("the converted character:\t%c",n);
}


if(isalnum(n))
printf("\nthe character is neither a letter nor a number.\n");

if(ispunct(n))
printf("that is a punctuation");


//input name
printf("\n\nEnter your name:\t");
scanf("%s",&n);

//char as string
for (x=0;x<100;x++){
if(n[x]!='\0'){
if(islower(n)){
n=toupper(n);
printf("%s",n);
} else {
n=tolower(n);
printf("%s",n);
}

system("pause");
}

2006-11-19 00:04:47 · 4 answers · asked by cL@iRe 2

Hi, I am creating a web page with html. I have created a menu jpg in photoshop but I now need to add hypertext links to this menu.

Does anyone knowhow I go about this? I think it has something to do with setting the menu jpg as a background.

Thanks heaps!

2006-11-18 23:54:57 · 1 answers · asked by Anonymous

it's for my profile on mySpace

2006-11-18 23:47:31 · 4 answers · asked by Brian C 1

If I wanted to make a simple VB .NET program at home. and release the .exe version, can I put that .exe file on any computer and run it, even if that computer doesn't have VB .NET installed on it? I'm sure I can, I just want to make sure it will work. Do I need to copy over the .dll files to the solution as well? Any other files I would need?

2006-11-18 23:16:07 · 3 answers · asked by Jay S 5

How do you change the name of the window in microsoft access?

The blue bar in the very top left corner of the screen, not the window containing tables etc,

2006-11-18 22:44:30 · 3 answers · asked by joemoran7 2

i want to know everything about Knowledge database ,its definition ,history , tools and proplem , usuful websites about the topic and thanks .

2006-11-18 22:29:05 · 1 answers · asked by semsem o 1

I know less than zero about programming. Can you just go straight to Java? Or should you learn another language first? Does it matter?

Any recommendations for learning programming(Java) online?

2006-11-18 22:07:17 · 6 answers · asked by Anonymous

Am running an applet in IE and I get this error msg.

2006-11-18 21:44:22 · 1 answers · asked by kkella 1

This is the code:

time_t rawtime;
struct tm * timeinfo;
time ( &rawtime );
timeinfo = localtime ( &rawtime );

It is now set as follow:
Www Mmm dd hh:mm:ss yyyy

I want to leave only this way:

Mmm_dd

How do I do it?

2006-11-18 21:38:15 · 4 answers · asked by Ilham Aliyev 2

Have Windows ME, Will appreciate suggestions! Thanks

2006-11-18 21:33:49 · 2 answers · asked by starbright84us 2

I know that center is

so whats right align?

2006-11-18 20:49:18 · 2 answers · asked by ██████████ 3

i'm now preparing to design a software or database for eye glasses shop....any hints to help?
thanks for helping

2006-11-18 20:13:02 · 3 answers · asked by eng_shoushou 2

fedest.com, questions and answers