Archive for October, 2007

Page 2 of 2«12




HP Snapfish India, For Cost Effective Printing

Posted on October 13th, 2007 in Opinions, Reviews, Utilities | 12 Comments »

As I read Madhur Kapoor’s blog post about SnapFish I instantly recalled the day my friend had asked me, as to where he can get a printed mug with pictures of his friends on it. We had done some research for local shops which provide such stuff. He finally got the printed mug from one of them, with a pricey tag of Rs. 300 and gifted to one of his friends. That day I did not have the answer to let him know of any such service available online and for that matter hadn’t even bothered to do some search on the same.

But after getting an experience of Snapfish it feels good to know that such a service now does exist in India and moreover its got a branded name too which is, HP.

HP snapfish india

A quick search on Google reveals the news,

Snapfish, HP’s web photo service, has finally made its way to India as www.snapfish.co.in. With around 40 million members in 15 countries, around a quarter billion pictures are added to Snapfish every month.

I made an account with Snapfish to get an experience with it. The first thing that impressed me to open an account with Snapfish was Read the rest of this entry »

Resolving the “Unsupported major.minor version 49.0″ Error

Posted on October 10th, 2007 in Issues, Java, Java EE | 7 Comments »

Many a times I have come across my friends who get this error and are clueless because this error is not something related to the programming logic neither to the server which shows this error either on accessing a servlet or a service. You have to know that this error comes when a class compiled on a newer version is being tried to run on an older JVM i.e. If you try to run a JDK 1.5 compiled class in an environment having JRE 1.4 the JRE will give you the error,

 Unsupported major.minor version 49.0

This error is given because the new features introduced in the newer version of Java are not present in the older version. So you have to be careful for using such class files on older environments. For resolving this error you have to follow some simple tips as follows:

  1. Check you java version by running the command java – version
  2. Check your environment variable JAVA_HOME and the path associated with it
  3. Check your server installation if it was installed on an older version
  4. Check which path exists in the environment entries

These are the quick tips you would need to do in order to get rid of the error. Sometimes Read the rest of this entry »

Do Books Inspire You To Excel?

Posted on October 7th, 2007 in Opinions | 1 Comment »

Books play an important role in molding the mental state of a person and make him to think from a different perspective altogether. Leadership might not be in the genes of every individual but when you read the history of global technology leaders like Larry and Sergey, Steve Jobs, Bill Gates etc, you tend to read the future a little bit in your own way and this is something every technology enthusiast should opt for.

I have been a Java EE lover for quite sometime now. But currently I am in the field of Data Warehousing. I was a little bit reluctant to venture out in an unknown field altogether, but some reading from the greats in the field of technology changed my mind. It was just recently that I started to read about Larry and Sergey in The Google Story.I completed the book in just a week because it was so addictive to look in the lives of the now global leaders so close and personal.

The google story

Search Engines at that time was considered Read the rest of this entry »

Mozilla’s New Killer App – The WebRunner

Posted on October 6th, 2007 in Utilities | No Comments »

Mozilla has introduced an amazing application called “WebRunner“. This application when installed on your system provides a runtime environment for specific web apps of your choice. The web apps have their individual executable files with the extension “.webapp” which open on a double click and launch a distraction free browser version of the application.

This is a great news for people who have the constant need for opening up Gmail or Google Reader without carrying out the mundane tasks of opening a separate tab or window and typing the URL of the site and logging in. With WebRunner you just have to open it once and make the application remember your login credential and after doing this simple enjoy the experience of launching your favorite web application in a similar manner to your desktop applications with the click of a mouse. Its pure fun!

Page 2 of 2«12