<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>ESB</title>
        <link>http://geekswithblogs.net/bloesgen/category/3748.aspx</link>
        <description>Related to ESB-like functionality</description>
        <language>en-US</language>
        <copyright>Brian Loesgen</copyright>
        <managingEditor>brian.loesgen@neudesic.com</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <item>
            <title>Why do SOA projects succeed? Why do some fail?</title>
            <link>http://geekswithblogs.net/bloesgen/archive/2008/05/19/122248.aspx</link>
            <description>&lt;p&gt;I'm part of a curriculum  advisory panel for California State University for an upcoming SOA program. As part of that, I spoke with someone there recently, relating real-world experiences, in a rather wide-ranging conversation. I started thinking "gee, I should write some of this down, it could be a good blog post". So, here it is!&lt;/p&gt;  &lt;p&gt;I'll start off by saying that I could probably write a book about this, and there's likely a bazillion of my peers that could co-author. Many have already written books about this. However, instead, I'm going to distill selected thoughts down into a soap box-ish ranting blog post. I have boiled down some key points into just a few phrases. Maybe it works, maybe the value gets lost in a haze of over-simplification. Maybe I should do a series of posts (but I have NO plans to do so!). &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Think big, do small&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;I'd say the single most important factor is planning. And by that, I don't mean lock a bunch of smart people in a room for a year and have them emerge with a detailed waterfall Gantt chart. I mean realizing that you're embarking on a path that will transform the way you create, deploy and manage your business-critical applications. Done right, your enterprise becomes more agile, cost and time to deploy new functionality decreases, and you achieve the nirvana of code re-use we as an industry have been seeking for decades. Done wrong, and you'll squander precious people resources and budget on an initiative with little or no return.&lt;/p&gt;  &lt;p&gt;Mitigation: "boil the ocean" approaches fail. Think it all through, and then select some small services, then gradually pilot/deploy/build-up from there.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Think across the enterprise&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;In a large company with multiple IT sub-organizations, you need to have enterprise-level vision. Create a governing body. Identify a services portfolio. Without this, you could be doomed to costly inefficiencies such as duplication of efforts where multiple departments create different variants on a service, inconsistent naming, and eventually, a maintenance nightmare.&lt;/p&gt;  &lt;p&gt;Mitigation: If you don't already have an enterprise architecture group chartered with setting enterprise-wide standards and policies, form one.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Take a holistic view&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;A developer will write 12 lines of super elegant code and say "there, the service is done, you can deploy it now".  It's no fault of the developer, in their opinion they are done. The problem of course is that you need a services management strategy, and that goes far beyond the realm of what the rank and file developer sees, or in most cases, beyond what they need to see, and certainly beyond what they usually think about. &lt;/p&gt;  &lt;p&gt;Mitigation: Think about the entire lifecycle of a service. How will you deploy it? Is there an approvals process? How will you secure it? How will you manage it? How will you monitor it? How will you retire it?&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Recognize the people challenges&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;SOA thinking moves people into the realm of message-oriented, or contract-first if you like, architectures. This requires a different mindset than traditional object-oriented or procedural architectures. You're in a realm where everything is loosely-coupled, and operations often become asynchronous. I have seen firsthand at challenged client sites just how horribly wrong things can go if you try to apply object-oriented thinking and functional decomposition in a message-oriented environment.&lt;/p&gt;  &lt;p&gt;Mitigation: recognize this paradigm shift, and invest in your people (architects and developers) to help them make the transition. Get them training and mentoring.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Recognize the infrastructure challenges&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Creating an efficient operations environment for services is something that will be new to many IT folks. Your SLA's will drive requirements such as high availability and response times. Policy-driven SLAs and policy-driven security add a layer of indirection that result in a more change-tolerant and resilient infrastructure.&lt;/p&gt;  &lt;p&gt;Mitigation: Plan for the near-term future, but look to the long-term future to ensure the environment you are putting in place will be able to scale to meet future demands. Your tooling may be great when you have 6 services in production, but how will it be when you have 1,000?&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Think beyond the technologies and into the processes&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Today's fast-paced world and rapidly changing business requirements of course lead to rapidly changing needs from the applications we create. Back when applications were monolithic silos, change came slowly, and evolution and deployments occurred at the monolith level. In a services-oriented world where there are numerous services acting as cogs in the machine, the new unit of deployment is at the service or service-composition level. Change is assured, and solution subset deployments become normal. "cowboy deployments" although almost always bad, in this type of environment become disastrous.&lt;/p&gt;  &lt;p&gt;Mitigation: recognize Application Lifecycle Management as a key part of your process, and invest in it. Put procedures in place to assure repeatable, reliable builds. Have a testing strategy. Have a versionning strategy. Code migration should not be something people are afraid of.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Plan for disasters&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;An interesting side effect in the reuse of code assets by implementing intelligent stratification is that you inevitably build dependencies. For example, if all your services use an exception management service to log and respond to exceptions, what happens if that service is unavailable? The impact of a single service outage could ripple through your entire environment.&lt;/p&gt;  &lt;p&gt;Mitigation: Think carefully about the dependencies, and architect and build robust services that incorporate mechanisms to respond to outages.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;Benefiting from a successful SOA strategy is possible, but it's something you (as an architect) need to think about. As technologists, we often naturally gravitate towards and get caught up in the technologies. However, there are many touch-points beyond just the technology decisions, what I've listed above are just some of the things I've observed out in the real world, out where people are actually implementing SOA-based initiatives. I'm hoping by posting this that I'll help ease the path for some of you....&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:cf3147b6-7a7e-49ac-be35-241c55bd85f2" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/SOA" rel="tag"&gt;SOA&lt;/a&gt;,&lt;a href="http://technorati.com/tags/BizTalk" rel="tag"&gt;BizTalk&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Service%20Oriented" rel="tag"&gt;Service Oriented&lt;/a&gt;,&lt;a href="http://technorati.com/tags/ESB" rel="tag"&gt;ESB&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=122248"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=122248" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/bloesgen/aggbug/122248.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Brian Loesgen</dc:creator>
            <guid>http://geekswithblogs.net/bloesgen/archive/2008/05/19/122248.aspx</guid>
            <pubDate>Mon, 19 May 2008 20:59:51 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/bloesgen/comments/122248.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/bloesgen/archive/2008/05/19/122248.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/bloesgen/comments/commentRss/122248.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/bloesgen/services/trackbacks/122248.aspx</trackback:ping>
        </item>
        <item>
            <title>Neudesic to assist in Microsoft ESB Implementation for Jordanian Government</title>
            <link>http://geekswithblogs.net/bloesgen/archive/2008/05/07/121953.aspx</link>
            <description>&lt;p&gt;&lt;a href="http://geekswithblogs.net/bloesgen/archive/2007/08/18/114760.aspx" target="_blank"&gt;Last year I went to Jordan&lt;/a&gt; to work with Microsoft on an ESB proof-of-concept for the Jordanian government. The press release below explains how it ended :) &lt;/p&gt;  &lt;p&gt;I am really excited about this project. We have a stellar team forming around this project, and some very cool work ahead. .&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;Keep scrolling down, there are some good photos further down!&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#ff0000" size="4"&gt;Here's a picture from the contract signing:&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Here's a picture of Bill Gates and His Excellency the minister at the official contract signing kicking off this project (which happened at an e-government symposium in the UAE in January).&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#ff0000" size="4"&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://geekswithblogs.net/images/geekswithblogs_net/bloesgen/WindowsLiveWriter/NeudesictoassistinMicrosoftESBImplementa_532C/ESP2_2.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="319" alt="ESP2" src="http://geekswithblogs.net/images/geekswithblogs_net/bloesgen/WindowsLiveWriter/NeudesictoassistinMicrosoftESBImplementa_532C/ESP2_thumb.jpg" width="473" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#ff0000" size="4"&gt;Here's our official press release:&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://geekswithblogs.net/images/geekswithblogs_net/bloesgen/WindowsLiveWriter/NeudesictoassistinMicrosoftESBImplementa_532C/clip_image001_2.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="32" alt="clip_image001" src="http://geekswithblogs.net/images/geekswithblogs_net/bloesgen/WindowsLiveWriter/NeudesictoassistinMicrosoftESBImplementa_532C/clip_image001_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;NEUDESIC TO ASSIST IN MICROSOFT ESB IMPLEMENTATION FOR JORDANIAN GOVERNMENT&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;i&gt;&lt;u&gt;Enterprise Service Bus To Strengthen Jordanian Government’s e-Government Offerings&lt;/u&gt;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;IRVINE, CALIF. – APRIL 25, 2008&lt;/b&gt; – Neudesic, a leading Microsoft National Systems Integrator and Gold Certified Partner, recently ranked # 197 on the Inc. 500 List, has announced that it has been selected by Microsoft to assist with the implementation of an Enterprise Service Bus (ESB) for the Jordanian government.&lt;/p&gt;  &lt;p&gt;“Microsoft’s selection of Neudesic for this strategically important project is a further testament of Neudesic’s leadership role in the services-oriented architecture and enterprise service bus space,” said Neudesic’s VP of Technology Tim Marshall.&lt;/p&gt;  &lt;p&gt;The project will include the design, implementation and rollout of an ESB that will be used across all government ministries, and with external trading partners and agencies, to further extend, automate and streamline the range of government services that are available as e-government offerings to citizens and partners.&lt;/p&gt;  &lt;p&gt;“We are looking forward to working with Microsoft and the Jordanian government to rollout an ESB that will serve as foundational infrastructure and meet their e-government communications needs for years to come,” said Brian Loesgen, Neudesic’s BizTalk architect for the project.  “The government has recognized that a contemporary services-oriented infrastructure would provide them with the most agile and flexible messaging and integration platform, and that the Microsoft technology stack was perfectly suited to their needs.”&lt;/p&gt;  &lt;p&gt;Jordan has historically been at the vanguard of e-government services, offering efficient processes with completion time unheard of in many countries, such as passport issuance within 2 days and drivers’ licenses in 2 hours.  Their adoption of ESB messaging will strengthen this position.&lt;/p&gt;  &lt;p&gt;“We look forward to working with Neudesic on this project.  With their proven track record of success and depth of experience with these technologies, they will ensure that the results of this project will meet, or exceed, the government’s expectations,” said Khaled Chebat, Microsoft’s Services Lead for the Eastern Mediterranean.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#ff0000" size="4"&gt;And lastly...&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;I work hard, and I play hard. I'm not the sort to sit in a hotel room wishing everything was just like at home. The Jordanian people are super-friendly, generous and hospitable (well, except for when they get behind a steering wheel :)). I had lots of fun last year exploring the country, and I have more great adventures planned.&lt;/p&gt;  &lt;p&gt;Here's a photo of me from a couple of weeks ago, at about 25 meters depth in the Red Sea, in front of the Cedar Pride wreck in Aqaba Jordan. It was deliberately sunk approx 25 years ago, and was far more interesting than other wrecks I've done. I took a bus down (about 4 hours) from Amman, spent the weekend in Aqaba, then took a taxi back following the Dead Sea route. I wanted to go that route primarily because the desert route would have been a steep altitude gain right at the start, not a good idea after a morning of diving, and as an added bonus, got the spectacular Dead Sea coast.&lt;/p&gt;  &lt;p&gt;Much better way to spend my off-hours than hanging around the hotel watching CNN! &lt;/p&gt;  &lt;p&gt;&lt;font color="#000000" size="4"&gt;&lt;a href="http://geekswithblogs.net/images/geekswithblogs_net/bloesgen/WindowsLiveWriter/NeudesictoassistinMicrosoftESBImplementa_532C/Brian%20in%20front%20of%20wreck.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="184" alt="Brian in front of wreck" src="http://geekswithblogs.net/images/geekswithblogs_net/bloesgen/WindowsLiveWriter/NeudesictoassistinMicrosoftESBImplementa_532C/Brian%20in%20front%20of%20wreck_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt; &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="4"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:4318c6fd-f683-4391-87fa-f42f99ae45ac" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/ESB%20Guidance" rel="tag"&gt;ESB Guidance&lt;/a&gt;,&lt;a href="http://technorati.com/tags/ESB" rel="tag"&gt;ESB&lt;/a&gt;,&lt;a href="http://technorati.com/tags/BizTalk" rel="tag"&gt;BizTalk&lt;/a&gt;,&lt;a href="http://technorati.com/tags/SOA" rel="tag"&gt;SOA&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=121953"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=121953" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/bloesgen/aggbug/121953.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Brian Loesgen</dc:creator>
            <guid>http://geekswithblogs.net/bloesgen/archive/2008/05/07/121953.aspx</guid>
            <pubDate>Wed, 07 May 2008 12:55:41 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/bloesgen/comments/121953.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/bloesgen/archive/2008/05/07/121953.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/bloesgen/comments/commentRss/121953.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/bloesgen/services/trackbacks/121953.aspx</trackback:ping>
        </item>
        <item>
            <title>ESB Guidance Webcast next Friday (May 9th 2008)</title>
            <link>http://geekswithblogs.net/bloesgen/archive/2008/05/03/121873.aspx</link>
            <description>&lt;p&gt;I'll be doing a webcast next Friday on Microsoft's ESB Guidance. It will be recorded if you can't make it live. This will be the first in a series, but I am not going to commit to future dates yet as I have a ton of things going on and am looking at 80%+ travel for an extended period of time. I will however be doing more webcasts. Future topics will be more advanced, include themes such as a deeper drilldown into SOA governance, extending the ESB Guidance, etc.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;Details for this first webcast are:&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Title&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Introduction to Microsoft’s ESB Guidance&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Description&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;The Microsoft ESB Guidance uses Microsoft BizTalk Server 2006 R2 to support a loosely-coupled messaging architecture, and 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.&lt;/p&gt;  &lt;p&gt;This webcast will be an introduction to Microsoft’s ESB Guidance. The goal of this session is to explore the architecture of Microsoft’s ESB Guidance 1.0, and explain how it can be applied to create ESB-based business solutions. We will examine the core components of the ESB Guidance, as well as the built-in extensibility points.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Agenda&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;· Business drivers behind an ESB (Why do I care? Why do I want to do this?)&lt;/p&gt;  &lt;p&gt;· Architectural overview (What’s in the box? How does it work?)&lt;/p&gt;  &lt;p&gt;· Demos &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Meeting Details&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Friday May 9, 2008, 1:00-2:15pm Pacific GMT -8 (75 minutes)&lt;/p&gt;  &lt;p&gt;Call for audio: 866-500-6738 or +1-203-480-8000, passcode: 221223#&lt;/p&gt;  &lt;p&gt;Live Meeting: &lt;a href="https://www.livemeeting.com/cc/microsoft/join?id=BTSBAG&amp;amp;role=attend&amp;amp;pw=35DKTQ"&gt;https://www.livemeeting.com/cc/microsoft/join?id=BTSBAG&amp;amp;role=attend&amp;amp;pw=35DKTQ&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:0418a5d2-9f54-4b64-8648-e176e52cb717" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/BizTalk" rel="tag"&gt;BizTalk&lt;/a&gt;,&lt;a href="http://technorati.com/tags/ESB%20Guidance" rel="tag"&gt;ESB Guidance&lt;/a&gt;,&lt;a href="http://technorati.com/tags/ESB" rel="tag"&gt;ESB&lt;/a&gt;,&lt;a href="http://technorati.com/tags/SOA" rel="tag"&gt;SOA&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=121873"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=121873" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/bloesgen/aggbug/121873.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Brian Loesgen</dc:creator>
            <guid>http://geekswithblogs.net/bloesgen/archive/2008/05/03/121873.aspx</guid>
            <pubDate>Sat, 03 May 2008 19:17:36 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/bloesgen/comments/121873.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/bloesgen/archive/2008/05/03/121873.aspx#feedback</comments>
            <slash:comments>4</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/bloesgen/comments/commentRss/121873.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/bloesgen/services/trackbacks/121873.aspx</trackback:ping>
        </item>
        <item>
            <title>Upcoming San Diego Events</title>
            <link>http://geekswithblogs.net/bloesgen/archive/2008/02/12/119490.aspx</link>
            <description>&lt;p&gt;There are a few things coming up over the next couple of weeks in San Diego that may be of interest:&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Tonight, Feb 12, I will be doing a presentation on Microsoft's ESB Guidance at the &lt;a href="http://www.sandiegodotnet.com/"&gt;San Diego .NET User Group&lt;/a&gt; meeting of the Connected Systems SIG. We will meet at the Microsoft office in La Jolla, 6:00 for pizza, meeting starts at 6:30. I'll probably go for a couple of hours, more if you want, because that's what a SIG is all about!&lt;/li&gt;    &lt;li&gt;Tuesday, February 26, Mickey Williams (MVP, author, Neudesic Technical Director) will be doing a session on .NET 3.0 language extensions at the main meeting of the &lt;a href="http://www.sandiegodotnet.com/"&gt;San Diego .NET User Group&lt;/a&gt;. Meeting will be at the Scripps Ranch library, 6:00 for pizza, meeting starts at 6:30. &lt;/li&gt;    &lt;li&gt;Wednesday, February 27, Jason Noble (Neudesic Portal and Collaboration Practice Manager) will be participating in a panel on mashups ("Mashups are in your future!") for the SOA group I run for the &lt;a href="http://sdsic.org"&gt;San Diego Software Industry Council&lt;/a&gt;. Meeting will be at Websense in Sorrento Valley, 5:30 for snacks/networking, meeting starts at 6:00&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;Some cool stuff in there folks, hope you can make it!&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c3bfcaae-3e8a-4866-8a4a-41e3f1d2b141" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/ESB" rel="tag"&gt;ESB&lt;/a&gt;,&lt;a href="http://technorati.com/tags/SOA" rel="tag"&gt;SOA&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Mashups" rel="tag"&gt;Mashups&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=119490"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=119490" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/bloesgen/aggbug/119490.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Brian Loesgen</dc:creator>
            <guid>http://geekswithblogs.net/bloesgen/archive/2008/02/12/119490.aspx</guid>
            <pubDate>Tue, 12 Feb 2008 14:42:11 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/bloesgen/comments/119490.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/bloesgen/archive/2008/02/12/119490.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/bloesgen/comments/commentRss/119490.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/bloesgen/services/trackbacks/119490.aspx</trackback:ping>
        </item>
        <item>
            <title>SOA Design Patterns book: public review now in progress, your input welcome</title>
            <link>http://geekswithblogs.net/bloesgen/archive/2008/02/01/119193.aspx</link>
            <description>&lt;p&gt;For the past year or so I have had the pleasure and honor of working with &lt;a href="http://www.amazon.com/exec/obidos/search-handle-url/105-3839784-0794003?%5Fencoding=UTF8&amp;amp;search-type=ss&amp;amp;index=books&amp;amp;field-author=Thomas%20Erl"&gt;Thomas Erl&lt;/a&gt; on a couple of forthcoming SOA/ESB books (I'll post more details when we get closer -- soon I hope!), that are part of his Prentice Hall Service-Oriented Computing series of books.&lt;/p&gt;
&lt;p&gt;Another one of the books in the series that he's currently working on is &lt;a href="http://www.amazon.com/Design-Patterns-Prentice-Service-Oriented-Computing/dp/0136135161/ref=pd_bbs_sr_3?ie=UTF8&amp;amp;s=books&amp;amp;qid=1201885167&amp;amp;sr=8-3"&gt;SOA Design Patterns&lt;/a&gt; (to be release in May 2008). I've already contributed a bit, and am working on further contributions. You can help too! There is a &lt;a href="http://www.soapatterns.org/"&gt;public review&lt;/a&gt; in progress right now through the end of the Feb, your comments are welcome.&lt;/p&gt;
&lt;p&gt;If you're an architect or patterns type (regardless of your technology preferences) check out &lt;a title="http://www.soapatterns.org/" href="http://www.soapatterns.org"&gt;http://www.soapatterns.org&lt;/a&gt;. We want as much community input as possible from you guys and gals in the trenches that are eating/sleeping/breathing SOA so that this becomes the definitive work on SOA Design Patterns.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:d6f81cfc-b441-4a6f-9dfb-9ef8d6fab25c" style="PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px"&gt;Technorati Tags: &lt;a rel="tag" href="http://technorati.com/tags/SOA"&gt;SOA&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/ESB"&gt;ESB&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/Patterns"&gt;Patterns&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/Software%20Architecture%20Patterns"&gt;Software Architecture Patterns&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/Design%20Patterns"&gt;Design Patterns&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=119193"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=119193" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/bloesgen/aggbug/119193.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Brian Loesgen</dc:creator>
            <guid>http://geekswithblogs.net/bloesgen/archive/2008/02/01/119193.aspx</guid>
            <pubDate>Fri, 01 Feb 2008 17:17:27 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/bloesgen/comments/119193.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/bloesgen/archive/2008/02/01/119193.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/bloesgen/comments/commentRss/119193.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/bloesgen/services/trackbacks/119193.aspx</trackback:ping>
        </item>
        <item>
            <title>New blog aggregated feed: BizTalkBlogs.com</title>
            <link>http://geekswithblogs.net/bloesgen/archive/2008/01/19/118699.aspx</link>
            <description>&lt;p&gt;There's a cool new resource out there that acts as a central registry for bloggers that are blogging about BizTalk, WCF, WF, SOA, ESB (which pretty much covers everything I think about all day long :)) and related technologies and topics. If you look at the names of the bloggers, you'll see the top names in this space, so this will surely become a great resource for &lt;a href="http://www.microsoft.com/soa/products/oslo.aspx"&gt;Oslo&lt;/a&gt; content too as we enter that exciting era. &lt;/p&gt;  &lt;p&gt;You can now go to a single point and get an aggregated view across a wide breadth of blogs, without needing to maintain the bloglist yourself. Pretty cool, and it has an RSS feed you can subscribe to. If you're doing anything in this space, then this should be a "must see" resource for you. I know I'll be checking the feed regularly, and thanks Microsoft for making this happen!&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;Check it out at &lt;a href="http://www.BizTalkBlogs.com"&gt;http://www.BizTalkBlogs.com&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.biztalkblogs.com/" target="”_blank”"&gt;&lt;img height="94" alt="MicrosoftBizTalkBlogs" src="http://www.wedsg.com/images/biztalkblogs.gif" width="228" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c67fb73c-81e1-4a37-8caa-8fac1dba67b4" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/BizTalk" rel="tag"&gt;BizTalk&lt;/a&gt;,&lt;a href="http://technorati.com/tags/ESB" rel="tag"&gt;ESB&lt;/a&gt;,&lt;a href="http://technorati.com/tags/SOA" rel="tag"&gt;SOA&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=118699"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=118699" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/bloesgen/aggbug/118699.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Brian Loesgen</dc:creator>
            <guid>http://geekswithblogs.net/bloesgen/archive/2008/01/19/118699.aspx</guid>
            <pubDate>Sat, 19 Jan 2008 19:47:21 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/bloesgen/comments/118699.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/bloesgen/archive/2008/01/19/118699.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/bloesgen/comments/commentRss/118699.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/bloesgen/services/trackbacks/118699.aspx</trackback:ping>
        </item>
        <item>
            <title>New issue of BizTalk Hotrod now available....</title>
            <link>http://geekswithblogs.net/bloesgen/archive/2008/01/11/118452.aspx</link>
            <description>&lt;p&gt;&lt;font face="Verdana"&gt;To help ensure everyone knows, the new edition (#3) of BizTalk Hotrod is now available. There's lots of good content, keep up the great work guys!&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;a href="http://biztalkhotrod.com/Issues.aspx"&gt;http://biztalkhotrod.com/Issues.aspx&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=118452"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=118452" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/bloesgen/aggbug/118452.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Brian Loesgen</dc:creator>
            <guid>http://geekswithblogs.net/bloesgen/archive/2008/01/11/118452.aspx</guid>
            <pubDate>Fri, 11 Jan 2008 13:26:38 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/bloesgen/comments/118452.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/bloesgen/archive/2008/01/11/118452.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/bloesgen/comments/commentRss/118452.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/bloesgen/services/trackbacks/118452.aspx</trackback:ping>
        </item>
        <item>
            <title>Neuron team is growing, looking for people to add.</title>
            <link>http://geekswithblogs.net/bloesgen/archive/2007/12/30/118073.aspx</link>
            <description>&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;font face="Calibri" size="3"&gt;I normally don’t post job listings here (we’re growing too fast, I wouldn’t be able to keep up!), however, if you read my blog, then it follows that you are likely interested in SOA, BizTalk, Enterprise Service Bus, so, you fall into the category of people that could potentially be a fit.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;font face="Calibri" size="3"&gt;Neudesic’s Neuron team continues to grow, and it’s super-exciting to see the growth and all the good work coming from them. We’re looking for a couple of talented engineers to come on board and not only join a highly dynamic company with stellar growth prospects, but also to play a role in the development of a world class ESB product, built from the ground up on top of WCF. &lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;font face="Calibri" size="3"&gt;I believe you’d be reporting to Marty Wasznicky (yes, *THE* MartyWaz), who joined Neudesic recently as VP Product Development for Neuron. The positions would be located in SoCal (Irvine).&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;font face="Calibri" size="3"&gt;If you’re interested in either of these positions, pls drop me a note or email me through this blog.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;o:p&gt;&lt;font face="Calibri" size="3"&gt; &lt;/font&gt;&lt;/o:p&gt;&lt;font face="Calibri" size="3"&gt;And, Happy New Year all!!&lt;/font&gt;&lt;/p&gt;
&lt;div style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: medium none; PADDING-LEFT: 0in; PADDING-BOTTOM: 1pt; BORDER-LEFT: medium none; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 2.25pt double; mso-element: para-border-div"&gt;
&lt;p class="MsoNormal" style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: medium none; PADDING-LEFT: 0in; PADDING-BOTTOM: 0in; MARGIN: 0in 0in 10pt; BORDER-LEFT: medium none; PADDING-TOP: 0in; BORDER-BOTTOM: medium none; mso-border-bottom-alt: double windowtext 2.25pt; mso-padding-alt: 0in 0in 1.0pt 0in"&gt;&lt;o:p&gt;&lt;font face="Calibri" size="3"&gt; &lt;/font&gt;&lt;/o:p&gt;&lt;o:p&gt;&lt;font face="Calibri" size="3"&gt; &lt;/font&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;o:p&gt;&lt;font face="Calibri" size="3"&gt; &lt;/font&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;p class="blurb" style="MARGIN: 0in 0in 16.8pt 15pt"&gt;&lt;strong&gt;&lt;span style="FONT-SIZE: 11pt; COLOR: #1f497d; LINE-HEIGHT: 140%; FONT-FAMILY: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;"&gt;Senior Software Design Engineer (SDE)&lt;/span&gt;&lt;/strong&gt;&lt;span style="FONT-SIZE: 11pt; COLOR: #1f497d; LINE-HEIGHT: 140%; FONT-FAMILY: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;"&gt;&lt;br /&gt;
Are you a senior SDE looking for your next technical leadership role? Do you like the excitement of shipping cutting edge server products? Do you want to work with talented people? Then come join the Neuron Development team to help ship a world class Enterprise Service Bus product for building Event Driven Business Solutions on the Microsoft Platform. Come work in a diverse and fun environment that gives you the opportunities to work with exciting technology such as Windows Workflow Foundation (WF), Windows Communication Foundation (WCF), Visual Studio 2008 in an AGILE/SCRUM environment.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="blurb" style="MARGIN: 0in 0in 16.8pt 15pt"&gt;&lt;span style="FONT-SIZE: 11pt; COLOR: #1f497d; LINE-HEIGHT: 140%; FONT-FAMILY: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;"&gt;The Neuron Development team has an exciting and challenging opportunity for a Senior SDE Technical Lead with strong problem solving skills, experienced design and coding capabilities, a passion for technical innovation, and a drive to build the next generation of distributed enterprise service bus software. You will have the opportunity to contribute to architecture discussion and/or product-wide working groups.&lt;br /&gt;
&lt;br /&gt;
Primary responsibilities include participating in planning for multiple feature areas through interacting with and understanding customer scenarios and experience, participating in, and writing product specifications and architecture design documents, proficient in project planning across multiple milestones, implementing/coding features and developing unit tests.  The candidate will work with their development, test  &amp;amp; Program Management counterparts to determine the vision, scope, design, testability &amp;amp; requirements of the Neuron product.&lt;br /&gt;
&lt;br /&gt;
The ideal candidate must be proficient in C#, WCF, .Net Framework, software design with a strong aptitude in messaging middleware and distributed applications. The ideal candidate will also have 6+ years professional experience in a SDE role, and at least one full software product cycle experience. BS in Computer Science or equivalent experience required. Familiarity with Microsoft Connected System technology such as Biztalk Server, SQL Server including T-SQL, WF, WCF, competitive offerings (Java, J2EE, WebLogic or WebSphere), and a security background are a strong plus. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="blurb" style="MARGIN: 0in 0in 16.8pt 15pt"&gt;&lt;span style="FONT-SIZE: 11pt; COLOR: #1f497d; LINE-HEIGHT: 140%; FONT-FAMILY: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;strong&gt;&lt;span style="FONT-SIZE: 11pt; COLOR: #1f497d; LINE-HEIGHT: 140%; FONT-FAMILY: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;"&gt;Software Design Engineer in Test (SDET)&lt;/span&gt;&lt;/strong&gt;&lt;span style="FONT-SIZE: 11pt; COLOR: #1f497d; LINE-HEIGHT: 140%; FONT-FAMILY: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;"&gt;&lt;br /&gt;
Tests and critiques software components and interfaces in more technical depth, writes test programs to assure quality, and develops test tools to increase effectiveness. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="blurb" style="MARGIN: 0in 0in 16.8pt 15pt"&gt;&lt;span style="FONT-SIZE: 11pt; COLOR: #1f497d; LINE-HEIGHT: 140%; FONT-FAMILY: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;"&gt;Are you a senior SDET looking for your next technical leadership role? Do you like the excitement of shipping cutting edge server products? Do you want to work with talented people? Then come join the Neuron Development team to help ship a world class Enterprise Service Bus product for building Event Driven Business Solutions on the Microsoft Platform. Come work in a diverse and fun environment that gives you the opportunities to work with exciting technology such as Windows Workflow Foundation (WF), Windows Communication Foundation (WCF), Visual Studio 2008 in an AGILE/SCRUM environment.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="blurb" style="MARGIN: 0in 0in 16.8pt 15pt"&gt;&lt;span style="FONT-SIZE: 11pt; COLOR: #1f497d; LINE-HEIGHT: 140%; FONT-FAMILY: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;"&gt;The Neuron Development team has an exciting and challenging opportunity for a Senior SDET Technical Lead with strong problem solving skills, experienced design and coding capabilities, a passion to lead technical innovation, and a drive to improve our test methodology. You will have the opportunity to lead architecture discussion and/or product-wide working groups.&lt;br /&gt;
&lt;br /&gt;
Primary responsibilities include participating in planning for multiple feature areas through interacting with and understanding customer scenarios and experience, participating in, and writing effective test plans, proficient in project planning across multiple milestones, implementing improvements to test methods and practices, and measuring, analyzing &amp;amp; reporting test status. Other responsibilities include designing and implementing tools/framework to reach optimal automation, drive root cause analysis of defects, and provide technical leadership. The candidate will work with their development &amp;amp; Program Management counterparts to determine the vision, scope, design, testability &amp;amp; requirements of the Neuron product.&lt;br /&gt;
&lt;br /&gt;
The ideal candidate must be proficient in C#, .Net Framework, software design and have a strong test aptitude and methodology background. The ideal candidate will also have 6+ years professional experience in a SDE or SDET role, and at least one full software product cycle experience. BS in Computer Science or equivalent experience required. Familiarity with Microsoft Connected System technology such as Biztalk Server, SQL Server including T-SQL, WF, WCF, competitive offerings (Java, J2EE, WebLogic or WebSphere) are a strong plus.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="blurb" style="MARGIN: 0in 0in 16.8pt 15pt"&gt;&lt;span style="FONT-SIZE: 11pt; COLOR: #1f497d; LINE-HEIGHT: 140%; FONT-FAMILY: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;o:p&gt;&lt;font face="Calibri" size="3"&gt; &lt;/font&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=118073"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=118073" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/bloesgen/aggbug/118073.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Brian Loesgen</dc:creator>
            <guid>http://geekswithblogs.net/bloesgen/archive/2007/12/30/118073.aspx</guid>
            <pubDate>Mon, 31 Dec 2007 08:42:21 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/bloesgen/comments/118073.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/bloesgen/archive/2007/12/30/118073.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/bloesgen/comments/commentRss/118073.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/bloesgen/services/trackbacks/118073.aspx</trackback:ping>
        </item>
        <item>
            <title>Events coming up this week....</title>
            <link>http://geekswithblogs.net/bloesgen/archive/2007/12/10/117573.aspx</link>
            <description>&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;font face="Verdana" color="#003366" size="2"&gt;OK, so it’s short notice, but….. I have a couple of events I’d like to mention here:&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpFirst" style="MARGIN: 0in 0in 0pt 0.5in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1"&gt;&lt;font face="Verdana"&gt;&lt;font size="2"&gt;&lt;font color="#003366"&gt;&lt;span lang="EN" style="LINE-HEIGHT: 115%; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-ansi-language: EN"&gt;&lt;span style="mso-list: Ignore"&gt;1)&lt;span style="FONT: 7pt &amp;quot;Times New Roman&amp;quot;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Tomorrow night (Dec 12 2007) will be the second meeting of the San Diego .NET User Group Connected Systems SIG. Chris Romp, &lt;span lang="EN" style="FONT-SIZE: 12pt; LINE-HEIGHT: 115%; FONT-FAMILY: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;font face="Verdana" size="2"&gt;Microsoft Technology Specialist for BizTalk, SOA and Process Platform in Southern California, will be presenting “What’s new in BizTalk Server 2006R2". Meeting will be at the Microsoft office in La Jolla at 6:00PM. Details (and mailing list sign-up) at&lt;/font&gt; &lt;a href="http://sandiegodotnet.com/"&gt;&lt;font face="Verdana" size="2"&gt;http://SanDiegoDotNet.com&lt;/font&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN: 0in 0in 0pt 0.5in"&gt;&lt;span lang="EN" style="FONT-SIZE: 12pt; LINE-HEIGHT: 115%; FONT-FAMILY: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;font face="Verdana" color="#003366" size="2"&gt; &lt;/font&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN: 0in 0in 0pt 0.5in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1"&gt;&lt;font face="Verdana"&gt;&lt;font size="2"&gt;&lt;font color="#003366"&gt;&lt;span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;span style="mso-list: Ignore"&gt;2)&lt;span style="FONT: 7pt &amp;quot;Times New Roman&amp;quot;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;On Wednesday (Dec 13 2007), I’ll be doing an MSDN GeekSpeak with &lt;a href="http://blogs.msdn.com/socaldevgal/"&gt;Lynn Langit&lt;/a&gt; and &lt;a href="http://blogs.msdn.com/glengordon/"&gt;Glen Gordon&lt;/a&gt;. Powerpoints are forbidden. It’ll be a free-ranging casual conversation, moving around between BAM, SOA and ESB and wherever else we happen to go. Details at &lt;span style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;"&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032359319&amp;amp;Culture=en-US"&gt;&lt;font face="Verdana"&gt;http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032359319&amp;amp;Culture=en-US&lt;/font&gt;&lt;/a&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpLast" style="MARGIN: 0in 0in 10pt 0.5in"&gt;&lt;o:p&gt;&lt;font face="Calibri" size="3"&gt; &lt;/font&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=117573"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=117573" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/bloesgen/aggbug/117573.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Brian Loesgen</dc:creator>
            <guid>http://geekswithblogs.net/bloesgen/archive/2007/12/10/117573.aspx</guid>
            <pubDate>Tue, 11 Dec 2007 11:19:36 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/bloesgen/comments/117573.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/bloesgen/archive/2007/12/10/117573.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/bloesgen/comments/commentRss/117573.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/bloesgen/services/trackbacks/117573.aspx</trackback:ping>
        </item>
        <item>
            <title>Microsoft Patterns and Practices ESB Guidance 1.0 shown, and will be available in a few days</title>
            <link>http://geekswithblogs.net/bloesgen/archive/2007/11/06/116650.aspx</link>
            <description>&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;font face="Calibri" size="3"&gt;The second huge news from the SOA Conference is that the ESB Guidance 1.0, from the Microsoft &lt;span style="mso-spacerun: yes"&gt; &lt;/span&gt;Patterns and Practices group, is done.&lt;span style="mso-spacerun: yes"&gt;  &lt;/span&gt;A lot has been done since the first early versions. The size of the team has grown substantially, as has the scope of the project. The end result will be available on MSDN within a week or so. &lt;a href="http://blogs.msdn.com/martywaz"&gt;Marty Wasznicky&lt;/a&gt; did &lt;/font&gt;&lt;font face="Calibri" size="3"&gt;a couple of sessions on it at the SOA conference last week in Redmond, both of them were in a huge room, and both were at full capacity with people getting turned away at the doors. &lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;font face="Calibri" size="3"&gt;In a nutshell, the ESB Guidance is a set of prebuilt components, guidance, and best practices that allow BizTalk developers to quickly produce ESB-based solutions. If you’ve been following my blog, you’ve seen the evolution of this over the past couple of years. The core concepts from the very early versions remain, but significant new functionality has been added (now up to about 60 projects, with tons-o-samples). The end result is a polished set of tools that are a huge benefit to BizTalk developers looking to deploy ESB-based solutions.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;font face="Calibri" size="3"&gt;There’s far too much richness there to capture in a blog posting, but I’ll highlight a couple of the biggest new features.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;strong style="mso-bidi-font-weight: normal"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;Governance&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;font face="Calibri" size="3"&gt;Governance means different things to different people. The ESB Guidance now has hooks in it to both AmberPoint and SOA Software. The capabilities provided depend on which of those products you’re working with, but you can get goodness such as policy-driven security for services, policy-driven SLAs, end-to-end monitoring, and much more. This is a HUGE benefit.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;strong style="mso-bidi-font-weight: normal"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;Management Portal&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;font face="Calibri" size="3"&gt;There’s a new management portal that provides a highly functional out-of-the-box experience to both view system metrics and interact with the exception management and other subsystems.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;strong style="mso-bidi-font-weight: normal"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;WCF Integration&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;font face="Calibri" size="3"&gt;It’s all WCF now. The ESB Guidance is based on BizTalk Server 2006 R2. Services, on-ramps, etc &lt;span style="mso-spacerun: yes"&gt; &lt;/span&gt;are now exposed as WCF services.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;strong style="mso-bidi-font-weight: normal"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;Smart Caching&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;font face="Calibri" size="3"&gt;As an optimization, endpoint information is now cached using a “smart caching” scheme that precludes the need to do resolution for every call.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;o:p&gt;&lt;font face="Calibri" size="3"&gt; [updated] It's now live at MSDN:&lt;/font&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;o:p&gt;&lt;font face="Arial"&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/bb931189.aspx#esb_authorsandcontributors"&gt;&lt;font face="Arial"&gt;http://msdn2.microsoft.com/en-us/library/bb931189.aspx&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 10pt"&gt;&lt;o:p&gt;&lt;font face="Calibri" size="3"&gt; &lt;/font&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=116650"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=116650" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/bloesgen/aggbug/116650.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Brian Loesgen</dc:creator>
            <guid>http://geekswithblogs.net/bloesgen/archive/2007/11/06/116650.aspx</guid>
            <pubDate>Tue, 06 Nov 2007 23:24:10 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/bloesgen/comments/116650.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/bloesgen/archive/2007/11/06/116650.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/bloesgen/comments/commentRss/116650.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/bloesgen/services/trackbacks/116650.aspx</trackback:ping>
        </item>
    </channel>
</rss>