HTML5 inputs and PhoneGap – iPhone and Android

In this post I am going to talk about HTML5 controls in PhoneGap. Not only PhoneGap we can also use this input in mobile based web site too. HTML5 is the next generation of HTML. In one word I can say HTML5 make web more Rich. PhoneGap is popular Cross platform framework in mobile world. it will support for all top mobile OS. Few weeks before there release beta version for Windows Phone 7.5 Mango. I captured few screenshots from iOS, we can see   different  keyboards for input types Email,URL...
Read More

iPhone Keyboard type – UIKeyboardType

UIKeyboardType The type of keyboard to display for a given text-based view. And it is very useful, for example:- I want to enter URL address, must of the website we need to add .com (hold to get more options like .net) at end. typedef enum { UIKeyboardTypeDefault, UIKeyboardTypeASCIICapable, UIKeyboardTypeNumbersAndPunctuation, UIKeyboardTypeURL, UIKeyboardTypeNumberPad, UIKeyboardTypePhonePad, UIKeyboardTypeNamePhonePad, UIKeyboardTypeEmailAddress, UIKeyboardTypeDecimalPad, UIKeyboardTypeAlpha...
Read More

Hyper-V to Windows 8

Hyper V is now comes to Windows 8 default, just we need to install from Windows features (Same like how we will install IIS). Windows will support virtualization on the Windows "client" OS. Originally released for Windows Server where the technology has proven very popular and successful, we wanted to bring virtualization to a core set of scenarios for professionals using Windows. The two most common scenarios Microsoft focused on are for software developers working across multiple platforms ...
Read More