Thejesh GN Blog

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...

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...

26

How to Capture the Screen Using VLC for ScreenCasting

VLC is a player but also can be used to record a screen cast ( capture the screen as video).Here is the small how to do that. This works with portable VLC too. Start the VLC By going to the installation folder and running the command >> vlc screen:// It will open the...