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

Programming & Design - March 2007

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

I currently have a e-commerce package with a firm called EKM Powershops http://www.ekmpowershop.com/ekmps/index.asp - they charge 20pounds a month for a fully hosted domain with shopping basket etc etc...i dont have to do anything except type in the stock basically :) it is fantastic BUT they dont do a seperate vat option for each product and they wont do it for me - so i have to change....

Lycos seem to have a good set up WITH individual vat options - http://webhosting.lycos.co.uk/business/mediumeshop/

but can anyone recommend another SIMPLE INCLUSIVE e-package - i would pay up to 25 pounds a month - thankyou :)

2007-03-17 04:05:02 · 1 answers · asked by celebrityhandbags 3

#include
using namespace std;

int main()
{
int sales;
int store;
int asterisks;
int counter;

for (store = 1 ; store <= 5 ; store++)
{
cout << "Enter today's sales for store " << store << ": ";
cin >> sales;
}

cout << endl;
cout << "SALES BAR CHART" << endl;
cout << "(Each * = $100)" << endl;

for (store = 1 ; store <= 5 ; store++)
{
cout << "Store " << store << ": ";

asterisks = sales / 100;
for (counter = 1 ; counter <= asterisks ; counter++)
{
cout << '*';
}
cout << endl;
}
cout << endl;
system ("pause");
return 0;
}


-the program should be, when you type 300, the asterisks will out for 3 times.
-hint: don't use array

2007-03-17 04:03:56 · 6 answers · asked by Nishimura Aina 1

my project is saved and working well form my computer but I cannot seem to save it properly on any removable storage device.

Even when I sane a copy on my desk top( or any other location) it does not open and says some thing about the form location....

help because I need to make a back up copy of the project and I also need to zip the file(i don't know how to do this!!) to forward if via email to my tutor.

2007-03-17 03:49:36 · 3 answers · asked by candy 1

Im looking into game authoring programs (i don't know C++), and i was wondering if there was something geared to phone games (as i i sketch a few sprites in Adobe Photoshop, animate and set some attributes). is there anything like that out there? also, what base do u use for the cell phone platform?

2007-03-17 03:45:49 · 4 answers · asked by eddy f 2

for example if an agent is to get 2% of a sold product. but this percentage is not standard for all sales made

2007-03-17 03:15:29 · 4 answers · asked by maate r 1

Do I need to know a programming language such as Javascript in order to use Dreamwaver and Flash

2007-03-17 02:57:18 · 7 answers · asked by muttsnutts 2

#include
#include
#include
int x,y;
char name[20],lo[20],up[20],rev[20];
main()
{
for(x=1;x<=1;x++)
{
cout<<"Enter your name:";
cin.getline(name,20);
y=name[x];
}
lo[x]=tolower(name[x]);
up[x]=toupper(name[x]);
rev[x]=name[y-x];
for(x=0;x<20;x++)
{
if(tolower(name[x]))
lo[x]=tolower(name[x]);
}
for(x=0;x<20;x++)
{
if(toupper(name[x]))
up[x]=toupper(name[x]);
}
for(x=1;x rev[x]=name[x-y];
cout<<"\nLower case: "< cout<<"\nUpper case is: "< cout<<"\nReverse is: "< getch();
}
What is wrong w/ my code the reverse character is not appear in my output.... Can you help me w/ this...

2007-03-17 02:52:34 · 3 answers · asked by Anonymous

okaii, so I'm trying to make a myspace train.
and I need to do the code..
but I can't figure out how everyone get's them in those little boxes,
so it's just the code, not the pictures and stuff.. if you know what I mean.
can u help me?

2007-03-17 02:32:45 · 2 answers · asked by Anonymous

Well, I am trying to make two items, say for example, a square on the left and a square on the right move together to the centre of the screen.

Is this possible with PowerPoint ?

2007-03-17 01:53:51 · 4 answers · asked by Silly Shelu 1

can anyone help me in the step by step process of installing beryl in a ubuntu linux... when I search it in the net all I can see is commands which I cannot understand... can anyone help me?

2007-03-17 01:16:57 · 3 answers · asked by punkstar 2

Hi, how and where do you get web design projects for companies?

2007-03-17 00:56:05 · 2 answers · asked by ak 2

2007-03-17 00:54:39 · 3 answers · asked by Princess 1

2007-03-17 00:49:13 · 2 answers · asked by pin_550 1

it is a java question

2007-03-17 00:13:13 · 3 answers · asked by engg 1

it is a interview question

2007-03-17 00:11:12 · 4 answers · asked by engg 1

I read up on many resources but i still don't understand. What's the difference between Javascript drop down menu and a CSS drop down? Anyone can provide me with the actual codes? Or a really easy to understand websit that explain how to do a drop down. Thanks! (*am really new to this*)

2007-03-17 00:01:16 · 4 answers · asked by Anonymous

2007-03-16 23:35:28 · 6 answers · asked by Shoaib K 1

i use html

2007-03-16 23:23:58 · 4 answers · asked by George Pavladis 2

2007-03-16 22:28:31 · 4 answers · asked by elizddevil 1

I can open up the template to match my labels. I can even insert pictures I've downloaded and textboxes. But after I do a few on the page things start moving all over the place out of the label sections. One sheet I did looked OKish, and I looked at it in Print preview and it looked fine. Hovever when I printed it it came out with pics and text all over the place out of alignment. "Help" is no help. Also, I'm using a 3 accross by 8 down label sheet and sometimes the bottom line goes onto the second page and I can't move it back. I'm really confused and desperate for help!!!

2007-03-16 22:26:11 · 2 answers · asked by slayer2faith 3

2007-03-16 22:12:46 · 8 answers · asked by sonny b 1

ok, so i want to make an html page that uses js to add a raining effect and another js that has the splashing effect, if it is at all possible one single js file that has rain falling and splash in correlation to each other, and be able to define where the rain starts and stops and where the splash starts and stops, if anybody has any coding advice ir premade scripts please let me know

2007-03-16 21:48:42 · 2 answers · asked by bryarweston 2

write a c program which uses the ternary operator to print -1, 0 or 1 if the value input to it is negative, zero or positive.

ternary operator ----------------------------------------------
first_exp?second_exp : third_exp;

-----------------------------------------------means----------------
if (first_exp)
x=second_exp;
else
x=third_exp;
-----------------------------------------------------------
i think someone knowing this operator would solve it it seconds.

thanks in advance, i really need it.

2007-03-16 20:46:10 · 3 answers · asked by Amar G 1

2007-03-16 20:26:43 · 7 answers · asked by Mr.E 2

Hey look i was in myspace.I was tryin to play the music of my profile but there was this thing and it said.Hello you either have JavaScript off or an old version of micromedia's flash player.click here to get the latest flasher.

2007-03-16 20:15:05 · 5 answers · asked by Anonymous

(I'm new to this stuff) what are they all, and what is the best order of business to go about putting up a websit? thanks much.

2007-03-16 20:08:58 · 3 answers · asked by Auntie M. 3

we need to create a program that could print the data using VB 6.0...is it possible...i'm still new at this and we are having a hard time finishing our project...thanks

2007-03-16 20:03:01 · 1 answers · asked by pips 1

fedest.com, questions and answers