JavaScript

These posts are about "JavaScript", who knew.


Ikea Cart to CSV

Some time ago, I ordered online in Ikea. As some of the stuff was not to be paid by me, I wanted a list of everything I bought, preferrably immediately available in Excel. Thanks to some JavaScript...

Read


Angular & Onsen.io

For almost three days I couldn't get my Angular application to do what it should with onsen.io. ng-repeat were commented out in the DOM tree, ng-click did not respond. Now I...

Read

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

JavaScript - some negative sides

I am by far not the only one having written on this topic, nor did I do any good. More entertaining examples can for example be found in the following video:...

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