Search: position-absolute.com
*HTML/CSS Intro to the Google WebFont Loader and how to avoid @font-face text flickering
Submitted by matt 39 days ago (more from position-absolute.com)@font-face suffers of the same illness that its predecessors, until the font file is loaded it will display your text with the fallback font family. I will be showing how you can use the google font loader to avoid text flickering and have a good fallback font in case the font file is not loading. You get the best of all world, but it comes with a price of a light javascript hack.
*Programming Optimizing javascript/jQuery loading time, a beginner’s guide
Submitted by matt 55 days ago (more from position-absolute.com)With some great free tools you can easily optimize your javascript to load 2 or 3 times faster if you are willing to trade the regular way of embedding javascript file in the head document. With LABjs you can load your scripts simultaneously and specify an executing order. From my tests with dynatrace, the javascript loads 3x more rapidly using LABjs,
*HTML/CSS CSS3 @font-face is not as ready as you would think
Submitted by matt 1 year and 47 days ago (more from position-absolute.com)@font-face is one of the new CSS3 feature that has been implemented in every major browser beside IE, this is also the kind of stuff that can degrade really well in non compliant browsers. I tested a load of fonts with @font-face in this website. Unfortunately it has not turned out as well as I would have liked to. The biggest problem I have right now is how the font is being rendered.
- 1