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

Programming & Design - October 2007

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

2007-10-31 22:07:19 · 6 answers · asked by rathna m 1

what are your problems while learning VB,?

2007-10-31 20:33:40 · 2 answers · asked by Ace460 1

what is the difference between $_SESSION['member_name']='name'; and session_register('$member_name');

2007-10-31 18:24:48 · 2 answers · asked by kpraman 1

Hi i have never programmed in c before but i need this program to print the fibonacci sequence for the value entered. ie 6 =112358
Here is what i have

#
#
#
# u
#
set i = $argv[1]
if ($i == 0) then
return 0;
else if ($i == 1) then
return 1;
else
return fib[num - 1] + fib[num - 2];
endif
#
exit 0
#

2007-10-31 18:22:15 · 4 answers · asked by haze_51 1

When I surf a web page in my computer, I get the web page I downloaded last not the present one I have refresh to get the current web page. Can any one give a reason/solution?

2007-10-31 18:14:49 · 2 answers · asked by Joseph T 1

I wrote a sub- in a particular cell, I display value of some calculations. It means there is an output.

But, the definition of sub says there is no output. Then, how does it differ from function?

2007-10-31 15:00:47 · 4 answers · asked by Kanchan G 2

Any where I go my IE screen is only half the size it should be

2007-10-31 12:35:03 · 10 answers · asked by Anonymous

website. I would like to make it into a program. Any ideas please

2007-10-31 10:46:10 · 2 answers · asked by Anonymous

Is it possible to get something like Quick Basic to run commands that are like a key press, so if I ran the program it would press the space key or the h key. If so, how?

2007-10-31 09:21:17 · 1 answers · asked by One With No Name 2

I'm working on a website that has a three-column layout with a header and a footer. The left column is used for navigation, and therefore always has the same content. The middle column, however, always expands to fit the content because some pages have more text than others. Since the left column has a background color, it's quite obvious when it stops and leaves a lot of whitespace between the bottom of the left column and the footer. Is there a way to get the left column to expand to its maximum height without specifying a separate height in pixels on each page?

I already tried the suggestions on this page
http://www.webmasterworld.com/forum83/200.htm
but they didn't seem to work, perhaps because I'm using a div to contain the three columns and not . Any leads in the right direction would be appreciated.

2007-10-31 06:34:28 · 2 answers · asked by drshorty 7

It seems like the qualifiers big and little have been created purposely to confuse people. Am I missing something?

2007-10-31 05:46:08 · 4 answers · asked by Joe 4

Give some examples...
useful references...

2007-10-31 04:33:08 · 3 answers · asked by David Junior 3

I have to write a 1-2 page paper on can computers think for my Technology/Society class and we have to debate on whether or not a computer can think. I say that the only way they can is if u program it to. I need some help on this do u think they can think on there on? what would be some evidence on that?

2007-10-31 04:18:24 · 22 answers · asked by bluedevilsgirl07 2

I'm new at this.
If I write several sub procedures that can/will be called numerous times by other macros, I understand that the sub procedure contains "End Sub". Does the macro stop?
After excuting the sub procedure, I can't see how the sub procedure "Returns" to the Macro from which it is called, and to the "proper point" from which it was called.
Is it automatic?
Does it need another statement?
Damn books!
Lotus 123, merely used a "return" statement. Old hat now.

Help Please.

2007-10-31 03:43:50 · 1 answers · asked by ed 7

I am currently sending out a news letter in a plain text email because I haven't gotten the HTML format to work yet.

However, when I send out the message, the formatting seems to get screwed up depending on what mail servers it goes through. Some people receive it as one solid block of text with no line breaks. Others receive it as intended. And other receive it with multiple line breaks where only one was intended.

Is there any way to get consistency with the message formatting?

Also, when the PHP script is taking information from a text fields, does it automatically put "\r" characters at any carriage returns?

2007-10-31 03:33:09 · 1 answers · asked by Justin H 7

Hi,

I'm wondering if Win IIS 6 comes with a built-in rewrite rules engine. I've got my website on a webhotel running IIS 6 but I'm unable to find out how to enable/perform simple rewrite operations on urls. I know that previous versions of IIS don't have a rewrite engine which actually seems to be the case also here.

Thanks
E

2007-10-31 02:57:00 · 1 answers · asked by Mike 1

2007-10-31 01:51:50 · 2 answers · asked by Scotty Doesnt Know 7

Any suggestions? The last one did with no problems whatsoever, and this one is just a "tweaked" version of the last one. Any idea what I can do? Thanks!

2007-10-31 01:42:42 · 4 answers · asked by Anonymous

hi
i need to implement a form into a html document that will give ppl an accurate quote
its going on a curtain manufacturers web page.
wat i need is a text field that can take the users curtain size, height and length, then they need to be multiplied (the area, im not much of a mathimatician so please help) by the material cost (this figure needs to b able to be changed easily for fluctuating material costs).
obviously need it to output a figure at the end.

any help would b much appreciated.
am i correct in saying this needs to java?

thanks Jarrod

2007-10-31 00:45:52 · 3 answers · asked by jarrodg2003 3

2007-10-31 00:26:07 · 3 answers · asked by QuestionAnswerTime 1

Give me example...
Any useful links...

2007-10-30 22:22:26 · 5 answers · asked by David Junior 3

Hi all,
I want to automatically open a telnet session through a batch script. The user name and password should also be automatically supplied by the batch script. After opening the telnet session it should execute a set of commands on the telnet server/device. I have tried using some batch script but it opens a telnet window. This is not my objective. I hope there should be some way by which we can suppress the telnet command/run it in the background.
This is very urgent for me and my expertise in batch programming is novice.
Regards,
Ranjan

2007-10-30 18:50:32 · 1 answers · asked by Ranjan Roy 2

I'm new to PHP, but I've made some ASP.NET websites. I'd like to know if you can use a master page with PHP like you can with ASP.NET - something similar to all the different files reference to one master file to show the parts of the website that stay the same.

2007-10-30 18:48:24 · 2 answers · asked by Paul R 2

I have an interview coming up next week for a software developer position, I have my degree in chemistry and haven't had a lot of computer programing experience i've only had 1 semester of java. Is there a lot of experience required for the position.

2007-10-30 16:19:08 · 6 answers · asked by Anonymous

FREE
reliable
able to list who borrowed what and when
able to keep a profile of each borrower...

thnx

2007-10-30 15:13:11 · 3 answers · asked by dianajohnpop2001 2

Can someone tell me how to make this image into a css that will look good using photoshop and dreamweaver? Thanks a lot in advance.

www.milemarker9.com/background.jpg

2007-10-30 10:33:06 · 3 answers · asked by B 1

I've got involved in a internet startup and their site could eventually get very large and employ 10 developers quite easily.

Any ideas which open-source language would be best and why?

e.g. PHP, Ruby on Rails, Java, Perl...?

2007-10-30 10:03:31 · 3 answers · asked by Oliphant 2

I have created a document in In Design. It's 30 pages. On-screen the layout is as it should be. Page 2 follows page 1 etc. However, when I come to print it out I need it to print ready for binding, so the print layout will be different from the on-screen layout. How can I change the sequence so that it prints out correctly? This is really urgent. Is to be printed tonight. Thanks!

2007-10-30 07:49:19 · 2 answers · asked by bigape 1

fedest.com, questions and answers