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

<channel>
	<title>Ben Dewey - Leveraging .NET for Appealing UIs</title>
	<atom:link href="http://bendewey.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://bendewey.wordpress.com</link>
	<description>Leveraging the latest technologies for presentation using appealing UIs</description>
	<lastBuildDate>Tue, 21 May 2013 13:56:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='bendewey.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Ben Dewey - Leveraging .NET for Appealing UIs</title>
		<link>http://bendewey.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://bendewey.wordpress.com/osd.xml" title="Ben Dewey - Leveraging .NET for Appealing UIs" />
	<atom:link rel='hub' href='http://bendewey.wordpress.com/?pushpress=hub'/>
		<item>
		<title>I&#8217;ve Changed Domains</title>
		<link>http://bendewey.wordpress.com/2010/02/21/changed-domains/</link>
		<comments>http://bendewey.wordpress.com/2010/02/21/changed-domains/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 22:24:29 +0000</pubDate>
		<dc:creator>bendewey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=219</guid>
		<description><![CDATA[Thank you to all my readers up until this point. I&#8217;ve decided to move my domain over to the open source WordPress.org. From now on I will be hosting my blog at my personal website. http://www.bendewey.com/blog I look forward to many more blog posts at my new home.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bendewey.wordpress.com&#038;blog=2869726&#038;post=219&#038;subd=bendewey&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Thank you to all my readers up until this point. I&#8217;ve decided to move my domain over to the open source WordPress.org. From now on I will be hosting my blog at my personal website.</p>
<p><a href="http://www.bendewey.com/blog">http://www.bendewey.com/blog</a></p>
<p>I look forward to many more blog posts at my new home.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bendewey.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bendewey.wordpress.com/219/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bendewey.wordpress.com&#038;blog=2869726&#038;post=219&#038;subd=bendewey&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bendewey.wordpress.com/2010/02/21/changed-domains/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1db8aa9f1900591e1831faf210a8dafb?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">bendewey</media:title>
		</media:content>
	</item>
		<item>
		<title>jQuery FormatCurrency v1.2 released</title>
		<link>http://bendewey.wordpress.com/2009/11/28/jquery-formatcurrency-v1-2-released/</link>
		<comments>http://bendewey.wordpress.com/2009/11/28/jquery-formatcurrency-v1-2-released/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 17:33:29 +0000</pubDate>
		<dc:creator>bendewey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[formatcurrency]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=209</guid>
		<description><![CDATA[Last night I noticed a few issues added to the jQuery FormatCurrency page. I was able to resolve all of these issues and push out a new v1.2 release of the plugin. Download http://jquery-formatcurrency.googlecode.com Release Notes Stored originalDecimals for reporting on the decimalsEntered trigger Added format_as_you_type demo page (from Emmanuel Sambo) Fixed issue #11 blank [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bendewey.wordpress.com&#038;blog=2869726&#038;post=209&#038;subd=bendewey&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Last night I noticed a few issues added to the jQuery FormatCurrency page. I was able to resolve all of these issues and push out a new v1.2 release of the plugin.</p>
<h3>Download</h3>
<ul>
<li><a href="http://jquery-formatcurrency.googlecode.com">http://jquery-formatcurrency.googlecode.com</a></li>
</ul>
<h3>Release Notes</h3>
<ul>
<li>Stored originalDecimals for reporting on the decimalsEntered trigger</li>
<li>Added format_as_you_type demo page (from Emmanuel Sambo)</li>
<li>Fixed issue #11 blank should equal blank</li>
<li>Fixed bug #12 and added unit test (negativeFormatDecimal) to support</li>
<li>Fixed bug #13 and added a check for a float value</li>
<li>Fixed bug #14 and added unit tests for en-IN which contains edge cases due to its Rs. symbol (Rs. 1,000.00)</li>
</ul>
<h3>New Committer Added</h3>
<p>Additionaly, I&#8217;m happy to announce we&#8217;ve added a new committer to the team, Marco De Bortoli from Italy.  His contributions in bug reporting and fixing have already been valuable and we are looking forward to having him contribute to the futures.</p>
<h3>Creation of the Futures Page</h3>
<p>We&#8217;ve added a new Futures page to the Wiki.  This page will be used as a collaborative page to edit/comment on the future of the plugin.  The page can be found at <a href="http://code.google.com/p/jquery-formatcurrency/wiki/Futures">http://code.google.com/p/jquery-formatcurrency/wiki/Futures</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bendewey.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bendewey.wordpress.com/209/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bendewey.wordpress.com&#038;blog=2869726&#038;post=209&#038;subd=bendewey&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bendewey.wordpress.com/2009/11/28/jquery-formatcurrency-v1-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1db8aa9f1900591e1831faf210a8dafb?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">bendewey</media:title>
		</media:content>
	</item>
		<item>
		<title>Using JSONP with WCF and jQuery</title>
		<link>http://bendewey.wordpress.com/2009/11/24/using-jsonp-with-wcf-and-jquery/</link>
		<comments>http://bendewey.wordpress.com/2009/11/24/using-jsonp-with-wcf-and-jquery/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 15:31:22 +0000</pubDate>
		<dc:creator>bendewey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=186</guid>
		<description><![CDATA[In the new release of .NET 4, the WCF team has added support for JSONP.  There are many resource out on the internet about the need for JSONP, if you are reading this article I&#8217;m assuming your familar with the concept of JSONP.  Essentially, JSONP utilitzes the &#60;script /&#62; tag as a work around to [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bendewey.wordpress.com&#038;blog=2869726&#038;post=186&#038;subd=bendewey&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>In the new release of .NET 4, the WCF team has added support for <a href="http://en.wikipedia.org/wiki/JSON#JSONP">JSONP</a>.  There are many resource out on the internet about the need for JSONP, if you are reading this article I&#8217;m assuming your familar with the concept of JSONP.  Essentially, JSONP utilitzes the &lt;script /&gt; tag as a work around to the cross domain access limitations of web browsers.  This new feature is exposed as an CrossDomainScriptAccessEnabled setting on the WebHttpBinding, and as such is configurable through code or through configuration.</p>
<h3>Download</h3>
<p>The full source code is available for download from my website</p>
<ul>
<li><a href="http://www.bendewey.com/code/JsonpWithWcfAndJquery.zip" target="_blank">JsonpWithWcfAndJquery.zip (46kb)</a></li>
</ul>
<p>This code requires the latest download of <a href="msdn.microsoft.com/en-us/vstudio/dd582936.aspx" target="_blank">.NET 4 Beta 2 with Visual Studio 2010</a></p>
<h3>Example</h3>
<p>In this example we are returning a list of sample customers.  In a standard JSON service using the WebHttpBinding you would recieve this result:</p>
<p><a href="http://localhost:65025/CustomersService.svc/GetCustomers">http://localhost:65025/CustomersService.svc/GetCustomers</a></p>
<pre class="brush: jscript; title: ; notranslate">
[{&quot;Email&quot;:&quot;bob@example.com&quot;,&quot;Name&quot;:&quot;Bob&quot;},
{&quot;Email&quot;:&quot;mark@example.com&quot;,&quot;Name&quot;:&quot;Mark&quot;},
{&quot;Email&quot;:&quot;john@example.com&quot;,&quot;Name&quot;:&quot;John&quot;}]
</pre>
<p>Now using the same service you can supply the optional callback parameter like this <a href="http://localhost:65025/CustomersService.svc/GetCustomers">http://localhost:65025/CustomersService.svc/GetCustomers?callback=JsonpCallback</a>, which would return the results as the first argument to a function call with a name equal to the one supplied in the query parameter.</p>
<pre class="brush: jscript; title: ; notranslate">
JsonpCallback([{&quot;Email&quot;:&quot;bob@example.com&quot;,&quot;Name&quot;:&quot;Bob&quot;},
{&quot;Email&quot;:&quot;mark@example.com&quot;,&quot;Name&quot;:&quot;Mark&quot;},
{&quot;Email&quot;:&quot;john@example.com&quot;,&quot;Name&quot;:&quot;John&quot;}])</pre>
<p>So, if you have a javascript function setup on the page, the function will be called successfully without violating the cross-site scripting exceptions.</p>
<pre class="brush: jscript; title: ; notranslate">

function JsonpCallback(customers) {
     alert(cutomers.length);
}

</pre>
<h3>WCF Service with CrossDomainScriptAccessEnabled</h3>
<p>Creating the WCF Service with CrossDomainScriptAccessEnabled is the same as it would be for any other web enabled WCF service.  In our example we are exposing a simple CustomersService</p>
<pre class="brush: csharp; title: ; notranslate">
[ServiceContract]
[AspNetCompatibilityRequirements(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]
public class CustomersService
{
    [OperationContract]
    [WebGet(ResponseFormat = WebMessageFormat.Json)]
    public List GetCustomers()
    {
        return Customer.GetSampleData().ToList();
    }
}</pre>
<p>The new JSONP feature is exposed via the WebHttpBinding.  The configuration for the CustomersService would looks like this:</p>
<pre class="brush: xml; title: ; notranslate">
&lt;system.serviceModel&gt;
  &lt;behaviors&gt;
    &lt;endpointBehaviors&gt;
      &lt;behavior name=&quot;webHttpBehavior&quot;&gt;
        &lt;webHttp /&gt;
      &lt;/behavior&gt;
    &lt;/endpointBehaviors&gt;
  &lt;/behaviors&gt;
  &lt;bindings&gt;
    &lt;webHttpBinding&gt;
      &lt;binding name=&quot;webHttpBindingWithJsonP&quot; crossDomainScriptAccessEnabled=&quot;true&quot; /&gt;
    &lt;/webHttpBinding&gt;
  &lt;/bindings&gt;
  &lt;services&gt;
    &lt;service name=&quot;ServiceSite.CustomersService&quot;&gt;
      &lt;endpoint address=&quot;&quot; binding=&quot;webHttpBinding&quot;
                bindingConfiguration=&quot;webHttpBindingWithJsonP&quot;
                contract=&quot;ServiceSite.CustomersService&quot;
                behaviorConfiguration=&quot;webHttpBehavior&quot;/&gt;
    &lt;/service&gt;
  &lt;/services&gt;
&lt;/system.serviceModel&gt;</pre>
<p>Notice that we&#8217;ve created a new bindingConfiguration for webHttpBindingWithJsonP, in this new binding configuration we&#8217;ve set the new property of crossDomainScriptAccessEnabled to true.  This enables the new callback parameter and under the covers attaches the JavascriptCallbackMessageInspector.  I&#8217;ve choosen to explicitly setup my binding configuration, but it should be noted that .NET 4 has created default configuration features, a sample of this is available for download with the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=35ec8682-d5fd-4bc3-a51a-d8ad115a8792&amp;displaylang=en" target="_blank">WCF Samples for .NET 4 Beta2</a>.</p>
<h3>Consuming JSONP with jQuery</h3>
<p>Now, consuming this JSONP endpoint with jQuery couldn&#8217;t be easier.  jQuery ships with an <a href="http://docs.jquery.com/Ajax/jQuery.ajax" target="_blank">ajax</a> convenience function called <a href="http://docs.jquery.com/Ajax/jQuery.getJSON" target="_blank">getJSON</a> that accepts a url, data, and a callback function.  In the url property you can provide a ? following a query parameter and the ajax function will replace it with a dynamic function to handle the JSONP callback.  With that being said this is what the code to access the customers would look like.</p>
<pre class="brush: jscript; title: ; notranslate">
// Get the JsonP data
$.getJSON('http://localhost:65025/CustomersService.svc/GetCustomers?callback=?', null, function (customers) {
    alert('Received ' + customers.length + ' Customers');
});</pre>
<h3>Conclusion</h3>
<p>Many of the code samples above use an abridged version of the code in the sample, so for more detail you should download the source code above.  Additionally this article and samples are based on the .NET 4 Beta 2 product.  I&#8217;ll do my best to update the code and ensure everything is in order with the official release.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bendewey.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bendewey.wordpress.com/186/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bendewey.wordpress.com&#038;blog=2869726&#038;post=186&#038;subd=bendewey&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bendewey.wordpress.com/2009/11/24/using-jsonp-with-wcf-and-jquery/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1db8aa9f1900591e1831faf210a8dafb?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">bendewey</media:title>
		</media:content>
	</item>
		<item>
		<title>ALT.NET REST Presentation</title>
		<link>http://bendewey.wordpress.com/2009/11/19/alt-net-rest-presentation/</link>
		<comments>http://bendewey.wordpress.com/2009/11/19/alt-net-rest-presentation/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 07:31:50 +0000</pubDate>
		<dc:creator>bendewey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[REST]]></category>

		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=176</guid>
		<description><![CDATA[I just finished my REST presentation at the NYC ALT.NET Meetup. Thanks to all that attended.  Unfortunately I didn&#8217;t get through all my samples, but I&#8217;m happy to have quality discussion.  Downloads I&#8217;ve uploaded the sample code and the presentation to my website.  You can use the following links to download them: REST Programming in .NET Presentation [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bendewey.wordpress.com&#038;blog=2869726&#038;post=176&#038;subd=bendewey&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I just finished my REST presentation at the <a href="http://www.meetup.com/nyaltnet/calendar/11736685/" target="_blank">NYC ALT.NET Meetup</a>. Thanks to all that attended.  Unfortunately I didn&#8217;t get through all my samples, but I&#8217;m happy to have quality discussion. </p>
<h3>Downloads</h3>
<p>I&#8217;ve uploaded the sample code and the presentation to my website.  You can use the following links to download them:</p>
<ul>
<li><a href="http://www.bendewey.com/downloads/ASPNET-MVC-REST.pptx" target="_blank">REST Programming in .NET Presentation (.pptx)</a></li>
<li><a href="http://www.bendewey.com/downloads/REST-AutomobileService-Samples.zip" target="_blank">REST Programming in .NET Samples (.zip)</a></li>
</ul>
<h3>Links</h3>
<p>As I noted in the resources section of my presentation the following links may be of interest.</p>
<ul>
<li><a href="http://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm" target="_blank">Roy Fielding’s Dissertation</a></li>
<li><a href="http://msdn.microsoft.com/en-us/netframework/cc950529.aspx" target="_blank">REST in Windows Communication Foundation (WCF)</a></li>
<li><a href="http://oreilly.com/catalog/9780596519209/" target="_blank">RESTful .NET by Jon Flanders</a></li>
<li><a href="http://en.wikipedia.org/wiki/REST" target="_blank">REST on Wikipedia</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/dd203052.aspx" target="_blank">A Guide to Designing and Building RESTful Web Services with WCF 3.5</a></li>
<li><a href="http://shouldersofgiants.co.uk/Blog/post/2009/09/05/Creating-a-RESTful-Web-Service-Using-ASPNet-MVC-Part-17-e28093-Reviewing-the-Rest-for-ASPNET-MVC-SDK.aspx">Creating a RESTful Web Service Using ASP.Net MVC</a></li>
</ul>
<div style="float:right;"><a href="http://oreilly.com/catalog/9780596519209/" target="_blank"><img style="width:80px;" src="http://www.bendewey.com/downloads/restful-net.gif" alt="RESTful .NET" /></a></div>
<p>Above all I&#8217;d like to give a lot of credit to Jon Flanders. If it were not for his book this presentation would not have been possible. To anyone who is interested in learning about REST in .NET his book is a must read.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bendewey.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bendewey.wordpress.com/176/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bendewey.wordpress.com&#038;blog=2869726&#038;post=176&#038;subd=bendewey&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bendewey.wordpress.com/2009/11/19/alt-net-rest-presentation/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1db8aa9f1900591e1831faf210a8dafb?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">bendewey</media:title>
		</media:content>

		<media:content url="http://www.bendewey.com/downloads/restful-net.gif" medium="image">
			<media:title type="html">RESTful .NET</media:title>
		</media:content>
	</item>
		<item>
		<title>Should you use Stored Procedures with LINQ?</title>
		<link>http://bendewey.wordpress.com/2009/08/01/should-you-use-stored-procedures-with-linq/</link>
		<comments>http://bendewey.wordpress.com/2009/08/01/should-you-use-stored-procedures-with-linq/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 04:18:19 +0000</pubDate>
		<dc:creator>bendewey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[LINQ]]></category>

		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=169</guid>
		<description><![CDATA[I&#8217;ve had the discussion many times about whether or not to use Stored Procedures when consuming my LINQ to SQL or Entity Framework models.  I think that Lenni has come up with an excellent compromise in his Rethinking the Dynamic SQL vs. Stored Procedure Debate with LINQ blog post.  Basically, he thinks we use LINQ for SELECT operations, harnessing [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bendewey.wordpress.com&#038;blog=2869726&#038;post=169&#038;subd=bendewey&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve had the discussion many times about whether or not to use Stored Procedures when consuming my LINQ to SQL or Entity Framework models.  I think that Lenni has come up with an excellent compromise in his <a title="Rethinking the Dynamic SQL vs. Stored Procedure Debate with LINQ" href="http://lennilobel.wordpress.com/2009/08/01/rethinking-the-dynamic-sql-vs-stored-procedure-debate-with-linq" target="_self">Rethinking the Dynamic SQL vs. Stored Procedure Debate with LINQ</a> blog post. </p>
<p>Basically, he thinks we use LINQ for SELECT operations, harnessing Dynamic SQL, and continue to use Stored Procedures for the INSERT, UPDATE and DELETE operations.</p>
<p>Lenni is a SQL Server guru who basically wrote the book on <a href="http://www.amazon.com/Programming-Microsoft-Server-2008-PRO-Developer/dp/0735625999">Programming SQL Server</a>.  His deep analysis of the debate is spot on.  Although, I still strive to use full capabilities of the ORM; I can see the need for maintaining  control of the data manipulation using Stored Procedures.  Also, since you&#8217;re often writing way less than half as much data as you&#8217;re reading, you shouldn&#8217;t see a any real performance decrease for not utilizing a partial UPDATE statement.  I hope this will encourage the strict DBAs to allow more dynamic SQL into the DB.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bendewey.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bendewey.wordpress.com/169/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bendewey.wordpress.com&#038;blog=2869726&#038;post=169&#038;subd=bendewey&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bendewey.wordpress.com/2009/08/01/should-you-use-stored-procedures-with-linq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1db8aa9f1900591e1831faf210a8dafb?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">bendewey</media:title>
		</media:content>
	</item>
		<item>
		<title>Apache Stonehenge Interoperability Presentation at the NYC .NET Dev User Group</title>
		<link>http://bendewey.wordpress.com/2009/07/16/apache-stonehenge-interoperability-presentation-at-the-nyc-net-dev-user-group/</link>
		<comments>http://bendewey.wordpress.com/2009/07/16/apache-stonehenge-interoperability-presentation-at-the-nyc-net-dev-user-group/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 03:17:29 +0000</pubDate>
		<dc:creator>bendewey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[stonehenge]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=153</guid>
		<description><![CDATA[I just finished my Apache Stonehenge interoperability demo at the NYC .NET Developer&#8217;s User Group meeting. Thanks to all that attended, we had a great time and some really good questions. Hopefully I&#8217;ve sparked some interested in the community about interoperability and the ability to connect multiple languages and platforms together using web services and [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bendewey.wordpress.com&#038;blog=2869726&#038;post=153&#038;subd=bendewey&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I just finished my <a href="http://incubator.apache.org/stonehenge" target="_blank">Apache Stonehenge </a>interoperability demo at the <a href="http://www.nycdotnetdev.com/" target="_blank">NYC .NET Developer&#8217;s User Group</a> meeting. Thanks to all that attended, we had a great time and some really good questions. Hopefully I&#8217;ve sparked some interested in the community about interoperability and the ability to connect multiple languages and platforms together using web services and WCF.</p>
<h3>Downloads</h3>
<p>As promised the slides from this evening&#8217;s presentation are available for download on my website.  If your downloading the slides please join the <a href="http://incubator.apache.org/stonehenge/mail-lists.html">mailing list</a> and let us know what you think.</p>
<p><a href="http://www.bendewey.com/downloads/Apache-Stonehenge.pptx">http://www.bendewey.com/downloads/Apache-Stonehenge.pptx</a></p>
<h3>Links</h3>
<p>Also here are some of the key links from my presentation</p>
<ul>
<li><a href="http://incubator.apache.org/stonehenge" target="_blank">Apache Stonehenge Project website</a></li>
<li><a href="http://incubator.apache.org/stonehenge/mail-lists.html">Apache Stonehenge Mailing list</a></li>
<li><a href="http://bendewey.wordpress.com/2009/05/01/contributing-to-the-apache-stonehenge-incubator-project/" target="_blank">My Getting Started Blog post</a></li>
<li><a href="http://blogs.msdn.com/interoperability/archive/2009/05/12/apache-stonehenge-interoperability-at-work.aspx" target="_blank">Kamaljit Bath&#8217;s MSDN Blog on Apache Interoperabilty</a></li>
<li><a href="http://java.sun.com/javaone/2009/playlist.jsp?pid=24744799001&amp;autoStart=on" target="_blank">JavaOne KeyNote: Apache Stonehenge</a></li>
<li><a href="http://connectedshow.com/?Episode=8" target="_blank">ConnectedShow Podcast #8: Project Stonehenge</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bendewey.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bendewey.wordpress.com/153/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bendewey.wordpress.com&#038;blog=2869726&#038;post=153&#038;subd=bendewey&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bendewey.wordpress.com/2009/07/16/apache-stonehenge-interoperability-presentation-at-the-nyc-net-dev-user-group/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1db8aa9f1900591e1831faf210a8dafb?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">bendewey</media:title>
		</media:content>
	</item>
		<item>
		<title>LitWare Training sample application now available on MSDN Code Gallery</title>
		<link>http://bendewey.wordpress.com/2009/07/16/litware-training/</link>
		<comments>http://bendewey.wordpress.com/2009/07/16/litware-training/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 02:43:28 +0000</pubDate>
		<dc:creator>bendewey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Litware Training]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[wcf rest starter kit]]></category>

		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=147</guid>
		<description><![CDATA[The WCF Team at Microsoft just posted their LitWare Training sample application (http://code.msdn.microsoft.com/litwaremashup) on the MSDN Code Gallery website.   The Litware Training application is a sample application using WCF and the WCF REST Starter Kit to build a “Mashup” web site.  LitWare Training is a fictitious training company that maintains registration for technical training courses.  The main selling point [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bendewey.wordpress.com&#038;blog=2869726&#038;post=147&#038;subd=bendewey&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>The WCF Team at Microsoft just posted their LitWare Training sample application (<a href="http://code.msdn.microsoft.com/litwaremashup">http://code.msdn.microsoft.com/litwaremashup</a>) on the MSDN Code Gallery website.   The Litware Training application is a sample application using WCF and the WCF REST Starter Kit to build a “Mashup” web site.  LitWare Training is a fictitious training company that maintains registration for technical training courses.  The main selling point for this fictitious company is that it provides a rich, integrated user experience by incorporating multiple services that exist on the internet. </p>
<p><img title="Litware Training Screenshot" src="http://bendewey.files.wordpress.com/2009/07/litware.png?w=300&#038;h=196" alt="Litware Training Screenshot" width="300" height="196" /></p>
<p>This sample application includes more products and services mashed together than any other application that I&#8217;ve seen.  Among the many services and products featured in this application are:</p>
<ul>
<li>ASP.NET</li>
<li>Windows Communication Foundation (WCF)</li>
<li>WCF REST Starter Kit Preview 2</li>
<li>SQL Server 2008</li>
<li>Entity Framework</li>
<li>Unity</li>
<li>jQuery with AJAX</li>
<li>Silverlight</li>
<li>Virtual Earth</li>
<li>Live Search</li>
<li>Twitter</li>
<li>Facebook</li>
<li>Amazon</li>
<li>ATOM/RSS Feeds Viewer</li>
</ul>
<p>At twentysix New York I worked very closely with Kent Brown from Microsoft on this reference application.  Please download the code, take a look, and leave me feedback on this blog if you have any questions.  Additionally, I will be producing a series of screencasts reviewing and demonstrating this application.  Please stay tuned to my blog for updates and links when those screencasts get posted.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bendewey.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bendewey.wordpress.com/147/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bendewey.wordpress.com&#038;blog=2869726&#038;post=147&#038;subd=bendewey&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bendewey.wordpress.com/2009/07/16/litware-training/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1db8aa9f1900591e1831faf210a8dafb?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">bendewey</media:title>
		</media:content>

		<media:content url="http://bendewey.files.wordpress.com/2009/07/litware.png" medium="image">
			<media:title type="html">Litware Training Screenshot</media:title>
		</media:content>
	</item>
		<item>
		<title>Project StoneHenge Podcast from the ConnectedShow</title>
		<link>http://bendewey.wordpress.com/2009/07/03/project-stonehenge-podcast-from-the-connectshow/</link>
		<comments>http://bendewey.wordpress.com/2009/07/03/project-stonehenge-podcast-from-the-connectshow/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 18:49:04 +0000</pubDate>
		<dc:creator>bendewey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[stonehenge]]></category>

		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=135</guid>
		<description><![CDATA[The ConnectedShow podcast is a new podcast created to help Developers get up to speed with .NET technologies.  They just recently posted an episode related to Project Stonehenge, a project I&#8217;ve been working with recently. ConnectedShow Podcast #8: Project Stonehenge http://www.connectedshow.com/default.aspx?Episode=8 Keep up the good work Dimitry and Peter<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bendewey.wordpress.com&#038;blog=2869726&#038;post=135&#038;subd=bendewey&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>The ConnectedShow podcast is a new podcast created to help Developers get up to speed with .NET technologies.  They just recently posted an episode related to <a title="StoneHenge Homepage" href="http://incubator.apache.org/stonehenge" target="_blank">Project Stonehenge</a>, a project I&#8217;ve been working with <a title="My post on Contributing to the Stonehenge Project" href="http://bendewey.wordpress.com/2009/05/01/contributing-to-the-apache-stonehenge-incubator-project/" target="_blank">recently</a>.</p>
<h4>ConnectedShow Podcast #8: Project Stonehenge</h4>
<p><a href="http://www.connectedshow.com/default.aspx?Episode=8">http://www.connectedshow.com/default.aspx?Episode=8</a></p>
<p>Keep up the good work Dimitry and Peter</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bendewey.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bendewey.wordpress.com/135/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bendewey.wordpress.com&#038;blog=2869726&#038;post=135&#038;subd=bendewey&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bendewey.wordpress.com/2009/07/03/project-stonehenge-podcast-from-the-connectshow/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1db8aa9f1900591e1831faf210a8dafb?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">bendewey</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft and Sun commit to support WS-* standards by building interoperating reference applications under &#8220;Project Stonehenge&#8221;</title>
		<link>http://bendewey.wordpress.com/2009/06/05/microsoft-and-sun-commit-to-support-ws-standards-by-building-interoperating-reference-applications-under-project-stonehenge/</link>
		<comments>http://bendewey.wordpress.com/2009/06/05/microsoft-and-sun-commit-to-support-ws-standards-by-building-interoperating-reference-applications-under-project-stonehenge/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 17:24:25 +0000</pubDate>
		<dc:creator>bendewey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[stonehenge]]></category>

		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=134</guid>
		<description><![CDATA[At the JavaOne conference on June 4, Dan&#8217;l Lewin and Steven Martin from Microsoft appeared for the keynote to announce their further support of Interoperability. This effort is backed by Sun joining the Apache Stonehenge Incubator project. Stonehenge is sponsored by the Apache Software Foundation, a leader in the Open Source community, and was created to build [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bendewey.wordpress.com&#038;blog=2869726&#038;post=134&#038;subd=bendewey&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>At the JavaOne conference on June 4, Dan&#8217;l Lewin and <a title="Steven Martin's Blog announcing the Keynote" href="http://blogs.msdn.com/stevemar/archive/2009/06/04/microsoft-keynoting-at-javaone.aspx" target="_blank">Steven Martin</a> from Microsoft appeared for the <a title="JavaOne Keynote Video" href="http://java.sun.com/javaone/2009/playlist.jsp?pid=24744799001&amp;autoStart=on" target="_blank">keynote</a> to announce their further support of Interoperability. This effort is backed by Sun joining the <a title="Apache StoneHenge Homepage" href="http://incubator.apache.org/stonehenge" target="_blank">Apache Stonehenge Incubator</a> project. Stonehenge is sponsored by the <a title="Apache.org" href="http://www.apache.org" target="_blank">Apache Software Foundation</a>, a leader in the Open Source community, and was created to build reference applications that demonstrate the use of WS-* Standards in real-world project implementations.</p>
<p>This came at a great time,  the StoneHenge project just completed their <a title="StoneHenge M1 Release" href="http://www.apache.org/dist/incubator/stonehenge/" target="_blank">M1</a> release of the StockTrader application.  M1 comes complete with installation guides and interoperability walkthroughs for connecting .NET, PHP, and WSO2&#8242;s Web Service Application Server (WSAS), a Java implementation.</p>
<p>The Sun Metro implementation discussed at JavaOne is currently contributed to the project.  Additionally, there is a patch available for the .NET stack that supports this Metro implementation.  The commiters at Stonehenge hope to have the Metro Implemetation added to trunk by the M2 release.</p>
<p>This is really good news, as I mentioned in my <a title="Contributing to Stonehenge Blog Post" href="http://bendewey.wordpress.com/2009/05/01/contributing-to-the-apache-stonehenge-incubator-project/" target="_blank">previous post</a>, I&#8217;ve recently been contributing to the StockTrader application.  This announcement in some ways confirms the success and commitment to open standards and interoperability in enterprise environments.  Although, the real success and adoption is now in the hands of the Open Source community.  That being said, I&#8217;d like to take this opportunity to once again encourage developers to take a look at the <a title="Apache Stonehenge Homepage" href="http://incubator.apache.org/stonehenge">Apache Stonehenge</a> project, download the bits, and offer feedback and support.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bendewey.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bendewey.wordpress.com/134/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bendewey.wordpress.com&#038;blog=2869726&#038;post=134&#038;subd=bendewey&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bendewey.wordpress.com/2009/06/05/microsoft-and-sun-commit-to-support-ws-standards-by-building-interoperating-reference-applications-under-project-stonehenge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1db8aa9f1900591e1831faf210a8dafb?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">bendewey</media:title>
		</media:content>
	</item>
		<item>
		<title>Updated jQuery formatCurrency plugin posted on GoogleCode</title>
		<link>http://bendewey.wordpress.com/2009/05/26/updated-jquery-formatcurrency-plugin-posted-on-googlecode/</link>
		<comments>http://bendewey.wordpress.com/2009/05/26/updated-jquery-formatcurrency-plugin-posted-on-googlecode/#comments</comments>
		<pubDate>Wed, 27 May 2009 02:00:18 +0000</pubDate>
		<dc:creator>bendewey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[formatcurrency]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://bendewey.wordpress.com/?p=128</guid>
		<description><![CDATA[After receiving some comments on my formatCurrency plugin regarding international support I decided to create an official release of the formatCurrency jQuery plugin. The new plugin is available on the Google Code at http://jquery-formatcurrency.googlecode.com. Thank you to everyone on for your downloads and comments. Please contact me if you are interested in becoming a member [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bendewey.wordpress.com&#038;blog=2869726&#038;post=128&#038;subd=bendewey&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>After receiving some comments on my <a href="http://bendewey.wordpress.com/2008/11/11/jquery-formatcurrency-plugin">formatCurrency plugin</a> regarding international support I decided to create an official release of the formatCurrency jQuery plugin.</p>
<p>The new plugin is available on the Google Code at <a href="http://jquery-formatcurrency.googlecode.com">http://jquery-formatcurrency.googlecode.com</a>.</p>
<p>Thank you to everyone on for your downloads and comments. Please contact me if you are interested in becoming a member on the project.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bendewey.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bendewey.wordpress.com/128/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bendewey.wordpress.com&#038;blog=2869726&#038;post=128&#038;subd=bendewey&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bendewey.wordpress.com/2009/05/26/updated-jquery-formatcurrency-plugin-posted-on-googlecode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1db8aa9f1900591e1831faf210a8dafb?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">bendewey</media:title>
		</media:content>
	</item>
	</channel>
</rss>
