Navigation Menu

Skip to content

Commit

Permalink
New bestofs
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Aug 1, 2019
1 parent b268a93 commit 956fe15
Show file tree
Hide file tree
Showing 19 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion web/_posts/2007-04-04-problems-with-yui-datatable.md
Expand Up @@ -8,7 +8,7 @@ tags:
- popular-posts-total
deprecated: true
feedtrim: true
postRankTotalViews: 12
postRankTotalViews: 13
---

If you have read anything I’ve written before or know me at all, you know that my go-to JavaScript library is the one and only YUI. So obviously, when I was looking around for a Grid (or as YUI jargon goes, a DataTable), naturally I’m going to turn to YUI compatible components. First, I looked at Jack Slocum’s EXT, which has a nice looking Grid component that had a lot of features I wouldn’t need, but I didn’t really want to take a 0.5 MB hit for the limited feature set I was requiring. Adding the YUI DataTable would only tack on approximately 70-75 KB of additional download. So first, let me establish what I’m going for:
Expand Down
Expand Up @@ -9,7 +9,7 @@ tags:
- research
- popular-posts
- popular-posts-total
postRank: 13
postRank: 12
postRankTotalViews: 3
---

Expand Down
2 changes: 2 additions & 0 deletions web/_posts/2008-05-10-selecting-xml-with-javascript.md
Expand Up @@ -6,7 +6,9 @@ smalltitle: true
tags:
- highlight
- research
- popular-posts
- popular-posts-total
postRank: 19
postRankTotalViews: 4
---

Expand Down
2 changes: 1 addition & 1 deletion web/_posts/2011-05-12-fittext-and-bigtext.md
Expand Up @@ -9,7 +9,7 @@ tags:
- font-loading
- popular-posts
- popular-posts-total
postRank: 20
postRank: 18
postRankTotalViews: 5
---

Expand Down
2 changes: 1 addition & 1 deletion web/_posts/2015-01-22-faux-font-loading.md
Expand Up @@ -11,7 +11,7 @@ tags:
- font-loading
- popular-posts
- popular-posts-total
postRank: 19
postRank: 17
postRankTotalViews: 16
---

Expand Down
2 changes: 1 addition & 1 deletion web/_posts/2016-01-04-critical-webfonts.md
Expand Up @@ -10,7 +10,7 @@ tags:
- font-loading
- popular-posts
- popular-posts-total
postRank: 12
postRank: 11
postRankTotalViews: 11
---

Expand Down
4 changes: 2 additions & 2 deletions web/_posts/2016-04-05-webfonts-preloaded.md
Expand Up @@ -11,8 +11,8 @@ tags:
- font-loading
- popular-posts
- popular-posts-total
postRank: 11
postRankTotalViews: 13
postRank: 10
postRankTotalViews: 12
---

***Summary**: If you’re not currently using a font loading strategy, using `preload` with web fonts will reduce the amount of FOIT visitors will see when they visit your site—paid for by sacrificing initial render time. Don’t preload too much or the cost to initial render will be too high. For devs using a font loading strategy, the same rules apply. Try to only preload a single web font, whether that be the only font in a single stage load or the subset font in the first stage of a two stage load. Further, `preload` is an improvement over Data URIs for two stage font loads in supporting browsers, and I will be happy to welcome it as a best practice when its browser support grows.*
Expand Down
2 changes: 1 addition & 1 deletion web/_posts/2017-05-25-fontsmooth.md
Expand Up @@ -7,7 +7,7 @@ tags:
- research
- highlight
- popular-posts
postRank: 18
postRank: 16
---

_Recently, Twitter made a global anti-aliasing CSS change to their website. Before writing this post, I didn’t know very much about anti-aliasing—so I decided to learn everything I could about it to better understand the reasoning behind a decision like that. Here’s what I learned._
Expand Down
2 changes: 1 addition & 1 deletion web/_posts/2017-06-15-aliasing.md
Expand Up @@ -7,7 +7,7 @@ tags:
- research
- highlight
- popular-posts
postRank: 14
postRank: 13
---

Are you tired of developers abusing the smooth traditionalism of Helvetica? Do you wish your web page was a little bit more fun? Do you also want to avoid discussing things with your peers? Well, do I have some code for you. Add this little block into your project and it will globally alias (rename) Helvetica to Comic Sans MS (and Chalkboard SE, [browser support](http://fontfamily.io/Comic_Sans_MS,Chalkboard_SE)). _(Yes, I know I recently wrote a blog post about [anti-aliasing](/web/font-smooth/)—that’s a different thing.)_
Expand Down
2 changes: 1 addition & 1 deletion web/_posts/2017-08-13-webfont-glossary.md
Expand Up @@ -5,7 +5,7 @@ categories:
tags:
- font-loading
- popular-posts
postRank: 16
postRank: 14
---

After publishing [The Comprehensive Guide to Font Loading Strategies](/web/comprehensive-webfonts/), I had a few requests to define a few terms used there. This document is a response to those requests. If something is missing below, please [let me know on Twitter @zachleat](https://twitter.com/zachleat) or in the comments.
Expand Down
2 changes: 1 addition & 1 deletion web/_posts/2017-11-21-23-minutes-font-loading.md
Expand Up @@ -7,7 +7,7 @@ tags:
- font-loading
- popular-posts
- popular-posts-total
postRank: 8
postRank: 7
postRankTotalViews: 15
---

Expand Down
2 changes: 2 additions & 0 deletions web/_posts/2018-02-12-introducing-eleventy.md
Expand Up @@ -4,6 +4,8 @@ tags:
- eleventy
- project
- highlight
- popular-posts
postRank: 20
---

<p>
Expand Down
2 changes: 1 addition & 1 deletion web/_posts/2019-05-09-google-fonts-display.md
Expand Up @@ -4,7 +4,7 @@ tags:
- font-loading
- popular-posts
- popular-posts-total
postRank: 2
postRank: 1
postRankTotalViews: 9
---
<p class="sub"><em>May 15, 2019 renamed URL parameter to <code>display</code>. Thank you <a href="https://mathiasbynens.be/">Mathias</a>!</em></p>
Expand Down
2 changes: 1 addition & 1 deletion web/_posts/2019-05-22-font-display-icon-fonts.md
Expand Up @@ -3,7 +3,7 @@ title: font-display is Incompatible with Icon Fonts
tags:
- font-loading
- popular-posts
postRank: 7
postRank: 8
---

There are myriad problems with icon fonts. I won’t rehash those again here but I did a section on this specific topic in [The Scoville Scale of Web Font Loading Opinions](/web/scoville-scale/). A bunch of people have written about this before:
Expand Down
4 changes: 1 addition & 3 deletions web/_posts/2019-06-10-facepile.md
@@ -1,8 +1,6 @@
---
title: The Crushing Weight of the Facepile
tags:
- popular-posts
postRank: 17
tags: []
---
I was cruising my own web site with DevTools open (as one does) and browsed to my latest blog post only to be _slapped in the face_ with a 3.7MB web site. My web site (on a blog post page without content images) is normally about 400KB. What happened??

Expand Down
2 changes: 1 addition & 1 deletion web/_posts/2019-06-26-css-tricks-web-fonts.md
Expand Up @@ -3,7 +3,7 @@ title: Developing a Robust Font Loading Strategy for CSS-Tricks
tags:
- font-loading
- popular-posts
postRank: 1
postRank: 2
---
<style>
.sm-img {
Expand Down
4 changes: 1 addition & 3 deletions web/_posts/2019-07-12-burnout.md
@@ -1,8 +1,6 @@
---
title: 'Reactions to: An Honest Conversation About Burnout on JSParty'
postRank: 10
tags:
- popular-posts
tags: []
---
_Before you read this post, let’s acknowledge together first that even the discussion of burnout is an incredibly privileged one to have. We work in an industry where we’re able to talk about this and many do not. I’m grateful that we can._

Expand Down
2 changes: 1 addition & 1 deletion web/best-of/best-of-total-views.html
Expand Up @@ -3,7 +3,7 @@
layout: default
tmpl: list
permalink: /web/best-of/total-views/
dataUpdatedDate: 'July 17, 2019, 7:25 AM CDT'
dataUpdatedDate: 'July 30, 2019, 10:53 AM CDT'
hidePopularInSidebar: true
---

Expand Down
2 changes: 1 addition & 1 deletion web/best-of/index.html
Expand Up @@ -3,7 +3,7 @@
layout: default
tmpl: list
permalink: /web/best-of/
dataUpdatedDate: 'July 17, 2019, 7:25 AM CDT'
dataUpdatedDate: 'July 30, 2019, 10:53 AM CDT'
hidePopularInSidebar: true
---

Expand Down

0 comments on commit 956fe15

Please sign in to comment.