Vincent Ramdhanie

10,632
Reputation
437 views

Registered User

Name Vincent Ramdhanie
Member for 1 year
Seen 2 hours ago
Website
Location 53CspR7
Age 37
Lecturer/Consultant
vramdhanie@gmail.com
1h
comment How to adjust JFrame border thickness in Java
@Frank Sorry about that. You are right. I will check this over and see if I could post a better answer.
1h
revised How to adjust JFrame border thickness in Java
added 117 characters in body
2h
answered Why does .html work and not innerHTML or appendChild
6h
answered round corners question
6h
answered html - troubles with divs
6h
comment mysql datatype for telephne number and address
@garcon1986 It is no problem at all. No need to apologize...that is why this site exists
6h
accepted Addition for BigDecimal
6h
answered Addition for BigDecimal
6h
answered retriving date only from database by using servlets and displaying the result in jsp pafe
7h
comment mysql datatype for telephne number and address
@garcon1986 Validation is still easier with varchar than int. Every real project that I know uses varchar rather thasn int for telephone fields. Even validation libraries expect characters.
9h
answered mysql datatype for telephne number and address
16h
answered understanding class diagram
18h
accepted how to apply this css class to given link button?
20h
comment Struts2 +JSON RPC
I am seeing that in the struts.xml your action is pointing to com.actions.upload.UploadAction but the action code you provided is UploadCallreportAction. Is this an error in the question or what?
20h
revised Struts2 +JSON RPC
added 198 characters in body
20h
comment Anyone working on the book “Concrete Mathematics” ?
Why not explain the topic and the problem. If its programming related someone will be willing to discuss it.
21h
comment Detecting when textarea scroll has reached the bottom to enable button
Which environment?
22h
answered How to adjust JFrame border thickness in Java
1d
accepted Abstractions should not depend upon details. Details should depend upon abstractions ?
1d
comment Jeditable to edit a link. Help.
I wonder why you need link text to be editable? How do you intend the user to click on the link to follow the link vs click on the link to edit the text? You may want to consider separating the 2.
1d
answered The Better You Program, The Worse You Communicate?
1d
comment Frustrating MySQL CREATE PROCEDURE error
There is some discussion here: dev.mysql.com/doc/refman/… in one of the comments about half way down the page marked <strong>Posted by Marc Grue on June 24 2006 10:44am</strong>. I don't know how to link directly to the comment.
1d
answered Java 2D. Hovering over Circle
2d
revised how to postion two divs above each over
added 36 characters in body
2d
answered how to postion two divs above each over
2d
answered Developing With Tomcat
2d
answered Java: Setting array length for an unknown number of entries
2d
comment Calling java program dependent on external library
Let your php script call the shell script that you created.
2d
answered Calling java program dependent on external library
Dec
1
answered Input values to a normal JAVA SE program
Dec
1
comment web services/object-oriented question
Interesting user name...made me notice
Dec
1
comment web services/object-oriented question
I wish we could vote on choice of user name.
Dec
1
answered web services/object-oriented question
Dec
1
revised sql server complex query - fetch data and search on multiple tables
added 12 characters in body
Dec
1
answered What is the difference between a Web Developer and Web Application Developer
Dec
1
comment For each with my custom class won’t work
What are you expecting the code to print out?
Nov
30
revised Count(id) in MySQL into a string
deleted 2 characters in body
Nov
30
comment Count(id) in MySQL into a string
@OMG Ponies...Thanks. Duh, I am attempting to write SQL in the middle of a Java session. Happens all the time. Once I coded all day in VB then tried to deliver a lecture in Java in the night. Only when a student stopped me to ask what I was writing did I realize that all my comments were '.
Nov
30
answered Change tr background-color
Nov
30
revised Hide a div when another is empty
added 16 characters in body
Nov
30
accepted Struts 1.2.9 Action Chaining
Nov
30
revised My formula, or excel?
added 4 characters in body
Nov
30
answered Object Copy simple question ?
Nov
30
comment Struts 1.2.9 Action Chaining
I suspect that using a different form between the actions may be problematic and that is where you are getting yuour problem. You can specify the method name in the action configuration though so that should solve the other problem.
Nov
30
answered Struts 1.2.9 Action Chaining
Nov
30
comment Is this way of doing this the ‘better way’ ?
Oh. I did not get that the form had other data in it. I thought you wanted to know which link the user clicked on. If all the fields in the form are hidden then you use this method, if the user can edit the form then do it the way you are already doing it. You can add multiple query strings like this: url?var=val&var2=val2&var3=val3
Nov
30
revised Select element onchange
added 18 characters in body
Nov
30
answered How do I change the amount of text a nested <a> tag encompasses using jQuery?
Nov
30
answered MySQL database structure: more columns or more rows?
Nov
30
answered Is this way of doing this the ‘better way’ ?