Monthly Archives: May 2007

Frameworks suck

… because they fail to do what some/most/any/one developer expects them to do. Say you have a list of key-value-pairs you want to persist. For instance, in a file. In the days of Microsoft.NET 2.0 this obviously is an IDictionary, … Continue reading

Posted in Coding Horror | 1 Comment

Check Please!

A colleague of mine just asked me what word to use to initiate checkout in a US restaurant. I immediately replied "’Check, please!’, or more polite ‘Could I/we have the check, please?’", but I had to look up various references to try … Continue reading

Posted in Food and drink | Leave a comment

I still know for what you searched last summer

Google reveals why and which information they retain in a blog post on their Official Google Blog. It goes to show, pretty much any search gets retained with it’s originating IP address, and how it relates within an entire stream of … Continue reading

Posted in News and politics | Leave a comment

BoundField.DataFormatString=”{0:d}” doesn’t work for DateTime unless HtmlEncode=”false”

http://gaskell.org/formatting-data-in-databound-controls/ And, read the f#$%^&king manual.

Posted in Coding Horror | Leave a comment