
Search In
Big Data is more than just a huge volume of data, it is believed to be the right key to the business development. Let’s see what the phenomenon of “Big Data” is and why nowadays it is becoming everybody’s concern.
Sma
Products which you can sell in your application falls into these categories :
1.Standard in-app products(one time billing) eg: Premium Upgrade, Ads free version of the app.
2.Subscription(recurring,automated billing) eg: Game currency, music voucher
In jquery we have function named ajax() which have two arguments such as url and settings.
Settings are a set of key/value pairs that configure the ajax request. This argument is optional.
We are going to take an small example to understand the funct
A web worker is basically a javascript code that runs in the background. It does not effect the performance of the Page. Usually When we run some script in our html page the page do not response until the script finishes.
By using Web Workers you ca
Data conversion and migration are intertwined. The experienced players of document conversion and outsourcing units often come with many pieces of advices for the best conversion strategy seamlessly from start to finish. They know what best practices
Redis is the most popular key-value, open source and in-memory data structure store that can be used as a database. Here in-memory means that instead of storing the data on disk redis relies on main memory for data storage. As a result redis database
Unity can crash due to a lot of reasons. This problem is faced by many Unity3D developers, when Unity3D crashes due to whatever reason a lot of work if unsaved gets lost, sometimes the whole scene gets corrupted. This affects our work and wastes a lo
Here is the code for UIImagePickerController Delegate. In this Code when we select an image from UIImagePickerController then we call this delegate function which upload the selected image to your local application folder. You have to first find the
Lazy load jquery spinner is used for the delays loading of images used on the web page. It improves the page load time, by using this plugin user can see the custom effects and data attributes, It is a fast, easy and lightweight script used for loadi
Wizard Control in asp.net
The Asp.net wizard is an elegant mechanism to perform set of operation to make our application ease for the end user and developer.
It is a group of form to collect user information step by step .The navigation in wizard is
