Developer-Blog Blog

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...

Gitbox 1

Gitbox

Gitbox is a program for Mac OSX and is not more than a graphical GUI for the free software Git. Git is a versioning tool and is used for keeping track of files and source...