Very useful Javascript feature that can prevent a user from losing the data they are entering in an entry field or text editor in case of unintentional leaving of a page.
A fun graphic design tutorial, a bit longer but still quite easy to follow. We will end up with a stylish looking, ink dripping smiley face. This is part one of the tutorial.
Often in PHP you want the same block of code to run over and over again and instead of adding several almost equal lines, you can use loops to perform this task much easier.