How To Communicate Between Java AppletsOctober 22nd, 2007 Communication between Java applets has been an interesting topic from the early days of Java. There are several esoteric ways to communicate like using Javascript as a bridge.
Stupid Nasty Spammer of The Day - My-Pills.beNovember 17th, 2005 This stupid and nasty spammer - my-pills.be spammed me 918 time in less than 24 hours and all the while repeatedly fetching only my home page! Guess what happens?
They are into my permanent ban list. Hasta-la-vista morons - my-pills.be!
After I aggresively started banning the new crop of referer spammers, my bandwidth usage has come down from last month, despite almost 50% increase of traffic! Think how much damage they are doing to everyone.
How To Pass Command Line Arguments To Ant Task / ScriptAugust 17th, 2008 Ant is a popular, high quality Java based build and deployment tool from Apache Foundation. You can invoke Java programs in ant using the java task.
Comment SpamFebruary 6th, 2004 After some deliberation, and seeing others, I decided to leave the commenting section on my blog un-moderated. Today I was mildly surprised to find almost all my posts had a comment to it.
Spunky SpammerMarch 22nd, 2005 A year back I posted a case study on how to deal with a spammer about Richard Milford, a stupid spammer and scam artist. The case was quoted by Plaxo as I dealt with them to get him (Richard Milford the stupid spammer) removed from their system.
Applets 2.0: Java & Flash Support in BrowsersJune 12th, 2007 Java applets had taken a beating in the past. Now it appears applets are making a resurgence lately with some quality applet based products.
How to install / enable Java Plugin / Applets in Firefox on CentOS 5September 28th, 2009 CentOS comes with OpenJava JRE installed. However that doesn't provide the required libraries to run Java from browsers (read: applets).
Internet Explorer: Java Applet Champion?August 29th, 2004 Update: Mozilla group of browsers including Firefox now has proper support for applets. This post is no longer relevant.
Design Patterns in Java (and EJB) ReferencesFebruary 8th, 2006 Three high quality free resources (eBooks & website) for learning about design patterns in Java & EJB for your reading pleasure. Design Patterns in Java - A free eBook which extensively covers wide range of design patterns with good examples.
The Viability of Java Applet Based Web ApplicationsDecember 7th, 2005 Today I see fewer applets on the web. In many cases they are hidden and are used to perform specialized non-visual tasks.
Three Free Notable Java Software / APISeptember 8th, 2005 GMail API for Java
GMailer API for Java (g4j) is set of API that allows Java programmer to communicate to GMail. With G4J programmers can made Java based application that based on huge storage of GMail.
Resizing Applets from Java code - A second passFebruary 12th, 2004 Challenge: Resizing applet from within Java code. For example say the applet code calculates that the applet needs more space than it has been allocated, then how to go about it?
Last time when faced with this problem I solved it with a nifty piece of Javascript method.
Top 10 Java LiesMarch 6th, 2006 Here are the top ten Java lies I have heard over the years. Feel free to add yours in the comments.
DragonBall Z Stops After 29th June, 2007 in Cartoon Network, IndiaMay 27th, 2007 Cartoon Network, stupidly as before, plans to stop DragonBall Z before Goku goes Super-Saiyan! As a commenter (Karthik) on my blog pointed out DragonBall Z isn't on display on June 30th (Saturday). In short this is plain stupid and ridiculous.
Salivating about Open Source Software - Pavlov's conditioning?April 27th, 2005 I remember the early days of Java Open Source Software. We all used to keep track of any new OSS release and literally salivate at being able to use something for free.
August 17th, 2007 at 7:56 pm
> I think applets suffered bad rap particularly
> due to ignorant coverage in popular media, not > due to technological demerits. I can bet applets
> will make a comeback with wider usage of
broadband.
> The technology is far from dead. Mark my words.
I more than agree. I have recently developed several applications in Java for the desktop that I converted seemlessly to web apps as applets in just about 6 lines of code. I see a great potential here with applets, being able to do more than just display FLASHy graphics. Java is a more of a programming language than a graphics deployment platform. I know Java applets will soon be going places.
Francis