
The vault: why the foundation matters before the AI does
I failed at GTD three times. The problem wasn't discipline. It was maintenance. Here's what changed when I stopped being the one doing it.
How I actually use AI every day — systems, agents, and the honest failures in between.

I failed at GTD three times. The problem wasn't discipline. It was maintenance. Here's what changed when I stopped being the one doing it.
For a new project I started working with Sitecore again. I needed to create a listing of items with paging. I implemented a Listview with a ObjectDataSource…
For our customer Prorail I prototyped a Google Map control with all dutch train rails and stations rendered on it. The map is built with OpenLayers it…
I finished building a Google CSE platform and deployed multiple .Net related search engines. dotNetSearch.Net SilverlightSearch.Net SharepointSearch.Net with…
pragma warning disable 1591 pragma warning restore 1591
For dotNetSearch.net I needed to cache the RSS feed on the right . I did this with the .Net Cache namespace. In this examle I add the RSSFeed content as…
After installing and playing with the Asp.Net Charting control I decided to use it for a customer. When integrating the control to the project I got the…
When deploying a project to a internal test server I got the following error: The definition of the report 'Main Report' is invalid. An unexpected error…
For a project I needed to remove menu items to the pages in the folder 'Subscriberpages' when a the user is in the Role of 'Marketing' and…
This method return the integer weeknumber of a specific date. More info: http://msdn.microsoft.com/en…
This is a basic example of an console application with parameters used for a scheduled tasks. The application will be scheduled to run every day with the n…