WHAT A LAMP Rotating Header Image

Posts Tagged ‘comments’

Spam is evil

Spam, all kinds of spam is evil.
We all hate it. The problem is we live with them. All around of us.
Even in such a clear blog, I use Akismet to protect WhatALamp.
Until now, it blocked 306 spam comments.
Good enough. It save my time and O2.
Akismet is a standard tool to be equipped in WordPress.

Add comments to scripts

The JavaScript interpreter ignores comments. Comments do have value, though; they’re very useful for explaining things to human readers of your script. Of course, including yourself.
1) Single-line comment
//Single-line comments don’t require an ending slash.
2) Multiple-line comment
/* This comment can span multiple lines. Always remember
to close it. Though; if you forge. you’ll get weird errors when
you [...]