HTML5 DataList

HTML5 Datalist is a new html tag shipped with HTML5 specification. HTML5 Datalist can be used to create a simple poor man’s Autocomplete feature for a webpage. In this tutorial we will go through the basics of HTML5 Datalist tag and check some quick examples of autocomplete. Introduction to HTML5 Datalist tag As part of…

Google launches Android One in Pakistan

The Android One program targets consumers in emerging markets who are looking for smartphones with an untainted Android experience, devoid of the typical bloatware and customizations that they can expect from major vendors like Samsung. At the same time, Android One is also about offering that vanilla Android experience in an affordable package, so that…

Comparing Laravel CodeIgniter & CakePHP

CakePHP, CodeIgniter, and Laravel are all great frameworks in their own rights. They each have their pros and cons which I will cover here. Bear in mind that these are my opinions and forming your own by messing a bit with them is always the best policy.

Smartphone App Development: iOS vs Android

[dropcap]S[/dropcap]martphones are becoming a necessary part of our lives, it’s amazing to note that every 4th person in this world has one smartphone. With increasing demand of mobile phones, iOS and Android are the major operating systems- they manufacture 95% of the smartphones on the market. The fight between iOS and Android has always been…

What Is SEO?

What Is SEO? SEO stands for ‘search engine optimization’ It is the process of getting traffic from the ‘free,  organic, editorial or  natural search results on search engines. An important aspect of SEO is making your website easy for both users and search engine robots to understand. Although search engines have become increasingly sophisticated, they…

Animate NSLayoutConstraint Change

Hi Guys today we are going to make a tinny sample to demonstrate how to animate NSLayoutConstraint change in a very simple and easy way. are you ready …? we have no time to think about it so lets start. 1. Create a new single view based project. 2. Use a storyboard or whatever you like to…

Adding interactive SplitView for iPad

Adding interactive SplitView for iPad Hello buddies hope you are enjoying good and and coding. Today we are going to add an interactive split view in an iPad application. Good thing is that it will be added in the mid of application not at first screen. So here we go create a new project with…