Today's Question:  What does your personal desk look like?        GIVE A SHOUT

 ALL


  Snipping Tool is moving on Windows 10

There is some recent change for a built-in tool on Windows 10 where the Snipping Tool is moving. Snipping Tool is a tool on Windows for taking screenshots and editing screenshots taken. But now it's moving to a new tool called Snip & Sketch which has enhanced features.Now if you try to launch Snipping Tool, you will notice there is a notification telling that the Snipping tool is moving to a new tool called Snip & Sketch.And you can click Try Snip & Sketch to launch the new tool.The new tool has a new modern face and it has a clear difference as the old tool where it has a clear in...

5,654 1       SCREENSHOT WINDOWS 10 SNIPPING TOOL SNIP & SKETCH


  Mac shortcut key cheatsheet

More and more people are using Mac computers or switch from Windows or other OS to MacOS, there are lots of shortcut keys which can help improve the work efficiency or ease operations.This post will try to list some commonly used shortcut keys in Mac. But before that, let's first know some common keys on a Mac computer keyboard.There are four major function keys: Command, Control, Option and Shift. Most of the shortcut keys will combine the functional key and other key.BasicCommand key is the most important key in Mac keyboard, it is function the same as Ctrl key in Window in most cases. ...

4,635 0       SCREENSHOT MACOS SHORTCUT COMMAND SHORTCUT KEY


  Capture screenshot of dropdown menu

As a IT professional, we often need to capture screenshot of what we are working on to give proof of what we are doing and why we do it. The screenshot will provide a good sense to other people. You may be familiar with taking screenshot with different tools such as snagit, snipping tool or the Windows PrtSc button. But do you know how to take a screenshot of a dropdown menu?Here we show you how to capture screeenshot of dropdown menu with the snipping tool provided since Windows 7. Below are the steps:1. Open snipping tool and press Esc2. Move to the dropdown menu and expand it3. Then press C...

42,915 0       WIDNOWS SCREENSHOT DROPDOWN MENU CAPTURE


  Capture video stream with WebRTC

WebRTC(Web Real-Time Communication) is an API supporting real time audio and video communication through a browser. It is now a recommended W3C standard. This post is to show you how to capture video stream and screenshot with WebRTC.Capture video streamTo play video stream from the video camera, we first need to put a video tag in our code:<video id="video"></video>The main function to get the video stream is the navigator.getUserMedia, as of now only few of the browsers support this, you can check the browser support for this on caniuse.com. This API is well supported by Chrome a...

9,685 0       SCREENSHOT VIDEO WEBRTC