Archives

Category: TIL

  • Regex Lookahead and Lookbehind


    Regex Lookahead and Lookbehind

    TIL how to do lookarounds in Regex

    Read more…: Regex Lookahead and Lookbehind
  • Responsive D3.js bar chart with labels


    Responsive D3.js bar chart with labels
  • Strange issues with stacking on iOS Safari


    Strange issues with stacking on iOS Safari

    Safari on iOS and Safari on Mac OS X are not created equal.

    Read more…: Strange issues with stacking on iOS Safari
  • Having trouble accessing your website from Google’s public DNS? Check your DNSSEC.


    Having trouble accessing your website from Google’s public DNS? Check your DNSSEC.

    Having trouble accessing your website from Google’s public DNS? Check your DNSSEC.

    Read more…: Having trouble accessing your website from Google’s public DNS? Check your DNSSEC.
  • Web crawlers, Regex for Markdown URLs, and Removing your site from Google search results


    Web crawlers, Regex for Markdown URLs, and Removing your site from Google search results
  • Circular Progress Bar Count Up with Javascript


    Circular Progress Bar Count Up with Javascript

    I used ProgressBar.js to build a date counter that counts up from a particular point in time visually.

    Read more…: Circular Progress Bar Count Up with Javascript
  • Converting an Aperture Library to Lightroom


    Converting an Aperture Library to Lightroom

    Converting Aperture photo libraries to Lightroom

    Read more…: Converting an Aperture Library to Lightroom
  • Amending Commits, Matplotlib, and More Python


    Amending Commits, Matplotlib, and More Python

    Today I collected the things I learned in the past week.

    Read more…: Amending Commits, Matplotlib, and More Python
  • Toggling divs with jQuery


    Toggling divs with jQuery

    Today I reminded myself how to toggle divs with buttons.

    Read more…: Toggling divs with jQuery
  • Javascript Counter


    Javascript Counter

    TIL how to make a javascript counter.

    Read more…: Javascript Counter
  • Running other scripts with AppleScript


    Running other scripts with AppleScript

    TIL how to run other scripts with AppleScript

    Read more…: Running other scripts with AppleScript
  • Reading CSVs, counting, lambda expressions, and plotting with Python


    Reading CSVs, counting, lambda expressions, and plotting with Python

    TIL how to read CSVs, count, order via lambda expressions, and plot with Python.

    Read more…: Reading CSVs, counting, lambda expressions, and plotting with Python
  • Dealing with Files in AppleScript and Conditional Counts in Excel


    Dealing with Files in AppleScript and Conditional Counts in Excel

    TIL how to deal with files in AppleScript and how to do conditional counts in Excel.

    Read more…: Dealing with Files in AppleScript and Conditional Counts in Excel
  • Excel formulas to combine columns and convert time, More SQL functions


    Excel formulas to combine columns and convert time, More SQL functions

    TIL how to concatenate columns and convert time in Excel and some more SQL functions.

    Read more…: Excel formulas to combine columns and convert time, More SQL functions
  • Aliases in SQL and Sorting Tables with jQuery


    Aliases in SQL and Sorting Tables with jQuery

    TIL how to make aliases for tables in SQL and how to sort tables with jQuery

    Read more…: Aliases in SQL and Sorting Tables with jQuery
  • There are Multiple Paths to the End Goal


    There are Multiple Paths to the End Goal

    TIL there are multiple paths to every end goal and sometimes you need to try another one instead of spinning your wheels.

    Read more…: There are Multiple Paths to the End Goal
  • Summing with Filters in Excel, Reminding Yourself “Why”


    Summing with Filters in Excel, Reminding Yourself “Why”

    TIL how to sum in Excel with filters and a trick for bringing myself back in perspective.

    Read more…: Summing with Filters in Excel, Reminding Yourself “Why”
  • Hiding Categories from the Jekyll Paginator, Unless, and Insert statements


    Hiding Categories from the Jekyll Paginator, Unless, and Insert statements

    TIL how to hide my TIL posts from the front page of my site, the Unless tag, and inserting mysql with PHP.

    Read more…: Hiding Categories from the Jekyll Paginator, Unless, and Insert statements
  • Connecting and Writing to MySQL with PHP


    Connecting and Writing to MySQL with PHP

    TIL the basics of connecting to a MySQL database and creating tables in PHP.

    Read more…: Connecting and Writing to MySQL with PHP
  • WordPress Plugins, Development Planning for New Developers


    WordPress Plugins, Development Planning for New Developers

    TIL a new-to-me development philosophy and the basic parts of creating a WordPress plugin.

    Read more…: WordPress Plugins, Development Planning for New Developers