Raj on August 7th, 2008

Mono is the the open-source version of the Microsoft’s .NET runtime. Mono runs on Linux, Unix, BSD, Solaris, and Windows. Mod_mono and XSP are Mono components that bring ASP.NET functionality to non-Microsoft servers.  For an example of an ASP.NET page running, in Mono, check out Hello World, 2!
Getting Mono up and running in a Plesk [...]

Continue reading about Setting Up Mono and mod_mono in Plesk 8.6

Raj on July 22nd, 2008

Word’s font selection combobox displays a preview of each font. It’s a great feature which makes it much easier for a user to select a font. Instead of going through each font one-by-one to see what the font looks like, the user can see the results for all installed fonts in one fell swoop.
Accomplishing this [...]

Continue reading about Creating a FontCombBox for the ToolStrip in C#