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

Programming & Design - September 2007

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

2007-09-21 05:51:14 · 3 answers · asked by Jasmina L 1

What is the exact use of each of this language (or package?)?
Please specify which application is the best preffered under which kind of situation

2007-09-21 04:15:54 · 3 answers · asked by renuka 1

Why cant we create a folder called "con" in Windows?

2007-09-21 03:56:51 · 8 answers · asked by ruchi_sliit 1

please mention tht u know all about making cell phone softwares, thnxx

2007-09-21 03:50:22 · 3 answers · asked by great 1

i want to build a website like myspace but better but i dont have the money to make one on the sites that need money so where can i make a site for free but still be great and able to load pics and whatever?

2007-09-21 02:25:42 · 6 answers · asked by Oia 1

with flash animation etc. Thanks ;)

2007-09-21 00:48:06 · 3 answers · asked by destiny 1

Hi

I am a chemistry student and a report I am writing includes an equation. However I cant type the full thing because 1 of the parameters has a superscript and then that parameter has a superscript itself ie a double superscript. Everytime i try 2 use the normal superscript function twice over it doesnt work!! Please help - i dont want to copy and paste the equation coz its looks cheap but copying and pasting the difficult part amongst normal Word text looks very silly too!

On Microsoft Word 2003, how can u make a double superscript?

THANKIES!!! :)

2007-09-21 00:42:58 · 5 answers · asked by Anonymous

Give sites

2007-09-20 21:59:42 · 1 answers · asked by ? 3

2007-09-20 21:23:42 · 4 answers · asked by Anonymous

What is wrong with the following algorithm? The algorithm is an (incorrect) answer to question A.
1. Put the numbers together into a group
2. Sort the numbers
3. For each number in the group
o Print the number

QUESTION A:
Write a general algorithm (in plain English) to sort a set of numbers into smallest-to-largest order.

2007-09-20 20:39:36 · 9 answers · asked by sdc 1

I need to convert a char in java to an int... how can this be done?

2007-09-20 19:12:11 · 3 answers · asked by Anonymous

can someone help me with lua scripting and how to do it because i am not sure if you have to write or script on notepad or a certain software so plz give me a download if so.

2007-09-20 19:00:57 · 1 answers · asked by Anonymous

var loop1
loop1=0
while(loop1<13)
{
coarray[loop1]=new Array()
loop1++
}

coarray[0][0]="Black"
coarray[1][0]="Brown"
coarray[2][0]="Red"
coarray[3][0]="Orange"
coarray[4][0]="Yellow"
coarray[5][0]="Green"
coarray[6][0]="Blue"
coarray[7][0]="Violet"
coarray[8][0]="Grey"
coarray[9][0]="White"
coarray[10][0]="Gold"
coarray[11][0]="Silver"
coarray[12][0]="None"

ive already declared each coarray with an array inside of it, but how do i access it? without doing this

var tempvar=coarray[0]
tempvar[0]="Black"

i didn't want to do that because it would be a hassle :(

2007-09-20 18:57:56 · 3 answers · asked by Anonymous

HOW DO I BUILD A NEURAL NETWORK?? HAS IT GOT SOMETHING TO DO WITH C\C++?? PLEASE GIVE ME SOME IDEAS

2007-09-20 18:56:42 · 2 answers · asked by Thepacifier 1

I am making a website with Dreamweaver and want to put a "coming soon" page. My "coming soon" page will be a full page image. The problem I am having is that on my 17" screen it shows up fine but when I tested it on a 15.4" screen the results were much different. Is there a way to setup the web page so that no matter what size browser or resolution is used it will always load at that browsers full screen? I don't want scroll bars or anything. All I want is for the image to fit exactly on the page with any browser, screen size, or resolution.

Thanks for your help.

2007-09-20 18:24:15 · 6 answers · asked by Charlie R 1

Running CA ACF2 on zOS and trying to allow all developers read access to the JCL libraries without allowing them execute access. ACF2 will generate a warning upon rule compile and change the access from Read allowed to Read allowed and execute allowed, ie. R(A) to R(A) E(A)

How do I provide read access and prevent/prohibit execute access?

2007-09-20 16:45:05 · 1 answers · asked by Truth be Told 3

I need to code a website which will be database intensive.
The host provides mySQL database free.
Is VB .NET good for choice for coding the website?
If so, with version is best for internet applications?

2007-09-20 15:58:41 · 4 answers · asked by Indiana Jones 6

and the work is really lame and easy (I've already finished my testing) Do you think its ok to read books that enhance my coding skills, especially if no one really cares and the work is done? I mean come on, it would be more productive than being on Yahoo! answers.

2007-09-20 15:00:58 · 2 answers · asked by Anonymous

I have an excel file that loads data into a temporary sheet when the file is opened. The data is then manipulated and stored in another permanent sheet within the file. With both temporary sheet and permanent sheet filled with data, the excel file is becoming huge.
I want to write a macro that will clear contents of the temporary sheet when the file is closed.
Thanks for your help in advance.

2007-09-20 14:14:25 · 3 answers · asked by Rafay B 1

Does any one know assembly language i would like to learn and no websites teach help

2007-09-20 14:07:03 · 3 answers · asked by ▒Cyclo ßenzene▒ 4

Ok, to link a background image you have to type:

background-image: url(link);

But for that background image link, can it be (assuming this is the correct directory):

images/background.jpg

INSTEAD OF

www.yourdomain.com/images/background.jpg ?

I tried shortening it to the first one, but it didn't work. (confused)

Thanks!

2007-09-20 11:52:17 · 5 answers · asked by Anonymous

Hey guys, I've developed some software that uses a database. Is there any way I can somehow put a file onto any pc that acts as the database file and can be modified by the user without having to have SQL on every computer?

2007-09-20 10:45:26 · 6 answers · asked by austin 2

I get this error:

"Could not save file as [file path] because the file is locked."

It tells me to unlock it by going into "properties" for that particular file, but it's not set as "Read only"!

Can you help me solve this?

2007-09-20 10:13:25 · 3 answers · asked by -Incline- 4

I am trying to create a Vlookup function with an additional argument to
return if the vlookup function evaluates to #N/A (Below is the code).

It works fine unless the function evaluates to #N/A.

I would greatly appreciate any help,
Michael

Function VLOOKUP_NA(VAL1, Range, OFFSET, TF, NAVALUE)

If WorksheetFunction.IsNA(WorksheetFunction.VLookup(VAL1, Range, OFFSET,
TF)) <> False Then
VLOOKUP_NA = NAVALUE
ElseIf WorksheetFunction.IsNA(WorksheetFunction.VLookup(VAL1, Range, OFFSET,
TF)) = False Then
VLOOKUP_NA = WorksheetFunction.VLookup(VAL1, Range, OFFSET, TF)
End If

End Function

2007-09-20 09:03:54 · 2 answers · asked by msaathof 3

I wrote HTML code in the notepad and how can I save it as an HTML file?

2007-09-20 08:52:58 · 10 answers · asked by catey 2

I want to teach someone and we have to see each other's screen(monitor) and also we want see each other's face and have a voice chat

2007-09-20 08:49:36 · 7 answers · asked by Mahdi 2

Can someone giveme a brief but very large description of what a variable is in programming including theories how it works and obviously some examples.
P.S Best answer will be given!!

2007-09-20 08:05:53 · 3 answers · asked by Anonymous

fedest.com, questions and answers