Better read-only view for google spreadsheets

If you need read only access to a google docs spreadsheet it’s much faster and easier to use an exported version. Just go to File > Download As > Web Page and it’ll open a new window with the fully loaded spreadsheet. Here’s a public spreadsheet if you want to try it out.

Published
Categorized as devtools

Hiding the WP Admin Bar

There’s a few plugins for hiding the WordPress admin bar that shows up on top of your site when you’re logged in but it seems like overkill. If you don’t care about preventing it from loading you can drop this in your stylesheet at wp-admin/themes.php?page=editcss to hide it. html { margin-top: 0!important; } #wpadminbar {… Continue reading Hiding the WP Admin Bar

Published
Categorized as devtools

Accepting developer roles on facebook

Log into Facebook and go to https://developers.facebook.com/apps. Register as a developer if you haven’t yet This process is a pain and involves entering your phone number and receiving a confirmation text. Check for invites You should get a notification at the top about any pending invites. Click through and confirm.

Published
Categorized as devtools