3 Years ago I made a short post about how to Record Audio in the Browser and store the result on a the server using Django. Recently, I have updated the used library and also supported Video Recording. Luckily, I didn’t really have to change the Backend at all, nor the upload function. I am […]
Record Audio in Browser using RecorderJS and upload to Django Server Backend
If you want to record Audio samples in your browser without using Flash you probably already found RecorderJS or something similar. However no example showed how to transmit the recorded data to a server. Usually all examples create a blob that the user can download. I will show you a very simple example based on […]
Remap Keys for GoG Games under OSX
I recently purchased Terra Nova on GoG and tried to play it under OSX. The only problem is that some of the old games do not allow you to edit the keymap and Terra Nova has some strange keyboard configuration. Instead of the nowadays WASD standard, Terra Nova put running on ‘W’, walking on ‘S’ […]
django-contact-form Full Tutorial / Custom Example in Django 1.7
If you are just starting out with Django you might be struggling with adding 3rd Party Apps due to the lack of documentaton. django-contact-form has at least some documentation. At least I didn’t quite knew how to customize the contact form as it doesn’t come with any templates. I will show you all the basic […]
Images missing from old posts due to HTTPS URLs
I noticed in the past that some images went missing from blog entries. That’s due to an error in the image URL. For some reason it changes to https instead of http. Since I didn’t want to pay for a SSL certificate I’m currently using a self-signed one – which every browser regards as not […]