<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Noel Charles Technical Blog</title>
	<atom:link href="http://noelcharles.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://noelcharles.wordpress.com</link>
	<description>Let’s share to grow together !!!</description>
	<lastBuildDate>Wed, 16 Mar 2011 10:10:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='noelcharles.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Noel Charles Technical Blog</title>
		<link>http://noelcharles.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://noelcharles.wordpress.com/osd.xml" title="Noel Charles Technical Blog" />
	<atom:link rel='hub' href='http://noelcharles.wordpress.com/?pushpress=hub'/>
		<item>
		<title>AppFabric Connect</title>
		<link>http://noelcharles.wordpress.com/2011/02/22/appfabric-connect/</link>
		<comments>http://noelcharles.wordpress.com/2011/02/22/appfabric-connect/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 16:21:22 +0000</pubDate>
		<dc:creator>Noel Charles</dc:creator>
				<category><![CDATA[BizTalk]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[AppFabric Connect]]></category>
		<category><![CDATA[BizTalk 2010]]></category>

		<guid isPermaLink="false">http://noelcharles.wordpress.com/2011/02/22/appfabric-connect/</guid>
		<description><![CDATA[In going through different articles on the internet, I was trying to figure out how BIZTALK Server 2010 will interact with the cloud. It was hard to imagine that Microsoft&#8217;s premier and flagship middleware product to be left behind in this cloud frenzy &#38; bingo I found a host of articles that exactly detail this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=noelcharles.wordpress.com&amp;blog=2861993&amp;post=42&amp;subd=noelcharles&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In going through different articles on the internet, I was trying to figure out how BIZTALK Server 2010 will interact with the cloud. It was hard to imagine that Microsoft&#8217;s premier and flagship middleware product to be left behind in this cloud frenzy &amp; bingo I found a host of articles that exactly detail this aspect of integration.</p>
<p>Read the original article <a title="AppFabric Connect" href="http://www.microsoft.com/biztalk/en/us/appfabricconnect.aspx" target="_blank">here</a>. Will be implementing this feature in the coming days and will be sharing my experiences, but before that, its important to get a clear understanding on what can be achieved. Some of the important things that excited me are given below:</p>
<p><em>BizTalk Server 2010 introduces a new feature “<strong><u>AppFabric Connect</u></strong>”, which enables organizations to use BizTalk capabilities from both <strong><u>Windows Server AppFabric and Windows Azure AppFabric</u></strong>. <u>For Windows Server AppFabric, the focus is to enable developers to leverage the power of the BizTalk LOB Adapters and the BizTalk Mapper from inside Windows Workflow applications</u>. <u>For Windows Azure AppFabric, the “connection” is to use the power of the AppFabric ServiceBus to host service endpoints in the cloud for BizTalk artifacts enabling easy interactions to external parties you need to integrate with without needing complex firewall and security infrastructure</u> .</em></p>
<p>The first thing you notice is that using appfabric connect, developers will now be able to use BizTalk LOB Adapters and the BizTalk Mapper from inside Windows Workflow applications. That&#8217;s cool from a design point of view. I hope the performance of these maps will also improve and we may not have the same memory leakage problems that we had in BizTalk [This can be overcome by running compiled xslt's], but that&#8217;s a different topic.</p>
<p>The second thing you&#8217;ll notice is that it enables us now to expose our on premise services (that are running in our enterprise behind our company firewall etc), to be exposed (only the service endpoints) on the cloud enabling external entities to use these service. The service execution will be on the servers in the enterprise. Now thats cool !</p>
<p><strong>For On-Premises</strong></p>
<p><em>AppFabric Connect allows you to create workflow activities that represent these interactions with your LOB systems using the BizTalk LOB Adapter Wizard directly inside your workflow applications. It also allows you to use the BizTalk Mapper inside these applications as well, since schema transformation is a very common activity you will do when interacting with LOB systems.</em></p>
<p><strong>For Cloud</strong></p>
<p><em>AppFabric Connect allows you to EXTEND the REACH of your LOB Services into Windows Azure AppFabric. <strong><u>The services RUN on-premises, BUT can be accessed securely and easily through the Cloud</u></strong>. The capabilities of the Windows Azure AppFabric Service Bus and Access Control are utilized to publish and secure access to an endpoint definition of your service, the actual calls to the real service are passed to the service that is running on-premise. You provision a service endpoint in the Service Bus, plug this into the BizTalk Adapter Wizard at the appropriate place and that&#8217;s it. <strong><u>Now it’s easy to extend your internal integration processes to your customers and partners as web services that “seem” to live in the cloud, but you maintain control using your on-premises infrastructure</u></strong>.</em></p>
<p>Here is an <a title="Working with AppFabric Connect" href="http://social.technet.microsoft.com/wiki/contents/articles/working-with-biztalk-appfabric-connect.aspx" target="_blank">article</a> that details on how to work with AppFabric Connect.</p>
<p><em>AppFabric Connect <u>uses Windows Workflow Foundation (WF) activities to programmatically access BizTalk Server&#8217;s LOB connectivity and data transformation capabilities</u>. This enables users to easily create new composite applications using the WF model, which can be deployed, hosted and managed in Windows Server AppFabric. <u>AppFabric Connect also accomodates a class of scenarios (such as Web-based queries) that can utilize BizTalk Server 2010 functionality from a WF application hosted in IIS rather than from a BizTalk Server application running in a BizTalk Server host instance</u>. This provides flexibility for WF developers that may not want or need other BizTalk Server functionality and also maximizes the use of available resources at runtime; the overhead required to run WF applications hosted in IIS is significantly less than the overhead required to run applications hosted in the BizTalk Server runtime</em></p>
<p>Here is a <a title="Installing AppFabric Connect" href="http://social.technet.microsoft.com/wiki/contents/articles/installing-the-biztalk-server-2010-appfabric-connect-feature.aspx" target="_blank">link</a> which details on how to install and enable this feature. I&#8217;ll post updates as soon as I get my hands dirty on it.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/noelcharles.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/noelcharles.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/noelcharles.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/noelcharles.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/noelcharles.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/noelcharles.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/noelcharles.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/noelcharles.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/noelcharles.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/noelcharles.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/noelcharles.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/noelcharles.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/noelcharles.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/noelcharles.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=noelcharles.wordpress.com&amp;blog=2861993&amp;post=42&amp;subd=noelcharles&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://noelcharles.wordpress.com/2011/02/22/appfabric-connect/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e11c317258c051fcc3ab626ded235ee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Noni</media:title>
		</media:content>
	</item>
		<item>
		<title>ESB as a Service (ESBaaS)</title>
		<link>http://noelcharles.wordpress.com/2011/02/21/esb-as-a-service-esbaas/</link>
		<comments>http://noelcharles.wordpress.com/2011/02/21/esb-as-a-service-esbaas/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 10:28:47 +0000</pubDate>
		<dc:creator>Noel Charles</dc:creator>
				<category><![CDATA[Enterprise Service Bus (ESB)]]></category>
		<category><![CDATA[Service Oriented Architecture (SOA)]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Enterprise Service Bus as a Service]]></category>
		<category><![CDATA[ESB]]></category>
		<category><![CDATA[ESBaaS]]></category>

		<guid isPermaLink="false">http://noelcharles.wordpress.com/2011/02/21/esb-as-a-service-esbaas/</guid>
		<description><![CDATA[Doing some reading on Enterprise Service Bus and came across this term ESBaaS (Enterprise Service Bus as a Service). Being familiar with SaaS(Software as a Service) and IssS (Integration as a Service), this really appealed to me and googled it and came across some good articles. Please read John Savageau’s article on it here. Also, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=noelcharles.wordpress.com&amp;blog=2861993&amp;post=41&amp;subd=noelcharles&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Doing some reading on Enterprise Service Bus and came across this term ESBaaS (Enterprise Service Bus as a Service).  Being familiar with SaaS(Software as a Service) and IssS (Integration as a Service), this really appealed to me and googled it and came across some good articles. </p>
<p>Please read John Savageau’s article on it <a title="ESBaaS" href="http://john-savageau.com/2010/11/04/cloud-takes-on-the-esbaas/" target="_blank">here</a>. Also, the authors idea for a government Cloud is quite interesting.  Considering the fact that we have some governments who are in the process of providing EGovernment Services (i.e. exposing basic government functionalities on the web), this could be a good architectural decision for them. John&#8217;s article also has some links on ESB, check them out if you want to learn more about them.</p>
<p>Another article that talks about this is <a title="ESBaaS" href="http://www.cloudappintegration.com/2010/12/esb-as-a-service-poised-to-integrate-applications-on-the-public-cloud/" target="_blank">here</a>. This article still says there is time for enterprises to move from their private clouds to public clouds, but predict that this concept will definitely catch on in the future.</p>
<p>Ill definitely be watching this and post more updates on them.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/noelcharles.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/noelcharles.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/noelcharles.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/noelcharles.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/noelcharles.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/noelcharles.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/noelcharles.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/noelcharles.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/noelcharles.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/noelcharles.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/noelcharles.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/noelcharles.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/noelcharles.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/noelcharles.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=noelcharles.wordpress.com&amp;blog=2861993&amp;post=41&amp;subd=noelcharles&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://noelcharles.wordpress.com/2011/02/21/esb-as-a-service-esbaas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e11c317258c051fcc3ab626ded235ee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Noni</media:title>
		</media:content>
	</item>
		<item>
		<title>SOA (Service Oriented Architecture) in Core Banking</title>
		<link>http://noelcharles.wordpress.com/2011/02/18/soa-service-oriented-architecture-in-core-banking/</link>
		<comments>http://noelcharles.wordpress.com/2011/02/18/soa-service-oriented-architecture-in-core-banking/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 18:03:55 +0000</pubDate>
		<dc:creator>Noel Charles</dc:creator>
				<category><![CDATA[Service Oriented Architecture (SOA)]]></category>
		<category><![CDATA[Service Oriented Architecture]]></category>
		<category><![CDATA[SOA]]></category>
		<category><![CDATA[SOA in Core Banking]]></category>

		<guid isPermaLink="false">http://noelcharles.wordpress.com/2011/02/18/soa-service-oriented-architecture-in-core-banking/</guid>
		<description><![CDATA[Having helped 2 large scale banks adopt &#38; implement SOA, I thought today is a good time to take a look at the larger picture, leaving aside the technology aspect of it. I came across this excellent article written by Chris Shayan. Although it was written in 2008, it actually sums up the situation rather [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=noelcharles.wordpress.com&amp;blog=2861993&amp;post=36&amp;subd=noelcharles&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Having helped 2 large scale banks adopt &amp; implement SOA, I thought today is a good time to take a look at the larger picture, leaving aside the technology aspect of it. I came across this excellent <a title="SOA in core banking" href="http://www.chrisshayan.com/my/index.php?option=com_content&amp;view=article&amp;id=50:soa-in-core-banking&amp;catid=37:soa-in-core-banking">article</a> written by Chris Shayan.  Although it was written in 2008, it actually sums up the situation rather well. Please read the full article to get an exact picture on what  SOA role is in a Core banking application.</p>
<p>I also really liked the Reference Architecture that he came up based on SOA. </p>
<p>&#8220;The Reference Architecture is a framework used as a single point of reference to illustrate the key operating elements of the core banking solution. The reference architecture has following categories: technology, people, functions, processes, services, products, delivery channels, and customer segments.&#8221;</p>
<p>He then goes on to list what things are mandatory for each category. I agree on most of them and happy to say that the two implementations that I worked on, covered 70% of it.  The 30% not covered is partly due to the tradeoff&#8217;s between what can be achieved in the given timeline by business and what things are nice to have, but can be done later on when time permits.</p>
<p>The business processes that he covers in the list, just would like to mention that architects usually like to have them broken down in Coarse Grained Services and Fine Grain Services.  CG Services are the ones that actually achieve an entire business process and usually have compensation logic built in it as well.  They simply control the flow of the business process and call the Fine Grained Services which actually performs/achieve a business operation.  It&#8217;s important that technology people ensure that services support Synchronous / Asynchronous calls, Batch mode etc. Also, its quite beneficial to have a Business Rule Engine that is dynamic and configurable.  Embedding them in code is never a good idea.</p>
<p>Once you have your services ready (via in a Service Bus), it makes sense to have Business / Exception reporting on it via a portal. Also service metrics can also be reported upon.</p>
<p>All in all, a very good article to get an easy understanding of SOA in core banking applications by the author Chris Shayan.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/noelcharles.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/noelcharles.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/noelcharles.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/noelcharles.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/noelcharles.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/noelcharles.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/noelcharles.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/noelcharles.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/noelcharles.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/noelcharles.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/noelcharles.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/noelcharles.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/noelcharles.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/noelcharles.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=noelcharles.wordpress.com&amp;blog=2861993&amp;post=36&amp;subd=noelcharles&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://noelcharles.wordpress.com/2011/02/18/soa-service-oriented-architecture-in-core-banking/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e11c317258c051fcc3ab626ded235ee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Noni</media:title>
		</media:content>
	</item>
		<item>
		<title>T24 first core banking system to go into production with clients on Windows Azure</title>
		<link>http://noelcharles.wordpress.com/2011/02/18/t24-first-core-banking-system-to-go-into-production-with-clients-on-windows-azure/</link>
		<comments>http://noelcharles.wordpress.com/2011/02/18/t24-first-core-banking-system-to-go-into-production-with-clients-on-windows-azure/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 09:44:36 +0000</pubDate>
		<dc:creator>Noel Charles</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Service Oriented Architecture (SOA)]]></category>
		<category><![CDATA[SQL Azure]]></category>
		<category><![CDATA[Windows Azure]]></category>

		<guid isPermaLink="false">http://noelcharles.wordpress.com/2011/02/18/t24-first-core-banking-system-to-go-into-production-with-clients-on-windows-azure/</guid>
		<description><![CDATA[Wow ! Temenos takes the lead and probably the first mover&#8217;s advantage in this. CORE banking applications (Temenos) in this case is now available on cloud &#38; for us more importantly&#8230;the platform they have chosen is Microsoft Windows Azure. Also SQL Azure is running at its backend. Please read about the official press release here. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=noelcharles.wordpress.com&amp;blog=2861993&amp;post=32&amp;subd=noelcharles&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Wow !</p>
<p>Temenos takes the lead and probably the first mover&#8217;s advantage in this.  CORE banking applications (Temenos) in this case is now available on cloud &amp; for us more importantly&#8230;the platform they have chosen is Microsoft Windows Azure. Also SQL Azure is running at its backend.</p>
<p>Please read about the official press release <a title="Temenos available on the cloud" href="http://www.temenos.com/Press-Releases/2011/Temenos-takes-banks-into-the-cloud-with-the-launch-of-T24-on-Windows-Azure-/">here</a>.  Microsoft MSDN has this to <a title="Windows Azure" href="http://blogs.msdn.com/b/windowsazure/archive/2011/02/07/temenos-moves-banks-to-the-cloud-with-t24-on-windows-azure.aspx">say</a>. The cloud community is also very excited on <a title="TalkinCloud" href="http://www.talkincloud.com/temenos-puts-banking-applications-in-windows-azure-cloud/">this</a>.</p>
<p>From a business point of view, these Para&#8217;s really stand out as they have a direct impact on cost reduction via reduction of data centers (or in come cases totally doing away with data centers) and the concept of per use basis:</p>
<p>&#8220;The combination of T24 and the Windows Azure platform, including SQL Azure, allows banks to remove the high data centre costs associated with running a multi-application environment by moving these operations to a consumption based pricing model. Banks will no longer need to expend time and budget on provisioning and operating hardware resources, as running T24 natively on the Windows Azure platform enables them to scale resources effectively and increase volume according to customer demand.&#8221;</p>
<p>&#8220;Hosting T24 on Microsoft Azure platform gives financial institutions anywhere in the world the ability to deploy the system on a per use basis. Giving customers this option opens up entire new markets for both Azure and T24,” commented Bart Narter, senior vice president, Celent. &#8220;</p>
<p>Perhaps, the big enterprises and big banks might not be comfortable with the above arrangement, but for the Mid sized and local banks, this can mean a significant cost reduction as they can do away with there data centers (to some extent).</p>
<p>Exciting times ahead !!!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/noelcharles.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/noelcharles.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/noelcharles.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/noelcharles.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/noelcharles.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/noelcharles.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/noelcharles.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/noelcharles.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/noelcharles.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/noelcharles.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/noelcharles.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/noelcharles.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/noelcharles.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/noelcharles.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=noelcharles.wordpress.com&amp;blog=2861993&amp;post=32&amp;subd=noelcharles&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://noelcharles.wordpress.com/2011/02/18/t24-first-core-banking-system-to-go-into-production-with-clients-on-windows-azure/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e11c317258c051fcc3ab626ded235ee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Noni</media:title>
		</media:content>
	</item>
		<item>
		<title>Solution to Exception of type System.EnterpriseServices.TransactionProxyException was thrown</title>
		<link>http://noelcharles.wordpress.com/2011/02/17/solution-to-exception-of-type-system-enterpriseservices-transactionproxyexception-was-thrown/</link>
		<comments>http://noelcharles.wordpress.com/2011/02/17/solution-to-exception-of-type-system-enterpriseservices-transactionproxyexception-was-thrown/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 12:41:00 +0000</pubDate>
		<dc:creator>Noel Charles</dc:creator>
				<category><![CDATA[BizTalk]]></category>
		<category><![CDATA[BizTalk 2010]]></category>
		<category><![CDATA[BizTalk 2010 Configuration]]></category>
		<category><![CDATA[MSDTC]]></category>
		<category><![CDATA[System.EnterpriseServices.TransactionProxyException]]></category>
		<category><![CDATA[Troubeshooting MSDTC]]></category>

		<guid isPermaLink="false">http://noelcharles.wordpress.com/2011/02/17/solution-to-exception-of-type-system-enterpriseservices-transactionproxyexception-was-thrown/</guid>
		<description><![CDATA[Recently I had to setup a BizTalk 2010 environment for Rnd. I had 2 Virtual Machines at my disposal. Taking advantage of this, decided to use 1 box for SQL SERVER 2008 and the other for BizTalk 2010. Proceeded with the installation of both software on their respective machines successfully. All good till now. Next [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=noelcharles.wordpress.com&amp;blog=2861993&amp;post=23&amp;subd=noelcharles&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently I had to setup a BizTalk 2010 environment for Rnd.  I had 2 Virtual Machines at my disposal.  Taking advantage of this, decided to use 1 box for SQL SERVER 2008 and the other for BizTalk 2010.  Proceeded with the installation of both software on their respective machines successfully.  All good till now.  Next step was to configure BIZTALK.  However when I did the basic configuration and applied it, got this error:</p>
<p>Exception of type ‘System.EnterpriseServices.TransactionProxyException’ was thrown</p>
<p>The next step was to google around to find a solution.  I found this article <a title="Solution to System.Enterprise.Services.TransactionProxyException at time of BizTalk 2010 Configuration" href="http://www.linglom.com/2009/06/19/solved-exception-of-type-system-enterpriseservices-transactionproxyexception-was-thrown/">here</a> to be the best and most easiest solution.  It contains step by step snapshots as well in order to guide you through the process.</p>
<p>In addition to the above, whenever you go for such an architecture, please make sure you have a good concept of MSDTC [Microsoft Distributed Transaction Coordinator]. This article <a title="MSDTC" href="http://msdn.microsoft.com/en-us/library/aa544733.aspx">here</a> serves as an excellent guide on how to enable MSDTC.</p>
<p>Incase if you still find error been reported relating to MSDTC, please refer to this excellent <a title="Troubleshooting Problems with MSDTC" href="http://msdn.microsoft.com/en-us/library/aa561924%28v=bts.70%29.aspx">article</a> here which contains all the steps required to troubleshoot problems with MSDTC.</p>
<p>Hope it helps.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/noelcharles.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/noelcharles.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/noelcharles.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/noelcharles.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/noelcharles.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/noelcharles.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/noelcharles.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/noelcharles.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/noelcharles.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/noelcharles.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/noelcharles.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/noelcharles.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/noelcharles.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/noelcharles.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=noelcharles.wordpress.com&amp;blog=2861993&amp;post=23&amp;subd=noelcharles&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://noelcharles.wordpress.com/2011/02/17/solution-to-exception-of-type-system-enterpriseservices-transactionproxyexception-was-thrown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e11c317258c051fcc3ab626ded235ee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Noni</media:title>
		</media:content>
	</item>
		<item>
		<title>How to monitor receive locations in BizTalk 2006</title>
		<link>http://noelcharles.wordpress.com/2011/02/17/how-to-monitor-receive-locations-in-biztalk-2006/</link>
		<comments>http://noelcharles.wordpress.com/2011/02/17/how-to-monitor-receive-locations-in-biztalk-2006/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 12:11:00 +0000</pubDate>
		<dc:creator>Noel Charles</dc:creator>
				<category><![CDATA[BizTalk]]></category>
		<category><![CDATA[Monitor]]></category>
		<category><![CDATA[Receive Locations]]></category>

		<guid isPermaLink="false">http://noelcharles.wordpress.com/?p=10</guid>
		<description><![CDATA[Once my project manager asked me the question: Do you have any pro-active way of getting informed that if a receive location gets disabled ??? Well I dint, but I googled it and found the solution listed here: http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.biztalk.appintegration&#38;tid=947985de-a2bb-4c04-a158-a3492d42924d Hope its useful.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=noelcharles.wordpress.com&amp;blog=2861993&amp;post=10&amp;subd=noelcharles&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Once my project manager asked me the question:</p>
<p>Do you have any pro-active way of getting informed that if a receive location gets disabled ???</p>
<p>Well I dint, but I googled it and found the solution listed here:</p>
<p><a href="http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.biztalk.appintegration&amp;tid=947985de-a2bb-4c04-a158-a3492d42924d">http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.biztalk.appintegration&amp;tid=947985de-a2bb-4c04-a158-a3492d42924d</a></p>
<p>Hope its useful.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/noelcharles.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/noelcharles.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/noelcharles.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/noelcharles.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/noelcharles.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/noelcharles.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/noelcharles.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/noelcharles.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/noelcharles.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/noelcharles.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/noelcharles.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/noelcharles.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/noelcharles.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/noelcharles.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=noelcharles.wordpress.com&amp;blog=2861993&amp;post=10&amp;subd=noelcharles&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://noelcharles.wordpress.com/2011/02/17/how-to-monitor-receive-locations-in-biztalk-2006/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e11c317258c051fcc3ab626ded235ee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Noni</media:title>
		</media:content>
	</item>
		<item>
		<title>Patterns &amp; Practices complete catalog</title>
		<link>http://noelcharles.wordpress.com/2008/06/02/patterns-practices-complete-catalog/</link>
		<comments>http://noelcharles.wordpress.com/2008/06/02/patterns-practices-complete-catalog/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 10:39:54 +0000</pubDate>
		<dc:creator>Noel Charles</dc:creator>
				<category><![CDATA[Microsoft Patterns & Practices]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Patterns & Practices]]></category>

		<guid isPermaLink="false">http://noelcharles.wordpress.com/?p=9</guid>
		<description><![CDATA[Often developers go about re-inventing the wheel&#8230;stop&#8230;dont do it !!! others have done it&#8230; &#38; chances are that they probably have done it better then you by investing there time &#38; efforts in it, well atleast microsoft claims it has http://msdn.microsoft.com/en-us/practices/bb190351.aspx the above link contains Microsoft Best Patterns &#38; Practices compelete catalog.  Alot of good [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=noelcharles.wordpress.com&amp;blog=2861993&amp;post=9&amp;subd=noelcharles&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Often developers go about re-inventing the wheel&#8230;stop&#8230;dont do it !!!</p>
<p>others have done it&#8230; &amp; chances are that they probably have done it better then you by investing there time &amp; efforts in it, well atleast microsoft claims it has <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://msdn.microsoft.com/en-us/practices/bb190351.aspx">http://msdn.microsoft.com/en-us/practices/bb190351.aspx</a></p>
<p>the above link contains Microsoft Best Patterns &amp; Practices compelete catalog.  Alot of good stuff is there and alot of important tasks that are essential to any project/product is listed.  So surely check it out !!!</p>
<p> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/noelcharles.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/noelcharles.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/noelcharles.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/noelcharles.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/noelcharles.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/noelcharles.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/noelcharles.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/noelcharles.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/noelcharles.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/noelcharles.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/noelcharles.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/noelcharles.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/noelcharles.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/noelcharles.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/noelcharles.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/noelcharles.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=noelcharles.wordpress.com&amp;blog=2861993&amp;post=9&amp;subd=noelcharles&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://noelcharles.wordpress.com/2008/06/02/patterns-practices-complete-catalog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e11c317258c051fcc3ab626ded235ee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Noni</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft ESB Guidance for BizTalk Server 2006 R2</title>
		<link>http://noelcharles.wordpress.com/2008/06/02/microsoft-esb-guidance-for-biztalk-server-2006-r2/</link>
		<comments>http://noelcharles.wordpress.com/2008/06/02/microsoft-esb-guidance-for-biztalk-server-2006-r2/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 10:32:27 +0000</pubDate>
		<dc:creator>Noel Charles</dc:creator>
				<category><![CDATA[BizTalk]]></category>
		<category><![CDATA[BizTalk 2006]]></category>
		<category><![CDATA[Enterprise Service Bus]]></category>
		<category><![CDATA[ESB]]></category>

		<guid isPermaLink="false">http://noelcharles.wordpress.com/?p=8</guid>
		<description><![CDATA[ http://msdn.microsoft.com/en-us/library/bb931189.aspx Summary The Microsoft ESB Guidance uses Microsoft BizTalk Server 2006 R2 to support a loosely coupled messaging architecture. BizTalk Server includes a powerful publish/subscribe mechanism for messaging applications that works by creating and filling subscriptions, which provides a highly efficient and scalable platform for service-oriented architecture (SOA) applications. The Microsoft ESB Guidance extends the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=noelcharles.wordpress.com&amp;blog=2861993&amp;post=8&amp;subd=noelcharles&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><!--StartFragment --> <a href="http://msdn.microsoft.com/en-us/library/bb931189.aspx">http://msdn.microsoft.com/en-us/library/bb931189.aspx</a></p>
<h1 class="heading">Summary</h1>
<p>The Microsoft ESB Guidance uses Microsoft BizTalk Server 2006 R2 to support a loosely coupled messaging architecture. BizTalk Server includes a powerful publish/subscribe mechanism for messaging applications that works by creating and filling subscriptions, which provides a highly efficient and scalable platform for service-oriented architecture (SOA) applications.</p>
<p>The Microsoft ESB Guidance extends the functionality of BizTalk Server to provide a range of new capabilities focused on building robust, connected, service-oriented applications that incorporate itinerary-based service invocation for lightweight service composition, dynamic resolution of endpoints and maps, Web service and WS-* integration, fault management and reporting, and integration with third-party SOA governance solutions</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/noelcharles.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/noelcharles.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/noelcharles.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/noelcharles.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/noelcharles.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/noelcharles.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/noelcharles.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/noelcharles.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/noelcharles.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/noelcharles.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/noelcharles.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/noelcharles.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/noelcharles.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/noelcharles.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/noelcharles.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/noelcharles.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=noelcharles.wordpress.com&amp;blog=2861993&amp;post=8&amp;subd=noelcharles&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://noelcharles.wordpress.com/2008/06/02/microsoft-esb-guidance-for-biztalk-server-2006-r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e11c317258c051fcc3ab626ded235ee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Noni</media:title>
		</media:content>
	</item>
		<item>
		<title>BAM FAQ</title>
		<link>http://noelcharles.wordpress.com/2008/02/14/bam-faq/</link>
		<comments>http://noelcharles.wordpress.com/2008/02/14/bam-faq/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 13:01:16 +0000</pubDate>
		<dc:creator>Noel Charles</dc:creator>
				<category><![CDATA[BizTalk]]></category>
		<category><![CDATA[BAM]]></category>
		<category><![CDATA[BizTalk 2006]]></category>
		<category><![CDATA[Business Activity Monitoring]]></category>

		<guid isPermaLink="false">http://noelcharles.wordpress.com/?p=4</guid>
		<description><![CDATA[A very good aritcle i came across for Business Activity Monitoring. Its FAQ link is: http://msdn2.microsoft.com/en-us/library/aa972199.aspx The above link not only is a centralize page for all BAM related tasks but also has a collection of good links that will help a developer to implment BAM in its Enterprise. Also attached is a tutorial in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=noelcharles.wordpress.com&amp;blog=2861993&amp;post=4&amp;subd=noelcharles&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A very good aritcle i came across for Business Activity Monitoring.  Its FAQ link is:</p>
<p>http://msdn2.microsoft.com/en-us/library/aa972199.aspx</p>
<p class="MsoNormal">The above link not only is a centralize page for all BAM related tasks but also has a collection of good links that will help a developer to implment BAM in its Enterprise.</p>
<p class="MsoNormal">Also attached is a tutorial in word format</p>
<p><a title="BTS2006_Business_Activity_Monitoring.doc" href="http://noelcharles.files.wordpress.com/2008/02/bts2006_business_activity_monitoring.doc">BTS2006_Business_Activity_Monitoring.doc</a></p>
<p>Kind Regards,</p>
<p>Noel Charles</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/noelcharles.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/noelcharles.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/noelcharles.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/noelcharles.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/noelcharles.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/noelcharles.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/noelcharles.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/noelcharles.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/noelcharles.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/noelcharles.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/noelcharles.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/noelcharles.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/noelcharles.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/noelcharles.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/noelcharles.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/noelcharles.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=noelcharles.wordpress.com&amp;blog=2861993&amp;post=4&amp;subd=noelcharles&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://noelcharles.wordpress.com/2008/02/14/bam-faq/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e11c317258c051fcc3ab626ded235ee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Noni</media:title>
		</media:content>
	</item>
	</channel>
</rss>
