Saturday, August 25, 2012

PreRendering in google Chrome to improve Browsing Speed

You can get your web page displayed in an instant, The moment you click, is it not awesome? Prerendering and Prefetching of web pages in Google Chrome is the solution. The page view will be almost instant... 

Saturday, August 18, 2012

Free hosting for your web applications in Google

You read it right, Google offers developers the ability to build and host the web applications in google infrastructure. Every Google App Engine application will have enough CPU, bandwidth, and storage to serve around 5 million monthly pageviews for free.

Monday, August 13, 2012

How to Read Excel Files in Java

Here in this post we will create a simple project to Read and Write to Excel files. Excel is a popular Microsoft application where in data can be entered in rows and columns in spread sheet and manipulated. We will be using Apache POI libraries to demonstrate Excel Handling.

Tuesday, July 31, 2012

How to Organize Eclipse Project Structure

This post aims to cover the folder structure you can maintain. Organized folder structures and projects are required for a smoother execution and debugging. Here I will try to explain the way I organize the folder structure of my projects.

Sunday, July 22, 2012

Hello World Eclipse Program

This post will aim to provide support to beginners who want to start with Java and Eclipse. Here in this post We will write a simple program to read user input and print an output to the console in Eclipse.

Saturday, July 21, 2012

Ant Installation Instructions

Apache Ant (Another Nice Tool) is a software tool for automating software build processes. It is similar to Make but is implemented using the Java language, requires the Java platform, and is best suited to building Java projects.

Wednesday, July 18, 2012

Eclipse Installation Instructions

Eclipse is a multi-language software development environment with Integrated Development Environment (IDE). It has an Extensible plugin System which helps and allows users and communities to develop their own plugins.