Categories

Neat Little Comment Trick

Hopefully this post will save someone else a bit of time just like it did for me… I stumbled across a trick for commenting out various blocks of code (typically used for debugging). By using a combination of the multi-line and single line comments, you can quickly comment/uncomment code.

/*
alert(‘error’);
//*/

By setting up your comments like this, you [...]

How about those colleagues?

This came from the Reuter’s article Does “thinking outside the box” drive you crazy?

The survey found the Top 10 office annoyances were:

Grumpy or moody colleagues (37 percent)
Slow computers (36)
Small talk/gossip in the office (19)
The use of office jargon or management-speak (18)
People speaking loudly on the phone (18)
Too much health and safety in the work place (16)
Poor [...]