There was an error while loading. Please reload this page.
React.js Introduction For People Who Know Just Enough jQuery To Get By
http://reactfordesigners.com/labs/reactjs-introduction-for-people-who-know-just-enough-jquery-to-get-by/
Css Unit: em , pt, px, %
from http://kyleschaeffer.com/development/css-font-size-em-vs-px-vs-pt-vs
Generally, 1em = 12pt = 16px = 100%
.NET Pcl on WinXP http://nicolaiarocci.com/taming-portable-class-libraries-and-net-framework-4/
replace all #region in the code with whitespace !
Find with regular expression
^.*\#(end)*(:Wh)*region.*\n
replace with white space
(from https://stackoverflow.com/questions/1105442/how-to-disable-region-collapsing-or-expand-all-regions-in-visual-studio-vb-net)
Interesting topics
The whole web at maximum FPS: How WebRender gets rid of jank