Originally posted by Bear Bibeault:
It comes down to which to use... a light-weight, well-behaved on-page citizen like jQuery, or a hyper-invasive library such as Prototype. The choice comes down to an engineering decision on the part of the page authors.
Originally posted by Bear Bibeault:
You seem to think that all frameworks "hide" JavaScript. Not so. Some are more intrusive than others.
Originally posted by Ulf Dittmer:
... which is of course precisely what the article I linked to explains in detail.
Originally posted by Michael DeChirico:
Mario Minutolo,
Ok I'll bite, how does one "flush the buffer"???
Michael
Originally posted by george st. clair:
Hi Mario,
before i start the tomcat server netstat shows that nothing is using 8080 in any way. After I've started tomcat then the following is happening on those ports:
TCP MAGNESIUM:8009 magnesium:0 LISTENING
TCP MAGNESIUM:8080 magnesium:0 LISTENING
Originally posted by aadhar sharma:
Tried doing the same as you have suggested.
I have used the same format cal.set(2008, Calendar.SEPTEMBER, 1);
but still the problem exists
This is like 1==1 returning false.
Originally posted by aadhar sharma:
Calendar cal = Calendar.getInstance();
cal.set(2008, 8, 01,0,0,0);
Date dateConstant = cal.getTime();
Originally posted by Lanny Gilbert:
[...]
why would one want to trouble oneself to learn the gritty details of JavaScript when you can use a framework to hide all that stuff?? [...]
Originally posted by Devasia Manuel:
How do I make networked programs work across countries or at least in the same city. I just want to know how I can make networked programs work outside my network.
Originally posted by Abhi Bhutani:
So i need an explanation that 'Why is c3 not eligible for gc since it references a null object that it obtained from the method go'.
Originally posted by satish bodas:
My only query is - so what really does the class loader do ?
what would have happened if only one classloader did the loading of all three ( two apps and one jar )