Skip to content

Edge Talk

  • Home
  • Browsers
  • Tools
  • Windows
  • WordPress

Author: edge

Bring Back Google Inbox to Gmail

April 7, 2019April 7, 2019 edge

With most of the features migrated over to Gmail, Google killed Google Inbox the same day they celebrated Gmail’s 15th birthday on April 1, 2019. Well, a lot of people wept about the loss and still miss Google Inbox’s simplicity. While you can’t really bring it back on your phone, […]

 Chrome OS  Chrome Extension, Gmail, Google Inbox  Leave a comment

Preload A Webpage to Speed Up Your Website

March 4, 2019March 4, 2019 edge

Before you click a link that interests you on a web page, you hover your mouse over that link before clicking on it. Guess how much time spent between these two actions? Believe it or not, it is well over 300 ms. So, why not taking advantage of this timespan […]

 Dev  instant.page, prefetch  Leave a comment

How To Change New Tab Icon Position on Chrome

February 7, 2019February 7, 2019 edge

By default, the New Tab (Plus) icon is located on the right side of the last live tab. Usually it’s unchangeable but Google’s undergoing some experiments to allow you to re-position this icon to a different place. Since it’s an experimental feature, you can only change it through a new […]

 Browsers  Flags, Google Chrome  Leave a comment

How To Capture Full Web Page on Google Chrome

February 6, 2019February 6, 2019 edge

Capturing a screenshot of any web page in full isn’t as easy as it sounds. Printing or saving it to PDF simply doesn’t cut it. You will need something else to help out. If you are using Google Chrome as your main browser, Full Page Screen Capture is a perfect […]

 Browsers  Chrome Extension, Google Chrome  Leave a comment

How To Install and Use An Audio Equalizer on Ubuntu

January 8, 2019January 8, 2019 edge

Having a system-wide audio equalizer improves the overall enjoyment. Since it’s not available out of the box, what is the option on Ubuntu? Luckily, the out of box sound component, PulseAudio, used on Ubuntu has its own equalizer that you can install and utilize. You will just have to install […]

 Linux  EQ, Ubuntu  Leave a comment

CSS Trick: Avoid being Cutover between Pages when Printing

September 17, 2018September 17, 2018 edge

If you have a web page that cuts the images in half when printed, all you need to do is add the following codes in your CSS style sheet. @media print { div { page-break-inside: avoid; }} Magic.

 Dev  CSS, Print  Leave a comment

CSS Trick: Clearing the Div Float

September 17, 2018September 17, 2018 edge

If the sidebar is floated to the right and is shorter than the main area the footer then is required to jump up into that available space, like below: To fix it, you can  #footer { Clear: both;} or add an empty div before the footer block with the style […]

 Dev  Coding, CSS  Leave a comment

How To Tell Which Tech Stack A Website is Using

June 18, 2018June 18, 2018 edge

If you are a web developer you may always wonder which tech stacks a website is using when came across a site that is either your competitors’ or simply looks great and attractive. SiteStacks got you covered with a free search tool that reveals that info for you. The tool […]

 Toolbox  Web App  Leave a comment

How To Enable DNS-over-HTTPs on Firefox

June 15, 2018June 15, 2018 edge

Traditionally, DNS queries and responses are sent over the internet without encryption. This could very well lead to tracking and spoofing vulnerabilities that put users data at risk. There are many servers in between your computer and DNS server. Information travels through these servers, called on-path routers, can be tracked […]

 Mozilla Firefox  DNS, Firefox  Leave a comment

How To Export Passwords from Google Chrome

April 22, 2018 edge

Since Chrome 66, if you are using Chrome as your password manager you can export all your saved password to a plain CSV file that you can save for your own reference. Here is how to do it. Go to the Settings page, expand the Advanced and click Manage passwords under […]

 Browsers  Chrome  Leave a comment

Posts navigation

← Older posts
Newer posts →

Recent Posts

  • Send A Text File to Mulitple Printers in PowerShell
  • What To Do When Microsoft Teams Stuck at Loading
  • Why Can’t Add Calendars via Distribution List in Outlook? and What’s the Workaround?
  • Setting Edge As Default Browser via Group Policy
  • Delete A Specific Folder in A Folder on Windows
Copyright © EdgeTalk.net
 

Loading Comments...