In 1990, the Sun Microsystems Inc, US has got a project, which is developing remote control software. Different remote controllers having different processors and so they have to develop different sof...
Posts from October 2010
9 result(s) found
Let's have a quick look at what made Java more popular among the existing programming languages like COBOL, FORTRAN, PASCAL, C, C++.Programming language:I'm going to ask some general questions before ...
Now a days, AJAX programming is being used increasingly. As a result, DHTML is playing a vital role in current web. Dynamic HTML is possible through the scripting languages like Javascript and VBScrip...
Here is the fifth article of questions on SCJP 1.5. If you haven't read the fourth article, click here to read.Question: 21Given:1. public class TestOne implements Runnable {2. public static void ma...
Did you get into a situation where you would want original requested URL when you're using struts tiles or jsp includes? This is the most likely scenario where programmer wants original URL requested ...
A very silly issue that could take lot of time for you to realize. Some times, very unlikely, Struts action executes multiple times when form gets submitted. This would happen only with the Firefox br...
I've developed a cross browser compatability script to accept only numbers for a text field on the web page. This works based on the browser events. IE supports the Javascript events in a way which is...
Skype is a very well known online communication tool. Some companies are providing the online chat/call using the Skype software. If you would like to enable Skype call on your web page, follow below ...
Hello... I'm going to explain here about the IFRAME height. IFRAME is a web component and will have different properties and behaviors on different browsers like IE, Firefox, and Chrome.Consider, your...