HTML 5 Tutorial Started
HTML5 provides several new elements that take HTML to the next level, making
it better suited at several things, like semantic markup and developing web
applications. The first 11 texts are now released in my HTML5 tutorial.
Java Interfaces
Java interfaces provide a cleaner way to achieve polymorphism than multiple inheritance.
Java Inheritance
The Java language tutorials has been extended with a text on inheritance
in Java.
Java Regular Expression Tutorial
The Java regular expression API provides powerful text search capabilities.
This tutorial explains how to use the API, and explains the basic of the
Java regular expression syntax
Java Tutorial Updated Again
More updates to the Java language tutorial. Still not done, but a small step
closer.
Java Tutorial Updated
I've updated the Java tutorial a little. It's still in progress, but it's getting there!
P2P Video Updated
The video for the P2P tutorial is now uploaded as one big video, rather than separate videos.
OAuth 2.0 Tutorial
OAuth 2.0 is a login protocol that is intended to allow one application to gain
access to another applications data and functions. For instance, a social game
could get access to a players Facebook account, and thus send messages or read
the players list of friends etc.
How to Become an Expert Quickly
How do you become an expert developer quickly ... and skip ahead in the job line...? ...
most senior developers would claim that becoming an expert takes time, but there is a trick :-)
Java Logging Tutorial
In a new 12 text tutorial I cover Java's built-in logging API, in the package
java.util.logging.