67 reputation
17
bio website
location
age
visits member for 6 months
seen yesterday
stats profile views 21

1d
asked Ruby gem to access excel graphical objects
2d
comment Ruby gem to parse xlsx cell contents
Does it support retrieval of graphical objects(images, charts etc) ? Can u paste here sample code ?
2d
comment Ruby gem to parse xlsx cell contents
I think graphics type is not supported by roo gem.. Do u know any other gem ?
May
15
asked Ruby gem to parse xlsx cell contents
Mar
2
comment postgis st_distance returning incorrect results
Wow..It worked..Thnks bro :)
Mar
2
accepted postgis st_distance returning incorrect results
Mar
2
asked postgis st_distance returning incorrect results
Feb
4
accepted Spring security core plugin: Different home page for user depending upon its Role
Feb
3
asked Spring security core plugin: Different home page for user depending upon its Role
Jan
18
accepted Dynamically assign CSS class to web site menu bar struts2
Jan
16
revised Dynamically assign CSS class to web site menu bar struts2
deleted 3 characters in body
Jan
16
comment Dynamically assign CSS class to web site menu bar struts2
No. Determining the page at client side would be very difficult since in my project there are more then 50 pages.
Jan
16
asked Dynamically assign CSS class to web site menu bar struts2
Dec
24
awarded  Enthusiast
Dec
15
revised Data type validation using jQuery Validation plugin
deleted 2 characters in body
Dec
15
comment Data type validation using jQuery Validation plugin
Thanx Bro... :)
Dec
15
accepted Data type validation using jQuery Validation plugin
Dec
15
comment Data type validation using jQuery Validation plugin
Sorry That was a copy paste error
Dec
15
comment Data type validation using jQuery Validation plugin
$(document).ready(function () { $("#save-number").validate({ errorClass: "validationClass", rules:{ tempNumber:{ required:true, number:true } }, messages:{ tempNumber: "*" } }); Can i different messages for required and number validations? bcoz this will always display asterisk.
Dec
15
comment Data type validation using jQuery Validation plugin
Hey..I am newbie to jquery...I dont know how to use jquery validator plugin to perform such type of validations