What is the Best Comment in Source Code You Have Ever Encountered?

Here’s a fun Stack Overflow thread from last year: What is the best comment in source code you have ever encountered?

It’s eighteen pages of code snippets with amusing comments, ranging from simple warnings like “// Magic. Do not touch.” to cleverly-named objects:

Exception up = new Exception("Something is really wrong.");
throw up;  //ha ha

It’s a fun read if you’re into programming at all.

The thread has since been locked, so if you have any to add you can post them here.

BlogBuzz October 2, 2010

What are Some Good Places to Find Linux Server Tutorials?

Are you planning on moving from shared hosting to a more robust hosting platform, such as a VPS? It’s easy enough to find a provider, such as VPS.net, Linode or Slicehost. But that’s just the beginning. You have to learn how to set up…

BuySellAds Coming to OS X Applications

This has been in the works for awhile, but Mac AppStorm is reporting that BuySellAds is finally putting ads in OS X applications. If you have a Cocoa application, you can use an API to inject ad zones into your application. The ad zones…

Readability: Remove Web Annoyances

Despite the efforts of web designers everywhere, the internet is still full of badly-designed websites that frustrate readers. Over-crowded content areas filled with widgets, overloaded moving banner ads and the dreaded 5-page article that could easily fit on one; you probably run into at…

BlogBuzz September 25, 2010

JSONView: View JSON Data in Firefox

JSON is a popular way to format AJAX responses, as it’s more compact than XML and essentially a JavaScript object, but it can be a real pain to work with due to uncooperative browsers. It’s easy enough to view XML in a web browser,…

Are iPhone Apps Part of the Web?

It’s pretty obvious that I have a significant interest in iPhone apps and their development. I like to cover the subject here, despite the fact that the site is called “Webmaster-Source” and not “iPhone-Source.” Why is that? I think mobile applications are as much…

Blog Tip: Solve a Common Problem

Here’s an easy way to write a blog post that will rank well in search engines and net you some quality traffic: solve a common problem. Find the answer to an issue that plagues many people interested in your niche. Supply a solution in…

BlogBuzz September 18, 2010