HTML5

These posts are about "HTML5", who knew.


JavaScript: Catch Windows Phone Hardware Backbutton

When programming a Windows Phone application with JavaScript, the "back" button at the bottom left of the smartphone can also be intercepted in order to carry out an alternative activity, for example, ending the application. In the following I would like to explain the procedure.

Read

Manually taking the logarithm

How does a calculator draw the logarithm? I would like to investigate this question in this article and use HTML and JavaScript to program the first step of a corresponding logarithmic puller....

Read