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

I want to make it so that a customer can download my e book right after they pay with a credit card or PayPal.

2007-02-05 09:34:41 · 4 answers · asked by frankysnewcolorpainting 2

I get this frequently, both on my home & work computers. Often a refresh of the page will correct the problem and the display will show. Does this mean I am missing any extensions, plugins or add-ons? Also, a friend frequently sends me e-mails which contain attachments that never display the photo, only the text.
Thanks!

2007-02-05 09:23:13 · 4 answers · asked by randyboy 7

I'll give 10 points to the best webpage I see for this question.

2007-02-05 09:09:32 · 13 answers · asked by Laughing Man Copycat 5

Is it possible to view offline? How can I be sure it works? Thank you so much for your help!

2007-02-05 08:51:05 · 9 answers · asked by Ms. K 1

whats the difference between Java and .Net

2007-02-05 08:49:32 · 5 answers · asked by Doubt please 1

I have the original product key for my windows Xp home edition which is sticked to my laptop. Now i want to format it but, i done have the Home edition CD. Can i download it from internet and use my product key to install windows?????

2007-02-05 08:39:26 · 7 answers · asked by Pawan 1

I'm supposed to make this:

*
**
***
**** <---With this line being the input number by the user.
***
**
*

How do I do this using for loops in C++?

something like...

int main()
{
int n;
int k;

cout<<"Enter n:";
cin>>n;

for(k=1; k<=n; k++) <---Is this right
{
for(what goes here
{
for(what goes here
{
cout<<"*"<<" "; \<---Is this right?
}
}
}
cout< return 0;
}
Am I missing anything else?

2007-02-05 08:19:40 · 3 answers · asked by ? 2

How do I begin this new career?

2007-02-05 08:08:50 · 5 answers · asked by ♥PinkIce♥ 5

I want to format my friends computer, windows XP SP2 (genuine copy), I have a installation disc(not genuine).If i use that disc to install windows XP SP2.Will the windows be still genuine?.

She doesn't have cd or product key of the windows.

What should i do?

2007-02-05 07:56:44 · 4 answers · asked by Pawan 1

imhavingproblemswithit

2007-02-05 07:53:05 · 4 answers · asked by Anonymous

Visual Studio.Net 2003 Asp.Net web applications??
how different

2007-02-05 07:31:36 · 5 answers · asked by what goes around comes around 3

A majority element is an element that appears more that n/2 times.

My initial throught was to:
My inittial Running time would be O(n^n), because it needs to touch each element once for each element. Is there a better algorithm for my problem?

Step 1: Start with the first element. (Take every unique element) in the sorted array and count how many times each occurs.
Step 2: Store a count. If the count of another unique element is greater that count. Store that element and its count.
Step3: After traversing the entire list, compare count to n/2. If count is larger that n/2, there exists a majority element.

Example:

1, 2, 3, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 6, 7, 7, 9, 10

**Stored Element = Stored count**

1 = 1
2 = 1
3 = 1
4 = 1
5 = 9
6 = 1
7 = 2
9 = 1
10 = 1

After traversing, 5 = 9. Is count > n/2?

9 > 16/2, Yes. Therefore there is a majority element.

2007-02-05 07:30:22 · 5 answers · asked by roberto1502 1

I'm writing a C (not C++) program where I want to convert money from one currency to another and I need to round US dollars to the nearest cent. I was thinking about storing the number into an array of type char, but I do not know how to do this.

The user will enter a double type number, then a calculation will be performed on this number to convert it to the other country's currency, then this converted number needs to be rounded to 2 decimal places. So how the hell do I round a number after doing a calculation on the number that the user inputs? How can I store this unknown converted number into a char array of unknown size? How can I round this number to 2 decimal places, which then I will print out? Please help me, as I am a beginner in C programming and do not know much about C. Once again, this program is in C and not C++.

2007-02-05 07:27:17 · 2 answers · asked by anonms420 1

please tell me 1 example for lack of orthogonality in C language..?

2007-02-05 07:23:54 · 1 answers · asked by ccppjava 1

Okay, I maintain my own photography website and have already entered the javascript code to prevent anyone from right-clicking to save my images.

I know that there are dozens of ways for people to "steal" my images, I'm just trying to make it as difficult as possible :)

I recently realized that if you hold your mouse over an image, a windows function will pop up asking if you'd like to save, print or email the image.

Does anyone know of a way to disable this feature via java/html/other code????

2007-02-05 07:16:43 · 3 answers · asked by myaddictiontofire 5

I Need To Make A Webpage For School. Anybody. If You Know How IM Me At lilcharley15

2007-02-05 07:15:57 · 1 answers · asked by Lil_One 1

i have this document i made and want it to be a web page so i can upload it on the internet

2007-02-05 07:02:03 · 5 answers · asked by ♥Pritty Girl♥ 2

Please serious answers only! Any programers out there?

2007-02-05 06:59:54 · 3 answers · asked by Bob J 1

This is my online design portfolio website www.prestadesigns.co.uk

What do you think Web-Masters and what works and what need changing to be a better professional webpage:

2007-02-05 06:18:31 · 5 answers · asked by Arfan 1

I'm creating a blog site in PHP. Users can enter a title for their blog in a textbox, and the body of their blog in a textarea box.

I'm storing the body of their blog in a PHP database as a varchar type.

When I retrieve the body of a blog from the database and output it to the screen, will the blog lose all formatting (e.g. paragraph breaks, indents, etc.)? If so, how can I preserve the formatting?

2007-02-05 05:57:48 · 5 answers · asked by Anonymous

Im doing the project in "Vehicle-to-Vehicle Wireless Communication Protocols for Enhancing Highway Traffic Safety". Its an IEEE paper, Im In need of Full Source Code of that project in any Programming language. If u cant please atleast give me the link of similar project source code so that i can modify that according to my requirements.Please kindly do this favour by giving whatever links u get for this project.

2007-02-05 05:45:38 · 2 answers · asked by Manu 1

How to import photoshop/ illustrator images with drop shadows effects into PowerPoint? I first export them as .png and place as imagesin PowerPoint but the shadows appear with dotts and jagged edges. Please, help me to resolve this ASAP, thanks.

2007-02-05 05:44:00 · 2 answers · asked by ykarnay 1

This is the second time I ask this question, since when I first posted it, I have the files on a server not open to the public.
--
I'm learning CSS using the book called "Beginning CSS Web Development: From Novice to Professional" by Simon Collison, distributed by Apress.

I'm just in the first three chapters and I already have a display issue. The book's description shows up properly in IE but not in Firefox. There are nothing fancy yet, since it's still early in the book, but I feel I can't proceed unless I figure out what I did wrong three chapters into the book.

I downloaded most of the base templates from the apress website, and just followed along with the book. The result is here:

http://home.ca.rr.com/trashcanltd/cssclass/

The CSS files are here:

http://home.ca.rr.com/trashcanltd/cssclass/default.css
http://home.ca.rr.com/trashcanltd/cssclass/external.css
http://home.ca.rr.com/trashcanltd/cssclass/layout.css

Thanks.

2007-02-05 05:23:23 · 7 answers · asked by Ninjaso7 2

I want to know which one better? I have some PHP scripts and wonder if I can copy and paste them into HTML? Can you give at least the best solution for a posting a webpages that includes database of clients's e-mail address and home address including phone number? I got some money and ready to order a web page host service.

2007-02-05 05:22:10 · 6 answers · asked by Anonymous

2007-02-05 05:16:34 · 6 answers · asked by Anonymous

My question is about this page ...

http://www.centennialwireless.com/sms/sms.php


The coding is such ...



Enter the 10-digit phone number you would like the message sent to:




(example: 2125559718)




The phone number that it is sending to is like this in the coding, (name = "deviceid" type = "text"). How can I redo this page and insert the phone number that I want that person to be able to reply to? Like a device return id or something of this nature?

2007-02-05 05:01:46 · 1 answers · asked by Ciblnt 1

Every time I switch on my computer it says "Time Executable has encountered a problem and needs to close". I am told to advise Microsoft but I don't bother now. The computer doesn't close but it is a nuisance. I can't find anyone who has heard of it. The microsoft website that deals with it is incomphrehensible to me.

2007-02-05 04:59:18 · 1 answers · asked by Anita K 1

2007-02-05 04:49:52 · 6 answers · asked by Raishounda M 1

Something no bigger than Bestbuy, but not with such an extensive database. Simple design with minimal flash, and some database work... Per hour???? per site? could I have some examples?

2007-02-05 04:42:23 · 4 answers · asked by I am using the 32 characters ari 2

fedest.com, questions and answers