Mac Mail search box shortcut

This shortcut takes your cursor directly to the searchbox after opening Mail.app. This works in all current versions of OSX.

1Press OPT-CMD-F


Now learn about:


Discuss this guide

var disqus_shortname = ‘howchootest’; (function() { var dsq = document.createElement(‘script’); dsq.type = ‘text/javascript’; dsq.async = true; dsq.src = ‘//’ + disqus_shortname + ‘.disqus.com/embed.js’; (document.getElementsByTagName(‘head’)[0] || document.getElementsByTagName(‘body’)[0]).appendChild(dsq); })();

How to prepare for jet lag

This is my favorite way to deal with this problem.

Tools:

  • 1 ea Sunglasses
  • 1 ea Sleep Mask

Materials:

  • 1 ea melatonin

1Generate a sleep schedule

You can use a jet lag calculator like this one: http://www.britishairways.com/travel/drsleep/public/en_gb
Alternatively, just decide how many days you’d like to take to adjust your sleep schedule and divide the number of hours you need to change by that number. Example, I want to go to London, which is 8hrs different and I’d like to start adjusting 4 days before my trip so 2hrs per night!

2Use the melatonin, sleep shade, and sunglasses

Any time its dark in your destination city, you should be avoiding light. Wear sunglasses or your sleep mask. Any time its light, you should be seeking light. Turn all the lights in your house on.
Take the melatonin a couple hours before you would like to go to bed for the night. It gets your body believing its time to go to bed.

3Travel feeling refreshed!


Now learn about:


Discuss this guide

var disqus_shortname = ‘howchootest’; (function() { var dsq = document.createElement(‘script’); dsq.type = ‘text/javascript’; dsq.async = true; dsq.src = ‘//’ + disqus_shortname + ‘.disqus.com/embed.js’; (document.getElementsByTagName(‘head’)[0] || document.getElementsByTagName(‘body’)[0]).appendChild(dsq); })();

Tools:

  • 1 ea Sunglasses
  • 1 ea Sleep Mask

Materials:

  • 1 ea melatonin

How to turn off ads in Disqus

by Zach in disqus, wordpress, comments | 6 hr 14 min

Disqus is a robust and free commenting platform commonly used on WordPress and custom websites. One of its latest features embeds “Around the Web” Discovery advertisements at the bottom of the comments box, allowing you the opportunity to earn revenue in

Tools:

  • 1 ea Disqus

1Log into disqus.com

2Open the settings panel

Navigate to Admin > Settings > [Your Site Name].

3Change the setting

Inside of the settings panel, select the Discovery tab. Select the “Just comments” bubble and click Save Changes.


Now learn about:


Discuss this guide

var disqus_shortname = ‘howchootest’; (function() { var dsq = document.createElement(‘script’); dsq.type = ‘text/javascript’; dsq.async = true; dsq.src = ‘//’ + disqus_shortname + ‘.disqus.com/embed.js’; (document.getElementsByTagName(‘head’)[0] || document.getElementsByTagName(‘body’)[0]).appendChild(dsq); })();

Tools:

  • 1 ea Disqus

plants

sustainability

crosstrek

How to query by timestamp in mysql

This guide will simply cover how to find a data set by its timestamp including ranges. It will apply to mysql field that are of the “timestamp” type.

Tools:

  • 1 ea mysql

1Make use of the DATE_SUB function

DATE_SUB subtracts a specified time interval from a date. You can use DATE_SUB(CURRENT_TIMESTAMP, INTERVAL 1 HOUR) to grab data from the most recent hour.


Now learn about:


Discuss this guide

var disqus_shortname = ‘howchootest’; (function() { var dsq = document.createElement(‘script’); dsq.type = ‘text/javascript’; dsq.async = true; dsq.src = ‘//’ + disqus_shortname + ‘.disqus.com/embed.js’; (document.getElementsByTagName(‘head’)[0] || document.getElementsByTagName(‘body’)[0]).appendChild(dsq); })();

Tools:

  • 1 ea mysql

totalfinder

backup

Open Chrome Developer Tools and focus Console – shortcut

This quick shortcut avoids the need to open Developer Tools and THEN manually click on Console. This saves a bit of time and mouse-clicking.

1Use Keyboard Shortcut

Windows: CTRL-SHIFT-J
OS X: CMD-OPT-J


Now learn about:


Discuss this guide

var disqus_shortname = ‘howchootest’; (function() { var dsq = document.createElement(‘script’); dsq.type = ‘text/javascript’; dsq.async = true; dsq.src = ‘//’ + disqus_shortname + ‘.disqus.com/embed.js’; (document.getElementsByTagName(‘head’)[0] || document.getElementsByTagName(‘body’)[0]).appendChild(dsq); })();