Posts from December 2012

10 result(s) found

Microsoft office - run dialog shortcuts
Microsoft Office

Microsoft office is a combination of products like MS Word, MS Excel, MS Powerpoint etc. And shortcut options to open these products are very handy if you're frequently using MS office products. This ...

What's apk (android package file)?
Android

Android has become very popular. And all the applications that are installable on android OS are supplied as APK files. What's an apk? Single line answer is "APK is an android package file. i.e.; it ...

Enabling hibernate in Windows 7
Windows

Hibernate is an option available under almost every operating system that provides users to shutdown the machine with current state i.e.; all their work that is currently being done and loaded on the ...

Android APK for Call Logs Backup & Restore
Android

Android OS allows users to backup restore the contacts. There are lot of android applications in the market to backup restore the contacts. I'm going to explain about Call Logs Backup Restore andr...

Android APK for SMS Backup & Restore
Android

Android API allows programmers to retrieve the SMS messages. So, there are lot of android applications available in the market to deal with SMS backup and restore. I'm going to explain about SMS Back...

Android APK for AVG Pro
Android

AVG is one of the leading organization who delivers the antivirus products. AVG has realized the importance of antivirus for Android OS quickly. As you know Antivirus software is needed for smart pho...

Android APK for Fruit Slice
Android

Android OS providers countless games in the market. But there are only very few games which are reaching users (customers). I'm going to take you through a very good android game called "Fruit Slice"....

Different types of JDBC drivers
Java

Type I driverODBC (Open Database Connectivity) is a C language API. It is a specification provided by Microsoft and can be implemented by any company. The implementoers of this API provides the dll fi...

JDBC transactions
Java

Let's consider that we're working on a program which works on two tables STUDENT, STUDENT_ADDRESS. A student should definitely have an address associated. So, we should insert both STUDENT table recor...