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

3

2007-02-13 04:32:48 · 6 answers · asked by Anonymous

2007-02-13 04:32:02 · 3 answers · asked by Anonymous

closing a program

i already know that
system("program.exe")
opens that program

but how do i make it where it closes a program?

2007-02-13 04:31:47 · 3 answers · asked by patdog 3

2007-02-13 04:30:57 · 4 answers · asked by Anonymous

I'm about to make a logo.. for a friend who's begining his own business in a small company.. wht do u think the logo should b? and wht software should i use?
its computer company..

2007-02-13 04:27:18 · 1 answers · asked by babyyocca 5

My site deals with peoples paypal email addresses so people can pay each other directly into their paypal accounts from my site. Each persons email is stored as md5 on my site, how safe is this? Is there anything else i could do.

The problem is if someone worked out how to change peoples emails on my site people could end up paying money into the wrong accounts. ie the hackers account.

2007-02-13 04:07:04 · 3 answers · asked by peter s 1

2007-02-13 04:00:46 · 2 answers · asked by Anonymous

2007-02-13 03:52:59 · 3 answers · asked by K N Swamy 3

I'm planning on setting up a multi language website, for example, one might be Portugese and English as options for textual content...

Japanese / English etc.

For example, index.html might be English, then I might have say japanese-home.html for the Japanese version of (index.html)...

Is there a code I need to use to 'tell' each page what language will be used...?

How does it work?

Thanks in advance.

Regards,

B.

2007-02-13 03:44:27 · 2 answers · asked by B 2

I would like to create simple 2D cartoons on my computer...something in the vein of uptoten.com or homestarrunner.com. Does anyone have any suggestions for software to use or books to read?

2007-02-13 03:27:37 · 5 answers · asked by pyjamarama 2

2+2=4 (SUM) 4-2=2(____)

2007-02-13 02:41:22 · 13 answers · asked by Barney 1

Tax rate – sales tax rate for the community V999.
Item name – name of the hamburger or hotdog specialty purchased X(20)
Item count – number each of the item named 99
Item price – sales price of the item named 9V99

Once this information is collected you will calculate the
Item total = item price * item cnt
and add item total to subtotal and display item total to the screen.

Item name item count @ item price = item total

A program loop will be used to process items until no more items are left to be processed. You can assume if an item count of zero or item name of spaces are entered then the operator is through.
Display subtotal with a label
Subtotal subtotal
Calculate taxamount = subtotal * tax rate
Display
Tax taxamount

calculate final total = subtotal + taxamount
Display final total

Variables include:
taxrate – sales tax rate for the community.
itemname – name of the grocery item purchased
itemcnt – number each of the item named
itemprice – sales price of the item named
itemtot – total price of all of any one item
taxamt – total sales tax
subtot – total of all grocery items without sales tax
finaltot – total of all items plus sales tax

2007-02-13 02:15:33 · 2 answers · asked by jbrbbt 1

0

here is my pop up function

function popup(url){
var pop;
pop=window.open(url,"xxx","width=700, height=375, menubar=no, status=no,location=no,toolbar=no,scrollbars=no,resizable=no");
if(window.focus) {
pop.focus();
}
it is working in all browsers except IE.
Please let me know what to do.
Thanks

2007-02-13 02:02:11 · 2 answers · asked by Teddy 1

The file name is very lengthy with lots of underscores and dashes followed by .zip. When I type it out I get "file not found".

2007-02-13 01:47:05 · 3 answers · asked by it's me 4

2007-02-13 00:57:14 · 11 answers · asked by Anonymous

anyone pls tell me c programming book in tamil which is easy to understand?
who do not know in tamil , pls suggest c book in english?

also say for fresher interviews , what syllabus we hav to cover in c & c++?

how much time will take to complete c ?

thanks in advance!!!!

2007-02-13 00:44:21 · 9 answers · asked by vijay k 2

i am developing vb6 application to handle mails better.
i am using cdo library 1.21 for that
everything is going good, just one goes wrong
when i try to read email or send email outlook displays security warning message
"Another program is trying to access email addresses you have stored in outlook. do you want to allow this?
and allow access for 1 minute, 2,5,10 minutes

i want to disable this warning by programming
i googled net about this and found clickyes and some softwares like that.

they are not more useful as i need.

please tell me some freeware or programming code to disable this

i can also handle outlook so any tip about it will also help

please tell proper solution to disable it by programming code / outlook configuration / registry solution / last option freeware utility

thanks in advance

2007-02-13 00:13:34 · 3 answers · asked by shah mahavir 2

how can i make one and can you teach me how? it's our project and i will pass it within one month (that measn in March). i'm currently in the Philippines.

2007-02-13 00:13:07 · 5 answers · asked by Anonymous

How do i compile a program and save it as a .EXE file so i can run it without having to open the editor?

2007-02-12 23:42:33 · 1 answers · asked by Anonymous

here i am very new to updating website.Do I need username and password?If so, where should i enter those?I have got one wesite which is to be updated.I still don't have Idea how to start.Help me plzz

2007-02-12 23:30:37 · 3 answers · asked by Limbuni 1

http://www.youtube.com/watch?v=qTYtAU8hyn0

please see this link to the gary newman video. I would like to create still images with this effect on photoshop. can anyone help?

2007-02-12 23:16:59 · 2 answers · asked by mjd 1

What action script must i add to a button in order that when the user clicks it, the presentation will return to the beginning? And how do i add it?

2007-02-12 21:39:35 · 2 answers · asked by James curry 2

i have a new blog on blogger.com and when i posted to it the posts appears in reverse order. i mean that the first post i've written appears in the first place on the homepage, and the newest posts appears on the other pages. this is gonna kill my blog. i need to know how to make the order of my posts in normal mode, as the newest posts in the homepage and the older in the other pages.
please if u have any idea about how to do this please tell me.

2007-02-12 21:03:51 · 1 answers · asked by Anonymous

write a basic program to receive customer type, then ask for the prices of 3 items to finally calculate the tax. the details are:
customer type 1 tax 3 % of item price
customer type 2 tax 7 % of item price
customer type 3 tax....10% ..
customer type 4 tax 15%...
sum of price,tax, and total amount to be paid must be displayed..
help me pleaseeeeeeeeeeeeee

2007-02-12 20:59:52 · 1 answers · asked by Anonymous

Could someone please tell me how to link a Microsoft Access Database to Visual basic?.

Im required to create a form in visual basic and it needs to be connected to microsoft access (so i can see the records from access in visual basic, also i need to add "add new form" , delete and so on. So id be greatful if u could gimme the code for that aswell, i forgot but its something simple O_o

thanks in advance.

2007-02-12 20:16:23 · 2 answers · asked by Anonymous

I have a project , please helpe me.
Tanks

2007-02-12 20:07:37 · 3 answers · asked by anisa e 1

2007-02-12 19:40:12 · 3 answers · asked by abhietotz09 1

fedest.com, questions and answers