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

Programming & Design - October 2006

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

I have made a button from an image that is used as a link...

I have been playing around with the style function to try and get the botton to always be in the EXACT CENTER of the explorer window (regardless of how big the window is) but I cant get it to work.

Can someone spread some light on how to do it?
At the moment, I have the following through trial and error...




Am I getting warm?

2006-10-30 06:02:52 · 5 answers · asked by crafty1980 1

whats the meaning of this sentence?

Arrays represent the first time we're associating data items together.

2006-10-30 05:40:13 · 3 answers · asked by Hossein R 1

Are there any flaws? what can go wrong? what are the the real good things a database can do? Appreciate your answers....thank you.

2006-10-30 05:36:48 · 6 answers · asked by kenneth j 1

My ISP seems not to accept the php mail function. Anyone knows what i can use instead of it? thanks :)

2006-10-30 05:31:00 · 2 answers · asked by Chris C 2

Ok, im trying to get the control panel to pop up from a batch file. I tried putting START C:\WINDOWS\CONTROL PANEL, but nothing happens. Thanks for any help

2006-10-30 05:22:08 · 5 answers · asked by cored_15 2

i need a full setence or a website.

2006-10-30 05:09:21 · 2 answers · asked by abode 1

1>how to make exe files with qbasic
2> how to copy files with qbasic

2006-10-30 04:49:04 · 2 answers · asked by Pravesh 3

More specifically something that I dont have to install on the server. Just a cgi script (or something similar) that will convert these files when they are uploaded.

2006-10-30 04:48:38 · 2 answers · asked by malachi_1616 3

I'm trying to make a survey consists of 2 pages. I wrote the code for the first page to store every answer for a question in session object. So that when the user hits "Back" from the second page, the first one will view the stored values.
The problem is it doesn't work. Please help.
PS: I know it's a stupid way, but it's a homework. Thank's ;)
Here is the code.

2006-10-30 04:11:53 · 1 answers · asked by Doublethink..!! 1

Ok I am designing a website in tables, all is good except for my main text area. The area is a table but whenever i add text to that area it automatically starts it half way down the table, anyone know how to make it start at the top? Also does anyone know how to make a layer sit within a table so that it moves with everything else and will stay in a constant space?
Thanks

2006-10-30 03:51:41 · 5 answers · asked by Evilcowstare 2

What is the algorithm if I want to make a single character in a string to be a capital letter?? Lets say I have a string "What" and I want it to be "Atwhay". If the original words starts with a capital then I want the transformed word to be starting with a capital word too. How do I do this?

2006-10-30 03:07:58 · 2 answers · asked by ? 1

I want to execute some code in php only if two if statements are true.

e.g. if $a = a and $b = b then do {...1...} else do {...2...}

And I want to make it so there are three possibilities:

e.h. if $a = a1, a2 or a3 and $b = b1, b2 or b3 (respectively) then do {...1...} else do {...2...}.

I want to code this in PHP and {...1...} should only be executed in the following instances:

When $a = a1 and $b = b1
When $a = a2 and $b = b2
When $a = a3 and $b = b3

But {...2...} should be executed at all other times i.e. when

When $a = a1 and $b = b2
When $a != a1 and $b = b1
When $a = a3 and $b = b1
When $a = a2 and $b != b1
etc...

Can anyone help me with this?

2006-10-30 02:54:07 · 2 answers · asked by turkeyphant 3

I'm soo computer illiterate !!!! I just did my resume using wordperfect 10 - no probs. there. Saved it as HTML. Does that mean it can be viewed by everyone and anyone ? Meaning, can it be found in the search directories ? HELP. I didn't plan for it to be viewed by the public. What did I do wrong, if anything ?

2006-10-30 02:44:01 · 9 answers · asked by sweet_newfie_grl 1

2006-10-30 02:42:31 · 5 answers · asked by philly_cy 1

My comments and my friends section on my page is in the middle and I want it to be to the far right....i tried to look for the code for it but couldnt find it for those sections....Any help would be appreciated thanks. Here is a look at my page

myspace.com/aviagyrl

2006-10-30 02:32:51 · 4 answers · asked by Miss Thang 6

2006-10-30 02:29:08 · 1 answers · asked by makaya ntini 1

For example, at the top of a PHP CONFIG it ask for the DIRECTORY LOCATION: (i.e. /var/www/html/path or /home/mysoftwo/public_html)
Does anyone know what this begins with in geocities hosting? Bear in mind that this is not the FREE hosting, but the professional. My domain is www.cocainecrazy.com
Thanks for yuor help!

2006-10-30 01:53:08 · 4 answers · asked by madclowndisease420 2

//create an array of the URLs
$url_array = array();
for ($count = 1; $row = $result->fetch_row(); ++$count)
{
$url_array[$count] = $row[0];
}



When I try to run this code, I get an error message saying

"Fatal error: Call to a member function query() on a non-object in /home/goddess/public_html/bookmarks/url_fns.php on line 12".

I think it's because my version of PHP doesn't support the ' -> ' operator (it never works when I try to use it). How can I rewrite this so it doesn't use the -> operator?

2006-10-30 01:38:17 · 1 answers · asked by Anonymous

2006-10-30 01:30:00 · 6 answers · asked by bob 1

2006-10-30 01:14:01 · 8 answers · asked by Kristen P 2

I am a software developer and I have created an installation setup program in Visual Studio for the software I wrote in Visual Basic. Another person downloaded my program and installed it to their computer. But when they tried to run my software they got the error message:

Run-time error '339':
Component 'MSMAPI32.OCX' not correctly registered: file is missing or invalid.

My program uses MAPI to send out email messages. I thought all Windows systems would have MAPI installed on them. Should I add the MAPI OCX file to my installation program and do I have the legal right to do so? Does Microsoft authorize developers to distribute that component with their applications? Do I need to distribute some other Microsoft components that my program uses, like ADO and Excel? How do I know which components I legally can and should include in my installation program?

Any help is appreciated.

2006-10-30 00:56:39 · 2 answers · asked by blue_prince_of_dallas 2

I want to study a programming language so that i could easily get a job.

2006-10-30 00:50:19 · 17 answers · asked by muffin 2

I want to find in the WURFL database all devices and capabilities (like an DISTINCTROW query)

2006-10-30 00:22:04 · 2 answers · asked by Anonymous

I am working with ajax when i am using innerHTML for inserting one jsp's (this one has ) response to other jsp page then its working absolutly fine but incase of IE browser its not performing. its showing javaScript error.
So any guesses its urgent i have already spend lot of time.
Thanks every one

2006-10-30 00:05:24 · 2 answers · asked by jas.rohilla 2

Can you tell me about encrypted games or better known signed games for the psp. Why can't you work out the MASTER key from the SLAVE key. How does the sercurity work?

2006-10-30 00:00:06 · 3 answers · asked by god0fgod 5

2006-10-29 23:44:40 · 6 answers · asked by Anonymous

is there anyone who can design some good database for me in access 2003. is it simple not much complicated, i am confused in relationship between the tables.

2006-10-29 23:30:36 · 2 answers · asked by Anonymous

fedest.com, questions and answers