This year on Azure on Tour in Frankfurt we organized an IoTLab for all interested attendees. We scheduled 3slots of 2 hours. Unfortunately they all ware booked out in very short time. We prepared for this IoT lab a weather station on Arduino as described here . If you follow provided...
We published new version of Azure Service Bus Java Script SDK v1.2. This version provides supports for sending of events to Azure Service Bus Event Hubs. Supported features: Sending of messages to the queue Reading of messages from queue Sending of messages to Topic Sending of events to EventHub ( NEW...
This post is just for documentation purposes. We have often a requirement to obtain the binding context instance of the DOM element. This is usually the case when you for example subscribe some event. Following sample shows a keyup event as a INPUT element which is a child of some DIV element. The parent...
If you are fan of jQuery mobile and Knockout , you have probably noticed that page transition is a true issue. If you want to understand why, you can try here and here and many, many other. All very nice articles, which obviously explaining some peace of technology which MUST work. To make this...
When trying to install the NuGet package you might experience following error: PM> install-package *package name* Install-Package : The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. At line:1 char:16 + install-package <<<< ...
This article describes how to create ASP.NET MVC application as a WebRole and to speed it up by using CacheRole introduced in Windows Azure Platform release 1.7 (also called Spring Release [2012]). The way how the distributed cashe works and how it can be consumed by an application didn’t really change...
When working with knockout and drop-down lists (combo-boxes) you might get following error. SCRIPT28: Out of stack space jquery-1.7.2.min.js, line 2 character 22680 This seems to be knockout framework bug or it is by design. Whatever the case is, the issue can be described as follows. Assume, you have...