In computer programming, naming convention might be considered as a set of rules for choosing the identifiers to denote variables, types and functions & methods names in source code and project documentation. The purpose for using this naming convention is only to reduce the effort needed to read and understand the source code and to also to enhance the code appearance by using appropriate and concise keys.
Aug 28th, 2013
EXC_BAD_ACCESS error is a general error in your iOS application, but is hard to debug and find the route cause for this error in your application. The main reason of EXC_BAD_ACCESS error to happen is that – somewhere in your application code you are trying to send a message to an object that has already been released.
So how we will find the root cause of this error? (more…)
Aug 26th, 2013
Most popular Social networking Site Facebook has moved one step ahead at making the PHP programming language runs more quickly. Facebook has developed a PHP virtual machine, called HipHop Virtual Machine (HHVM) that can executes the PHP web programming language as much as 9 times as quickly as running PHP on large systems.
So finally Apple has changed its policy of not allowing apps transfer from one account to other account. Now it can be transferred across accounts without affecting the app’s rating, downloads and history. (more…)
Apr 26th, 2012
Google drive is new entry in world of cloud storage offering. Since it is from Google, people have lot of expectations from this service which is free online storage of 5Gb. More comes for a small price. Right now it is not immediately setup for you and may take a day or two for it to be setup. I tried mine yesterday and it is setup this morning. (more…)