Forum: JavaScript / DHTML / AJAX 11 Days Ago |
| Replies: 3 Views: 450 Re: change cursor from pointer to hand Put ur applet in a seperate div or span and on their onmouseover and onmouseout events write a javascript function to change cursor.
<span onmouseover="changeToPointer();"... |
Forum: JavaScript / DHTML / AJAX 15 Days Ago |
| Replies: 17 Views: 1,220 |
Forum: Java 15 Days Ago |
| Replies: 3 Views: 162 |
Forum: JavaScript / DHTML / AJAX 15 Days Ago |
| Replies: 17 Views: 1,220 |
Forum: C 15 Days Ago |
| Replies: 4 Views: 175 Re: help me with this code #include<stdio.h>
#include<string.h>
float avg(float);
main()
{
FILE *p[2];
int k,students=10,subjects=4,i,j,id_number,date_of_birth,fail=0;
float marks[100],total=0,avg;
char... |
Forum: JavaScript / DHTML / AJAX 16 Days Ago |
| Replies: 17 Views: 1,220 |
Forum: JavaScript / DHTML / AJAX 16 Days Ago |
| Replies: 17 Views: 1,220 |
Forum: JavaScript / DHTML / AJAX 16 Days Ago |
| Replies: 5 Views: 353 Re: Two drop downs with image Fetching paths from database would little lengthy, so its better to set the path manually:
var imgArr = new Array();
//width, height are the width and height of the image
imgArr[0] = new... |
Forum: JavaScript / DHTML / AJAX 16 Days Ago |
| Replies: 5 Views: 353 Re: Two drop downs with image You have to specify the path of the image. You have 2 options: 1. fetch the paths from database or 2. manually write the path for all the images. |
Forum: JavaScript / DHTML / AJAX 16 Days Ago |
| Replies: 5 Views: 353 Re: Two drop downs with image for second select option write a event-handler for onchange event.
like :
<select onchange='showImage(this)'>
.
.
.
</select> |
Forum: JavaScript / DHTML / AJAX 16 Days Ago |
| Replies: 17 Views: 1,220 |
Forum: JavaScript / DHTML / AJAX 17 Days Ago |
| Replies: 4 Views: 567 Re: DHTML pop up help then put that table at last and make its position absolute and make top, left also 0,0
<table style='position: absolute; top: 0px; left: 0px; width: 100%; height: 100%'>
<tr>
<td align='center'... |
Forum: JavaScript / DHTML / AJAX 17 Days Ago |
| Replies: 4 Views: 567 Re: DHTML pop up help Some code change:
<table style='height: 100%; width: 100%;'>
<tr>
<td align='center' >
<div id='styled_popup' name='styled_popup' style='border:1px solid #000000; width: 380px; height: 300px;... |
Forum: Python 20 Days Ago |
| Replies: 1 Views: 166 |
Forum: C 20 Days Ago |
| Replies: 3 Views: 188 Re: using c in software What everthing you see can be done with programming( C ). So keep your eyes open when you are using your Windows, Unix Or Linux.
just think what u can add to software, which will be helpful to... |
Forum: JavaScript / DHTML / AJAX 20 Days Ago |
| Replies: 5 Views: 401 Re: Help please Yes u r correct. Thats why we are suggesting u to learn some general purpose languages, so that u would be able to interact with the database.
The theme is that:
you create a page on website using... |
Forum: C 20 Days Ago |
| Replies: 10 Views: 529 |
Forum: Python 21 Days Ago |
| Replies: 1 Views: 166 Django help!! Hi python guys,
I just started to dig in Python. I am new to this. I came close to Python when I got a project to be done with Django.
I got stuck when I was fetching data from database(mysql).... |
Forum: JavaScript / DHTML / AJAX 21 Days Ago |
| Replies: 5 Views: 401 Re: Help please Adding to SOS, i want to tell u that HTML is used as presentation layer ie it is used to present somthing(text, image etc.) on the web page.
like
<input type='button' value='Click me!'>
above... |
Forum: C 22 Days Ago |
| Replies: 10 Views: 529 Re: our very own OS OS is like a layer between ur hardware and ur application program. OS is very close to hardware. So it is not wrong to say that OS is hardware dependent.
As far as WinXp is concerned it is... |
Forum: JavaScript / DHTML / AJAX 23 Days Ago |
| Replies: 5 Views: 610 |
Forum: C 23 Days Ago |
| Replies: 7 Views: 308 |
Forum: C 23 Days Ago |
| Replies: 7 Views: 308 |
Forum: JavaScript / DHTML / AJAX 23 Days Ago |
| Replies: 4 Views: 661 Re: Maintain Div Postion on Refresh if only the div content have to be changed then why u r refreshing whole page(u can use ajax). And to maintain the position while new content is added use textarea instead of div.
what say? |
Forum: JavaScript / DHTML / AJAX 24 Days Ago |
| Replies: 4 Views: 661 Re: Maintain Div Postion on Refresh give some id to the div. And by using its id change the content of the div.
HTML:
<div id="mydiv"></div>
JavaScript:
var mydiv = document.getElementById("mydiv"); |
Forum: C 25 Days Ago |
| Replies: 11 Views: 276 Re: Sentence separation.. There is no general rules, you have to take care of these exceptions.
You have to Develop some sort of algo to handle these exceptions.
At first sight it seems easy but things are getting... |
Forum: JavaScript / DHTML / AJAX 25 Days Ago |
| Replies: 2 Views: 349 Re: Hide file location on server one thing can be done. Bring all the content of file.html through HTTP response and put it on index.html by using javascript(innerHTML). |
Forum: C 25 Days Ago |
| Replies: 11 Views: 276 |
Forum: C 25 Days Ago |
| Replies: 11 Views: 276 Re: Sentence separation.. hey its easy try it.
read characters from file in a buffer until u encounter a dot(.) save that buffer which is your sentence.
What say...? |
Forum: C 25 Days Ago |
| Replies: 12 Views: 336 Re: Reversing doubly linked list? Hey have u checked the code that i posted. No you haven't.
I and Ancient dragon had mentioned some points there about the ur code. Did u understand those points.
Again,
You have not taken care of... |
Forum: C 25 Days Ago |
| Replies: 9 Views: 294 |
Forum: C 25 Days Ago |
| Replies: 12 Views: 336 |
Forum: C 26 Days Ago |
| Replies: 12 Views: 336 |
Forum: Community Introductions 26 Days Ago |
| Replies: 3 Views: 159 Re: Hi to everyone hey welcome,
Stick to Web Development forums. You will get lots of good and helpful people there.
BEST OF LUCK!! |
Forum: C 26 Days Ago |
| Replies: 12 Views: 336 Re: Reversing doubly linked list? hey Ancient Dragon,
the conditon
if(*sPtr != NULL)
is already been checked in the while loop and depending upon the value of currentPtr the value of previousPtr is changing in that loop. If u... |
Forum: C 26 Days Ago |
| Replies: 12 Views: 336 Re: Reversing doubly linked list? You are coding doubly link list, and not taking care of prev pointer while inserting new items.
You have not type casted malloc.
You have used delete as function name, whic is wrong as delete is... |
Forum: C 26 Days Ago |
| Replies: 10 Views: 529 Re: our very own OS hey 0xB8000 is the starting address of VDU memory. If u write any thing on this memory location it will be displayed on the screen.
But one thing I want to know what is ur operating system's... |
Forum: JavaScript / DHTML / AJAX 28 Days Ago |
| Replies: 6 Views: 614 |
Forum: JavaScript / DHTML / AJAX 28 Days Ago |
| Replies: 3 Views: 524 |
Forum: JavaScript / DHTML / AJAX 28 Days Ago |
| Replies: 6 Views: 614 Re: Radio button You know what makes ur life hell here.
Yes your Code itself. What the hell u have coded. No code tags.
As u r a new poster, I am solving ur problem.
Here is ur code that i modified (is this was... |