Archive for May, 2010

Checking for property differences in object

Posted: 14th May 2010 by thegrayzone in Development
Tags: ,

I recently had to come up with a way to check the properties to 2 similar objects and find any differences between them. The solution that I came up with was to write a generic extension method that compares the 2 objects and returns a list of ObjectDifferences objects. The ObjectDifferences class is as follows: [...]

Setup Facebook Like Button and Like Box

Posted: 7th May 2010 by thegrayzone in Development
Tags: , , ,

I recently added a Like Button and Like Box to LesleyWilliamson.com. This is part of their new set of Social Plugins and was surprisingly easy. There are 2 ways that you can add each of the plugins, I opted to use the XFBML option rather than the iframe method (which is easier!). Initial Setup Before [...]