Month: June 2014

  • How to change system locale in Windows 8 and Windows 7

    Windows 8.1 and Windows 7 system locale can be changed using the Change System Locale options available under Control Panel. Change system locale in Windows 8.1 Launch Control Panel on Windows 8.1 and Select Clock, Language and Region option. Click Change location under link under Region section In the Region dialog, click the Change system…

  • Binary search

    After a simple bubble sort algorithm (not the most efficient sorting algorithm), let us try to implement Binary search in Swift Programming Language. Binary search algorithm can be applied only on sorted arrays. So let us first generate random numbers and store them in an array. Then call the bubble sort function to sort the…

  • Tamil Nadu electricity board user registration and online bill payment

    Listed below are the steps for registering for Tamil Nadu electricity board and doing online bill payment. Tamil Nadu electricity board registration of new user Step 1: For new users registration, Click on the New User. Step 2: Click Select button (next to Region) under New User Registration. Step 3: Select the region based on…

  • Bubble Sort

    The best way to practice a new language is to write more programs using that language. Here is a Bubble Sort program written in Swift Programming language. Data to be sorted = {12, 56, 32, 23, 67, 87, 45, 23,10, 11} Bubble Sort Bubble Sort is performed by comparing two number starting from the left…

  • Microsoft Outlook Web Access (OWA) keyboard shortcuts

    These are some of the useful outlook web access shortcut keys Del – Delete a message Enter – Open any outlook item (Message, Appointments, Notes etc.) Ctrl+N – Create a new outlook item (Message, Appointments, Notes etc.) Ctrl+R – ‘Reply to’ a message Ctrl+Shift+R – ‘Reply to all’ message Ctrl+Shift+F – Forward  a message Alt+S…

  • How to hide windows updates on Windows 8.1

    In this short tutorial, we are going cover the steps required to hide and restore windows updates on Windows 8.1. Why do you want to hide windows updates? It is recommended to install all the major updates or patches released for Operating Systems. But if there are any Important or Optional updates for some built-in…

  • Basic overview of Xcode

    Xcode is the primary tool used for the development of Mac and iOS applications. This is a free tool which can be downloaded from developer.apple.com website. You can use Xcode for Writing code, Building, Testing (Unit test) and for Distribution (Submitting to App Store). Different Panes in Xcode Navigator   This is available at the…