GoogleAds
Demystifying Extreme Programming: Just-in-time design. Why do today what you can put off till tomorrow?
High-impact Web tier clustering, Part 1: Scaling Web services and applications with JavaGroups. A hands-on exercise with the distributed solutions toolkit.
Matthew— Mac OS X browsers and Java.
Simon — My review of Java XP Cookbook (O'Reilly) is in the bunkhouse.
Anthony — JasperReports vs JFreeReport.
Vincent — Back from TSSS.
fx — Glossary - what's a link whore? What's a blurker?
Cedric — Inverted if statements.
Steven — Java vs .Net developers and BEA's XMLBeans going open source?
Kevin — XMLBeans.
Aaron — Jakarta Latka.
The Age: Samsung releases Contact client for Mac.
Comcast Selling QVC for $7.9B. Liberty Media, which once considered selling its stake, takes over the shopping network's television, direct marketing and Internet properties.
Zone Labs Now Says It Will Patch Free Firewall. Make up your mind, will ya?
The final version of the JavaMail API 1.3.1 release is now available.
Battle of the Web services environments. Network Computing tests six application server and platform offerings.
Martin — Moblogging for Other People.
Million Cell Phones Disappear Annually – Often in Toilet!
PalmGear Announces Top 10 Applications for Palm-Connected Handhelds for June.
Dominic — HowardChui and Howard Forums: Great Mobile research.
Leigh — Ping FOAFnaut.
Mike — TheServerSide Symposium wrap up and downloads.
Mark — Other things.
Danny — Parsing FOAF with PHP.
Todd — Billboard to Chart Internet Downloads.
Microsoft plugs second Passport hole. Microsoft fixed a security flaw in its Passport online identity system after the vulnerability was revealed by a Latin American hacker.
‘T3’ blasts $4 million in previews. I am back.
Tutorial: Use XDoclet to generate Web service support files.
JSP best practices: The power of time stamps. Time-stamp your JSP pages and personalize your Web site.
Matthew — iCal schedule for OSCON.
Matt — Ebay Live! Journoblogger Coverage.
Emmanuel — Une autre architecture J2EE…
Kevin — Scott McCloud takes a stab at micropayments.
Bob — Morphon: Free XML Editor.
Ben — Echo…echo…alright enough already.
Rogers — Is the RSS Validator acting funky?
Kevin — Servlet Authentication Sucks.
MyFaces 0.4.0, catches up with current JavaServer Faces Specification 1.0 PRD2.
Mac OS X Hint: Prevent P800 and iSync 1.1 Corruptions.
Hackers offered most points to hack a Mac. The hacker defacement contest.
NYT: What's new about Pocket PC 2003.
Toshiba e740 PDA owners demand OS upgrade. Windows Mobile 2003 may not help.
Jim — Cutting off the air-supply.
Russ — Requests and opportunities.
AAS: Nokia Communicator Delayed?
Werner— JBoss 4 DR2 released and Java Conference in Europe should be looking at what is happening in the US.
Kevin — NewsMonster on OSX.
Scott — Recommendation Wanted: Ergonomic Keyboard.
Tom — The Sun JCD Exam.
Angelika — After Java and C# – what is next?
New Productivity Bundle offered. Metrowerks has joined forces with REAL Software Inc. and SolidWave Software Inc.
Will hackers attack on July 6? Hackers plan to attack thousands of Web sites Sunday in a loosely coordinated “contest” that could disrupt Internet traffic.
Mitsubishi beats Cisco to market with WLAN phone. OK, so it's by a gnat's whisker
So Erik… “How did you get accepted by Google AdSense,” you ask?
Well, I don't really know. But here's what I did.
As you know, when I submitted my site I was flat out rejected. The form letter I received indicated that you could respond with additional URLs for re-submission. I replied with pointers to my blog and Vicki's website. I was only allowed to apply for www.thauvin.net, so I figured they might not have checked any further.
A couple days went by. No answers.
I then decided to revamp the site's main page with a little bit more information on what was available here. I figured the old page was probably too “personal” for Google.
I then e-mailed Google again asking what the hell was going on with my re-submissions. Less than a day later I received a response. I was finally approved.
My thoughts. The person that originally checked my site didn't look very far. They might just have seen the word “weblog’ and dismissed it. Who knows… I'm sure glad I didn't give up.
BTW, did you know that GoogleAds are also language sensitive? Check this out. Cool.
NYT: Windows Palmtops Reviewed.
Matt — UseCases for Necho Are Compelling.
Plug-in Bluetooth for your Car! Parrot's new DriveBlue unit.
Henri — Book review published.
Matt — My Love-Hate Relationship with Apple.
Anthony — Use Ant with multiple JDK.
I do things a little differently.
My
JAVA_HOME
is pointing to JDK 1.4, e.g:C:j2sdk1.4.2
. I also created aJAVA_OLD_HOME
variable for JDK 1.3, e.g:C:jdk1.3.1_08
.To compile under JDK 1.4, I put the following in my build.xml files:
<property environment="env"/>
<property name="jdk.dir" value="${env.JAVA_HOME}"/>
<property name="boot.classpath"
value="${jdk.dir}lib ools.jar;
${jdk.dir}jrelib t.jar;
${jdk.dir}jrelibi18n.jar;
${jdk.dir}jreclasses"/><!-- Compile target -->
<target name="compile" depends="bootclass">
<javac srcdir="${src.dir}" bootclasspath="${boot.classpath}">
<classpath refid="classpath"/>
</javac>
</target>To compile for JDK 1.3, I simply set
${jdk.dir}
to${env.JAVA_OLD_HOME}
.I just need to make sure that my environment variables are updated when I upgrade the JVMs, but I never have to modify any of my build files.
Alex — "Serializable Threads".
Cesar — Java IO Sanity.
Hani — DTD abuse.
Chris — Core Mac OS X and UNIX Programming.
Brent — Finished with Echo (for now).
Keith— Terminator 3 was awful.
Sam — XML-RPC, SOAP, and/or REST.
What's New in J2SE 1.4.2. JavaLive.
Performance of Java Compilers: An Empirical Study.
Steve Mallett — XUL Tutorial.
Pierre — T'as pas cent balles ?.
Andy — Whats happening in Java….yesterday? and Java Activism at JavaLobby.
Jamon 1.1, a typesafe text template engine for Java.
O'Reilly Mac OS X Conference 2003, now open for Registration.
Jos — Nice article on javagroups on developerworks.
Simon — Scribbling.net web site tips.
Some Bands Say No to iTunes. Some bands aren't on board.
On July 3, 1971 — Jim Morrison (Doors) died in Paris at age 27.