Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 34 of 34
Search took 0.01 seconds; generated 1 minute(s) ago.
Search: Posts Made By: Uday
Forum: JavaScript and Client-Side Browser Scripting Jun 14th, 2006, 10:20 AM
Replies: 9
Views: 477
Posted By Uday
Exactly. Putting such large animations (6.2MB)...

Exactly.

Putting such large animations (6.2MB) :eek: Makes the website slower and it is against good website designing rules. It is possible but it will take a lot of bandwidth and most of the...
Forum: C Mar 29th, 2006, 8:33 PM
Replies: 5
Views: 220
Posted By Uday
I wrote this program to test whether the sting...

I wrote this program to test whether the sting ends with '\0'. I noticed that there is some problem with this part (I was trying another program that is a bigger one. That program is posted below). I...
Forum: C Mar 29th, 2006, 6:23 AM
Replies: 5
Views: 220
Posted By Uday
Problem with strings

This program is not terminating. Can anyone tell me what is the problem with the code.



#include<Stdio.h>
#include<String.h>
void main()
{
int i=0;
char str1[10];
Forum: JavaScript and Client-Side Browser Scripting Mar 13th, 2006, 9:12 AM
Replies: 13
Views: 409
Posted By Uday
<html> <head> </head> <body> <script...

<html>
<head>
</head>
<body>

<script type="text/vbscript">
dim comp
dim names(3)
comp="Jani"
names(0)="tove"
Forum: JavaScript and Client-Side Browser Scripting Mar 13th, 2006, 8:37 AM
Replies: 13
Views: 409
Posted By Uday
Use or

Use or
Forum: JavaScript and Client-Side Browser Scripting Mar 13th, 2006, 8:29 AM
Replies: 13
Views: 409
Posted By Uday
I checked my book and found that and is used in...

I checked my book and found that and is used in logical conjuction and if you have to concatenate the strings use &
Forum: JavaScript and Client-Side Browser Scripting Mar 13th, 2006, 8:21 AM
Replies: 13
Views: 409
Posted By Uday
This shows ToveJani So you can concatenate a...

This shows ToveJani

So you can concatenate a string using &

<html>
<head>
</head>
<body>

<script type="text/vbscript">
Forum: JavaScript and Client-Side Browser Scripting Mar 13th, 2006, 8:14 AM
Replies: 13
Views: 409
Posted By Uday
very true

very true
Forum: JavaScript and Client-Side Browser Scripting Mar 13th, 2006, 8:10 AM
Replies: 13
Views: 409
Posted By Uday
This code is showing Tove So to use the array one...

This code is showing Tove
So to use the array one can use dim nameofarray(number of array)

<html>
<head>
</head>
<body>

<script type="text/vbscript">
dim names(2)
Forum: JavaScript and Client-Side Browser Scripting Mar 13th, 2006, 7:39 AM
Replies: 13
Views: 409
Posted By Uday
http://www.w3schools.com/vbscript/default.asp Now...

http://www.w3schools.com/vbscript/default.asp

Now i need to learn from the site

http://www.w3schools.com/vbscript/tryit.asp?filename=vbdemo_ucase
Forum: JavaScript and Client-Side Browser Scripting Mar 13th, 2006, 7:03 AM
Replies: 13
Views: 409
Posted By Uday
To check upper case you must check the ascii...

To check upper case you must check the ascii value of it. I.e checking the ascii value and if it is in between 32 and some number then it will be in upper case. This must be done to all the...
Forum: JavaScript and Client-Side Browser Scripting Mar 13th, 2006, 6:58 AM
Replies: 6
Views: 285
Posted By Uday
Thank you for the code, now I have to start...

Thank you for the code, now I have to start working on it.
Forum: Coder's Corner Lounge Mar 9th, 2006, 9:06 PM
Replies: 34
Views: 643
Posted By Uday
The Aminda...

The Aminda Simputer
http://www.picopeta.com/

http://www.picopeta.com/showcase/index.php
Forum: Bash / Shell Scripting Mar 8th, 2006, 2:39 AM
Replies: 4
Views: 422
Posted By Uday
Don't know about books but try this...

Don't know about books but try this website
http://www.computerhope.com/batch.htm
Forum: JavaScript and Client-Side Browser Scripting Mar 7th, 2006, 8:57 AM
Replies: 4
Views: 244
Posted By Uday
It works. Thanks.

It works. Thanks.
Forum: JavaScript and Client-Side Browser Scripting Mar 7th, 2006, 5:20 AM
Replies: 4
Views: 244
Posted By Uday
when 4 and 4 is given it earlier used to show...

when 4 and 4 is given it earlier used to show 44

Now it shows 404

The other things like substraction, multiplication and division is working but only additon is not.
Forum: JavaScript and Client-Side Browser Scripting Mar 7th, 2006, 4:32 AM
Replies: 4
Views: 244
Posted By Uday
Calculator

<html>
<head>
<title>
Calculator
</title>
<body bgcolor="pink">
<script language="javascript">
function add()
{
var i=0;
Forum: Coder's Corner Lounge Mar 7th, 2006, 3:48 AM
Replies: 64
Views: 1,226
Posted By Uday
I use a P3 with .55 ghz. Hp brio ba 600. The main...

I use a P3 with .55 ghz. Hp brio ba 600. The main problem with HP pc's is that the servicing is very costly.
Forum: Community Introductions Mar 6th, 2006, 10:26 PM
Replies: 15
Views: 310
Posted By Uday
Fred are you from vietnam and is there any good...

Fred are you from vietnam and is there any good vietnames military forums in English?
Thank you
Forum: Coder's Corner Lounge Mar 6th, 2006, 10:19 PM
Replies: 302
Views: 6,903
Posted By Uday
My opinion about god is god did not exist in the...

My opinion about god is god did not exist in the form human beings worship. I did not know god exists in any other form like the energy that hold the universe and its many forms like gravitational...
Forum: Other Scripting Languages Mar 6th, 2006, 10:12 PM
Replies: 11
Views: 458
Posted By Uday
TASKKILL /F /IM iexplore.exe /FI "STATUS eq...

TASKKILL /F /IM iexplore.exe /FI "STATUS eq RUNNING"

This command is not working in windows 98
Forum: JavaScript and Client-Side Browser Scripting Mar 6th, 2006, 10:01 PM
Replies: 6
Views: 285
Posted By Uday
To name the text box automatically

Is it possible to name the text boxes that are created automatically and how to do it?

ex:


for(i=0;i<;i++)
{
document.write('<input type="text" name=?>');
}
Forum: JavaScript and Client-Side Browser Scripting Feb 26th, 2006, 12:22 AM
Replies: 6
Views: 266
Posted By Uday
The problem which I am trying to solve is this...

The problem which I am trying to solve is this one.

Design a web page that accepts a matrix as input and computes its transpose. The web page should have two text boxes and a submit button labelled...
Forum: JavaScript and Client-Side Browser Scripting Feb 23rd, 2006, 3:09 AM
Replies: 6
Views: 266
Posted By Uday
Thanks a lot. The code is working fine and I...

Thanks a lot. The code is working fine and I tried some of the other HTML codes like <p></p> between the document.write and it is working. So I think that most of the html codes can be run using the...
Forum: Coder's Corner Lounge Feb 22nd, 2006, 10:04 PM
Replies: 302
Views: 6,903
Posted By Uday
I am a Hindu. Hinduism has its beauty and...

I am a Hindu. Hinduism has its beauty and restrictions. But overall it is a religion that gives immense freedom. Even to believe in god or not. Still one can be a hindu. Regligious wise the...
Forum: JavaScript and Client-Side Browser Scripting Feb 22nd, 2006, 9:56 PM
Replies: 6
Views: 266
Posted By Uday
Mr.DaWei, The JS part will execute inside the...

Mr.DaWei,

The JS part will execute inside the body part.

eg:


<html>
<body>
<script language="javascript">
Forum: JavaScript and Client-Side Browser Scripting Feb 22nd, 2006, 8:57 AM
Replies: 6
Views: 266
Posted By Uday
Problem to create a textbox automatically

Hello Friends, I am unable to create a webpage in which I can create input type automatically or the number of times.

like

<code>
for(i=0;i<2;i++)
{
<input type="text">
}
</code>
Forum: HTML / XHTML / CSS Jan 28th, 2006, 1:40 AM
Replies: 11
Views: 373
Posted By Uday
This will be helpful to you.

This will be helpful to you.
Forum: HTML / XHTML / CSS Jan 28th, 2006, 1:40 AM
Replies: 11
Views: 373
Posted By Uday
<html> <head> <script...

<html>
<head>
<script language="javascript">
function openURL()
{
selInd = document.theForm.list.selectedIndex;

goURL = document.theForm.list.options[selInd].value;

top.location.href = goURL;
Forum: JavaScript and Client-Side Browser Scripting Jan 7th, 2006, 11:59 PM
Replies: 5
Views: 315
Posted By Uday
<html> <head> <title>Programming...

<html>
<head>
<title>Programming forum
</title>
</head>
<script language="javascript">
document.write("ENTER YOUR COMMENT");
function valuetest()
{
Forum: C Nov 2nd, 2005, 1:01 AM
Replies: 21
Views: 457
Posted By Uday
Always use clrscr() function after declaring int...

Always use clrscr() function after declaring int or data types. Else it always gives the error.


#include<stdio.h>
void main()
{
clrscr();
int i;
for (i=1;i<10;i++) ...
Forum: C Nov 1st, 2005, 12:32 AM
Replies: 10
Views: 329
Posted By Uday
so the user can continually enter values until...

so the user can continually enter values until they get bored of it.
Try this out:

#include<stdio.h>
#define DAYS_IN_WEEK 7
main()
{
int loop,value,weeks,days;
char y;
clrscr();
Forum: C Oct 31st, 2005, 9:50 AM
Replies: 10
Views: 329
Posted By Uday
No need to enter the loop: Here is the code and...

No need to enter the loop: Here is the code and it is working

#include<stdio.h>
#define DAYS_IN_WEEK 7
void main()
{
int value,weeks,days;
clrscr();
printf("Enter the days");
scanf("%d",&value);
Forum: C Oct 31st, 2005, 9:24 AM
Replies: 10
Views: 348
Posted By Uday
In a more simplified manner without any function...

In a more simplified manner without any function returns

#include <stdio.h>
void main()
{
printf("Hello\n");
}


or
Showing results 1 to 34 of 34

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 11:44 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC