Or disable the enter key on your html form with js. Check if the event is enterkey press and if the current object with focus has name="submit" submit the...
Don't forget, tomorrow night is a 'special session' of the NovaJUG, where we will have a demonstration of BlueGlue, the Open source tools distribution. This...
We would like to remind you of this upcoming event. Enterprise SIG meeting Date: Tuesday, August 10, 2004 Time: 6:00AM - 9:00AM EDT (GMT-04:00) Come join...
novajug@yahoogroups.com
Aug 3, 2004 10:03 am
7330
All, I need to change the default focus traversal. I have followed the examples I found to extend the FocusTraversalPolicy class. Below is the code. public...
We would like to remind you of this upcoming event. Enterprise SIG meeting Date: Tuesday, August 10, 2004 Time: 6:00AM - 9:00AM EDT (GMT-04:00) Come join...
novajug@yahoogroups.com
Aug 8, 2004 10:02 am
7335
Enter your vote today! A new poll has been created for the novajug group: Do you plan to attend the enterprise SIG meeting on Tuesday, August 10th at IMC ...
novajug@yahoogroups.com
Aug 8, 2004 7:28 pm
7336
Isn't 6:00 AM to 9:00 AM a mistake? ... http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/saFolB/TM ... ...
Apparently some of us are not getting enough sleep lately. The meeting is 6:00 pm - 9:00 pm, same as always. The 'yes', in my email is answering your question,...
My apology for the delay on these, they can be gotten at: https://home.comcast.net/~joel.patterson/NOVAJUG0727.ppt Let me know if there are any problems. Two...
Joel Patterson
joel.patterson@...
Aug 9, 2004 7:28 pm
7342
Yes its 6:00PM ... From: Mark Helmstetter <mhelmstetter@...> Date: Mon, 09 Aug 2004 14:01:47 -0400 Subject: Re: [novajug] Reminder - Enterprise...
A new virus is infecting computers within the FCC. The virus will send mail messages with an attachment that contains a virus. The email will appear to be ...
I have deleted the messages from our message archive. I can't do anything about the ones already sent out, but at least they won't be in our group history of...
I would email the webmaster to see if he/she might be able to help. Other than that, I've not seen anything which directs you to retrieve a lost password. ...
On the main page, in the upper-left hand corner, underneath the login panel, is a link that says 'you can create one'. If you click on this link, it takes you...
This is almost off-topic for the group, but not quite, since it concerns an email server I am setting up for the NovaJUG. Does anyone have experience...
I need a code coverage tool that: 1. is open source. 2. Ant can run. Quilt and EMMA both seem to fit the bill. Quilt pros: - Maven uses it. - Been around...
The Novajug has over 1000 members on the mailing list. Our meetings have between 60-100 members present, so I thought I'd take some time to explain our...
My associate and I work in Silver Spring, MD., north of DC and the beltway. We come to many of the meetings, but the trip is pretty rough. Is there any chance...
I've been writing a Java client that's supposed to act as a "heartbeat" monitor ("pinging" an HTTPS server once a minute to ensure that it's still running)....
You might want to take a look at Jakarta Commons HttpClient, it provides what you want and has a bunch of custom contributions that may be helpful as well. ...
David, In the past life I have done something similar using "Cyrus Mail server" from Carnegie Mellon University along with Send Mail. Send Mail and Cyrus...
Several months ago, I had a company in Tysons offer us space for meetings. So far, it has just been a timing issue to follow up with them (this came up at our...
I'm considering deploying a Java app via Web Start or as an applet, however it needs system access. So I know I need to have it signed, but does that also...
I am working on the same thing right now. All of your jars will need to be signed. For testing we created a self signed cert and used the pre-defined at Ant...