• Android

How To Enable Camera in Android Emulator

14 years ago

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

  • PHP

How to Resize Image Dynamically in PHP

14 years ago

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

  • Android

How To Pick Image From Gallery in Android App

14 years ago

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

  • Java

How To Iterate HashMap in FreeMarker (FTL)

14 years ago

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

  • Java

Batch Insert In Java – JDBC

14 years ago

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

  • Java

Convert Arrays to Set in Java

15 years ago

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

  • JavaScript

STOP SOPA JQuery Plugin

15 years ago

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

  • Java

How To Create QR Codes in Java & Servlet

15 years ago

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

  • JavaScript

Facebook Style Scroll Fixed Header in JQuery

15 years ago

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

  • JavaScript

Create ZIP Files in JavaScript

15 years ago

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