<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>Architecture</title>
        <link>http://geekswithblogs.net/ajames/category/456.aspx</link>
        <description>Architecture</description>
        <language>en-GB</language>
        <copyright>BizTalk Visionary</copyright>
        <managingEditor>andy.james@solidsoft.com</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <item>
            <title>Upgrading to BizTalk 2006</title>
            <link>http://geekswithblogs.net/ajames/archive/2006/04/30/76773.aspx</link>
            <description>&lt;p&gt;&lt;strong&gt;Move it:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;MSIT group has just released a &lt;a href="http://www.microsoft.com/technet/itsolutions/msit/deploy/biztlk06upgtwp.mspx"&gt;&lt;font color="#000000"&gt;whitepaper &lt;/font&gt;&lt;/a&gt;on moving from &lt;a title="" href="" &gt;BizTalk 2004&lt;/a&gt; 2002 &amp;amp; 2004 to &lt;a title="" href="" &gt;BizTalk 2004&lt;/a&gt; 2006. It goes into quite a bit more technical detail than our typical case study particularly in regards to their consolidation onto 64bit hardware.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/technet/itsolutions/msit/deploy/biztlk06upgtwp.mspx"&gt;http://www.microsoft.com/technet/itsolutions/msit/deploy/biztlk06upgtwp.mspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=76773"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=76773" 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/ajames/aggbug/76773.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>BizTalk + WWF Visionary</dc:creator>
            <guid>http://geekswithblogs.net/ajames/archive/2006/04/30/76773.aspx</guid>
            <pubDate>Sun, 30 Apr 2006 18:52:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/ajames/comments/76773.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/ajames/archive/2006/04/30/76773.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/ajames/comments/commentRss/76773.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/ajames/services/trackbacks/76773.aspx</trackback:ping>
        </item>
        <item>
            <title>What is REST</title>
            <link>http://geekswithblogs.net/ajames/archive/2006/04/30/76770.aspx</link>
            <description>&lt;p&gt;&lt;strong&gt;Can you feel it:&lt;/strong&gt;&lt;/p&gt;
&lt;h2&gt;&lt;font face="Verdana" size="2"&gt;What is REST?&lt;/font&gt;&lt;/h2&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;The following has been abstracted from &lt;strong&gt;Roger L. Costello;s &lt;/strong&gt;article&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;REST is a term coined by Roy Fielding in his Ph.D. dissertation [1] to describe an &lt;b&gt;architecture style&lt;/b&gt; of networked systems. REST is an acronym standing for Representational State Transfer. &lt;/font&gt;&lt;/p&gt;
&lt;h2&gt;&lt;font face="Verdana" size="2"&gt;Why is it called Representational State Transfer?&lt;/font&gt;&lt;/h2&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;The Web is comprised of resources. A resource is any item of interest. For example, the Boeing Aircraft Corp may define a 747 resource. Clients may access that resource with this URL:&lt;/font&gt; &lt;/p&gt;
&lt;form action=""&gt;
&lt;blockquote&gt;&lt;pre&gt;http://www.boeing.com/aircraft/747&lt;/pre&gt;&lt;/blockquote&gt;
&lt;p&gt;&lt;/form&gt;&lt;font face="Verdana" size="2"&gt;A &lt;b&gt;representation&lt;/b&gt; of the resource is returned (e.g., Boeing747.html). The representation places the client application in a &lt;b&gt;state&lt;/b&gt;. The result of the client traversing a hyperlink in Boeing747.html is another resource is accessed. The new representation places the client application into yet another state. Thus, the client application changes (&lt;b&gt;transfer&lt;/b&gt;s) state with each resource representation --&amp;gt; Representational State Transfer!&lt;/font&gt; &lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;Here is Roy Fielding's explanation of the meaning of Representational State Transfer:&lt;/font&gt; &lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;"Representational State Transfer is intended to evoke an image of how a well-designed Web application behaves: a network of web pages (a virtual state-machine), where the user progresses through an application by selecting links (state transitions), resulting in the next page (representing the next state of the application) being transferred to the user and rendered for their use." &lt;/font&gt;&lt;/p&gt;
&lt;h2&gt;&lt;font face="Verdana" size="2"&gt;Motivation for REST&lt;/font&gt;&lt;/h2&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;The motivation for REST was to capture the characteristics of the Web which made the Web successful. Subsequently these characteristics are being used to guide the evolution of the Web. &lt;/font&gt;&lt;/p&gt;
&lt;h2&gt;&lt;font face="Verdana" size="2"&gt;REST - An Architectural Style, Not a Standard&lt;/font&gt;&lt;/h2&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;REST is not a standard. You will not see the W3C putting out a REST specification. You will not see IBM or Microsoft or Sun selling a REST developer's toolkit. Why? Because REST is just an architectural style. You can't bottle up that style. You can only understand it, and design your Web services in that style. (Analogous to the client-server architectural style. There is no client-server standard.)&lt;/font&gt; &lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;While REST is not a standard, it does use standards: &lt;/font&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;font face="Verdana" size="2"&gt;HTTP&lt;/font&gt; 
&lt;li&gt;&lt;font face="Verdana" size="2"&gt;URL&lt;/font&gt; 
&lt;li&gt;&lt;font face="Verdana" size="2"&gt;XML/HTML/GIF/JPEG/etc (Resource Representations)&lt;/font&gt; 
&lt;li&gt;&lt;font face="Verdana" size="2"&gt;text/xml, text/html, image/gif, image/jpeg, etc (MIME Types)&lt;/font&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;See rest of this article @ &lt;a href="http://www.xfront.com/REST-Web-Services.html"&gt;http://www.xfront.com/REST-Web-Services.html&lt;/a&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=76770"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=76770" 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/ajames/aggbug/76770.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>BizTalk + WWF Visionary</dc:creator>
            <guid>http://geekswithblogs.net/ajames/archive/2006/04/30/76770.aspx</guid>
            <pubDate>Sun, 30 Apr 2006 17:54:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/ajames/comments/76770.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/ajames/archive/2006/04/30/76770.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/ajames/comments/commentRss/76770.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/ajames/services/trackbacks/76770.aspx</trackback:ping>
        </item>
        <item>
            <title>Security Best Products</title>
            <link>http://geekswithblogs.net/ajames/archive/2006/04/30/76767.aspx</link>
            <description>&lt;p&gt;&lt;strong&gt;I will survive:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;font face="Arial"&gt;&lt;strong&gt;1. Hardware firewall.&lt;/strong&gt; For small-office Wi-Fi networking, the most affordable secure firewall is the &lt;/font&gt;&lt;/font&gt;&lt;a href="https://email.btconnect.com/exchweb/bin/redir.asp?URL=http://WindowsSecrets.com/links/191091d/8a931bh/?u=www1.shopping.com%252FxPC-%257EPD-28936561%257ENS-1%257Elinkin_id-3067401" target="_blank"&gt;&lt;font face="Arial" color="#00008b" size="2"&gt;Linksys Wireless-G WRT54G&lt;/font&gt;&lt;/a&gt;&lt;font face="Arial" size="2"&gt; router (left, about $60 USD street), which also offers four ports for wired Ethernet. If you wish to install third-party Linux firmware, get the &lt;/font&gt;&lt;a href="https://email.btconnect.com/exchweb/bin/redir.asp?URL=http://WindowsSecrets.com/links/191091d/ce71c3h/?u=www1.shopping.com%252FxPC-%257EPD-28274622%257ENS-1%257Elinkin_id-3067401" target="_blank"&gt;&lt;font face="Arial" color="#00008b" size="2"&gt;WRT54GL&lt;/font&gt;&lt;/a&gt;&lt;font face="Arial" size="2"&gt; ($70). To cover more than a few adjacent rooms, consider the &lt;/font&gt;&lt;a href="https://email.btconnect.com/exchweb/bin/redir.asp?URL=http://WindowsSecrets.com/links/191091d/734770h/?u=www1.shopping.com%252FxPC-%257EPD-23339585%257ENS-1%257Elinkin_id-3067401" target="_blank"&gt;&lt;font face="Arial" color="#00008b" size="2"&gt;Linksys WRT54GX&lt;/font&gt;&lt;/a&gt;&lt;font face="Arial" size="2"&gt; ($160), which doubles the usual "g" range. Be sure to enable &lt;/font&gt;&lt;a href="https://email.btconnect.com/exchweb/bin/redir.asp?URL=http://WindowsSecrets.com/links/191091d/052e57h/?u=windowssecrets.com%252Fcomp%252F050526%252F%2523story1" target="_blank"&gt;&lt;font face="Arial" color="#00008b" size="2"&gt;WPA or WPA2&lt;/font&gt;&lt;/a&gt;&lt;font face="Arial" size="2"&gt;, either of which provide strong Wi-Fi security. The WRT54G and WRT54GX are PC Magazine Editors' Choice winners.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;2. Security suite.&lt;/b&gt; &lt;/font&gt;&lt;a href="https://email.btconnect.com/exchweb/bin/redir.asp?URL=http://WindowsSecrets.com/links/191091d/5c1b04h/" target="_blank"&gt;&lt;font face="Arial" color="#00008b" size="2"&gt;ZoneAlarm Security Suite 6&lt;/font&gt;&lt;/a&gt;&lt;font face="Arial" size="2"&gt; (left, $60 street) is rated as the best all-in-one software firewall, antivirus program, and antispam filter &amp;mdash; now with antispyware scanning and Windows OS kernel protection. It's received Editors' Choice awards from both PC Magazine and CNET. With the ZA Security Suite, there's no longer any reason to purchase separate antivirus, antispam, and software-firewall applications. (Turn off ZA's real-time spyware protection so this can be handled by your antispyware program, shown below.) Note: One magazine, PC World, recently rated &lt;/font&gt;&lt;a href="https://email.btconnect.com/exchweb/bin/redir.asp?URL=http://WindowsSecrets.com/links/191091d/35a585h/?u=www1.shopping.com%252FxPC-%257EPD-233388072%257ENS-1%257Elinkin_id-3067401" target="_blank"&gt;&lt;font face="Arial" color="#00008b" size="2"&gt;Panda Platinum Internet Security 2005&lt;/font&gt;&lt;/a&gt;&lt;font face="Arial" size="2"&gt; higher than ZA Security Suite.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;3. Antispyware program.&lt;/b&gt; For individual PC users, the most effective remover of spyware is &lt;/font&gt;&lt;a href="https://email.btconnect.com/exchweb/bin/redir.asp?URL=http://WindowsSecrets.com/links/191091d/2f5a84h/?u=www1.shopping.com%252FxPC-%257EPD-28041489%257ENS-1%257Elinkin_id-3067401" target="_blank"&gt;&lt;font face="Arial" color="#00008b" size="2"&gt;Webroot Spy Sweeper 4.5&lt;/font&gt;&lt;/a&gt;&lt;font face="Arial" size="2"&gt; (left, under $35 per year), according to comparative tests published by PC Magazine. The previous version, 4.0, was also top-rated in tests by PC World. (Note: PC Mag has also given an Editors' Choice to &lt;/font&gt;&lt;a href="https://email.btconnect.com/exchweb/bin/redir.asp?URL=http://WindowsSecrets.com/links/191091d/6aa97eh/?u=www.shopping.com%252FxPC-%257EPD-28427640%257ENS-1%257Elinkin_id-3067401" target="_blank"&gt;&lt;font face="Arial" color="#00008b" size="2"&gt;Encore PC Tools Spyware Doctor 3.2&lt;/font&gt;&lt;/a&gt;&lt;font face="Arial" size="2"&gt;.) For businesses that are looking for a centrally managed solution for 10 or more seats, Webroot's &lt;/font&gt;&lt;a href="https://email.btconnect.com/exchweb/bin/redir.asp?URL=http://WindowsSecrets.com/links/191091d/70e44bh/?u=www.webroot.com%252Fenterprise%252Fproducts%252F" target="_blank"&gt;&lt;font face="Arial" color="#00008b" size="2"&gt;Spy Sweeper Enterprise&lt;/font&gt;&lt;/a&gt;&lt;font face="Arial" size="2"&gt; ($240 per year for 10 users) has won the latest comparative review by Windows IT Pro and was rated a Best Buy by SC Magazine.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;4. Update management.&lt;/b&gt; Individual users should opt into the new, free &lt;/font&gt;&lt;a href="https://email.btconnect.com/exchweb/bin/redir.asp?URL=http://WindowsSecrets.com/links/191091d/72deebh/?u=update.microsoft.com%252Fmicrosoftupdate%252Fv6%252Fdefault.aspx%253Fln%253Den-us" target="_blank"&gt;&lt;font face="Arial" color="#00008b" size="2"&gt;Microsoft Update&lt;/font&gt;&lt;/a&gt;&lt;font face="Arial" size="2"&gt;, an improvement over Windows Update. You should also turn on the auto-download features of any installed apps you may have. For small to medium networks, Microsoft provides the free WSUS (&lt;/font&gt;&lt;a href="https://email.btconnect.com/exchweb/bin/redir.asp?URL=http://WindowsSecrets.com/links/191091d/8d2820h/?u=www.microsoft.com%252Fwindowsserversystem%252Fwus%252Fdefault.mspx" target="_blank"&gt;&lt;font face="Arial" color="#00008b" size="2"&gt;Windows Server Update Services&lt;/font&gt;&lt;/a&gt;&lt;font face="Arial" size="2"&gt;), which automates the downloading of critical patches for Windows, Office, and Exchange. For larger businesses, &lt;/font&gt;&lt;a href="https://email.btconnect.com/exchweb/bin/redir.asp?URL=http://WindowsSecrets.com/links/191091d/59df00h/?u=www.shopping.com%252FxPC-%257EPD-21038110%257ENS-1%257Elinkin_id-3067401" target="_blank"&gt;&lt;font face="Arial" color="#00008b" size="2"&gt;GFI LANguard Network Security Scanner&lt;/font&gt;&lt;/a&gt;&lt;font face="Arial" size="2"&gt; (left, $375 for 25 users) is a broader product, top-rated by WindowSecurity.com and MCSE World. The latter site also publishes a helpful &lt;/font&gt;&lt;a href="https://email.btconnect.com/exchweb/bin/redir.asp?URL=http://WindowsSecrets.com/links/191091d/d178b6h/?u=www.petri.co.il%252Fupdating_and_management_tools.htm" target="_blank"&gt;&lt;font face="Arial" color="#00008b" size="2"&gt;tutorial&lt;/font&gt;&lt;/a&gt;&lt;font face="Arial" size="2"&gt; on LANguard NSS and Shavlik's &lt;/font&gt;&lt;a href="https://email.btconnect.com/exchweb/bin/redir.asp?URL=http://WindowsSecrets.com/links/191091d/614ae1h/?u=www.digitalriver.com%252Fdr%252Fv2%252Fec_Main.Entry%253FSP%253D10007%2526SID%253D48005%2526CID%253D0%2526CUR%253D840%2526DSP%253D0%2526PGRP%253D0%2526CACHE_ID%253D0" target="_blank"&gt;&lt;font face="Arial" color="#00008b" size="2"&gt;HFNetChkPro&lt;/font&gt;&lt;/a&gt;&lt;font face="Arial" size="2"&gt; ($900 for 25 users).&lt;/font&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Sorry prices for US!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=76767"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=76767" 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/ajames/aggbug/76767.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>BizTalk + WWF Visionary</dc:creator>
            <guid>http://geekswithblogs.net/ajames/archive/2006/04/30/76767.aspx</guid>
            <pubDate>Sun, 30 Apr 2006 17:27:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/ajames/comments/76767.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/ajames/archive/2006/04/30/76767.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/ajames/comments/commentRss/76767.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/ajames/services/trackbacks/76767.aspx</trackback:ping>
        </item>
        <item>
            <title>Developing a solid foundation for delivering transaction services</title>
            <link>http://geekswithblogs.net/ajames/archive/2006/04/06/74465.aspx</link>
            <description>&lt;P&gt;&lt;STRONG&gt;Walking on the moon:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#000000&gt;&lt;STRONG&gt;Developing a solid foundation for delivering transaction services&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#000000&gt;Andy James, Chief Technology Officer, describes Solidsoft&amp;#8217;s approach to delivering a common architecture for creating end-to-end business processes &amp;#8211; the Solidsoft Solution Foundation&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#000000&gt;&lt;A href="http://www.valuefromitingovt.com/oct05/article_solution.php"&gt;http://www.valuefromitingovt.com/oct05/article_solution.php&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#000000&gt;&lt;BR&gt;&amp;nbsp;&lt;/P&gt;&lt;/FONT&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=74465"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=74465" 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/ajames/aggbug/74465.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>BizTalk + WWF Visionary</dc:creator>
            <guid>http://geekswithblogs.net/ajames/archive/2006/04/06/74465.aspx</guid>
            <pubDate>Thu, 06 Apr 2006 20:16:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/ajames/comments/74465.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/ajames/archive/2006/04/06/74465.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/ajames/comments/commentRss/74465.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/ajames/services/trackbacks/74465.aspx</trackback:ping>
        </item>
        <item>
            <title>Fedirated Security in Local Governement</title>
            <link>http://geekswithblogs.net/ajames/archive/2006/04/06/74463.aspx</link>
            <description>&lt;P&gt;&lt;STRONG&gt;Something:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class=bodycopy&gt;&lt;STRONG&gt;Facilitating joined up government with federated security&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class=bodycopy&gt;This article examines the benefits of creating a federated security environment.&lt;/P&gt;
&lt;P class=bodycopy&gt;&lt;A href="http://www.valuefromitingovt.com/article_fedsec.php"&gt;http://www.valuefromitingovt.com/article_fedsec.php&lt;/A&gt;&lt;/P&gt;
&lt;P class=bodycopy&gt;&lt;BR&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color=#29519f&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A title=http://www.valuefromitingovt.com/track/4-1-89-8577/article_fedsec.php href="http://www.valuefromitingovt.com/track/4-1-89-8577/article_fedsec.php"&gt;&lt;STRONG&gt;&lt;FONT color=#29519f&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=74463"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=74463" 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/ajames/aggbug/74463.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>BizTalk + WWF Visionary</dc:creator>
            <guid>http://geekswithblogs.net/ajames/archive/2006/04/06/74463.aspx</guid>
            <pubDate>Thu, 06 Apr 2006 20:10:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/ajames/comments/74463.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/ajames/archive/2006/04/06/74463.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/ajames/comments/commentRss/74463.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/ajames/services/trackbacks/74463.aspx</trackback:ping>
        </item>
        <item>
            <title>MS responds to VMWare</title>
            <link>http://geekswithblogs.net/ajames/archive/2006/04/06/74462.aspx</link>
            <description>&lt;P&gt;&lt;STRONG&gt;I'm Free!:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A id=viewpost.ascx_TitleUrl href="http://weblogs.asp.net/israelio/archive/2006/04/03/441776.aspx"&gt;&lt;FONT face=Arial&gt;Virtual Server 2005 R2 Enterprise Edition for Free&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;The full software for 32-bit and 64-bit versions is available as a free download !!!&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;FONT size=3&gt;This is the full Virtual Server 2005 R2 Enterprise edition available in both 32-bit and 64-bit versions. This is&lt;STRONG&gt; &lt;/STRONG&gt;not a trial or limited version !&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;FONT size=3&gt;Virtual machines created today with Virtual Server will be able to migrate into our hyper visor based Windows virtualization.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;A href="http://www.microsoft.com/windowsserversystem/virtualserver/software/default.mspx"&gt;http://www.microsoft.com/windowsserversystem/virtualserver/software/default.mspx&lt;/A&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=74462"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=74462" 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/ajames/aggbug/74462.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>BizTalk + WWF Visionary</dc:creator>
            <guid>http://geekswithblogs.net/ajames/archive/2006/04/06/74462.aspx</guid>
            <pubDate>Thu, 06 Apr 2006 20:06:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/ajames/comments/74462.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/ajames/archive/2006/04/06/74462.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/ajames/comments/commentRss/74462.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/ajames/services/trackbacks/74462.aspx</trackback:ping>
        </item>
        <item>
            <title>Get Back (again): Day 2 Insight Conf</title>
            <link>http://geekswithblogs.net/ajames/archive/2006/03/24/73222.aspx</link>
            <description>&lt;p&gt;Day 2 built on the excellent start of day 1.&lt;/p&gt;
&lt;p&gt;Good business view of SOA kicked of my day, followed by the SQL workshop with Keith and Eric and then a fine &lt;a title="" href="" &gt;BizTalk 2004&lt;/a&gt; Session from John Plummer and Kevin Smith (both of MS). In the afternoon I enjoyed an excellent presentation from Martin Fowler (Thoughtworks not Eastenders!)&lt;/p&gt;
&lt;p&gt;Lots of networking and hob knobing before winding my weary way home!&lt;/p&gt;
&lt;p&gt;Overall and excellent 2 days. Well done the two Matts!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=73222"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=73222" 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/ajames/aggbug/73222.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>BizTalk + WWF Visionary</dc:creator>
            <guid>http://geekswithblogs.net/ajames/archive/2006/03/24/73222.aspx</guid>
            <pubDate>Fri, 24 Mar 2006 19:48:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/ajames/comments/73222.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/ajames/archive/2006/03/24/73222.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/ajames/comments/commentRss/73222.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/ajames/services/trackbacks/73222.aspx</trackback:ping>
        </item>
        <item>
            <title>Get Back: (Slight Welsh reference if said with lots of phlem!)) Day 1 of the Microsoft Architects Insight Conference</title>
            <link>http://geekswithblogs.net/ajames/archive/2006/03/22/73036.aspx</link>
            <description>&lt;P&gt;Location : Celtic Manor - &lt;A href="http://www.celtic-manor.com/"&gt;http://www.celtic-manor.com/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Agenda: Good in parts&lt;/P&gt;
&lt;P&gt;Best Session of the Day: Eric Nelson's SQL Server 2005 Application Architecture. First 15 mins very funny...&lt;/P&gt;
&lt;P&gt;Introduced 7 new products:&lt;/P&gt;
&lt;P&gt;1. SOA Server&lt;/P&gt;
&lt;P&gt;2. XML server&lt;/P&gt;
&lt;P&gt;3. Application Server&lt;/P&gt;
&lt;P&gt;4. ETL Server&lt;/P&gt;
&lt;P&gt;5. OLAP Server&lt;/P&gt;
&lt;P&gt;6. Diamond Reporting Server (SIC)&lt;/P&gt;
&lt;P&gt;7. Deep Thought Server&lt;/P&gt;
&lt;P&gt;Guess what only sold as a suite of programs, and every copy gets a free SQL 2005 license....think about it.&lt;/P&gt;
&lt;P&gt;Intresting stuff today on SoBI, MSF 4, Indentity, and of course SQL 2005&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=73036"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=73036" 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/ajames/aggbug/73036.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>BizTalk + WWF Visionary</dc:creator>
            <guid>http://geekswithblogs.net/ajames/archive/2006/03/22/73036.aspx</guid>
            <pubDate>Thu, 23 Mar 2006 02:20:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/ajames/comments/73036.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/ajames/archive/2006/03/22/73036.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/ajames/comments/commentRss/73036.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/ajames/services/trackbacks/73036.aspx</trackback:ping>
        </item>
        <item>
            <title>How can I be sure?: Improve your web security</title>
            <link>http://geekswithblogs.net/ajames/archive/2006/03/19/72725.aspx</link>
            <description>&lt;P&gt;&lt;FONT face=Arial&gt;Quote &lt;/FONT&gt;
&lt;BLOCKQUOTE&gt;&lt;A href="http://www.microsoft.com/architecture/library.aspx?pid=solve.secure&amp;amp;id=www.msdn.microsoft.com/architecture/application/default.aspx?pull=/library/en-us/dnnetsec/html/threatcounter.asp"&gt;&lt;FONT face=Arial&gt;Threats and Countermeasures: Improve Your Web Application Security&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;This guide gives you a solid foundation for designing, building, and configuring secure ASP.NET Web applications. Whether you have existing applications or are building new ones, this guide is for you.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P align=left&gt;&lt;FONT face=Arial&gt;Minor Ad: 
&lt;DIV&gt;&lt;A href="http://www.amazon.co.uk/exec/obidos/redirect?tag=microtastic-21&amp;amp;creative=7274&amp;amp;camp=1962&amp;amp;link_code=sub&amp;amp;path=http://www.amazon.co.uk/gp/subs/rentals/help/learn-more.html"&gt;Great DVD rental offer!&lt;/A&gt; &lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/FONT&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BLOCKQUOTE&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=72725"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=72725" 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/ajames/aggbug/72725.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>BizTalk + WWF Visionary</dc:creator>
            <guid>http://geekswithblogs.net/ajames/archive/2006/03/19/72725.aspx</guid>
            <pubDate>Sun, 19 Mar 2006 18:54:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/ajames/comments/72725.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/ajames/archive/2006/03/19/72725.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/ajames/comments/commentRss/72725.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/ajames/services/trackbacks/72725.aspx</trackback:ping>
        </item>
        <item>
            <title>Welcome to my nightmare: Interesting use of Amazon's Web Services </title>
            <link>http://geekswithblogs.net/ajames/archive/2006/01/24/67021.aspx</link>
            <description>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;strong&gt;Amazon's Mechanical Turk Project&lt;/strong&gt;&lt;/div&gt;
&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;In 1769, Hungarian nobleman Wolfgang von Kempelen astonished Europe by building a mechanical chess-playing automaton that defeated nearly every opponent it faced. A life-sized wooden mannequin, adorned with a fur-trimmed robe and a turban, Kempelen’s "Turk" was seated behind a cabinet and toured Europe confounding such brilliant challengers as Benjamin Franklin and Napoleon Bonaparte. To persuade skeptical audiences, Kempelen would slide open the cabinet’s doors to reveal the intricate set of gears, cogs and springs that powered his invention. He convinced them that he had built a machine that made decisions using artificial intelligence. What they did not know was the secret behind the Mechanical Turk: a human chess master cleverly concealed inside.&lt;/div&gt;
&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt; &lt;/div&gt;
&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;Amazon have created a web service usage project that is based on this principle of having humans behind a mechanical façade - have a look at &lt;a href="http://www.mturk.com/mturk/welcome"&gt;http://www.mturk.com/mturk/welcome&lt;/a&gt;&lt;/div&gt;
&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt; &lt;/div&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=67021"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=67021" 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/ajames/aggbug/67021.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>BizTalk + WWF Visionary</dc:creator>
            <guid>http://geekswithblogs.net/ajames/archive/2006/01/24/67021.aspx</guid>
            <pubDate>Wed, 25 Jan 2006 10:34:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/ajames/comments/67021.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/ajames/archive/2006/01/24/67021.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/ajames/comments/commentRss/67021.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/ajames/services/trackbacks/67021.aspx</trackback:ping>
        </item>
    </channel>
</rss>