One of the pieces of functionality commonly discussed when distinguishing HTML5 from previous versions of HTML is the standardization of geolocation via the Geolocation API. Although some browsers ...
A Web API is an online “application programming interface” that allows developers to interact with external services. These are the commands that the developer of the service has determined will be ...
The Web Platform Incubator Community Group recently published the Draft Community Group Report for the HTML Sanitizer API. The HTML Sanitizer API lets developers take untrusted strings of HTML and ...
In an earlier post here we explored parameter binding in Web API. In this post, we will learn how to pass multiple parameters to Web API controller methods. Web API provides the necessary action ...
Support for the HTML full-screen API was recently enabled in Firefox nightly builds. It allows Web applications to toggle the browser into full-screen mode and stretch a single page element so that it ...
This module provides a Perl interface to the Swish-e search engine. This module allows embedding the swish-e search code into your application avoiding the need to fork to run the swish-e binary and ...