Metro RTE Icons

Metro RTE Icons

Update: Forgot to upload the actual file here it is: Download I needed some Metro styled RTE (Rich Text Editor) [...]

Oct 5, 2011     No Comments
Read More
XAML Icons

XAML Icons

I translated the icons from http://www.webalys.com/design-interface-application-framework.php into XAML using Microsofts Expression Design, which is quite neat (if I may say [...]

Aug 18, 2011     No Comments
Read More
The Cask of Amontillado

The Cask of Amontillado

OK, English isn’t my native language, however – here’s some work on the short story “The Cask of Amontillado”. It [...]

Mar 23, 2011     No Comments
Read More
Free and Open Source E-Commerce Template

Free and Open Source E-Commerce Template

I designed a E-Commerce Template for my soon to be released E-Commerce and CMS Tool “Portfolio”. The style is quite [...]

Mar 22, 2011     No Comments
Read More
MicroIcons – Small Icons for Black or White Backgrounds

MicroIcons – Small Icons for Black or White Backgrounds

I just made some icons for a website I’m working on. They look quite nice beside links or inside small [...]

Mar 21, 2011     No Comments
Read More
C# Quicksort Implementation

C# Quicksort Implementation

using System; namespace Algorithms.Sorting { class QuickSort { // array of integers to hold values private int[] values = null; [...]

Feb 27, 2011     No Comments
Read More