HTML, CSS, Javascript and more
You probably didn’t notice it, but the way you write CSS affects the rendering speed of the browser. Should you care about that? Most likely not, but it is possible to freeze your web page with inefficient selectors.
Lets see if an ancient browser can still handle the current web and if it’s possible to help a little with the rendering of a page.
I created a new HTML template for the Javascript documentation tool JSDoc, which is now free for download. It is tested in IE6 to IE9, FF3.6, Chrome 5 and Safari 4.
If somebody is recently making waves with fonts, it’s Ethan Dunham. His website Fontsquirrel has become the source for free quality fonts. Most of them are also available as web fonts, which can be used directly in websites. Even better: Fontsquirrel also has a web font generator, which is the only tool of its kind.
JavaScript methods that seems to do what they’re supposed to do, but not always.
Documenting source code is something that doesn’t always get the priority it deserves. Especially Javascript which can be implemented rather ad-hoc. But there are enough tools around that can make documentation a lot easier.
Some weeks ago I did a test to see how fonts look in a browser when they are not optimized for that. The result was that rendering and legibility was sometimes poor on Windows. Now that the IE9 Platform Preview is out, it’s time to do the test once more.
As a user, you have more control than you think over what your browser does with websites.
2010 is definitely going to be the year of the web font now that the technical problems concerning browser support finally have been lifted. Font foundry Ascender is also jumping on the bandwagon now that their web font service is cross-browser.
There’s another foundry offering a part of their fonts as web fonts.
A few new and cool CSS3 styles become realistic options when building a website if you combine them with IE's filter.
Replace a CSS3 selector that's not supported in IE with a CSS2 selector that has support.
This article serves as a download page for the tool PixEm.
All major browsers are able to display fonts that are not installed on the computer, but downloadable from the web through the CSS-technique @font-face. But there are some caveats.