I just watched a great talk by Scott Hanselman about Social Media for Developers. Among other things, he recommended using Windows Live Writer as a notebook to gather your thoughts throughout the day.
So far, I like it. This is much easier than managing drafts with WordPress. WordPress does have a great admin system, but you just can’t beat a desktop client.
Test Pic:
Test Code:
1: var search_results = from v in db.preowned_vehicles
2: where (v.make == Make)
3: && (v.model == Model)
5: select v;
Test Map:
Test Photo Album:


