🏳️Webmaster-Source | Blogging Tips, Webmaster Resources, Tutorials, and More

Website faviconwebmaster-source.com

Useful resources for webmasters. Links, tutorials, and other information for bloggers and webmasters.

[](/)

*   [Home](/)

*   [Archives](/archives/)

*   [WP Plugins](/wordpress-plugins/)

*   [About](/about/)

*   Subscribe â–ľ

    *   [RSS Feed](http://feeds2.feedburner.com/Webmaster-source)

    *   [Twitter](http://twitter.com/mattharzewski)

    *   [Email Updates](http://feedburner.google.com/fb/a/mailverify?uri=Webmaster-source)

[Why Animated GIFs Suck](https://www.webmaster-source.com/2014/04/28/why-animated-gifs-suck/ "Permanent Link to \"Why Animated GIFs Suck\"")

--------------------------------------------------------------------------------------------------------------------------------------------

Apr 28, 2014 by Matt | Posted in [General](https://www.webmaster-source.com/category/general-writings/) [112 Comments](https://www.webmaster-source.com/2014/04/28/why-animated-gifs-suck/#disqus_thread)

Not only does the ever-popular animated GIF have an extremely limited color palette (256 colors), due to its roots in the 1980s, but its primitive compression is a _colossal waste of bandwidth._ A modern video format produces files a fraction of the size, and with far superior image quality.

Take this clip as an example:

### WebM (94KB) & H.264 (141KB) Video

### Animated GIF (1741KB)

The fancy HTML video loads in a fraction of the time, and plays more smoothly. Note that, in this example, there’s no quality difference because I converted an existing GIF into a video. (This is the same process [GfyCat](http://gfycat.com/) uses.)

This is a pretty big deal in a world with slow connection speeds and puny cellular data caps. Watching about a thousand GIFs the size of this one (which is fairly modest as far as GIF file sizes ago) would easily put you over a 2GB data cap.

If you’re interested in converting GIFs to a proper image format, I made a fun command-line tool called [GIFnuke](https://github.com/mattvh/gifnuke). You can run it on a file, or a URL, and it will use ffmpeg to produce a tiny WebM file automatically. (No MP4 version yet, you’ll have to do that manually if you need it.)

[What You Need to Know About the Heartbleed Bug](https://www.webmaster-source.com/2014/04/14/what-you-need-to-know-about-the-heartbleed-bug/ "Permanent Link to \"What You Need to Know About the Heartbleed Bug\"")

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Apr 14

If you haven’t already heard, a major exploit in OpenSSL was discovered recently. The Heartbleed Bug, which is as scary as it sounds, allows an attacker to capture potentially sensitive information from a server’s memory by exploiting a flaw in the implementation of the…

[Automating Repetitive Text Editing with Vim Macros](https://www.webmaster-source.com/2014/02/05/automating-repetitive-text-editing-with-vim-macros/ "Permanent Link to \"Automating Repetitive Text Editing with Vim Macros\"")

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Feb 5

Don’t you just hate it when you have to do some repetitive text editing, such as wrapping several lines of text in <li>...</li> tags or just about anything involving tables? (Actually, HTML is a veritable goldmine of repetition…) If you use vim, you can…

[Ghost 0.4 Drops, Plugin API Slated for 0.5 Release](https://www.webmaster-source.com/2014/01/29/ghost-0-4-drops-plugin-api-slated-for-0-5-release/ "Permanent Link to \"Ghost 0.4 Drops, Plugin API Slated for 0.5 Release\"")

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Jan 29

Version 0.4 of Ghost, the lightweight Node.js blogging platform, went live this month. Some of the more interesting features include support for static pages, a new way to quickly edit posts by appending /edit to the URL, support for date-based permalinks (e.g. /2014/01/25/example-post instead…

[BlogBuzz January 25, 2014](https://www.webmaster-source.com/2014/01/25/blogbuzz-january-25-2014/ "Permanent Link to \"BlogBuzz January 25, 2014\"")

----------------------------------------------------------------------------------------------------------------------------------------------------

Jan 25

[Node.js the Right Way](https://www.webmaster-source.com/2014/01/08/node-js-the-right-way/ "Permanent Link to \"Node.js the Right Way\"")

-----------------------------------------------------------------------------------------------------------------------------------------

Jan 8

Looking to quickly get started with Node.js without learning bad habits? Node.js the Right Way is a short and concise—100 pages—book that you can easily read in an afternoon (maybe two if you’re following along with the examples), promising a focused, tutorial-based experience. The…

[Vim Tip: Sort Lines Alphabetically](https://www.webmaster-source.com/2014/01/01/vim-tip-sort-lines-alphabetically/ "Permanent Link to \"Vim Tip: Sort Lines Alphabetically\"")

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Jan 1

Have a list that you need to alphabetize quickly? Vim has you covered. There’s a handy :sort command (:help sort for optional arguments) that will do just what it says on the box. All you have to do is select the lines in visual…

[Illustrating Keyboard Shortcuts with the <kbd> Tag and a Bit of CSS](https://www.webmaster-source.com/2013/12/27/illustrating-keyboard-shortcuts-kbd-tag/ "Permanent Link to \"Illustrating Keyboard Shortcuts with the <kbd> Tag and a Bit of CSS\"")

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Dec 27

The HTML spec has long had a (much underutilized) tag called kbd, which is intended to be used for marking up user input. For example, you could write something like this: The browser (by default) renders the kbd tags in a monotype font, just…

[Visualizing Directory Structures with the Tree Command](https://www.webmaster-source.com/2013/12/18/visualizing-directory-structures-with-the-tree-command/ "Permanent Link to \"Visualizing Directory Structures with the Tree Command\"")

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Dec 18

Sometimes good old ls just doesn’t cut it when you’re browsing directories from the command line. Sometimes you just need a more visual overview of the nested files and directories. Well, it turns out there’s a useful command for those cases, and it’s available…

[List.js: Table and List Sorting in 5kb of JavaScript](https://www.webmaster-source.com/2013/12/11/list-js-table-and-list-sorting-in-5kb-of-javascript/ "Permanent Link to \"List.js: Table and List Sorting in 5kb of JavaScript\"")

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Dec 11

List.js is a tiny (five kilobytes!) library that can add dynamic sorting, searching and pagination to HTML lists and tables. It requires no dependencies, and claims to be able to handle lists with “thousands of items.” It also includes a templating system that makes…

Page 1 of 1571[2](https://www.webmaster-source.com/page/2/ "Page 2")[3](https://www.webmaster-source.com/page/3/ "Page 3")[4](https://www.webmaster-source.com/page/4/ "Page 4")[5](https://www.webmaster-source.com/page/5/ "Page 5")[6](https://www.webmaster-source.com/page/6/ "Page 6")[Next »](https://www.webmaster-source.com/page/2/)[Last »](https://www.webmaster-source.com/page/157/)

*   [Featured](#tfb-featured)

*   [Recent](#tfb-recent)

*   [Network](#tfb-network)

*   [Installing Multiple Ghost Blogs Behind NGINX on Ubuntu 12.04](https://www.webmaster-source.com/2013/11/06/installing-multiple-ghost-blogs-behind-nginx-on-ubuntu-12-04/)

*   [Solar Theme for Ghost Blogs](https://www.webmaster-source.com/2013/10/17/solar-theme-for-ghost-blogs/)

*   [Ghost: The New Blogging Platform, and Why it Matters](https://www.webmaster-source.com/2013/10/02/ghost-the-new-blogging-platform-and-why-it-matters/)

*   [Finding a Website’s Favicon with Ruby](https://www.webmaster-source.com/2013/09/25/finding-a-websites-favicon-with-ruby/)

*   [Setting Up a LESS Workflow in Sublime Text](https://www.webmaster-source.com/2013/08/28/setting-up-a-less-workflow-in-sublime-text/)

*   [Solar: A Jekyll Theme Based on the Solarized Color Palette](https://www.webmaster-source.com/2013/06/19/solar-a-jekyll-theme-based-on-the-solarized-color-palette/)

*   [DigitalOcean Review](https://www.webmaster-source.com/2013/06/12/digitalocean-review/)

*   [**More posts...**](/featured/)

*   [Why Animated GIFs Suck](https://www.webmaster-source.com/2014/04/28/why-animated-gifs-suck/)

*   [What You Need to Know About the Heartbleed Bug](https://www.webmaster-source.com/2014/04/14/what-you-need-to-know-about-the-heartbleed-bug/)

*   [Automating Repetitive Text Editing with Vim Macros](https://www.webmaster-source.com/2014/02/05/automating-repetitive-text-editing-with-vim-macros/)

*   [Ghost 0.4 Drops, Plugin API Slated for 0.5 Release](https://www.webmaster-source.com/2014/01/29/ghost-0-4-drops-plugin-api-slated-for-0-5-release/)

*   [BlogBuzz January 25, 2014](https://www.webmaster-source.com/2014/01/25/blogbuzz-january-25-2014/)

*   [Node.js the Right Way](https://www.webmaster-source.com/2014/01/08/node-js-the-right-way/)

*   [Vim Tip: Sort Lines Alphabetically](https://www.webmaster-source.com/2014/01/01/vim-tip-sort-lines-alphabetically/)

*   [**More posts...**](/)

[9rules](http://9rules.com "Part of the 9rules network") [Digital Ocean](https://www.digitalocean.com/?refcode=b6711983671a "Powered by Digital Ocean") [MaxCDN](http://tracking.maxcdn.com/c/48704/10419/378 "Accelerated by MaxCDN")

Loading...

Twitter

### TweetRoll

[](http://twitter.com/tapbot_paul)[](http://twitter.com/verge)[](http://twitter.com/itsathing)[](http://twitter.com/AppStore)[](http://twitter.com/phuseca)[](http://twitter.com/glenn_ferrell)[](http://twitter.com/arstechnica)[](http://twitter.com/hodgman)[](http://twitter.com/thelogosmith)[](http://twitter.com/DennysDiner)

©2006-2025 Webmaster-Source

[Home](/) | [About/Contact](/about/) | [Advertise](http://buysellads.com/buy/detail/2117/zone/1237128)