How to Format Cells in Excel
How to Format Cells in Excel When we format cells in Excel, we change the appearance of a number without changing the number itself. We can apply a number format (0.8, $0.80, 80%, etc) or other formatting (alignment, font, border, etc). To change the…
How to Change Default Picture Viewer in Windows
How to Change Default Picture Viewer in Windows By default, when I double-click on a picture in Windows, Windows Photo Viewer opens the image! That’s nice, but I would rather it open with a different photo viewing program, there is a simple way to change…
How to Move Your Mouse Cursor without a Mouse
How to Move Your Mouse Cursor without a Mouse The first step to navigating without a mouse is using the arrow keys and pressing Enter and Tab to move between and open items. ALT + TAB will also allow you to switch between programs and get back to the…
Few basic tips to work on Excel
Few basic tips to work on Excel 1. Use MS Excel Format Painter To start you off, get yourself familiar with formatting your spreadsheet cells. A visually organized spreadsheet is highly appreciated by others as it can help them follow your data and…
What’s new with iOS 13.x
What’s new with iOS 13.x Apple has released the first developer beta for iOS 13.1. The beta offers many changes that we will cover with the post-13.0 update, including many features that had previously been removed from betas. This was in part due…
How to Load local web files & resources in WKWebView
How to Load local web files & resources in WKWebView In Swift you can load HTML files into your WKWebView from an file which is part of your App Bundle. Before you use the below code snippet, please make sure that the HTML file you want to display in…
how to detect low power mode in swift
How to detect low power mode in swift What is low power mode? Low power mode is a new way that apple is tackling their ever dwindling batteries. It stops all background activity, dims the screen and uses different assets to save power. It’s pretty neat…
How to Fix Use Legacy Swift issue in Xcode 8 Beta 3
How to Fix Use Legacy Swift issue in Xcode 8 Beta 3 Dependency Analysis Error Group “Use Legacy Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift…
What is Floating-Point Operations
What is Floating-Point Operations Floating-point values do not follow the rules of integer division—that is, dividing by floating-point values produces floating-point results. Type float In certain programming languages (Java comes to mind) the float…