All I see if the DJUG meeting, nothing for the BEA Meeting. And I only see the DJUG meeting in Feb. I'm sure I could use Mozilla Calendar if that's what...
I just click on the TechEvents.ics link below and imported it into iCal on my mac. The feedback I have for you is there was only one event. Denver JUG Feb 11th...
It seems to be working fine for me, although I'm using Mozilla. The iCal page Tom sent has the times specified in UTC, so the data is correct. If the "multiple...
Bruce, Thanks for checking into this. Based on your investigation, and checks by Matt Raible and Jason Howk, it looks like iCal doesn't like Mozilla Calendar's...
I am looking for a product like this one: http://www.softwerc.com/products/urlgenerator.htm The company may not be operational anymore. At least they are not ...
Roger, This might not be an exact fit, but it might get you started. There is a JSP Tablib for parsing and displaying RSS feeds. Many news sites provided RSS...
Hi Tom, everyone, I put together a little Python script to fix the whole multiple calendar/single event iCal issue. You can test the output (I converted the...
JavaRanch has a giveaway of Neal Ford's book on Frameworks and Best Practices. If you're interested you have to post in the "Struts and Other Frameworks"...
University of Colorado, CU at Interlocken in Broomfield www.cu.edu/Interlocken 303-556-4907 Linux Basic System Administration is hands-on course focused on the...
Three items I thought I'd share that came across my desk recently. The first item is a free J2EE "technical briefing" from IBM to be held 9 a.m. to 1 p.m....
The Pragmatic author's produced a 3 book series for introducing people who haven't used things like JUnit and CVS to a project. There are three books in the...
I want to draw a simple chart similar to a stock performance chart, mostly lines and point and labels, and save it to a file. Should I use Swing or AWT to draw...
I've used [extensively] JFreeChart to do all KINDS of charting, graphing, etc. Even real time stuff to monitor production transactions and systems. It even...
Just an FYI that on May 12th Ben Galbraith from the Utah JUG will be talking to the DenverJUG about Swing Optimization or SWT. He gave a similar talk at the...
PRESS RELEASE UNIVERSITY OF COLORADO AT DENVER CONTINUING ENGINEERING EDUCATION PROGRAM Questions: Call Continuing Engineering Education at 303-556-4907 ...
This course begins in 3 weeks. Register now! UNIVERSITY OF COLORADO AT DENVER CONTINUING ENGINEERING EDUCATION PROGRAM Introduction to Databases with MySQL...
UNIVERSITY OF COLORADO AT DENVER CONTINUING ENGINEERING EDUCATION PROGRAM Questions: Call Continuing Engineering Education at 303-556-4907 CU-Denver Continuing...
Hey all, My company is a small startup that is poised for some growth and we were considering getting a small booth at JavaOne. I was wondering if anyone ...
Ken Schwaber will be holding a Certified ScrumMaster Course at the Boulder offices of Rally Software Development Corp. on May 26-27. There are still a number...
... spenex [spenex@...] wrote Hello, I am new to djug and am looking for a good IDE (JBuilder,JCreator,etc). Is there a concensus on which one is the ...
... Personally I like Eclipse as a free IDE. I hear that IntelliJ is great but I haven't shelled out the cash for it to test that. I like Eclipse a lot because...
Does anyone know of a good Java toolset/tool/library to do web page html "scraping"? You know, the equivalent of yesteryear's "screen scraping". I guess we...
One more thing. Someone else had mentioned that Eclipse does not have support for designing UIs. There is actually a great plugin for it that is commercial...
I think what you're looking for is something to parse the HTML of a web page, and get information from it. It would be an easy matter to download the web page,...
Your best bet is to use HttpClient from Apache. http://jakarta.apache.org/commons/httpclient/ Great utility with lots of features. You can also use wget....
Eclipse,. hands down. I've used Netbeans (and its ugly sister, Forte for Java) extensively, too. Al three of these are free, although Sun charges a premium...
It wasn't clear if the the original poster is new to DJUG or Java, if it's the latter avoid IDE's until you can install/configure the JDK, compile/run apps...
I agree, I hadn't even thought about that but it's a good idea to get some fundamental understanding before jumping into an IDE that does lots of stuff for...
I've done a lot of screen-scraping in my time, using HLLAPI for IBM3270 screens, my home grown 3270 image decoder, even scraped VT1xx screens. For Web-scraping...