<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blog.magenic.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Mirrored Magenicon  Blogs</title><subtitle type="html" /><id>http://blog.magenic.com/blogs/mirrors/atom.aspx</id><link rel="alternate" type="text/html" href="http://blog.magenic.com/blogs/mirrors/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blog.magenic.com/blogs/mirrors/atom.aspx" /><generator uri="http://communityserver.org" version="2.1.60809.935">Community Server</generator><updated>2008-12-30T12:29:04Z</updated><entry><title>Ux Tip 2 - UX Review</title><link rel="alternate" type="text/html" href="http://blog.magenic.com/blogs/mirrors/archive/2009/01/08/Ux-Tip-2-_2D00_-UX-Review.aspx" /><id>http://blog.magenic.com/blogs/mirrors/archive/2009/01/08/Ux-Tip-2-_2D00_-UX-Review.aspx</id><published>2009-01-08T16:08:00Z</published><updated>2009-01-08T16:08:00Z</updated><content type="html">Its been quite some time since my last blog entry, I thought I would start off the year with my next ux tip for building better applications. Let&amp;#39;s be honest, I rarely get called into a project until development is well under way, and when I do the Read More......(&lt;a href="http://blog.magenic.com/blogs/mirrors/archive/2009/01/08/Ux-Tip-2-_2D00_-UX-Review.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blog.magenic.com/aggbug.aspx?PostID=7794" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blog.magenic.com/members/Anonymous.aspx</uri></author><category term="User Experience" scheme="http://blog.magenic.com/blogs/mirrors/archive/tags/User+Experience/default.aspx" /></entry><entry><title>Cloud Development Quickstart</title><link rel="alternate" type="text/html" href="http://blog.magenic.com/blogs/mirrors/archive/2009/01/07/Cloud-Development-Quickstart.aspx" /><id>http://blog.magenic.com/blogs/mirrors/archive/2009/01/07/Cloud-Development-Quickstart.aspx</id><published>2009-01-07T20:07:40Z</published><updated>2009-01-07T20:07:40Z</updated><content type="html">I have been learning about working with Windows Azure for the past two weeks and have run into my share of challenges. Getting up to speed with the tools has taken quite a bit of work and there have many pitfalls towards getting an environment running Read More......(&lt;a href="http://blog.magenic.com/blogs/mirrors/archive/2009/01/07/Cloud-Development-Quickstart.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blog.magenic.com/aggbug.aspx?PostID=7784" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blog.magenic.com/members/Anonymous.aspx</uri></author><category term="Windows Azure" scheme="http://blog.magenic.com/blogs/mirrors/archive/tags/Windows+Azure/default.aspx" /></entry><entry><title>Showing images from database in in Silverlight</title><link rel="alternate" type="text/html" href="http://blog.magenic.com/blogs/mirrors/archive/2009/01/06/Showing-images-from-database-in-in-Silverlight.aspx" /><id>http://blog.magenic.com/blogs/mirrors/archive/2009/01/06/Showing-images-from-database-in-in-Silverlight.aspx</id><published>2009-01-07T01:08:38Z</published><updated>2009-01-07T01:08:38Z</updated><content type="html">You can show images in Silverlight using Image control. You can furthermore bind Source property of the image to byte[] type property of a business object. You would think this is sufficient, but it is not. You will need a converter to convert byte array Read More......(&lt;a href="http://blog.magenic.com/blogs/mirrors/archive/2009/01/06/Showing-images-from-database-in-in-Silverlight.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blog.magenic.com/aggbug.aspx?PostID=7781" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blog.magenic.com/members/Anonymous.aspx</uri></author><category term="None" scheme="http://blog.magenic.com/blogs/mirrors/archive/tags/None/default.aspx" /></entry><entry><title>Design surface in Silverlight</title><link rel="alternate" type="text/html" href="http://blog.magenic.com/blogs/mirrors/archive/2009/01/06/Design-surface-in-Silverlight.aspx" /><id>http://blog.magenic.com/blogs/mirrors/archive/2009/01/06/Design-surface-in-Silverlight.aspx</id><published>2009-01-07T00:56:49Z</published><updated>2009-01-07T00:56:49Z</updated><content type="html">If you are working on a resizable user control in Silverlight, you usually do not specify height and width of any elements in order to ensure that all controls resize properly when application size changes. For example if you use Grid as your layout base, Read More......(&lt;a href="http://blog.magenic.com/blogs/mirrors/archive/2009/01/06/Design-surface-in-Silverlight.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blog.magenic.com/aggbug.aspx?PostID=7780" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blog.magenic.com/members/Anonymous.aspx</uri></author><category term="Silverlight" scheme="http://blog.magenic.com/blogs/mirrors/archive/tags/Silverlight/default.aspx" /></entry><entry><title>Using Prisms (CompositeWPF) EventAggregator</title><link rel="alternate" type="text/html" href="http://blog.magenic.com/blogs/mirrors/archive/2009/01/06/Using-Prisms-_2800_CompositeWPF_2900_-EventAggregator.aspx" /><id>http://blog.magenic.com/blogs/mirrors/archive/2009/01/06/Using-Prisms-_2800_CompositeWPF_2900_-EventAggregator.aspx</id><published>2009-01-06T15:10:04Z</published><updated>2009-01-06T15:10:04Z</updated><content type="html">Event Aggregator - What is it? The event aggregator in Prism is an implementation of the Event Aggregator pattern . Fowler explains the Event Aggregator pattern as follows: Channel events from multiple objects into a single object to simplify registration Read More......(&lt;a href="http://blog.magenic.com/blogs/mirrors/archive/2009/01/06/Using-Prisms-_2800_CompositeWPF_2900_-EventAggregator.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blog.magenic.com/aggbug.aspx?PostID=7777" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blog.magenic.com/members/Anonymous.aspx</uri></author><category term="Silverlight" scheme="http://blog.magenic.com/blogs/mirrors/archive/tags/Silverlight/default.aspx" /><category term="WPF" scheme="http://blog.magenic.com/blogs/mirrors/archive/tags/WPF/default.aspx" /><category term="Design Patterns" scheme="http://blog.magenic.com/blogs/mirrors/archive/tags/Design+Patterns/default.aspx" /></entry><entry><title>SharePoint Most Popular Intranet Choice!</title><link rel="alternate" type="text/html" href="http://blog.magenic.com/blogs/mirrors/archive/2009/01/05/SharePoint-Most-Popular-Intranet-Choice_2100_.aspx" /><id>http://blog.magenic.com/blogs/mirrors/archive/2009/01/05/SharePoint-Most-Popular-Intranet-Choice_2100_.aspx</id><published>2009-01-05T14:53:42Z</published><updated>2009-01-05T14:53:42Z</updated><content type="html">Body: Every year, the Nielsen Norman Group picks the 10 best intranets of the year, and their latest report (2009) is discussed here http://www.useit.com/alertbox/intranet_design.html (look at the section titled &amp;quot;Technology Platform: Unification Read More......(&lt;a href="http://blog.magenic.com/blogs/mirrors/archive/2009/01/05/SharePoint-Most-Popular-Intranet-Choice_2100_.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blog.magenic.com/aggbug.aspx?PostID=7767" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blog.magenic.com/members/Anonymous.aspx</uri></author><category term="SharePoint – WSS and MOSS" scheme="http://blog.magenic.com/blogs/mirrors/archive/tags/SharePoint+_1320_+WSS+and+MOSS/default.aspx" /></entry><entry><title>Full screen toggling in Silverlight</title><link rel="alternate" type="text/html" href="http://blog.magenic.com/blogs/mirrors/archive/2009/01/03/Full-screen-toggling-in-Silverlight.aspx" /><id>http://blog.magenic.com/blogs/mirrors/archive/2009/01/03/Full-screen-toggling-in-Silverlight.aspx</id><published>2009-01-03T23:26:04Z</published><updated>2009-01-03T23:26:04Z</updated><content type="html">If you would like to push browser in and out of full screen mode from Silverlight application, you can do this very easily. To go full screen: Application.Current.Host.Content.IsFullScreen = true To go to normal display: Application.Current.Host.Content.IsFullScreen Read More......(&lt;a href="http://blog.magenic.com/blogs/mirrors/archive/2009/01/03/Full-screen-toggling-in-Silverlight.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blog.magenic.com/aggbug.aspx?PostID=7759" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blog.magenic.com/members/Anonymous.aspx</uri></author></entry><entry><title>Gepsio Jan 2009 CTP Released</title><link rel="alternate" type="text/html" href="http://blog.magenic.com/blogs/mirrors/archive/2009/01/03/Gepsio-Jan-2009-CTP-Released.aspx" /><id>http://blog.magenic.com/blogs/mirrors/archive/2009/01/03/Gepsio-Jan-2009-CTP-Released.aspx</id><published>2009-01-03T15:04:12Z</published><updated>2009-01-03T15:04:12Z</updated><content type="html">I am pleased to announce the first Community Technology Preview [CTP] release of Gepsio, an open-source XBRL document object model for .NET. The release includes a ready-to-use .NET 3.5 assembly called JeffFerguson.Gepsio.dll as well as a User's Guide. Read More......(&lt;a href="http://blog.magenic.com/blogs/mirrors/archive/2009/01/03/Gepsio-Jan-2009-CTP-Released.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blog.magenic.com/aggbug.aspx?PostID=7758" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blog.magenic.com/members/Anonymous.aspx</uri></author></entry><entry><title>Service accounts should never expire...</title><link rel="alternate" type="text/html" href="http://blog.magenic.com/blogs/mirrors/archive/2009/01/02/Service-accounts-should-never-expire_2E002E002E00_.aspx" /><id>http://blog.magenic.com/blogs/mirrors/archive/2009/01/02/Service-accounts-should-never-expire_2E002E002E00_.aspx</id><published>2009-01-02T18:00:15Z</published><updated>2009-01-02T18:00:15Z</updated><content type="html">Body: So I am working in a Windows 2003 server virtual machine that is hosted by my client and is a member of their domain. This VM is my development VM, and it has MOSS installed and uses many of the same service accounts that our production environment Read More......(&lt;a href="http://blog.magenic.com/blogs/mirrors/archive/2009/01/02/Service-accounts-should-never-expire_2E002E002E00_.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blog.magenic.com/aggbug.aspx?PostID=7756" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blog.magenic.com/members/Anonymous.aspx</uri></author><category term="SharePoint – WSS and MOSS" scheme="http://blog.magenic.com/blogs/mirrors/archive/tags/SharePoint+_1320_+WSS+and+MOSS/default.aspx" /></entry><entry><title>Thoughts on Model View Presenter</title><link rel="alternate" type="text/html" href="http://blog.magenic.com/blogs/mirrors/archive/2009/01/02/Thoughts-on-Model-View-Presenter.aspx" /><id>http://blog.magenic.com/blogs/mirrors/archive/2009/01/02/Thoughts-on-Model-View-Presenter.aspx</id><published>2009-01-02T17:35:32Z</published><updated>2009-01-02T17:35:32Z</updated><content type="html">This post is a quick overview of my recent experience with the Model View Presenter (MVP) design pattern. MVP began as a variation of the more well known Model View Controller (MVC) design pattern. I first encountered MVC being used to build web applications Read More......(&lt;a href="http://blog.magenic.com/blogs/mirrors/archive/2009/01/02/Thoughts-on-Model-View-Presenter.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blog.magenic.com/aggbug.aspx?PostID=7754" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blog.magenic.com/members/Anonymous.aspx</uri></author><category term="Design Patterns" scheme="http://blog.magenic.com/blogs/mirrors/archive/tags/Design+Patterns/default.aspx" /></entry><entry><title>Stereotyping Social-Network Users</title><link rel="alternate" type="text/html" href="http://blog.magenic.com/blogs/mirrors/archive/2009/01/02/Stereotyping-Social_2D00_Network-Users.aspx" /><id>http://blog.magenic.com/blogs/mirrors/archive/2009/01/02/Stereotyping-Social_2D00_Network-Users.aspx</id><published>2009-01-02T14:05:13Z</published><updated>2009-01-02T14:05:13Z</updated><content type="html">I've been using a social network of sorts for as long as I've been using the Internet. From bulletin boards to Twitter, I've been there and still use them all to this day. Their importance is worth its weight in diamonds. Through the years of using these Read More......(&lt;a href="http://blog.magenic.com/blogs/mirrors/archive/2009/01/02/Stereotyping-Social_2D00_Network-Users.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blog.magenic.com/aggbug.aspx?PostID=7752" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blog.magenic.com/members/Anonymous.aspx</uri></author><category term="Misc" scheme="http://blog.magenic.com/blogs/mirrors/archive/tags/Misc/default.aspx" /></entry><entry><title>Update to Store Locator Project</title><link rel="alternate" type="text/html" href="http://blog.magenic.com/blogs/mirrors/archive/2008/12/31/Update-to-Store-Locator-Project.aspx" /><id>http://blog.magenic.com/blogs/mirrors/archive/2008/12/31/Update-to-Store-Locator-Project.aspx</id><published>2008-12-31T17:30:02Z</published><updated>2008-12-31T17:30:02Z</updated><content type="html">I had a real rookie JavaScript mistake in my Store Locator project that was causing some people some grief. I had no idea this project was actually being used by many people for real live stores and companies. That's kind of cool (until it breaks). Anyway, Read More......(&lt;a href="http://blog.magenic.com/blogs/mirrors/archive/2008/12/31/Update-to-Store-Locator-Project.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blog.magenic.com/aggbug.aspx?PostID=7745" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blog.magenic.com/members/Anonymous.aspx</uri></author><category term=".NET" scheme="http://blog.magenic.com/blogs/mirrors/archive/tags/.NET/default.aspx" /><category term="GIS" scheme="http://blog.magenic.com/blogs/mirrors/archive/tags/GIS/default.aspx" /></entry><entry><title>That's not valid XML!</title><link rel="alternate" type="text/html" href="http://blog.magenic.com/blogs/mirrors/archive/2008/12/31/That_2700_s-not-valid-XML_2100_.aspx" /><id>http://blog.magenic.com/blogs/mirrors/archive/2008/12/31/That_2700_s-not-valid-XML_2100_.aspx</id><published>2008-12-31T15:44:25Z</published><updated>2008-12-31T15:44:25Z</updated><content type="html">Body: The rich text edit control for a multi-line text box field generates DIV tags that include syntax like this: &amp;lt;div class=ExternalClassAC0995C70E0C4890A5FDA9127A22F537&amp;gt; NOTE that there are no Quotes (&amp;quot;) around the value side of the class Read More......(&lt;a href="http://blog.magenic.com/blogs/mirrors/archive/2008/12/31/That_2700_s-not-valid-XML_2100_.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blog.magenic.com/aggbug.aspx?PostID=7741" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blog.magenic.com/members/Anonymous.aspx</uri></author></entry><entry><title>Sometimes you just have to burn one</title><link rel="alternate" type="text/html" href="http://blog.magenic.com/blogs/mirrors/archive/2008/12/30/Sometimes-you-just-have-to-burn-one.aspx" /><id>http://blog.magenic.com/blogs/mirrors/archive/2008/12/30/Sometimes-you-just-have-to-burn-one.aspx</id><published>2008-12-30T18:44:31Z</published><updated>2008-12-30T18:44:31Z</updated><content type="html">This is really old news to some blogger's,but I'm posting it again because a lot of people I know are just starting off in the blogging space. If you have a blog you're probably wondering how many people are reading it. You can get some decent statistics Read More......(&lt;a href="http://blog.magenic.com/blogs/mirrors/archive/2008/12/30/Sometimes-you-just-have-to-burn-one.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blog.magenic.com/aggbug.aspx?PostID=7729" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blog.magenic.com/members/Anonymous.aspx</uri></author><category term="Productivity" scheme="http://blog.magenic.com/blogs/mirrors/archive/tags/Productivity/default.aspx" /><category term="Misc" scheme="http://blog.magenic.com/blogs/mirrors/archive/tags/Misc/default.aspx" /></entry><entry><title>New Dime Cast: Migrating from .asmx web services to WCF web services</title><link rel="alternate" type="text/html" href="http://blog.magenic.com/blogs/mirrors/archive/2008/12/30/New-Dime-Cast_3A00_-Migrating-from-.asmx-web-services-to-WCF-web-services.aspx" /><id>http://blog.magenic.com/blogs/mirrors/archive/2008/12/30/New-Dime-Cast_3A00_-Migrating-from-.asmx-web-services-to-WCF-web-services.aspx</id><published>2008-12-30T18:29:04Z</published><updated>2008-12-30T18:29:04Z</updated><content type="html">Woo hoo! I created another Dime Cast and its up and running today! Learn how to migrate from your old asmx web services to new fancy WCF web services. Check it out here Read More......(&lt;a href="http://blog.magenic.com/blogs/mirrors/archive/2008/12/30/New-Dime-Cast_3A00_-Migrating-from-.asmx-web-services-to-WCF-web-services.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blog.magenic.com/aggbug.aspx?PostID=7730" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blog.magenic.com/members/Anonymous.aspx</uri></author><category term="WCF" scheme="http://blog.magenic.com/blogs/mirrors/archive/tags/WCF/default.aspx" /></entry></feed>