
Search In
Are you running a Magento based eCommerce store? If yes, you might have faced a situation wherein you have disappointed your customers. And thereafter, you had to send them an email saying “Your order is cancelled due to non-availability of sto
Choosing the right eCommerce solution for developing an online store has always been a critical task for many business owners. Although there are diverse open-source platforms ready to assist in eCommerce store development, picking up the one that en
IntentService is one of the least difficult approaches to offload "pieces" of handling of the UI string of your application and into a remote work line. There's no compelling reason to dispatch an AsyncTask and oversee it every single t
If you are thinking of getting a degree that will help you learn the technical process in Information Technology, then there are many different types of degree that you can consider. There are so many different courses nowadays that it is difficult f

When building a 2D game in Unity3D. We need to specify which items will be rendered above which item.
We can do it by specifying the distance of the sprite from the camera but Unity provides a better way of doing this through the use of Sorting Layer
How to open flashLight of android phone programmatically
declare these variables in the activity
private boolean isLighOn = false; // to check tht flash is on or off
boolean flashAvailable=false;
int cameraID=0 /*cameraId with 0 represents bac
Enabling caching .
Caching is enabled in three step.
1) Create a writable directory on your server where you want strored the cache files.
2) Set the path to your cache folder in your application/config/database.php file.
3) Enable the cachi
Memory Management In Java
The memory management is done in Stack and Heap in java. whenever the java command is triggered it divides memory in two parts(Stack and Heap) for the program, the Stack is used for the execution purpose and Heap is used fo
Dynamic memory allocation is a manual memory management for the dynamic memory with use of some group of functions in like malloc, realloc, calloc and free. The process of allocating memory during the execution of a C program is called a Dynamic mem
If you are going to start a website a blog or website in wordpress must install these plugins .
1-Akismet – This plugin comes inbuilt in wordpress. This plugin removes and secure your wordpress sites from spams comments.
2- BackUpWordPress – Th
