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  [ Read More ]

JSON Daten in Post Request

HTTP Requests vom Typ POST werden verwendet um größere Datenmengen oder raw data zu senden. Lädt man ein Bild auf den Server werden die Daten im Body des POST Requests  [ 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  [ Read More ]

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  [ 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  [ Read More ]

Wenn ich mit Vektoren arbeite und diese voneinander subtrahiere stellt sich mir immer wieder die Frage: In welcher Reihenfolge muss ich zwei Vektoren subtrahieren, so dass der Ergebnisvektor in die  [ 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  [ 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.  [ Read More ]