Power.com: Aggregating different social networks

Power.com: Aggregating different social networks

Power.com is a brazil based startup that is based in social networking market. It aggregates the user spaces, friends list and other updates from different social networking sites such as facebook, orkut, myspace etc....

RPC in Javascript using JSON-RPC-Java

RPC in Javascript using JSON-RPC-Java

Remote procedure call (RPC) in javascript is a great concept of creating rich web applications. First we will see some background about RPC using JavaScript Object Notation (JSON). See following quote from Wikipedia entry...

From where Google brought logo of Chrome

From where Google brought logo of Chrome

Today morning, I got this image in one of the forwarded email. Still can’t stop laughing. I don’t know if this image is copyrighted, still can’t stop myself posting this. :D

Enable GZIP compression in tomcat

Enable GZIP compression in tomcat

What is GZIP? It is a compression format created by Jean-Loup Gailly and Mark Adler. Version 0.1 was first publicly released on October 31, 1992. GZIP is based on the DEFLATE algorithm, which is...

Creating ZIP and JAR Files in Java

ZIP files offer a packaging mechanism, allowing multiple files to be bundled together as one. Thus, when you need to download a group of files from the web, you can package them into one...

Textbox with background image using CSS

Textbox with background image using CSS

All we need in order to create an input box like this is an image of a magnifying glass and some CSS code. This input box is simply created by adding a background image...

Multiple message resource property file in Struts

Recently I came up with a requirement where in we have to display messages from multiple bundle resource (message resource) property files in Struts using <bean:message>. Following are the steps for the same: Make...