
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.
When I was trying to publish a database to my shared hosting provider I encountered some problems with backup and restoring my database. To restore a…
For Bitmap manipulation I wrote three extension methods. With this method you can resize, crop and save as jpg your image. Resize Method \ code:c \ public…
Get dataItem onItemDataBound don't forget to replace the bold parts with your objectname : \ code:c \ protected void MainPostListView\ ItemDataBound object…
In this post I will add examples of String.Format or links to sites with good examples. Double \ code:c \ </p> <p> //&nbsp;just two decimal places<br />…
In an RSS feed I only had an UnixTime. For presentation I needed to convert this string to datetime. I did this with this code \ code:c \ DateTime…
Execute the next query to enable CLR. \ code:c \ // Turn advanced options on EXEC sp\configure 'show advanced options' , '1'; go reconfigure; go EXEC…
For a project I need to get the email addresses out of a string with all kinds of text in it. After a lot of trying I found the matchhandler method. It is…
I've search them all up for a 1000 times. Now I'm going to write them down as reference. This post will grow in the next few months. Remember do not forget…
I wrote an extension method for the string type. With this method you can check if an string is an Guid. The method returns a Bool. \ code:c \ public static…
In on of our project we use ASHX file to dynamicly generate stylesheets depending on the user. An problem occurred when the userdata was loaded from the…