Developer-Blog Blog

Control you XBMC 0

Control you XBMC

My last article about XBMC I showed how to turn a Raspberry Pi into a media server. But you do not want to control you XBMC with a keyboard that is connected to the...

Sequel Pro 0

Sequel Pro

Sequel Pro ist ein MySQL Datenbank Client für MacOSX. Das Programm ist derzeit frei erhältlich und überzeugt durch seine einfache Handhabung. Im Gegensatz zu dem üblichen PhpMySQL Admin läuft es nicht im Browser und...

Coda2 Projektübersicht 0

Coda2

Coda2 ist ein für MacOSX erhältlicher Editor für Web Programmierer. Da ich mir den Editor vor einiger Zeit zugelegt habe und damit viele Stunden Erfahrung habe schreibe ich einen kurzen Erfahrungsbericht. Coda2 Coda2 ist...

SSL Zertifikat installieren 0

HTTPS für Tomcat

Ich zeige euch wie man HTTPS für Tomcat aktiviert. Normalerweise sind die Applikationen des Tomcat Webservers nur über den normalen HTTP Port aufzurufen. Will man eine sichere Verbindung mit SSL beziehungsweise heute als TLS...

SSL Zertifikat installieren 0

HTTPS für Apache

Ich zeige euch wie man HTTPS für Apache aktiviert. Sicherheit spielt in den letzen Jahren eine immer größere Rolle, deshalb gehen immer mehr Webseiten darauf über die Kommunikation zu verschlüsseln, obwohl sie das gar...

MySQL Autoindex/Autoincrement 0

MySQL Autoindex/Autoincrement

It is easy to create primary indices for tables with the use of auto increment. Normally, each new line gets a new number where the first one starts with 1. This means for a...

Errorpages for your Java-Application 0

Errorpages for your Java-Application

For a default Java Web-Application there are no error pages defined. During development this has the advantage, that you can see the error message and the complete stack trace. So you can find the...