New blog url: http://xamlcoder.com/blog After many months of ignoring my blog, I finally decided to try and get it fixed. After the last Community Server upgrade something in the software was broken, and I was unable to use Windows Live Writer to blog. The upgrade was such a headache I loathed even the...
Posted to
Joe's Blog
by
Joe
on
01-14-2010
Filed under:
Filed under: Personal, World of Warcraft, Programming, .NET, Software, NORMA, Books, WPF, WCF, Silverlight, VSTO, Screencast, WSIT, Composite UI, Design Patterns
I'm currently prototyping using Windows Presentation Foundation to create views on the NORMA Object Model. Stay tuned! < UserControl x:Class = " Neumont.Tools.ORM.Shell.WPF.ObjectViewer " xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com...
This week in NORMA I spent refactoring the syntax highlighting, which parses the entered text to provide tokens, or words, to be highlighted in specific colors. I made some helper methods to easily be able to get a list of all of the tokens present, including being able to tell if that token is an ObjectType...
This quarter in NORMA I'm continuing my work on the Fact Editor, which I'm hoping to complete before the end and start on something new. I currently have the following tasks lined up: Populate Fact Editor on ObjectType Selection Implement ComandSet Wire up adding the entered fact to the model Refactor...
This quarter at Neumont I'm taking the following classes: Sets, Probability and Number Systems Patterns Software Architectures Intro to Java EE NORMA Professional Portfolio Golf I'm especially currently enjoying my pattern's and software architectures classes, and hey - who can't love getting school...
Activities this quarter Learned Existing Code Base – I think a very big chunk of the quarter was spent learning what was already previously coded. Since my main assignment was to update the existing Fact Editor to use the new managed classes it was very important for me to figure out how everything was...