Tutorials

Here you find some links to my favourite tutorials on the web.
It's possible that I will publish my own ones a bit later. ;-)


Java related stuff:


Title Language Description Link
The Java Tutorials English The official Java tutorial from Oracle, very recommendable! Read
Model-View-Controller structure (MVC) English The MVC model - explained very clearly! Read
All about sockets English This tutorial was used to create the client/server chat in the code snippets section. Read
How to create Google Code project and synchronize files with SVN repository using Subclipse English The title says it all. Very helpful! Read
How to publish Javadoc on Google Code English Shows how to set the correct mime-type for Javadoc files with TortoiseSVN. Read
Java ist auch eine Insel German It's actually a German Java book, but because it's free, it's posted here. Read
Verbindung zu einer MySQL-Datenbank aufbauen German Describes how to establish a connection to a MySQL-DB via JDBC driver in a Java application. Read
6 Varianten Java-Programme zu starten German Among other ways the post describes how to start a Java program on a PC without installed JRE! Read
Einrichten von JUnit in Eclipse German This tutorial shows how to set up the testing framework JUnit in Eclipse. Read
Zugriff auf den Google Code via Subversion (SVN) German Shows how to get and commit source code on Google Code with TortoiseSVN. Read

Other stuff:


Title Language Description Code
A Byte of Python English / German A good introduction to Python, mainly targeted at newbies. Read (EN)
Read (DE)
PyQt4 for Python English This tutorial shows you how to build a GUI with PyQt. Read
W3Schools English Many tutorials about various web technologies. Read
PHP-Einfach German A tutorial for beginners in PHP and MySQL. Read