Author: Ryan Neudorf

  • Encryption, The Best Feature of iOS8

    With today’s launch of iOS8, Apple has begun to encrypt all your things. As detailed in the new “privacy” section on apple.com, all iCloud data is now encrypted end-to-end. On Apple’s servers, in transit and presumably on your device. In other words, it’s technically impossible for Apple to comply with government or legal surveillance requests.…


  • How to Set Responsive Text Alignment in Bootstrap 3

    Bootstrap is great, almost perfect. One thing it’s missing is responsive text-align. So I created a simple .less file that uses Bootstraps breakpoints and class naming format. It allows you use set specific text-align for specific breakpoints. View the code on Gist.


  • Stop Abusing WordPress Shortcodes

    https://www.youtube.com/watch?v=lqAISs59Zss Above is an eight and a half minute video from the developer of the Avada WordPress theme. The video demonstrates how to configure pages within the theme using shortcodes. Jump around the video a bit to get feel for the “workflow.” WordPress’ shortcode API is designed to be simple and power. It allows WordPress…