Blog


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

spaceMaster - my first Game for iOs & Android

The game, which I originally developed as a project in EF Informatik, is now available for Android and iOs. The game is all about flying your rocket through space and collecting the gold coins you...

Read

Cortana vs. Siri #2: Desktop

A few years have passed since Siri was first introduced. Many rumors came with them - will Siri be available on OS X? And after all these years, the sobering answer is still: "Probably one day, but...

Read

Brainstorm: read the whole localStorage

For an HTML5 application, I had the idea of ​​renaming some elements in localStorage instead of deleting them. Since this would happen several times, the renaming had to be done so that the other...

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

CSS: Windows Phone Accent Colour

With Windows (Phone) 8, Microsoft gave developers the opportunity to develop their apps for Windows & Windows Phone with HTML, CSS and JavaScript. So it is particularly tempting for web...

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


Cortana vs. Siri #1: Emotionen

Even though Microsoft's voice assistant is still in the beta phase, Cortana already has many features that cannot be found with the older sibling Siri of Apple. The feature that I want to start with...

Read

Embed Formated Source Code in Indesign & Co.

Be it a bachelor's, doctoral or a little schoolwork in the field of computer science: it hardly gets by without code. But how can you integrate the code, as nicely as it is formatted in Eclipse and...

Read



Embed Website in PowerPoint

When you present a Microsoft PowerPoint presentation, you have already enjoyed the advantages of the reference tools. Whether the notes the laser pointer or the stopwatch - I also prefer this view present. PowerPoint changes when you connect the computer to a projector from "Duplicate the Ad" to "Extend the Ad", so that the beamer serves as a second display for the presentation. Due to this automatic change, you cannot switch to another program such as B. open a browser and display it on the projector. Unfortunately, this makes it difficult to display websites during a presentation. Fortunately, there are some solutions.

Read

Cubietruck with Lubuntu: adjust keyboard

After putting on [Lubuntu on the Cubietruck](https://www.genieblog.ch/blog/en/2015/lubuntu-als-standardbetriebssystem-auf-dem-cubietruck-per-mac) you notice that you were never asked for the keyboard layout. Since it is tedious to always find the right keys, it is clear that you want to change the keyboard layout. But how?

Read


Suppress window size changes in libGDX

Another game project in the Java framework libGDX. Another problem that is worth a short blog post: changing the window size. Whenever I program something, I am infinitely glad that it doesn't have...

Read