Whatever you do, don’t panic!
Posts tagged coding
HTML5 Boilerplate
Aug 13th

The HTML5 Boilerplate is a (near) perfect template to start off a new web project according to the newest standards.
Read more about it on the HTML5 Boilerplate Website.
/dev/null in C#
Apr 23rd
If you need to direct output into the void in your program on a *NIX system you simply pipe or redirect it to the null device /dev/null.
Needing a similar functionality today in a C# .NET project I found the following equivalent:
Stream.Null
Seemed fairly useful to me
How to annoy your fellow co-workers through creative use of SubEthaEdit
Jun 5th
First make sure you’re collaboratively editing the same document.
Preferably on different positions in a very long (and unbelievably ugly coded) file.
Let the fun begin:
- Open up a multi line comment and never close it.
- Repeatedly press Cmd+A to highlight _everything_ so the screen for all the others starts to flash in your editing color
- Simply paste in A LOT of blank lines so the functions, the others are currently working on, scroll out of their view
- Sneak in some nasty syntax errors and wait for someone to save the file to test their newest edits
Some more ideas?











