rexian

Greenhorn
+ Follow
since May 02, 2000
Merit badge: grant badges
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by rexian

The URL works on IE4 but, sometimes gives problems on NN4. Are u referring to NN4 by any chance?
I did. I need a good syntax checker.
Thanks,
Rex
Hello,
I am looking for a JavaScript Debugger. I have used NetObjects ScriptBuilder. Is there anything else available?
Thanks,
Rex
I want to know which tool in the market is the best tool for JavaScript development and has useful features.
I have used NetObjects ScriptBuilder 3.0 and I am not at all impressed by that. There has to be a better product in the market. Does anyone enlighten me?
Thanks,
Rex
I am writing an applet that would dynamically create buttons after reading a resource file in a panel with gridlayout. Then once one of the button is clicked it will show a panel of choices that would replace the panel of buttons. And then I want to add some options to navigate between the two.
Its like windows programming.
I am not sure how to design this. Any help is welcome. Thanks.
Rex
23 years ago
Actually it does work with IE and NetScape. I tried that. Thanks.
Rex
I have wriiten an index.html file. Its static html. Now when the user goes and clicks on the window resize button (the middle buuton on the right top corner of the browser window), I want to display something else inside the page by using javascript.
How do I track this event? for IE and NetScape please. Source Code will be much appreciated.
Thanks,
Rex
I am with COBOL background. I am very used to check...
EVALUATE TRUE
WHEN SQLCODE = 0
......
WHEN SQLCODE = +100
......
WHEN OTHER
......
END-EVALUATE
What I am wondering is how to check for SQLCODEs in JAVA? Is there any way to check that? Or there is no need to? Moreover, I am going nuts with SQLCODE= 100 situation, ie, when no rows are retrieved from the database.
I am new to JAVA. Could you guys please help me?
Thanks,
Rex

------------------

Successful people in this world are those who get up and look for the circumstances they want. If they can't find them, they make them.

Folks,
I need some favors here. And its very urgent.
I want to create a navigation bar like what they have in http://www.microsoft.com.
You can put your mouse on the navigation bar and it drops a list of choices. My problem is when I use CSS positioning with "position:absolute" and resize the window the drop down list still shows at the original position and not under the link.
I am unable to figure out what I need to do to avoid the problem.
So that, the distance of the list is always calculated before dropping down.
Please help me.
Thanks,
Rex
Daemon threads are low-priority threads. User threads are example of non-daemon threads.
Go to java.sun.com. Look for Java Language Specification(JLS) book under DOCS and TRAINING option. It is a good book that is free for download. It has a good explanation on Daemon threads and many other stuff. If u have time read this book. Hope this helps.
- Rexian
Hi Satya,
They asked a question on String. They applied append() method on string. String has no append method, StringBuffer does. It will give compiler error. Right? Now, they wanted me to write the final value of string object after they did some more operations on it. The bottom line, the piece of code will not work.
So, I did not answer the question at all. Left incomplete.
Hope this explains...
Thanks,
Rexian
I heard IBM had a certification on UML.
May I have some input from you friends who have gone through that or are working on it?
Which Books do I need to have/buy? Online resources, if any.
Thanks a bunch in advance.
- Nilanjan