-
Encryption, The Best Feature of iOS8
in DesignWith 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. […] Continue Reading
-
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. Continue Reading
-
Stop Abusing WordPress Shortcodes
in WordPresshttps://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 […] Continue Reading
-
-
The Best Way to Synchronize WordPress Uploads
One of the most annoying things about setting up a dev environment for an existing WordPress site is syncing the content. Pulling down the database is trivial, even a large site will have a relatively small database dump. I often use the WordPress Duplicator plugin. But a site with years of photos and other uploads […] Continue Reading