Tags » Coding

HTTP Basic AUTH with .NET

.NET WebRequest class does not base64 encode the Authorization header when using HTTP basic Auth. This leads to failing authentication, if your credentials contain special characters like an email address(as username) does. So in case you are los... (More)

jQuery dragout plugin to drag files from browser onto desktop

Downloading files from a browser requires to go through that nerving save dialog and searching the file afterwards. Google has put up a nice method(in gmail) through which you can simply drag a file-link onto your desktop to download it. Inspired ... (More)

Easy Subversion Repository Backup with Ruby

Ever had the problem to backup or dump a bunch of Subversion repositories? Here you have got a small ruby snippet which can be executed on your server. Save this code in a ruby file e.g. backup.rb and make the changes on top of the script: adopt y... (More)

We love Open-Source - follow us on github

Open-Source software enabled us to build SalesKing and is driving nearly all of our related systems. On this base, it's a natural thing to contribute some of our work back to the community. To do so, we started using github a while ago. Our projects... (More)