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:
{ | |
// -------------------------------------------------------------------- | |
// JSHint Configuration, esri jsapi | |
// only including options which differ from the standard default | |
// jshint [options][1] or those in the SublimeText [jshint plugin][2]. | |
// When those 2 default references differ, the option is explictly included | |
// | |
// [1]: https://github.com/jshint/jshint/blob/2.x/examples/.jshintrc | |
// [2]: https://github.com/uipoet/sublime-jshint/blob/master/.jshintrc | |
// -------------------------------------------------------------------- |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1, user-scalable=no"> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=7,IE=9"> | |
<title>Maps Toolbar</title> | |
<link rel="stylesheet" href="http://serverapi.arcgisonline.com/jsapi/arcgis/3.3/js/dojo/dojox/mobile/themes/iPhone/iPhone.css"> | |
<link rel="stylesheet" href="http://serverapi.arcgisonline.com/jsapi/arcgis/3.3/js/dojo/dojox/mobile/themes/buttons.css"> |