Hendra Kurniawan

Ranch Hand
+ Follow
since Jan 31, 2011
Merit badge: grant badges
For More
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
15
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Hendra Kurniawan



as you can see, I need to declare div#myDiv over and over again. is it possible to do something like this:
I see. in that case, please delete this thread. I'll continue there. thanks
11 years ago
I saw in netbeans about a JSR where swing will be dropped. is this true? does this mean all kinds of java desktop app will be dropped in the future? thanks
11 years ago
okay, thanks guys. will try it out. thanks again.
11 years ago
@Bill: I thought constructors are not inherited?
@Stuart: never thought of that before. I'll try it out.

thanks
11 years ago
look at this code:









I want everytime I instantiate Child1 or Child2 or any other class that extends Parent, that child class will always have an instantiated B. AFAIK, constructors are not inherited in java, so how do I do this without writting the same piece of code to specifically instantiate B in every child class? thanks
11 years ago
I'm thinking about building my own html grid (like jqgrid). For starter, just the basic functionalities like add or delete new row and editting the content of each cell. anybody can give me a hint how to do that? or link or book or whatever to get started? thanks a lot.
how can an object be a function? could you please explain more about this? thanks
I myself use jasper. I'm curious about other popular reporting tools for java web apps. thanks.
but I've seen quite a lot of snippet like object.prototype.whatever or Function.prototype.blah.
Do Function and Object have different prototype? thanks
thank you for your reply. does this mean that majority of developer have left comet (like c3p0 pooling, been dead in the water for quite some time now) and switched to websocket? thanks
Mr Bear, when will your book be available in Singapore? thanks
I'm thinking about integrating comet technology into my existing applications. I want to know if this technology is mature already?
where can I find good link or book for tutorial on this subject?
thanks