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

Windows 8 Super fast booting (Just in 8 seconds)

We all now that Microsoft next OS version is Windows 8. This version is coming with more features What so special in Windows 8 Window 8 operating system show off a short eight-second boot time. According to Microsoft, about half of Windows 7 users shut down their computers instead of putting them into hibernation or sleep modes, which is something the team wanted to change. “We designed Windows 8 so that you shouldn’t have to boot all that often (and we are always going to work on reducing ...
Read More