Thejesh GN Blog

Air Fueled Engines By TATA and MDI 3

Air Fueled Engines By TATA and MDI

After Nano, TATAs are aiming high by collaborating with MDI to manufacture AIR POWERED cars. Yes you heard it right. The engines of this new model will be powered by compressed air. According to this press release by TATA Motors. They are getting into an agreement with MDI to refine the technology and...

Got a new design for my web 2.0 business card 9

Got a new design for my web 2.0 business card

I like to have cards of different design. Now I have a new design. Which is much better than my previous card. This time its more web2.0 and geekish. It has just enough information and lots of space for other notes,  mob number and address if req. Friends suggested that I should have...

Five Years in blog world 12

Five Years in blog world

I can’t believe! I have spent five years in blog world. My blog life started with TechMag on 25062003. Here is my previous post about my blogging life.

oAuth Explained With An Example 5

oAuth Explained With An Example

The problem with using more and more social networks is with every social network you join you need to create profile then invite friends. There is no way to carry your data from one network to another network with out a hitch. Few smart people have already started working on this issue of...

2

Kablog mobile client

Hmm Ganesha needs some suggestion. Can you? Note:This is test post from kablog j2me mobile blog client.

Generic toString Method for Simple Java Beans 7

Generic toString Method for Simple Java Beans

I have seen developers writing toString method in each of their bean class. The purpose is to print the bean variables for logging or debugging purposes. I thought of reducing their effort by writing a generic toString method to have in their base bean class. It works for simple bean classes. Its no-brainer...