• Android

How To Enable Camera in Android Emulator

By default when you create an Android Virtual Devices (AVD) in Android, the Camera is disabled. So if your application…

12 years ago
  • PHP

How to Resize Image Dynamically in PHP

Today almost every website you visit show content in form of thumbnails. Thumbnails are nothing but images displayed next to…

12 years ago
  • Android

How To Pick Image From Gallery in Android App

Since few days I am working on an Android app and learning all the nitty gritty of its APIs. I…

12 years ago
  • FreeMarker Template
  • Java

How To Iterate HashMap in FreeMarker (FTL)

In this short article we will see how to iterate an HashMap in FreeMarker template. Consider below code which is…

12 years ago
  • Featured
  • Java

Batch Insert In Java – JDBC

Let's see how we can perform batch insert in Java using JDBC APIs. Although you might already knew this, I…

12 years ago
  • Java

Convert Arrays to Set in Java

Java Collection API is one of the most useful APIs used in any Java application. In my day to day…

12 years ago
  • JavaScript

STOP SOPA JQuery Plugin

Right now, Internet is experiencing the biggest protest since its inception. We have seen people protesting against Companies, Government, Dictators…

12 years ago
  • Featured
  • Java

How To Create QR Codes in Java & Servlet

Nowadays, Quick Response (QR) Codes are becoming more and more useful as they have gone mainstream, thanks to the smart…

12 years ago
  • JavaScript
  • JQuery

Facebook Style Scroll Fixed Header in JQuery

While doing some UI changes of a website, we had to implement a FIX header which remains fix on top…

12 years ago
  • Featured
  • JavaScript

Create ZIP Files in JavaScript

Zip is a very useful file type if I must say most used. It is the most used file format…

12 years ago