-
Google Maps SDK and Places API integration in iOS
Introduction Google Maps SDK integration in iOS apps has nowadays become pretty common due to its flexible features and small size. This tutorial will walk you through the whole process in step by step manner about how to integrate the Google Map. Getting the Google Maps SDK Get the SDK for Google Maps from Google Developers…
-
Build iOS App using Phonegap
Those, who work in JavaScript advanced framework, for example, Sencha Touch, Ionic etc, should be able to work in and build the iOS version of the frameworks too. We work on a number of such iOS projects using PhoneGap. How to work on PhoneGap is not an unknown chapter to us but are you one…
-
Box Integration in iOS apps
Introduction Cloud storage and other multiple features of cloud computing have made modern users familiar to cloud. Box and Dropbox have become so popular that users search for them in almost every app where they need to handle files. Here we are going to discuss how to include BOX in your iOS application with ease…
-
POEA – Plain Old Event Apps
In the initial days of my career, when I used to work with Java, one term was quite popular – POJO, Plain Old Java Object. Even today the term is often used to emphasize the fact that this object is rather a very simple ordinary Java object. However, I started this post with such a…
-
In App Purchase Not Working in iOS? Here is a solution
While browsing for In App Purchase tutorials, I found these two very useful blogs: In App Purchases: A Full Walkthrough Introduction to In-App Purchases in iOS 6 Tutorial If you are a beginner you would find the first blog very useful. There is already existing library for in app purchase . Ronan O’Ciosoig has suggested to…
-
25 CSS best practices we follow at Innofied
Dilbert is probably right – if everyone follows the best practices then it may become mediocre. But the fact is: it rarely happens. Only a small number of developers follow good practices while others either aren’t aware of such rules at all or they don’t feel like applying them. There can be multiple reasons for…
-
Kendo UI draggable chart
Kendo UI is a comprehensive HTML5/JavaScript framework for modern web and mobile app development. Kendo UI emerges out to be one of the most promising app developing framework. Though it’s a commercial product, it is backed by an excellent and fast support team. With Kendo UI, we can easily create products without worrying about cross-browser…
-
10 Node.js best practices you should follow
Node.js is a platform built on Chrome’s JavaScript engine (i.e. v8 JavaScript Engine); it helps to develop fast, scalable network application. It is basically used in server side coding, handling AJAX requests, maintaining routes for different APIs and manipulating database. Node.js uses an event-driven, non blocking I/O model that makes it lightweight and efficient. Now…
-
Amazon route 53 – how to setup hosted zones?
Amazon web service is one of the famous and most secure web services in the world. It provides several services to solve wide number of problems. Today I am going to discuss about route 53, one of the famous services from the house of Amazon. Amazon route 53 is highly scalable DNS web system. This…
-
3 Backbone.js routers best practices
Backbone.js used to have controllers instead of routers in past. Imagine how complex it was to put functionality both in views (read presenters) and controllers! How would you decide where to keep which functionality? Moreover, you could never depend on a single controller if the app was a complex one. But things are much simpler…