Coppell had a 4th of July fireworks show this year and here are a few pictures that I took from very, very close up using my cell-phone camera.
Due to the shutter speed, it made for some very interesting shots:
All images [...]
Yes, you read correctly. The Choo-Choo Cafe offers both Sushi and Catfish.
It actually get's better. You may have noticed that I took this picture while standing next to my pickup. The right-side of the truck is the dark object in the lower-left corner of the picture.
I'm standing beside my truck because I'm filling up [...]
The following is an actual question given on a University of Washington chemistry mid term
The answer by one student was so 'profound' that the professor shared it with colleagues, via the Internet, which is, of course, why we now have the pleasure of enjoying it as well :
Bonus Question: Is Hell exothermic (gives off heat) [...]
I have a Ford F-150 pickup which has been acting up a bit recently. I took it to the shop and after spending a bit of time in diagnosis, they called me to deliver the news:
Blah, blah, blah, injector, blah, blah, coil, blah, blah, blah, $1,000.00
Not nearly as bad as it could have been, so [...]
01 Aug
Posted by: mitch in: CRM 4.0, Customization, Dynamics CRM
Working with Dynamic entities is a bit different in 4.0 vs. 3.0. When writing plug-ins and using Microsoft.Crm.Sdk, you have the ability to access the attributes of a Dynamic Entity via a property bag, much like this:
DynamicEntity updateEntity = new DynamicEntity("m3_roundrobin");
updateEntity["m3_lastuserid"] = newOwner.ToString();
updateEntity["m3_teamid"] = teamId.ToString();
However, if you're writing an application that used the standard CRM [...]