Vote 3

Back To Java…

July 29th, 2008

JavaI am on to create a cool (really really cool) application with Java back-end, distributed processing and all . Expect to see lots of Java tech tips and articles in the coming days.

Read more (77 words) »

Vote 1

Sun Offers 3 Free Solaris 10 Exams

June 13th, 2008

Sun is offering three free assessment tests for Solaris 10 operating system focusing on Unix Essential and System Administration. They are for the following certifications:
Read more (213 words) »

Vote 4

5 Free Java Exams From Sun

June 12th, 2008

Sun offers 5 free proficiency assessment examinations. Read below for details and how you can take them.
Read more (263 words) »

Vote 0

The Secret To Twitter

March 29th, 2008

Robert Scoble recently commented that the secret to twitter is to follow more people, that way you get to learn more. I agree that is it important. However that doesn't give you the real value out of twitter. You can get more out of twitter.

Read more (180 words) »

Vote 1

We Are Hiring!

March 26th, 2008

Check out our career page and open positions. We prefer candidates from Kolkata, India. Exceptional candidates out of state will also be considered. In short we are looking for:

Read more (331 words) »

Vote 0

Bangalore & India Java Leaders of the World? Should JavaOne Shift to India?

March 10th, 2008

Top Java CitiesIt was well known that there is a significant amount of Java development in Bangalore these days. However it took me by surprise to find that it may actually be a world leader in terms of amount of Java and India too as a country. What was even more surprising is that USA doesn't figure in top 10.

Read more (211 words) »

Vote 0

How To Resolve Tomcat - Openfire Port Conflict

November 13th, 2007

OpenFire Admin Console Bind SettingsOpenfire (Jabber/XMPP server) by default binds on port 8080 which is also used by Tomcat. This causes Tomcat to fail when openfire is started before it. The solution, as always, is simple.

Read more (220 words) »

Vote 0

How To Detect AdBlock Plus

November 12th, 2007

AdBlock Plus is a controversial Firefox plugin to prevent ads from displaying on web pages. There is a simple procedure to detect (and take appropriate action) AdBlock Plus.

Read more (250 words) »

Vote 0

How To Make AJAX Calls With ExtJS Easily

August 14th, 2007

Simple things should be simple. While starting with ExtJS, I saw a screencast on Grid which used a rather dubious method of making an AJAX call using an actual form element. I hunted for a better option and I came across a better option - Ext.data.Connection. Here's an working example on how you can easily make AJAX call in ExtJS library.

Read more (288 words) »

Vote 0

How To Install JDK 6 / Java SE 6 (+ Tomcat) in Fedora Core 6 / Fedora 7 in 5 Minutes

August 7th, 2007

JDK 6Fedora Core developers make it rather hard to install and properly configure Sun's JVM. All said and done Sun's JVM (comes with JDK) is the best JVM implementation out there; not to mention that it is the reference implementation. Here is how you can easily install JDK 6 / Java SE 6 in 5 minutes or less. Here are the steps:

Read more (592 words) »