Robin Glauser


My Blog about Development, Design and my random thoughts.

A simple base64 decoder/encoder

Why did I create this project Everytime I needed to decode or encode something with base64 I looked up the first website on Google and was mad about all the ads and the non-intuitive interface of the website. This is why I choose to create a really simple base64 de/encoder without any ads and with a clean interface. How did … Read More


Bootbox.js – Alerts with callbacks for Bootstrap

Some time ago I searched for a plugin with which I could add modals with input fields to my websites and interpret the callback. This was when I found http://bootboxjs.com/ a library which provides exactly this function. Using it is super simple: But you can also create custom dialogs: Still not convinced? Try out some more examples or visit the main plugin site: http://bootboxjs.com/