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

Reliable bring external process window to foreground with C#

4 Comments

If you want to reliable bring the main window of an external process to the foreground in C#, use the “simulate alt key” technique found at: http://stackoverflow.com/questions/10740346/setforegroundwindow-only-working-while-visual-studio-is-open Just start Notepad, then run the following test

All new C# 6 and beyond features and their status

0 Comments

All new C# 6 and beyond features and their status, can be found at: https://roslyn.codeplex.com/wikipage?title=Language%20Feature%20Status&referringTitle=Home This sight also contains the design meetings, so you are able to predict which direction the creators of C# are

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