Skip to content
win edited this page Apr 22, 2018 · 5 revisions
  1. 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/

  2. Css Unit: em , pt, px, %

from http://kyleschaeffer.com/development/css-font-size-em-vs-px-vs-pt-vs

     Generally, 1em = 12pt = 16px = 100%
  1. Very Very Interesting Topic , ImageProcessing for .NetCore https://github.com/dotnet/corefx/issues/2020

  1. .NET Pcl on WinXP http://nicolaiarocci.com/taming-portable-class-libraries-and-net-framework-4/

  2. 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