Singsys blog

Today Facebook Adds New API to surf Real Time Conversation

Mark Zuckerberg, CEO of giant social networking site Facebook is introducing a set of social tool – the Keyword Insights API and the Public Feed API to get some insight into what is hot and trendy on facebook. This will be accomplished by two tools.

(more…)

Google Chrome App Run on your Desktop now !!

One of the most popular browser, Google Chrome has turned five and Google has updated the functionality and features of its Chrome apps. Google Chrome would now have the ability to launch the apps from a window desktop. (more…)

Use consistent naming convention in programming to easily understand the source code

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.

(more…)

Facebook to use your profile photos for new Facial Recognition Technology

Giant Social Networking website, Facebook has planned to use your Facebook profile photos for its facial recognition technology. Facebook will use its user’s profile pics to its facial recognition database to speed up the process of photo tagging. According to Facebook’s Chief Privacy Officer Erin Egan “Our goal is to facilitate tagging so that people know when there are photos of them on our service,”.

(more…)

When running into EXC_BAD_ACCESS errors during iPhone development, enabling NSZombieEnabled can easily debug access error.

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…)