I have a complex WebView scenario where multiple WebView controls live on a page and where callbacks from JavaScript into .NET can then make another callback into JavaScript. 90% of the time I get ...
Last week we enhanced a map interface with voice commands using annyang. This week we’ll extend our multi-modal interface even further by adding simple head-tracking using pico.js. Pico.js is a ...
‘Higher-order functions’ is a fancy term for functions that take other functions as arguments or that return functions. Very powerful! Last week, I casually dropped the term “higher-order function” ...
Developing embedded software that is flexible and scalable has become an important aspect to product development. More and more, companies aren’t developing a single monolithic product, but instead, ...
Editor’s note: In the conclusion of a two-part series on callbacks, contractors share their solutions for reducing the percentage of callbacks. It can be difficult, if not impossible, to predict when ...