Skip to content

Instantly share code, notes, and snippets.

View dgrijuela's full-sized avatar
👾

Daniel Grijuela dgrijuela

👾
View GitHub Profile
@dgrijuela
dgrijuela / index.html
Created January 12, 2016 15:17
Code for the article How to Make Your Blog Work Offline: https://blog.redradix.com/how-to-make-your-blog-work-offline
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<script>
// Test if service workers are supported
if ('serviceWorker' in navigator) {
ln -s ~/.vimrc ~/.config/nvim/init.vim
@dgrijuela
dgrijuela / testing-ie.md
Last active August 29, 2015 14:19
Testing your app in Internet Explorer 6-11

Testing your app in Internet Explorer 6-11


  • Use the script available in this repo to download the IE6-IE11 disk images for Virtualbox.

  • Start the machine with the IE you want directly from Virtualbox.

  • In Network Settings (from Virtualbox), enable just one attached to: NAT.

@dgrijuela
dgrijuela / gmail-forwarding.md
Last active August 29, 2015 14:19
Send email from Gmail as your custom domain email

Send email as <your-name>@<custom-domain>.com from Gmail

Receiving email sent to <your-name>@<custom-domain>.com in your Gmail account is easily done by email forwarding when setting up the <custom-domain> email account.

The problem is sending from the <custom-domain> account inside your usual Gmail account (so you get to choose one or the other).

This was a simple step before but Google 'has disabled' it in favor of its Google Apps for Work paid service.