Ich hatte mir den Telekom Speedstick LTE V (Huawei E3372) zugelegt, um auch mobil in den Genuss einer flotten Internetverbindung zu kommen. Die Installation der Software ist unter Windows kein Problem. Unter Linux (Ubuntu 16.04 in meinem Fall) wird es  [ Read More ]

Nachdem ich mein Windows Betriebssystem auf meinem Laptop von Version 7 auf 10 aktualisiert hatte wurde meine Bluetooth Maus (LG m555b) regelmäßig vom Bluetooth getrennt wenn sie kurz nicht bewegt wurde. Die Ursache dafür war die Energiesparoption für den Bluetooth Adapter  [ Read More ]

Fix: jQuery sliding jumps

When using the jQuery slide functions like slideDown() or slideToggle() you might experience some jumping motion of the sliding html containers what is not pleasing to the eye. There are a lot of bugfix suggestions out there on the web  [ Read More ]

Apache Kniffe

Installiert man Apache via Xampp und will ihn dann im Control Panel starten, kommt es oft zu Problemen mit belegten Ports. Die Ursachen waren bisher: Skype (muss beendet werden) VM Ware – Ein Service von VMWare der im Hintergrund läuft  [ Read More ]

jQuery .prop() vs .attr()

In jQuery it is sometimes confusing wether to use the .prop() or the .attr() method to set attributes of html elements. I recently found it interesting to read on the jQuery manual that .prop() should be used for certain situations:  [ Read More ]

Google sheets: Number formats

It is quite tricky to set custom number formats for a given cell in Google sheets. The way number formats are defined is explained here in the dropdown Custom number formatting. I wanted to use custom currency formats for several sheets  [ Read More ]

Lego: Der Sandcrawler

Der Sandcrawler aus der Lego Star Wars Lizenz Reihe hat mich auf den ersten Blick interessiert. Er kommt in einer riesigen Packung mit fast 3300 Teilen und gehört damit zu den größten Sets aus dieser Serie. Sein Charme rührt meiner  [ Read More ]

Recently I came across the problem of rotating an object in 3d realtime application around its local axis. To give the answer instantly: It is done like rotation around world axis but in reverse order of rotations. Usually you will  [ Read More ]