Archive for June, 2013


Below, is an Arduino function for reading smoothly an average value from a jumpy or erratic analog input sensor. The function reads repeatedly from an analog input, calculating a running average and returns the value back to the caller.

Continue reading

In this article I’ll show you how you can use the HTML5 Geolocation API in order to get user’s location.

Continue reading

The project ‘RestApiWrapUtility’ (RESTful API Wrapper Utility) is an open source .NET C# utility which implements a RESTful API wrapper. The utility is created in order to be an intermediate layer between clients that want to communicate with a remote server in order to use its RESTful services.

Continue reading

In this article I’ll show you how you can make an XML to HTML5 transformation by using the XSLT language.

Continue reading