This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.
To capture the video (filesize: 19MB), using the free "QuickTime Player" application:
| # Creates new self-signed certificate for testing purposes | |
| new-selfsignedcertificate -dnsname "*.domain.local" -friendlyname "*.domain.local Development Certificate" -certstorelocation "cert:\LocalMachine\My" -notafter (get-date).AddYears(100) |
| <?php | |
| /** | |
| * Custom page titles for Guest Authors with WordPress SEO | |
| * Returns "[author name]'s articles on [site name]" | |
| * | |
| */ | |
| add_filter('wpseo_title', 'my_co_author_wseo_title'); | |
| function my_co_author_wseo_title( $title ) { | |