by Bruce | Feb 5, 2010 | General
If you have been following along with Part 1, Part 2, and Part 3, then you know we have described basically what the IFS Fractal “quest” is, how we did the rotatation/translation/scale transforms, and how we wired up the MessageBus to send our messages. Complete Code...
by Bruce | Feb 5, 2010 | General
We are almost done with this application. What started with Part 1 (intro to Fractals and the Silverlight experiment) and continued with Part 2 (creating the IFSContentControl) now gets a MessageBus to help communicate to and from the different controls The...
by Bruce | Feb 2, 2010 | General
Now that we have the idea of what IFS Fractals are from Part 1, we can move on to automating these iterations via code. Our first step is to encapsulate what an IFS Transform is. public class IFSTransform { public double ScaleX { get; set; } public double ScaleY...
by Bruce | Jan 29, 2010 | General
So there have been a few days since the iPad announcement and it is a lot of what people are talking about right now. Several people are wanting to be first in line to get one of the new iPads. Others have a lot of questions and criticisms of the unit that...
by Bruce | Jan 7, 2010 | General
The CodeMash conference is next week – it is a regional “software developer smörgåsbord” covering topics on a wide variety of technologies, patterns and processes. There are times when all 650ish attendees are together for keynotes and meals, but at other times...
by Bruce | Dec 16, 2009 | General
Last Thursday and Friday I attended the Microsoft Silverlight Partner Summit. This is our second year as a Silverlight Partner, but our first time attending the summit, and it was well worth the trip to Redmond. I am still really processing all that was...