- HTML Beautification Tool
- The demo Weather Widget / Single-page App was made by Google.
- https://www.datavizforall.org/find/ct/
- https://gist.github.com/subfuzion/08c5d85437d5d4f00e58
- Converting QuickTime screen recordings to GIF format):
ffmpeg -i ~/Dropbox/Screenshares/interactive-dataviz.mov -pix_fmt rgb24 -r 10 -f gif - | gifsicle --optimize=3 --delay=3 > projects/interactive-dataviz/demo.gif
- Hiding all Folders on the Desktop:
defaults write com.apple.finder CreateDesktop false && killall Finder
- Recording a screencast with audio (ALMOST, BUT NOT FULLY WORKING):