Vote 2

Sharing Experience with Google AdSense For Feed

August 29th, 2008

Please share your experience with Google AdSense for Feeds. My experience is pretty dismal so far. How bad is it?

Read more (98 words) »

Vote 2

Bug in Google AdSense

August 29th, 2008

I had Google AdSense running on Health Care blog for a long time. What I didn't notice was that it wasn't making any revenue despite the traffic, and displaying AdSense ads. It wasn't even showing the page impressions, not just not regular channels but also on url channel for the blog!

Read more (111 words) »

Vote 2

The Power of Ant (Build System)

August 27th, 2008

I am using Ant (Java based build system) for our project. Ant is an exceptionally powerful build system and should be the only build system you will ever need. You don't really need code monsters like Maven (or pile of …. as Bileblogger loves to say). With little effort here's what I achieved in few hours (aside from the obvious capability of compiling, running, building jar files etc.):
Read more (497 words) »

Vote 3

How To Twitter Using IM on Linux & Windows

August 27th, 2008

Many like to twitter using IM (Instant Messenger) because it is very simple and fast to tweet and simple to get continuous updates on your topics of interest.

In the good old days Twitter used to provide IM support. You could use any Instant Messenger supporting Jabber (XMPP protocol) to connect to Twitter buddy (twitter@twitter.com) on Gooogle GTalk server and twitter to your hearts content. For several months however Twitter has stopped supporting IM. How can we satiate our twitter crush during their downtime? There is a way.

Read more (389 words) »

Vote 3

Firefox & pkill - Inseparable Friends?

August 26th, 2008

Every one in my company knows about pkill, an obscure Linux command because we use Firefox (we are 100% Linux based) as the default browser. What is the relation, you ask? The answer is simple.

Read more (159 words) »

Vote 3

Java Quiz: Why StringBuilder Should be Used Instead of StringBuffer?

August 23rd, 2008

First tell me what is the best way to concatenate large number of String objects? Is it a + b?

Most Java developers know not to use a + b (+ operator) because of huge performance problems, they use StringBuffer instead. In fact I did some tests in the past which confirms this folklore. However some of you may not know there is new kid on the block - StringBuilder. Read more (116 words) »

Vote 4

How To Delete Property From java.util.Properties

August 23rd, 2008

This isn't a trick question. For a long time you couldn't delete a property from java.util.Properties class. In the recent versions too Java doesn't reveal that it has added the functionality. However as java.util.Properties now extends Hashtable, you can delete a property by:

Read more (67 words) »

Vote 3

Not Satisfied With Web, Google To Start Boring Earth

August 20th, 2008

Google has decided that boring (into) the World Wide Web is not enough and it plans to start drilling into the earth's crust.

Read more (118 words) »

Vote 2

How To Hack Gmail Account & How To Protect Your Gmail Account

August 20th, 2008

1. How can you hack GMail account?
2. How can you protect your GMail account from hackers?
Hackers at Defcon demonstrated a tool to hack into GMail accounts by snooping unencrypted data (man-in-the-middle attack) with cookie which Google GMail uses for everything other than login by default.

Last week Google introduced the ability to optionally encrypt any transmission to / from GMail and not just the login sequence. Previously GMail used to encrypt the login sequence only. All other data was transmitted unencrypted over the wire making such hacking possible. Every email, every article that you are reading on your GMail account is transmitted unencrypted over the web. Read more (596 words) »

Vote 1

Google Provides Wife Sharing Guide for iPhone 3G Customers!

August 20th, 2008

Bravo Google AdSense! Every day I am losing my faith in Google technologies. How could any context sensitive technology in the whole wide world think wife sharing guide is relevant to people interested in iPhone 3G? I would rather have no ads than ads for wife sharing on my blog.

Read more (183 words) »