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

2007-02-28 17:27:00 · 5 answers · asked by r.magesh r 1

i have this report about cobol and i cant seem to find the data types of the COBOL programming language. help, anyone...

2007-02-28 17:02:11 · 1 answers · asked by mykel 1

2007-02-28 16:35:30 · 3 answers · asked by jam 1

please answer in detail.i hv to prepare it for my board exams.

2007-02-28 16:22:24 · 6 answers · asked by Anonymous

it is a comp. question.please answer in detail.i want to prepare it for my board exams.

2007-02-28 16:17:20 · 4 answers · asked by Anonymous

i never understod this

2007-02-28 16:11:09 · 3 answers · asked by Anonymous

Will not let me indent second line of bibliographic info only, cuz it indents first one too. wut 2 do2 ix dis?

2007-02-28 16:09:39 · 4 answers · asked by Anonymous

We are wanting to get a website created for a wrestling federation, and We were trying to get qutoes for custom websites. Can anyone help?

2007-02-28 16:00:47 · 4 answers · asked by ryansbabe10122004 1

Im trying to make my script so that it sends the text from 2 text boxes to the top, but i can only get it to bottom

the send.php

$thedate = date("F d, Y");
$filename = "downloads.php";
$user = $_GET["name"];
$message = $_GET["message"];
$out = fopen($filename, "a");
if (!$out)
{
print("Could not append to file");
exit;
}
fputs ($out,implode,("\n"));
fwrite($out,"$thedate - $name
");
fclose($out);
?>

in html file to send to code:


Admin Add Download



Link Text:


Link:





2007-02-28 15:45:03 · 3 answers · asked by Anonymous

???

2007-02-28 15:36:07 · 2 answers · asked by Anonymous

computer

2007-02-28 15:31:35 · 4 answers · asked by Riska M 1

I've never had a website before, if I buy one from them do I own it? And what can I do with it, can I have someone design the page or something? I need a website but don't know how to do anything.

2007-02-28 15:06:00 · 5 answers · asked by Nate W 1

Please. I have read onts of tutorials, but if someone could go through it step by step? I really need to know for my site.

2007-02-28 14:01:17 · 2 answers · asked by Hanako 1

here is the code of the web service
does anyone knows how to call this service in vb.net

_
Public Function connection() As Integer
Dim conn As New SqlConnection("Server=myserver;Trusted_Connection=True;")
Dim cmd As New SqlCommand("Select count(*) from person", conn)
Dim i As Integer
conn.Open()
i = cmd.ExecuteScalar()
conn.Close()
Return i
End Function


i would like if someone post a code for calling this webservice

2007-02-28 13:43:32 · 2 answers · asked by akshay 2

I am writing a query that will select data from 3 different tables - movies, dates, and images. In the dates and movies table there will always be exactly 1 row for each movie, but in the images table there may be multiple rows for a given movie.

The results I want may contain multiple movies - all the movies that start on a specific date, but I need to limit the results to exactly one row for each movie. Right now I am getting multiple rows for the movie if I have multiple images.

For example, I want:
March2, Wild Hogs, image1
March2, Zodiac, image1

What I'm getting is
March2, Wild Hogs, image1
March2, Wild Hogs, image2
March2, Zodiac, image1
March2, Zodiac, image2

I guess I could do this by running two separate queries, but I would prefer to do it in one.

2007-02-28 13:41:21 · 3 answers · asked by Justin H 7

I want to know the differences between these server-side scripting lanuages and benefits of one over another, performance, load balancing, security, etc.

Thanks

2007-02-28 12:53:48 · 1 answers · asked by Manish 5

#include
#include
#include
#include

void segment_fault_handler(int x)
{

*((int *)((int)(&x))+0)=x;
printf("line 17");

}


int main()
{
int r2 = 0;

signal(SIGSEGV, segment_fault_handler);


r2 = *( (int *) 0 );


printf("Ran instruction\n");

return 0;
}


this compiles and but when i try to run the .exe file i get a segmentation fault error, it does print out "Line 17" once, can someone please try to help debug this.

2007-02-28 12:44:07 · 1 answers · asked by Help me Pick my Brain 2

2007-02-28 12:30:53 · 11 answers · asked by Miss Annie Fanny 2

i want to tweak my myspace but everytime i try to use the codes they dont work>? pls explain :s

2007-02-28 12:03:21 · 2 answers · asked by xhollybabyx 1

ok theres a camera on my apple laptop, and i want to know how to put the pictures through paint so i can paint stuff on the background and like photoshop so i can change stuff???
:]]

2007-02-28 11:55:34 · 3 answers · asked by imxsoxgangsta 1

Does anyone know if there is a free filter out there for download to make a voice recording sound like it's a radio transmission? Or if there's a technique to mimic that effect while recording?

2007-02-28 11:50:37 · 4 answers · asked by John 2

I'm trying to put an image to the right of another image, so that they appear on my page side by side. How would I go about this in the best way. If it is CSS or table, please explain in detail. Thanks a heap.

2007-02-28 11:42:49 · 2 answers · asked by chaotix66 1

Can someone explain how to go back and forth between these numbers? thank you

2007-02-28 11:21:26 · 4 answers · asked by bunnylover1987 1

am having trouble..I want to know what the ALT code for a heart is for windows live messenger I already tried ALT+3 but it shows up as a square....??

2007-02-28 11:21:09 · 4 answers · asked by destinee_01232003 1

OK. Here's My problem.. It has to deal with Word Document. How do i get rid of the paragraph symbol. I can't figure out how to get rid of it. I don't even know how it got on there. i know there is a way to get it on the word document and to get rid of it but i don't remember how though

SO how do you get rid of the paragraph symbol in Word Doc.

2007-02-28 10:53:56 · 5 answers · asked by Gothic Girl 4

i need to start one

2007-02-28 10:36:42 · 4 answers · asked by Davidandeva 1

i have python 2.4 in my computer...
i also have euphoria...
which of the two is the best?

2007-02-28 10:34:16 · 3 answers · asked by Anonymous

2007-02-28 10:34:16 · 2 answers · asked by new orleans gurl 1

whats the RIGHT! code to hide your URL box so that if your page is set to privite, people wont see your URL down there. Plz let me know........all the other ones that I've tried only hide it when your in my page, i want the one that hides my URL box when in my page out when not in my page.

2007-02-28 10:30:06 · 2 answers · asked by Anonymous

This for my Ethics Class

2007-02-28 10:24:17 · 1 answers · asked by Osarogie 6

fedest.com, questions and answers