<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>WebSockets</title>
        <link>http://www.rickgaribay.net/category/50.aspx</link>
        <description>WebSockets</description>
        <language>en-US</language>
        <copyright>Rick G. Garibay</copyright>
        <managingEditor>rick@rickgaribay.net</managingEditor>
        <generator>Subtext Version 1.9.5.176</generator>
        <item>
            <title>Building Speedy Azure Applications with HTML5 and Web Sockets Today</title>
            <link>http://rickgaribay.net/archive/2012/03/29/building-speedy-azure-applications-with-html5-and-web-sockets-today.aspx</link>
            <description>&lt;p&gt;I had the pleasure of presenting at Spring DevConnections today in Las Vegas and as promised, below are the samples for each of my demos.&lt;/p&gt;  &lt;p&gt;To recap. WebSocket brings full-duplex, bi-directional TCP sockets to web, desktop and mobile applications, introducing an alternative to XHR and long-polling, particularly when latency is a primary focus. What makes WebSocket so significant to developers in addition to providing a direct, socket-based connection is that it is standardized by both the IETF Hybi working group and W3C which has brought wide industry support across both browser vendors implementing the client support and platform vendors providing support for building WebSocket servers. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://rickgaribay.net/Images/customcontent/c1f79a9417a5_B3EF/image.png"&gt;&lt;img style="background-image: none; border-right-width: 0px; margin: 2px 8px 2px 2px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" align="left" src="http://rickgaribay.net/Images/customcontent/c1f79a9417a5_B3EF/image_thumb.png" width="244" height="133" /&gt;&lt;/a&gt;Microsoft has been an early champion of the WebSocket protocol, sharing some early investments via HTML5 &lt;a href="http://html5labs.interoperabilitybridges.com/" target="_blank"&gt;Interoperability Labs&lt;/a&gt; website and maintaining that investment with support for the WebSocket protocol announced at //Build 11 which introduced WebSocket support to Windows 8, Windows Server 8. .NET 4.5 and IE 10 Developer Preview based on the hybi-10 specification.&lt;/p&gt;  &lt;p&gt;&lt;a href="https://www.windowsazure.com/nodejs" target="_blank"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: right; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" align="right" src="http://rickgaribay.net/Images/customcontent/c1f79a9417a5_B3EF/image_3.png" width="244" height="110" /&gt;&lt;/a&gt;With the release of .NET 4.5 Beta 1, all of the above have been updated to RFC 6455, which is the latest specification and expected to be final. &lt;/p&gt;  &lt;p&gt;Along with broad native support for WebSockets in modern browsers like Chrome, IE 10, Safari and FireFox, the standardization dust has settled making this the right time to jump in.&lt;/p&gt;  &lt;p&gt;In my talk, we took a lap around the WebSocket support in .NET 4.5, highlighting the APIs that Microsoft has made available in the Microsoft.WebSocket namespace that ships &lt;a href="http://nuget.org/packages/Microsoft.WebSockets" target="_blank"&gt;as a package on NuGet&lt;/a&gt;. While you can go as deep as you want in the new System.Net.WebSockets namespace that forms the core of Microsoft’s investment in the protocol, the Microsoft.WebSocket package provides higher level abstractions for developing WebSocket solutions today with WCF using WebSocketService and ASP.NET using WebSocketHandler.&lt;/p&gt;  &lt;p&gt;Since .NET 4.5 and Window 8/Server 8 have not yet been released, it is currently not possible to deploy your .NET 4.5 applications to Windows Azure. That said, while Windows Azure will certainly be updated to support these key technologies following RTM, Azure supports a variety of non-Microsoft programming languages and platforms including Node.js. &lt;/p&gt;  &lt;p&gt;Demonstrating the latest &lt;a href="https://www.windowsazure.com/nodejs" target="_blank"&gt;Azure SDK for Node.js&lt;/a&gt;, we got a fully RFC 6455 complain WebSocket service up and running on Windows Azure in a worker role running Node.js and using the WebSocket.IO module to integrate with Twitter’s Streaming API which provides a one-way firehose for tapping into Twitter’s event stream which proved to be a great example of using these capabilities together while having a little fun with HTML 5 JQuery and CSS 3.&lt;/p&gt;  &lt;div align="center"&gt;   &lt;table border="1" cellspacing="0" cellpadding="2" width="1366"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td valign="top" width="81"&gt;           &lt;p align="center"&gt;&lt;strong&gt;Demo&lt;/strong&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="562"&gt;           &lt;p align="center"&gt;&lt;strong&gt;Summary&lt;/strong&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="472"&gt;           &lt;p align="center"&gt;&lt;strong&gt;Artifacts&lt;/strong&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="249"&gt; &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="81"&gt;Demo 1&lt;/td&gt;          &lt;td valign="top" width="562"&gt;           &lt;p align="left"&gt;Live chat sample of Silverlight-based client and WCF Service running on Windows Azure.              &lt;br /&gt;              &lt;br /&gt;Please note that this implementation is deprecated and will not be carried forward.               &lt;br /&gt;              &lt;br /&gt;Instead, please use .NET 4.5 WebSocket support in WCF and ASP.NET.               &lt;br /&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="472"&gt;           &lt;p align="left"&gt; &lt;/p&gt;            &lt;p align="left"&gt; &lt;/p&gt;            &lt;p align="left"&gt; &lt;/p&gt;            &lt;p align="left"&gt;&lt;a title="http://html5labs.cloudapp.net/WebSockets/ChatDemo/wsdemo.html" href="http://html5labs.cloudapp.net/WebSockets/ChatDemo/wsdemo.html"&gt;http://html5labs.cloudapp.net/WebSockets/ChatDemo/wsdemo.html&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="249"&gt;           &lt;p align="left"&gt;&lt;a href="http://html5labs.cloudapp.net/WebSockets/ChatDemo/wsdemo.html"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://rickgaribay.net/Images/customcontent/c1f79a9417a5_B3EF/image_4.png" width="244" height="203" /&gt;&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="81"&gt;           &lt;p align="left"&gt;Demo 2&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="562"&gt;           &lt;p align="left"&gt;Simple “Hello World” example of ASP.NET ASHX handler using WebSocketHandler and HTML 5 client demonstrating a trivial “echo” service that displays the date/time each second.              &lt;br /&gt;              &lt;br /&gt;Also included in the Demo 2 folder is a WCF version of the same implementation (which I did not demo during my talk).               &lt;br /&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="472"&gt;           &lt;p align="center"&gt; &lt;/p&gt;            &lt;p align="center"&gt;&lt;a title="http://sdrv.ms/HofK53" href="http://sdrv.ms/HofK53"&gt;http://sdrv.ms/HofK53&lt;/a&gt; &lt;/p&gt;            &lt;p align="center"&gt;             &lt;br /&gt;Projects:               &lt;br /&gt;SimpleEventingSample               &lt;br /&gt;SimpleEventingService               &lt;br /&gt;              &lt;br /&gt;Requires Visual Studio 11 Beta 1 &amp;amp; Windows 8/Windows 8 Server&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="249"&gt;           &lt;p align="left"&gt;&lt;a href="http://rickgaribay.net/Images/customcontent/c1f79a9417a5_B3EF/image_5.png"&gt;&lt;img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://rickgaribay.net/Images/customcontent/c1f79a9417a5_B3EF/image_thumb_3.png" width="244" height="190" /&gt;&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="81"&gt;           &lt;p align="left"&gt;Demo 3&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="562"&gt;           &lt;p align="left"&gt;Example of using the Twitter Search API as an event stream with WCF using  WebSocketService, Linq to Twitter and HTML 5 with some nice JQuery and CSS animation.              &lt;br /&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="472"&gt;           &lt;p align="center"&gt;&lt;a title="http://sdrv.ms/HofK53" href="http://sdrv.ms/HofK53"&gt;http://sdrv.ms/HofK53&lt;/a&gt;               &lt;br /&gt;              &lt;br /&gt;Projects:               &lt;br /&gt;StatusStreamClient               &lt;br /&gt;StatusStreamService               &lt;br /&gt;StatusStreamServiceTests               &lt;br /&gt;              &lt;br /&gt;&lt;/p&gt;            &lt;p align="center"&gt;Requires Visual Studio 11 Beta 1 &amp;amp; Windows 8/Windows 8 Server&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="249"&gt;           &lt;p align="left"&gt;&lt;a href="http://rickgaribay.net/Images/customcontent/c1f79a9417a5_B3EF/image_6.png"&gt;&lt;img style="border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://rickgaribay.net/Images/customcontent/c1f79a9417a5_B3EF/image_thumb_4.png" width="244" height="113" /&gt;&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="81"&gt;           &lt;p align="left"&gt;Demo 4&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="562"&gt;           &lt;p align="left"&gt;Another event streaming example, this time using the Twitter Streaming API, Node.js and WebSocket.IO in Windows Azure and HTML 5 animations with CSS 3 box shadow and rotate.              &lt;br /&gt;              &lt;br /&gt;As opposed to the Twitter Search API used in Demo 3, you can see that events are immediately captured and the Streaming API is much more reliable than the Search API.               &lt;br /&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="472"&gt;           &lt;p align="center"&gt; &lt;/p&gt;            &lt;p align="center"&gt; &lt;/p&gt;            &lt;p align="center"&gt;&lt;a title="http://sdrv.ms/H1DVru" href="http://sdrv.ms/H1DVru"&gt;http://sdrv.ms/H1DVru&lt;/a&gt;&lt;/p&gt;            &lt;p align="center"&gt;             &lt;br /&gt;Use any text editor or your favorite JavaScript IDE.               &lt;br /&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="249"&gt;           &lt;p align="left"&gt;&lt;a href="http://rickgaribay.net/Images/customcontent/c1f79a9417a5_B3EF/image_7.png"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://rickgaribay.net/Images/customcontent/c1f79a9417a5_B3EF/image_thumb_5.png" width="244" height="183" /&gt;&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="81"&gt;           &lt;p align="left"&gt;Deck&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="562"&gt;           &lt;p align="left"&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="472"&gt;&lt;a title="http://sdrv.ms/Hf5oZB" href="http://sdrv.ms/Hf5oZB"&gt;             &lt;br /&gt;              &lt;br /&gt;              &lt;br /&gt;http://sdrv.ms/Hf5oZB&lt;/a&gt;&lt;/td&gt;          &lt;td valign="top" width="249"&gt;&lt;iframe style="padding-bottom: 0px; background-color: #fcfcfc; padding-left: 0px; width: 204px; padding-right: 0px; height: 118px; padding-top: 0px" title="Preview" height="120" marginheight="0" src="https://skydrive.live.com/embed?cid=DF930EE6F91132FD&amp;amp;resid=DF930EE6F91132FD%21751&amp;amp;authkey=ALQ9gS4_Yvb89c0" frameborder="0" width="98" marginwidth="0" scrolling="no"&gt;&lt;/iframe&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/div&gt;  &lt;div align="center"&gt; &lt;/div&gt;  &lt;p&gt;Please feel free to play with any of the samples, extend them and make them your own.&lt;/p&gt;  &lt;p&gt;Please remember that demos 2 and 3 require .NET 4.5 Consumer Preview and either Windows 8 or &lt;a href="http://rickgaribay.net/Images/customcontent/c1f79a9417a5_B3EF/image_8.png"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: right; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" align="right" src="http://rickgaribay.net/Images/customcontent/c1f79a9417a5_B3EF/image_thumb_6.png" width="644" height="356" /&gt;&lt;/a&gt;Windows 8 server.&lt;/p&gt;  &lt;p&gt;Since the Microsoft.WebSockets NuGet package is the easiest way to get started with WebSocketHandler and WebSocketService, I’d recommend starting with Demo 2 and Demo 3. &lt;/p&gt;  &lt;p&gt;For demo 4, you will need an Azure account which you can sign up for free (really, free) at &lt;a href="http://azure.com"&gt;http://azure.com&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;As we discussed during my talk, even though .NET 4.5 and Windows 8 are not yet RTM:&lt;/p&gt;  &lt;p&gt;•Now is the time to dive into WebSockets in .NET 4.5!&lt;/p&gt;  &lt;p&gt;•Consider how WebSockets can improve existing near real-time messaging scenarios.&lt;/p&gt;  &lt;p&gt;•Start building WebSocket apps on Windows 8 and Windows Server 8 today.&lt;/p&gt;  &lt;p&gt;•.NET 4.5 support in Windows Azure is coming soon. In the meantime, consider alternate frameworks like Node.js which is supported today!&lt;/p&gt;  &lt;p&gt;Last but not least, here are the resources I provided on my last slide for easy access:&lt;/p&gt;  &lt;p&gt;•Microsoft.Web.WebSockets NuGet Package: &lt;a href="http://nuget.org/packages/Microsoft.WebSockets"&gt;http://nuget.org/packages/Microsoft.WebSockets&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;•Paul Batum’s blog: &lt;a href="http://www.paulbatum.com/2011/09/getting-started-with-websockets-in.html"&gt;http://www.paulbatum.com/2011/09/getting-started-with-websockets-in.html&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;•Damir Dobric’s blog on WCF WebSockets: &lt;a href="http://developers.de/blogs/damir_dobric/archive/2011/11/26/wcf-duplex-via-websocket.aspx"&gt;http://developers.de/blogs/damir_dobric/archive/2011/11/26/wcf-duplex-via-websocket.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;•ASP.NET Documentation: &lt;/p&gt;  &lt;p&gt;●&lt;a href="http://msdn.microsoft.com/en-us/library/system.web.websockets(v=vs.110).aspx"&gt;http://msdn.microsoft.com/en-us/library/system.web.websockets%28v=vs.110%29.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;●&lt;a href="http://msdn.microsoft.com/en-us/library/system.net.websockets(v=vs.110).aspx"&gt;http://msdn.microsoft.com/en-us/library/system.net.websockets%28v=vs.110%29.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;•WebSocket.IO: &lt;a href="https://github.com/learnboost/websocket.io"&gt;https://github.com/learnboost/websocket.io&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;•Nice CSS &amp;amp; JQuery scripts/samples: &lt;a href="http://marcofolio.net"&gt;http://marcofolio.net&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Last but not least, I’d like to thank &lt;a href="http://twitter.com/paulbatum" target="_blank"&gt;@paulbatum&lt;/a&gt;, PM at Microsoft working on the WCF and ASP.NET  WebSocket features for helping me grok WebSockets in .NET 4.5. His guidance and thought leadership around WebSocket are invaluable to the community, so if you run into Paul, thank him or better yet, buy him a beer.&lt;/p&gt;  &lt;p&gt;Happy Messaging!&lt;/p&gt;&lt;img src="http://rickgaribay.net/aggbug/337.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Rick G. Garibay</dc:creator>
            <guid>http://rickgaribay.net/archive/2012/03/29/building-speedy-azure-applications-with-html5-and-web-sockets-today.aspx</guid>
            <pubDate>Thu, 29 Mar 2012 07:15:00 GMT</pubDate>
            <wfw:comment>http://rickgaribay.net/comments/337.aspx</wfw:comment>
            <comments>http://rickgaribay.net/archive/2012/03/29/building-speedy-azure-applications-with-html5-and-web-sockets-today.aspx#feedback</comments>
            <wfw:commentRss>http://rickgaribay.net/comments/commentRss/337.aspx</wfw:commentRss>
            <trackback:ping>http://rickgaribay.net/services/trackbacks/337.aspx</trackback:ping>
        </item>
        <item>
            <title>HMTL5 Web Camp Phoenix&amp;ndash;The Goods</title>
            <link>http://rickgaribay.net/archive/2011/09/30/hmtl5-web-camp-phoenixndashthe-goods.aspx</link>
            <description>&lt;table&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="1237"&gt;
            &lt;p&gt;&lt;font color="#ff0000"&gt;&lt;strong&gt;UPDATE:&lt;/strong&gt;&lt;/font&gt; &lt;a target="_blank" href="http://twitter.com/palermo4"&gt;Michael Palermo&lt;/a&gt; has &lt;a target="_blank" href="http://www.palermo4.com/page/HTML5-Web-Camp-Videos.aspx"&gt;posted the video recordings of each session on his blog&lt;/a&gt;, including &lt;a target="_blank" href="http://www.palermo4.com/page/Video-Practical-HTML5.aspx"&gt;my session&lt;/a&gt; which I have also included below to the right. Enjoy!&lt;/p&gt;
            &lt;p&gt;I had the pleasure of presenting at &lt;a target="_blank" href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032494096&amp;amp;Culture=en-US"&gt;HTML5 Web Camp Phoenix&lt;/a&gt; this morning.&lt;/p&gt;
            &lt;p&gt;The event was very well attended with over 165 developers and designers from the valley in attendance.&lt;/p&gt;
            &lt;p&gt;&lt;a href="http://rickgaribay.net/images/rickgaribay_net/Windows-Live-Writer/HMTL5-Web-Camp-Phoenix_D715/411410003_2.jpg"&gt;&lt;img style="BACKGROUND-IMAGE: none; BORDER-RIGHT-WIDTH: 0px; MARGIN: 4px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; FLOAT: left; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px" title="411410003" border="0" alt="411410003" align="left" width="240" height="180" src="http://rickgaribay.net/images/rickgaribay_net/Windows-Live-Writer/HMTL5-Web-Camp-Phoenix_D715/411410003_thumb.jpg" /&gt;&lt;/a&gt;We had quite a line up with &lt;a target="_blank" href="http://twitter.com/stefsull"&gt;@stefsull&lt;/a&gt; delivering a fantastic keynote, followed by my talk on pragmatically adoption HTMl5. &lt;a target="_blank" href="http://twitter.com/jguadagno"&gt;@jguadagno&lt;/a&gt; and &lt;a href="http://twitter.com/palermo4"&gt;@palermo4&lt;/a&gt; discussed new CSS3 support and lastly, &lt;a target="_blank" href="http://twitter.com/danwahlin"&gt;@danwahlin&lt;/a&gt; and &lt;a target="_blank" href="http://twitter.com/palermo4"&gt;@palermo4&lt;/a&gt; closing us out with The New UX (audio, video, canvas…).&lt;/p&gt;
            &lt;p&gt;I shared my thoughts on the magnitude of HTML5 in my recent &lt;a target="_blank" href="http://rickgaribay.net/archive/2011/08/22/a-middle-tier-guyrsquos-take-on-html-5.aspx"&gt;blog post&lt;/a&gt; and was fortunate to have the opportunity to share my insights with the community at large. To quickly recap my talk on Pragmatic HTML5, I shared the various techniques and best practices for determining new HTMl5 feature support, including techniques for checking for GeoLocation, Canvas, Video and Input types. I also showed how to enable Semantic Element support in non-modern browsers with HTML5Shiv. &lt;/p&gt;
            &lt;p&gt;I wrapped up with a discussion on Polyfills/shims, showcasing the new&lt;a href="http://rickgaribay.net/images/rickgaribay_net/Windows-Live-Writer/HMTL5-Web-Camp-Phoenix_D715/Photo_A014DF01-820A-8A46-02AE-E6FB01B6FA80_2.jpg"&gt;&lt;img style="BACKGROUND-IMAGE: none; BORDER-RIGHT-WIDTH: 0px; MARGIN: 2px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; FLOAT: right; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px" title="Photo_A014DF01-820A-8A46-02AE-E6FB01B6FA80" border="0" alt="Photo_A014DF01-820A-8A46-02AE-E6FB01B6FA80" align="right" width="240" height="180" src="http://rickgaribay.net/images/rickgaribay_net/Windows-Live-Writer/HMTL5-Web-Camp-Phoenix_D715/Photo_A014DF01-820A-8A46-02AE-E6FB01B6FA80_thumb.jpg" /&gt;&lt;/a&gt; WCF WebSockets client library and server by running a local WebSocket server that hosted a bi-directional chat service and a couple HTML5 clients exchanging messages back and forth. The same WebSockets demo is available at &lt;a target="_blank" href="http://html5labs.interoperabilitybridges.com/prototypes/websockets/websockets/download"&gt;HTML5 Labs&lt;/a&gt; with a sample showing the WCF WebSocket server hosted in Windows Azure and you can also grab the demo I showed by clicking the download link below. &lt;/p&gt;
            &lt;p&gt;Lastly, here are some essential resources I used in my presentation and demos:&lt;/p&gt;
            &lt;ul&gt;
                &lt;li&gt;&lt;a href="http://remysharp.com/2009/01/07/html5-enabling-script/"&gt;Enabling Semantic Element Support&lt;/a&gt; &lt;/li&gt;
                &lt;li&gt;&lt;a href="http://ejohn.org/blog/html5-shiv/"&gt;HTML5Shiv&lt;/a&gt; &lt;/li&gt;
                &lt;li&gt;&lt;a target="_blank" href="https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-browser-Polyfills"&gt;Good list of Polyfills&lt;/a&gt; &lt;/li&gt;
                &lt;li&gt;&lt;a href="http://html5test.com/"&gt;HTML5 Test&lt;/a&gt; &lt;/li&gt;
                &lt;li&gt;&lt;a href="http://fmbip.com/"&gt;http://fmbip.com/&lt;/a&gt; &lt;/li&gt;
                &lt;li&gt;&lt;a href="http://html5labs.interoperabilitybridges.com/prototypes/websockets/websockets/download"&gt;HTML5 Labs&lt;/a&gt; &lt;/li&gt;
                &lt;li&gt;&lt;a href="http://www.findmebyip.com/litmus"&gt;http://&lt;/a&gt;&lt;a href="http://www.findmebyip.com/litmus"&gt;www.findmebyip.com/litmus&lt;/a&gt; &lt;/li&gt;
                &lt;li&gt;&lt;a target="_blank" href="http://www.amazon.com/HTML5-Up-Running-Mark-Pilgrim/dp/0596806027/ref=sr_1_1?ie=UTF8&amp;amp;qid=1317423772&amp;amp;sr=8-1"&gt;HTML5 Up &amp;amp; Running by Mark Pilgrim&lt;/a&gt; &lt;/li&gt;
            &lt;/ul&gt;
            &lt;p&gt;It was a pleasure sharing in this great community event and I’d like to thank @palermo4 and Microsoft for inviting me to be a part of it.&lt;/p&gt;
            &lt;p&gt;&lt;img style="MARGIN: 2px auto; DISPLAY: block; FLOAT: none" width="136" height="92" alt="" src="http://netdna.webdesignerdepot.com/uploads/html5_resource_guide/html5logo.jpg" /&gt;&lt;/p&gt;
            &lt;/td&gt;
            &lt;td width="543"&gt;
            &lt;table border="1" cellspacing="0" cellpadding="2" width="775"&gt;
                &lt;tbody&gt;
                    &lt;tr&gt;
                        &lt;td valign="top" width="369"&gt;&lt;font size="3"&gt;Practical HTML5 Deck&lt;/font&gt;&lt;/td&gt;
                        &lt;td valign="top" width="404"&gt;&lt;iframe height="327" src="http://r.office.microsoft.com/r/rlidPowerPointEmbed?p1=1&amp;amp;p2=1&amp;amp;p3=SDDF930EE6F91132FD!367&amp;amp;p4=&amp;amp;kip=1" frameborder="0" width="402" scrolling="no"&gt;&lt;/iframe&gt;&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td valign="top" width="369"&gt;&lt;font size="3"&gt;Semantic Element and Modernizr Demos&lt;/font&gt;&lt;/td&gt;
                        &lt;td valign="top" width="404" align="center"&gt;&lt;iframe style="PADDING-BOTTOM: 0px; BACKGROUND-COLOR: #fcfcfc; PADDING-LEFT: 0px; WIDTH: 98px; PADDING-RIGHT: 0px; HEIGHT: 115px; PADDING-TOP: 0px" title="Preview" marginheight="0" src="https://skydrive.live.com/embedicon.aspx/Public/Talks/HTML5Demos1and2.zip?cid=df930ee6f91132fd&amp;amp;sc=documents" frameborder="0" marginwidth="0" scrolling="no"&gt;&lt;/iframe&gt;&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td valign="top" width="369"&gt;&lt;font size="3"&gt;WCF Web Socket Demo&lt;/font&gt;&lt;/td&gt;
                        &lt;td valign="top" width="404" align="center"&gt;&lt;iframe style="PADDING-BOTTOM: 0px; BACKGROUND-COLOR: #fcfcfc; PADDING-LEFT: 0px; WIDTH: 98px; PADDING-RIGHT: 0px; HEIGHT: 115px; PADDING-TOP: 0px" title="Preview" marginheight="0" src="https://skydrive.live.com/embedicon.aspx/Public/Talks/websocketssamples.zip?cid=df930ee6f91132fd&amp;amp;sc=documents" frameborder="0" marginwidth="0" scrolling="no"&gt;&lt;/iframe&gt;&lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td valign="top" width="369"&gt;&lt;font size="3"&gt;&lt;font color="#ff0000"&gt;&lt;strong&gt;NEW! &lt;/strong&gt;&lt;/font&gt;Video Recording&lt;/font&gt;&lt;/td&gt;
                        &lt;td valign="top" width="404"&gt;&lt;iframe style="WIDTH: 403px; HEIGHT: 301px" height="274" marginheight="0" src="http://www.nextslide.com/MicrosoftSouthwestDPE/rick-garaby-on-html5-and-css3/embedded?layout=FullLeft" frameborder="0" width="682" marginwidth="0" scrolling="no"&gt;&lt;/iframe&gt;&lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/tbody&gt;
            &lt;/table&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;&lt;img src="http://rickgaribay.net/aggbug/316.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Rick G. Garibay</dc:creator>
            <guid>http://rickgaribay.net/archive/2011/09/30/hmtl5-web-camp-phoenixndashthe-goods.aspx</guid>
            <pubDate>Fri, 30 Sep 2011 23:25:38 GMT</pubDate>
            <comments>http://rickgaribay.net/archive/2011/09/30/hmtl5-web-camp-phoenixndashthe-goods.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://rickgaribay.net/comments/commentRss/316.aspx</wfw:commentRss>
            <trackback:ping>http://rickgaribay.net/services/trackbacks/316.aspx</trackback:ping>
        </item>
    </channel>
</rss>
