Category: TIL
-
How to Implement Search on a Jekyll Site
Read more…: How to Implement Search on a Jekyll SiteTIL how to implement search on a Jekyll site.
-
Moving Files to a Mac from Microsoft Remote Desktop
Read more…: Moving Files to a Mac from Microsoft Remote DesktopTIL how to copy files from a Microsoft Remote Desktop connection to my local machine.
-
Setting and retrieving cookies from form data
Read more…: Setting and retrieving cookies from form dataTIL how to set and retrieve JavaScript cookies from form data.
-
Powering a Blog Through Medium
Read more…: Powering a Blog Through MediumIt is super easy to power your blog with a custom domain through Medium. Here is what you need to do.
-
How to Pre-fill Google Forms
Read more…: How to Pre-fill Google FormsDid you know that you can pre-fill Google Forms based on a URL? Did you also know that automate it with a database and send personalized forms via services like Mailchimp?
-
Take Notes During Your Next Crisis
Read more…: Take Notes During Your Next CrisisTIL that the best time to learn how to handle crises is right after you just had one.
-
jQuery’s Greater and Less Than Selectors
Read more…: jQuery’s Greater and Less Than SelectorsTIL about jQuery’s greater and less than selectors
-
Scheduling Jobs with Cron
Read more…: Scheduling Jobs with CronTIL how to schedule tasks with Cron.
-
DNS Terms Cheatsheet
Read more…: DNS Terms CheatsheetThere are a lot more domain record terms than this, but these are the ones I most frequently encounter. I’ll add more as I run into them. Records Record Description Use A Address Record Point a domain to a specific IP address CNAME Canonical Name Record This is an alias of one name to another.…
-
Automating Blog Posts with AppleScript v2
Read more…: Automating Blog Posts with AppleScript v2Today I took another stab at automating my blog posts.
-
Many-to-Many Relationships in Relational Data Models
Read more…: Many-to-Many Relationships in Relational Data ModelsToday I learned about Many-to-Many relationships in relational data models
-
Trifacta Wrangler
Read more…: Trifacta WranglerTIL how awesome Trifacta Wrangler is for transforming and digging through data.
-
Linux Webserver Cheat Sheet
Read more…: Linux Webserver Cheat SheetTIL where to find certain things on Linux servers
-
Cleaning up your Mac with Hazel
Read more…: Cleaning up your Mac with HazelToday I learned how to clean up my Mac with Hazel
-
Using Word Frequency Charts for Better Word Clouds
Read more…: Using Word Frequency Charts for Better Word CloudsYou can use word count charts to complement word clouds for better understanding.
-
Ember.js Basics
Read more…: Ember.js BasicsTIL the basics of Ember.js.
-
Link Posts with Jekyll
Read more…: Link Posts with JekyllTIL how to make link posts a la Daring Fireball and Marco.org with Jekyll.
-
Counting and JSON output in Jekyll
Read more…: Counting and JSON output in JekyllTIL how to count and make JSON output in Jekyll
-
Identifying and killing background Python processes
Read more…: Identifying and killing background Python processesTIL how to kill rogue background Python processes
-
Simple HTTP server with Python
Read more…: Simple HTTP server with PythonTIL how to make a simple HTTP server with Python
