Posts

How to Screen Capture Tweets with a Twitter Bot

Image
Introducing Screenshot Guru , a new Twitter bot that will help you easily take high-resolution screenshots of tweets. There are a plethora of screen capture apps available, including the good old Print+Screen combo but with Screenshot Guru, you get crisp and beautiful screenshots sans the clutter. Screenshot Guru offers 3 different options for screen capturing tweets. You have a web app for desktops, a Google Chrome extension and a Twitter bot @screenshotguru for people who are looking for a way to easily screenshot tweets on their Android or iPhone. Let’s explore in more detail. 1. Web App – Go to  screenshot.guru  and type the URL of any web page or tweet that you would like to save as a PNG image. Solve the CAPTCHA and you’ll have a crisp retina screenshot ready in a second or two. 2. Chrome Extension – Install the Twitter Screenshots addon from the Google Chrome store and then switch to the Twitter website. You’ll see a little camera icon in every tweet – click...

Read This Before You Buy Any Udemy Course

Image
Looking to learn coding this summer? Well, there are plenty of free resources on the Internet to quickly get you started but if you prefer proper instructor-led video courses, go with Udemy. If you are new here, Udemy is an online marketplace where you’ll find courses on everything from calligraphy to photography to programming. I’ve purchased more than two dozen Udemy courses around web development from different instructors – the list includes courses on React, Redux, JavaScript, Node.js, ES6, Express, Webpack, Firebase, TypeScript – and have been really impressed with the overall quality of the training content. You pay a one-time fee for any course and, unlike Pluralsight or Lynda LinkedIn Learning that charge a monthly subscription, your Udemy course will be yours forever. Most video courses on Udemy are priced between $20 and $200 but before you key in the credit card, ready this. Avoid Impulse Buying Udemy offers massive discounts almost every week and the $150 course you...

How to Backup your Gmail Inbox to another Gmail Account

Image
Looking for an easy way to backup your Gmail messages? The Download Gmail add-on automatically saves a copy of your Gmail emails and file attachments to your Google Drive. You can then use the Drive client to backup the files saved in Drive to your local Windows PC or Mac. The little downside with this approach is that Gmail and Google Drive share common storage space. So if you archive an email thread that contains, say, a 10 MB file attachment, the email will end up consuming 20 MB overall space in your Google Storage (10 MB in Gmail and another 10 MB in Drive). Move Gmail Data from One Google Account to Another If your current Gmail account is running low on storage, you can consider using a new Gmail account to backup your existing emails and then delete the bulky mails from the primary account to make space. There are no addons to install and the Gmail-to-Gmail transfer happens directly in the cloud. Let’s get started. Create a new Gmail account for backup, go to Settings...

How to Copy Email Messages from GSuite to a New Gmail Account

Image
Your current organization uses GSuite, formerly knowns as Google Apps, with Gmail for email. You are moving to another company and would like to archive all your existing email messages before they are permanently deleted from the Google servers. Our previous email migration guide discussed ShuttleCloud, a service built into Gmail that uses Gmail APIs to copy your emails from one Gmail account to another. That approach will, however, not work when you are transferring emails from GSuite to a standard Gmail account. How to Copy GSuite Emails to another Gmail Address Step 1: Enable POP In your old Gmail (GSuite) account, go to Settings, click the Forwarding and POP/IMAP tab, choose Enable POP for all mail in the POP download section and save your changes. Step 2: Generate password While modern apps work with the OAuth protocol that do not require you to share your Gmail password with third-party apps, the POP3 protocol needs your password in plain text to download your ema...

How to Record your Android Screen with the YouTube Gaming App

Image
YouTube’s gaming platform, available at gaming.youtube.com , primarily focuses on live streaming of video games. It may not have an audience as large as Amazon’s  Twitch TV but there exist a  few unique features  that make the YT Gaming app useful for everyone, not just professional gamers. One, you don’t need additional hardware or software to live stream your games to YouTube. You can do a quick live stream from your desktop as well as your mobile phone. And the most interesting part, YT Gaming isn’t just for recording gameplay but can be used to record screencasts of any app on your Android phone. How to Record Screencasts on Android with YouTube Here’s a step by step guide on how to create screencasts on your Android phone via the YouTube app. Standalone screencasting apps may offer more features but with YT Gaming, the big benefit is that you can even live stream your phone on to YouTube with a tap. The app is free and there are no ads. Let’s get started. ...

How to Make Pixel Paintings with Google Spreadsheets

Image
You are using Google Spreadsheets for budgeting and project management but did you know that the same sheets application can help you create impressive pixel paintings in minutes? The Google blog recently published a story of two illustrators who created a bright and beautiful wall mural using Google Spreadsheets. Marina and Mallory connected on Google Hangouts to plan and sketch out ideas, and creatively “hack” Sheets in order to make art: resizing cells into thousands of pixel-like squares, merging cells to create color blocks, creating vibrant color gradients with conditional formatting and cell values, and other cool things we had no idea you could do with Sheets. The idea is simple. Each cell in the spreadsheet corresponds to a pixel in the painting. You compute the color of the pixel and make it the background color of the corresponding cell. Now resize the spreadsheet cells in small perfect squares and your spreadsheet will look exactly like ...

How to Keep your Folders on FTP Server and Google Drive in Sync

Image
How do you connect an FTP server to your Google Drive or Dropbox for transferring files in either direction automatically? Well, the easiest option would be to use a desktop FTP client like  Cyberduck  (supports Mac & Windows, free) or  Transmit  (Mac only, paid). These software applications can connect to all the popular cloud storage services including Google Drive, OneDrive, Dropbox and Amazon S3. They can perform a remote-to-remote sync allowing you to recursively transfer files and folders from the FTP server to any cloud service and vice versa. The only issue with using a desktop application is that it needs to be run manually on your computer. Wouldn’t it be nice if you could set up a task that continuously monitors your Google Drive (or Dropbox or OneDrive) for new files and automatically copies them to a specified FTP server? Transfer Files from FTP Server to Google Drive Enter Microsoft Flow , an online automation service that lets you create automa...