[Buzz Today]2012.01.28
# WebGL & Chrome for Android
The latest Chrome Beta for Android has the chrome://flags/ page enabled, which allows you to enable WebGL without root or a hacked APK!
[The Next Web] (http://thenextweb.com/google/2013/01/25/google-finally-makes-it-easy-to-enable-webgl-support-in-latest-chrome-for-android-beta/)
# webplatform.org
Web Platform Docs is a community-driven site that aims to become a comprehensive and authoritative source for web developer documentation.
# SVG Font
+ Tools:
FontForge
Apache batik Font Converter
+ Online:
ttf2svg.com,它实际上也是使用了FontForge的技术。
[ttf2svg] (http://ttf2svg.com/index.php)
+ References:
[ Become a font embedding master] (http://snook.ca/archives/html_and_css/becoming-a-font-embedding-master)
# PhantomJS
它的口号是:Full web stack No browser required
PhantomJS is a headless WebKit with JavaScript API. It has fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG.
[PhantomJS on GitHub] (https://github.com/ariya/phantomjs)
[看看别人都用PhantomJS干些什么?] (https://github.com/ariya/phantomjs/wiki/Buzz)
# JavaScript Frameworks
Piaoger想在无聊的时候看看或者用用下面这些JavaScript库。
undescore, buster, QUnit, Jasmine
[undescore] (http://documentcloud.github.com/underscore)
[Top 5 testing libararies] (http://m.netmagazine.com/features/essential-javascript-top-five-testing-libraries)