10th October 2011
In App Purchase allows you to embed a store directly within your application. You can implement In App Purchase in your iOS application using the Store Kit framework.
Apple allows three types of purchases within the app and Apple terms them as consumab...
Read >
26th September 2011
There are several very useful benefits to threading; we can have several processes running at once, and several threads running within those processes. So, with all these benefits, why don’t we just use new threads for all of our methods? Wouldn’t that ju...
Read >
03rd March 2011
A majority of risk analysis process descriptions emphasize that risk identification, ranking, and mitigation is a continuous process and not simply a single step to be completed at one stage of the development lifecycle. Risk analysis results and risk cat...
Read >
15th February 2011
First, with an AJAX application, you have to view the application as being broken into two parts. In the old Web 1.0 days, we didn’t worry much about “client-side" code in our web apps. That is, there wasn’t much code of significance executing in the web ...
Read >