RequestAnimationFrame

0 Comments

  A good screencast on RequestAnimationFrame, this is what will drive the performance of modern ui web frameworks. http://www.sitepoint.com/watch-performance-with-requestanimationframe/

Chrome-and-Pointer-Events-Its-Not-Over-but-We-Need-Your-Help

0 Comments

Kudos to Chris Love:       http://www.love2dev.com/#!article/Chrome-and-Pointer-Events-Its-Not-Over-but-We-Need-Your-Help     What Can You Do? I got wind the Blink team, that is the team that created Google’s Chrome browser, is watching the Chromium bug tracker

Fix: new XMLHttpRequest() Uncaught ReferenceError: request is not defined

0 Comments

I was testing some JavaScript ajax code found at: http://youmightnotneedjquery.com/ and I was getting the error:   Uncaught ReferenceError: request is not defined from ReferenceError: request is not defined    at Object.rli.app.self.makeXmlHttpRequest (http://localhost:50258/Client/Features/Posts/request_is_not_defined.html:27:25)    at