Archive for October, 2009

Create your own Search Engine(Interface) using Google Custom Search API

Create your own Search Engine(Interface) using Google Custom Search API
Google Custom Search API are wonderful tools to create some awesome search engine like tools. Also if you want to add a search option to your website and customize the look and feel of your search results, Google Custom Search API serve best to you.I have created a Real Time Search engine (I call it real ...

Loading Java Properties Files

Loading Java Properties Files
Java Properties files are amazing resources to add information in Java. Generally these files are used to store static information in key and value pair. Things that you do not want to hard code in your Java code goes into properties files.Although there are multiple ways of loading properties file, I will be focusing on loading the resource bundle files from class path resources. ...

Fantastic Bouncy Effect using jQuery/JavaScript

Fantastic Bouncy Effect using jQuery/JavaScript
Let us see how can we create a Bounce Effect in HTML pages using jQuery. Bounce effect is an effect which resembles bouncing of a ball on floor or on a wall. These kind of effects dramatically improve user experience. Related: FadeIn / FadeOut Effect jQuery The Goal...

Eclipse: Workspace in use or cannot be created Error

Eclipse: Workspace in use or cannot be created Error
Lot of time when I am working in Eclipse, it get crashed due to some or the other reasons. Most of the time this is because I have opened a lot of applications that I am working on and this takes a bit of memory. So finally everything just get hanged and does not have enough RAM to work on. Thus, Eclipse just get hanged ...
Tags:

How to Disable Post Revision History or Version Tracking in WordPress

How to Disable Post Revision History or Version Tracking in Wordpress
Wordpress provide a great feature of maintaining Revisions or History of a Post. Since Wordpress 2.6, whenever you create a post in Wordpress, it keeps on maintaining history.This feature might be very useful in a multi-author blog where more then one user is contributing in a post, but it may simply not required when you ...

How to make your Google home page Buttonless

Google always tries new things to make it homepage look better and work more efficient. It has one of the simplest homepage among all websites. Recently Google made few changes in its homepage. The page features exactly two elements: Google’s famous logo, and its search box. That is, until you move your mouse, when a nifty fade effect reveals with ...

Inner classes in Java, the mystery within.

Inner classes in Java, the mystery within.
Inner classes, also called Nested Classes, are nothing but classes that are defined within other classes. The nesting is a relationship between classes, not objects.Inner classes have clearly two benefits, name control & access control. In Java, this benefit is not as important because Java packages give the name control.Java inner classes have feature that ...

Null-safe Type in Java 7: New way to handle NullPointerException

Update: This feature has been removed from the final feature list that is being included in Java 7. Thanks @Stephen and @Stefan for the comments. Please refer to Project Coin for more details.NullPoniterException is one of the most common exception encountered in Java programming. When I searched "NullPointerException" in Google, it gave about ...

Setting Tomcat Heap Size (JVM Heap) in Eclipse

Setting Tomcat Heap Size (JVM Heap) in Eclipse
Recently while running Tomcat under Eclipse for one of the web application I was getting Java Heap memory related error java.lang.OutOfMemoryError. What needs to be done here basically is to increase the jvm heap size. So for increasing the JVM Heap Size of Tomcat in Eclipse we have to set few VM arguments of the tomcat.Follow ...

Is Orkut really dying in India?

Is Orkut really dying in India?
It seems that there is a social network war going on in India between Google's Orkut and Facebook. Orkut being most famous social networking website in India and most of the Indian community is socially active in Orkut. India forms the second largest community of Orkut users after Brazil.But since past few years Facebook is ...
Page 1 of 212
Copyright © 2012 ViralPatel.net. All rights reserved.