Author Archives: admin

Visual Studio shortcut keys

You are familiar with many of Visual Studio’s shortcut keys, but not all of them. Here is a handy reference that can make your .NET lifestyle easier and a lot more productive. The ‘must-know’ shortcut keys are highlighted. General Shortcut     Description … Continue reading

Posted in .NET, Allgemein | Leave a comment

Tools zum messen der Performance

The Grinder – The Grinder ist ein Framework für Lasttests das die Verteilung von Tests sehr einfach machen. Dabei verbinden sich viele lastindizierende Maschinen mit der zu testenden Anwendung. Test Scripte werden in Jython geschrieben, HTTP Sessions können einfach im Browser … Continue reading

Posted in Allgemein, HTML5, Java, JavaScript, PHP | Leave a comment

JavaScript Template Engine

Handlebars provides the power necessary to let you build semantic templates effectively with no frustration. Mustache templates are compatible with Handlebars, so you can take a Mustache template, import it into Handlebars, and start taking advantage of the extra Handlebars features. … Continue reading

Posted in HTML5, JavaScript | Leave a comment

Die wohl beste PHP IDE

PhpStorm 7 keeps up with latest PHP & web languages trends, integrates a variety of modern tools, and brings even more extensibility with support for major PHP frameworks. http://www.jetbrains.com/phpstorm/index.html

Posted in Allgemein | Leave a comment

Jetzt geht es ums “RAML” ‘n

RESTful API Modeling Language (RAML) is a simple and succinct way of describing practically-RESTful APIs. It encourages reuse, enables discovery and pattern-sharing, and aims for merit-based emergence of best practices. The goal is to help our current API ecosystem by … Continue reading

Posted in Allgemein | Leave a comment