Contact

Recent Projects

Recent Posts

Compositie 006 – Ambient Moth

Jan 27, 2012 | No Comments
Compositie 006 – Ambient Moth

[Audio clip: view full post to listen] http://www.thefusebox.be/muziek/Ambient_Moth.mp3 This creative work is licensed under a Creative Commons Attribution-NonCommercial 2.0 Belgium License.

Google Insights

Nov 23, 2011 | No Comments

Inzichten over bier, wijn, champagne en frisdranken… West Vleteren piekt na de Colruyt promotiecampagne

JSON.Net example

Sep 9, 2011 | No Comments

A very simple C-Sharp example of how to use the JSON.Net library. JSON.NET is available on codeplex. using System; using System.Collections.Generic; using System.Linq; using System.Text; using Newtonsoft.Json;   namespace JSONNetConsoleApplication1 { class Program { static void Main(string[] args) { // create an instance, fill instance ProductionOrder PO = new ProductionOrder(); PO.Id = "123"; PO.ProductId = ...