Category: Technology

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

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

What made me to revive my  smsgupshup account 18

What made me to revive my smsgupshup account

I just read this new article by Anand about the SMSGupsgup. Even though I don’t agree with the traffic/numbers used for comparison I was forced to re look at Gupshup. I had an account at SMS Gupshup almost an year back. My last msg there was 359 days back and I had 84...

Code Search Engines you should know 1

Code Search Engines you should know

Reusing the code/frameworks ( either the in public domain or FOSS licensed code) is pretty common. But searching for useful code online is not very easy.The regular search engines like Google or Yahoo are not designed for code searching. Now there are few specialized code search engines which can fetch better result. Here...