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:
| using System.Web.Mvc; | |
| using System.Web.Mvc.Html; | |
| using System.Linq; | |
| namespace Web.Extensions | |
| { | |
| public static class HtmlHelpers | |
| { | |
| public static MvcHtmlString MenuLink(this HtmlHelper htmlHelper, string linkText, string actionName, | |
| string controllerName, bool onlyMatchCt = false, string[] relatedCts = null) |
| # http://www.mono-project.com/Compiling_Mono_on_OSX | |
| # Version 3.2.6 | |
| require 'formula' | |
| class Mono < Formula | |
| url 'http://download.mono-project.com/sources/mono/mono-3.2.6.tar.bz2' | |
| sha1 '27a08194f21ab853c669f42a1435e3a6fc326b8b' | |
| #url 'http://download.mono-project.com/sources/mono/mono-2.10.9.tar.bz2' | |
| #sha1 '1a6e8c5a0c3d88d87982259aa04402e028a283de' |