DangerDev 107 Posting Pro in Training

do you care about employees, or just want work from them?
employee satisfaction is what every firm must take care of.
i think you should arrange a meeting with them and ask what they expect from you? what kind of work environment they want? give them all and see the result.
some time it happens that we give deadline which are hard to meet,,,,take care of that thing also.
you are saying they never meet deadline, so there might be problem with deadline also.
another thing is that give them work according to there capability. analyze who are good in what and then assign work accordingly.

DangerDev 107 Posting Pro in Training

see, its all about passion.
if you have passion for computing, and you enjoy life with computer then, just do it.enjoy the it.
thing is that once you will build career, it will be tough for you to return.
so start now itself.

DangerDev 107 Posting Pro in Training

it depends on where you are going to join PhD, after PhD mostly you'll get research kind of job, but that also depends on your capability.

DangerDev 107 Posting Pro in Training

Hi
You have got nice experience.
Which way you should go ? right...!!!

Importent thing is what's your choice? which option you want? or which one you will enjoy most? ask this question to your self,,,,
all the fields you mentioned are good. They'll pay you back only if you will be efficient on them.
So choose the job you will enjoy most or you feel like doing.

DangerDev 107 Posting Pro in Training

which country do you belong to? it will help people here to figure out solution for you, as each country has got its own education system

if you have time then go for bachlor degree in computer science it will be nice option.

DangerDev 107 Posting Pro in Training

wner\Desktop\VundoFix.exe

er\Desktop\bunny.exe

what are these files?

check the properties of explorer.exe.
when it was modified? if time is after installation then its probably corrupt.

DangerDev 107 Posting Pro in Training

if after blue screen its not returning to os then there might be problem in hard disk,,,, i got the same.

DangerDev 107 Posting Pro in Training

i think .jar will be good option

DangerDev 107 Posting Pro in Training

dont nest forms

(i must do it this way)

what actually you want to do ?

DangerDev 107 Posting Pro in Training

use ajax to do that.
-as user select Groupname it should send request to the server through ajax,
-server will return values in the form of array or simply form all whole sub menu at server.
-use this value to form submenu.

DangerDev 107 Posting Pro in Training

Hi
-First clearly analyze what this function will do
-make flow char or class diagram, or some paper plan
-code it

DangerDev 107 Posting Pro in Training

use array to store the result, and at last show the result.

DangerDev 107 Posting Pro in Training

can you explain your question bit more...

DangerDev 107 Posting Pro in Training

flippin

what does it mean ? document.write("<H2>The information on the computers you requested: </H2>"); use dom to add this in to document.

DangerDev 107 Posting Pro in Training

you can not get 03, you can change 3 to 03 through programming...do i need to tell how ?

DangerDev 107 Posting Pro in Training

. how do i pass in a value for the function to begin its creation of the rows.. ? as i have multiple tables with different IDs scattered through my page...

your question is not clear....
can you explain it,
i think you can pass id and num_row to create row.
whatever you are asking you have already done in your script....

DangerDev 107 Posting Pro in Training

use fscanf() function and some logic,,,,i did same thing using this only

DangerDev 107 Posting Pro in Training

hi
try this
hope this will help

DangerDev 107 Posting Pro in Training

OO programming and java is the worst OO language

its a pathetic openion, probably he doesn't know the beauty of OO programmin,
java is one of the sweetest language on the earth. tell him to learn something about java.

DangerDev 107 Posting Pro in Training

PHP/MySQL. It has many open sources, easy to work and can make wonderful applications.

LAMP rocks !!!!

DangerDev 107 Posting Pro in Training

are you using any special framework library or you have written every thing by your self ?

DangerDev 107 Posting Pro in Training

use onScroll function in body:
use onScroll like this:
<body onScroll="alert('scrolling');">
</body>

on this event reset the left and top property of div element.

DangerDev 107 Posting Pro in Training

that is nothing but table with 1 row and n column, where n is no. of tab. each cell is having background.

DangerDev 107 Posting Pro in Training

please explain your problem. you want doc or what ?

DangerDev 107 Posting Pro in Training

good i knew that, but i wanted you to try...any way nice job

DangerDev 107 Posting Pro in Training

what you want to do with hex data ?

DangerDev 107 Posting Pro in Training

this post may help you.

DangerDev 107 Posting Pro in Training

did you solve that? where is the attachment.

DangerDev 107 Posting Pro in Training

swap finrst and last member increase count for first , decrease count for last do the same......repeat...........

DangerDev 107 Posting Pro in Training

it only needs to work in Internet Explorer.

it has solve your problem,
when you will press ctrl+t(or any other combination) it will return you perticular keyCode using which you can identify the key combination.
in IE you can capture keyCode using window.event.keyCode
use document.onkeypress to capture keypress event on whole document.
see this also.
hope this will solve your problem.

following example may help you:

<html>
<head>
<script type="text/javascript">
document.onkeypress=function()
{
	
	alert(window.event.keyCode);
	 
}
</script>
</head>
</body>
this example will work in IE 6
</body>
</html>
DangerDev 107 Posting Pro in Training

some time we need to write the code for both IE and FF its not a problem....carry on with this code.

DangerDev 107 Posting Pro in Training

i used visula studio 2005, it is not giving any run time error. can you tell what error you are getting.

DangerDev 107 Posting Pro in Training

can you attach your entire code along with flash file as here, it'll help us to understand problem.
still, i think setting z-index property of dropdown may help you.

DangerDev 107 Posting Pro in Training

first try something from your side, if you are getting error put your code here, we will try to do some thing.
No one here would like to spoon feed any one.

DangerDev 107 Posting Pro in Training

Hi
evenif u will acheive this you will have problem, coz browser will also do some function in this case, like Mozilla will start new tab.
so try some thing else.
Why you want to do this, probably we can suggest some thing different.

DangerDev 107 Posting Pro in Training

use onkeydown event in text box,
in this event write a function which will take value of textbox check the length of string and then print the no. in the box......

DangerDev 107 Posting Pro in Training

FireBug is a nice tool to debug in Mozilla.

Steps to use it:
-----------------
-run web page in Mozilla.
-open fire fox if any error is there in javascript you will find that in console,
-clicking on each error will tell you where exactly that occurs
-rectify the error.

Believe me Firebug is damn easy to use and excellent also.

DangerDev 107 Posting Pro in Training

hi you can not do directly like this, the way you have tried is wrong.
getElementById() takes only id.

use elem.getElementsByTagName('tag name');
this will return array of element('tag name') inside elem.
using loop you can...........
i think this much is enough.

DangerDev 107 Posting Pro in Training

the homepage is smaller and doesn't cover all the cell. it's in the middle and there is a lot of black around it.

without code i cant say about the problem still

in container tag add width/height property....hope it will help

How do I make sure the size of the page stays fixed across browsers/computers? it seems to change from one computer to the next.

you can make sure this by checking the appearance of page on different browser during each step of develop.

DangerDev 107 Posting Pro in Training

learn some javascript, at least basics;
and some dom, it will help you to understand what i have written.

DangerDev 107 Posting Pro in Training

hi
change last line of <a..... tag as follow
-put one id attribute there
then:
-using javascript's getElementById() function get that anchor element.
-change the attribute href using function:
element.setAttribute("href","link_str");
-link_str is the complete text link string.

using above method you can dynamically change href attribute of anchor tag

DangerDev 107 Posting Pro in Training

get "The C++ Programming Language", by Bjarne Stroustrup. Solve It.

DangerDev 107 Posting Pro in Training

you can do this by dynamically adding the element in dom tree. for that use
-getElementById()=to get require element
-element.appendChild() to insert new element as child in already present element.

DangerDev 107 Posting Pro in Training

dont use loop for it,
you can do the same job with pattern
or regular expression

DangerDev 107 Posting Pro in Training

to grab element width & height use:
clientWidth clientHeight method on element it returns the viewable width/height of the content on the page, not including borders, margins, or scrollbars
or use

offsetWidth/offsetHeight -returns the width/height of the element, including borders and padding if any, but not margins

DangerDev 107 Posting Pro in Training

i think in your problem random function will help

DangerDev 107 Posting Pro in Training

if(DeleteFile(pFileToDelete ));

remove ;(semi colon)

DangerDev 107 Posting Pro in Training

use header #include <windows.h> [edit]
and syntax example:
DeleteFile(TEXT("datafile.txt"));

its for vc++;

DangerDev 107 Posting Pro in Training

can you post your program.

DangerDev 107 Posting Pro in Training

see following example it may help you:

char chStr[10][10];
		
//populate array with strings
		for(int i=0;i<10;i++)
		{
			strcpy(chStr[i],"hi");
		}
//print the strings 
		for(int i=0;i<10;i++)
		{
			printf("\n %s",chStr[i]);
		}