Knowledge Base

Snippets

Entries for 2015

10
https://support.microsoft.com/en-us/kb/2984937

[Read the rest of this article...]

Outlook, GMail
Posted in: E-Mail
12
public static string NumberToWords(int number) { if (number == 0) return "zero"; if (number < 0) return "minus " + N...

[Read the rest of this article...]

Posted in: C Sharp - C#
11
“Ems” (em): The “em” is a scalable unit that is used in web document media. An em is equal to the current font-size, for insta...

[Read the rest of this article...]

Posted in: CSS
05
10 Reasons to use DNN for new websites
As a web design consultant specializing in DNNSoftware, I often get asked the question "why use DNN?". Why not use Microsoft's SharePoint, or Conte...

[Read the rest of this article...]

DNN, Open Source, DotNetNuke
Posted in: DNN