Archive for the ‘Coding’ Category

Friday, March 18th, 2011 / von SalesKing Team

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 lost you might try this code:
(more…)

Friday, August 27th, 2010 / von Schorsch

jQuery dragout plugin to drag files from browser onto desktop

google chrome logoDownloading 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.
(more…)

Friday, May 14th, 2010 / von Schorsch

We love Open-Source – follow us on github

github social codingOpen-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.
(more…)

Tuesday, May 11th, 2010 / von Schorsch

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.
(more…)