Archive for May, 2008

I spent the day investigating NetBeans 6.1 IDE and comparing it with Eclipse 3.3.1.
Motivations for this investigation
I am currently using Eclipse 3.3.1 for development in Java. Eclipse was satisfactory, but writing XML docs and JSP code using Eclipse was a pain. I found it difficult to get good plugins to ease my work. And finally [...]


JSP charset

07May08

My java class was like following:
class XXX {
static public String test() {
return “யாமறிந்த”;
}
}
My JSP code did the following:
String str = XXX.test();
String str2 = “யாமறிந்த”;
if(str.equals(str2)) {
out.println(“These are equal”);
}
else {
out.println(“These aren’t equal”);
}
The result is “These aren’t equal”. Surprised? It took me about a few hours to figure out this was the root cause for my [...]


Yahoo! Seach, Do you use it? If no, its time to reconsider. Yahoo! launched SearchAssist a few months back and it has helped Yahoo! gain a significant amount of search market share.
Now there is an exciting feature waiting to go public. Want a preview of that? Go ahead and read this blog.
How would the new [...]


உப்பு கடலோடு மேகம் உற்பத்தி ஆனாலும்
உப்பு தண்ணீரை மேகம் ஒரு போதும் சிந்தாது!
மலையில் விழுந்தாலும் சூரியன் மறித்து போவதில்லை,
நிலவுக்கு ஒளியூட்டி தன்னை நீட்டித்து கொள்கிறது!
மேகமாய் நானும் மாறேனோ அதன் மேன்மை குணங்கள் காண்பேனோ.
சூரியன் போல் அவை மாறேனோ என் ஜோதியில் உலகை ஆள்வேனோ.
ஜனனம் மரணம் தெரியா வண்ணம் நானும் மழை துளி ஆவேனோ!
கவிஞர்: வைரமுத்து


I am a kind of guy who says “thoda thoda hindi maalum hai!!”. Thanks to my friends who pulled me for this movie. An excellent movie based on betrayal. Aaaah! at the end of movie, you’ll notice just about every character betrays in the movie.
The story starts showing a lovely relationship between two brothers [...]