One of the new features in HTML5 allows asynchronous JavaScript operations to happen on the web freeing your UI thread to continue and not lock up the user providing a rich user experience. But how do you use AJAX along with the web workers to post data back to the server? This proves a little more difficult because we are limited to basic JavaScript calls. We can’t use jQuery from within the web worker, so we have to rely on our old friend the XMLHttpRequest.
Follow Us!
-
Recent Posts
Categories
- [+].Net (66)
- [+]ASP.NET (11)
- [+]ASP.NET Dynamic Data (1)
- [+]Entity Framework (5)
- [+]Linq to SharePoint (3)
- [+]Linq to SQL (3)
- [+]MVC (7)
- [+]WCF (5)
- [+]ASP.NET (11)
- [+]Azure (1)
- [+]BizTalk 2010 (1)
- [+]Business Intelligence (8)
- [+]Community (1)
- [+]CSS (6)
- [+]Events (5)
- [+]Firebug (1)
- [+]HTML5 (3)
- [+]IIS (1)
- [+]InfoPath (2)
- [+]Internet Explorer (2)
- [+]JavaScript (8)
- [+]Node.js (1)
- [+]Node.js (1)
- [+]JQuery (8)
- [+]MVVM (1)
- [+]Office365 (1)
- [+]PerformancePoint (1)
- [+]Powershell (1)
- [+]REST (1)
- [+]SharePoint 2007 (25)
- [+]Administration (3)
- [+]Development (8)
- [+]PowerShell (2)
- [+]SharePoint Designer (1)
- [+]Administration (3)
- [+]SharePoint 2010 (93)
- [+]Administration (23)
- [+]Configuration (9)
- [+]Development (10)
- [+]PowerShell (16)
- [+]SharePoint Conference (2)
- [+]SharePoint Designer (6)
- [+]Administration (23)
- [+]SharePoint 2013 (7)
- [+]SharePoint Online (1)
- [+]Silverlight (1)
- [+]Sitecore (23)
- [+]Administration (3)
- [+]Configuration (3)
- [+]Development (7)
- [+]Administration (3)
- [+]SQL (11)
- [+]Replication (1)
- [+]SQL 2012 (1)
- [+]SSRS (2)
- [+]Replication (1)
- [+]SSIS (2)
- [+]Telerik (1)
- [+]Testing (4)
- [+]Unit Tests (2)
- [+]Unit Tests (2)
- [+]Uncategorized (17)
- [+]Visual Studio (10)
- [+]Windows Azure (2)
- [+]WPF (1)
- [+].Net (66)
Tags
SharePoint 2007 SharePoint 2010 SharePoint 2013 SharePoint Conference SharePoint Designer 2010 SharePoint Online SharePoint Saturday Silverlight SPA SPC11 SPMetal SQL SQL 2008 SSAS SSIS SSRS Styles Table Storage TCSC Technical Project Manager Telerik Testing The Computer Solution Company The Computer Solution Company of VA Transactional Replication Uneven Periods Unit Testing User Profile Service validation ViewData vs TempData Virtual Machines Visio Visio Services Visual Studio WCF Web Part Pages Web Parts Web Services Web Workers Windows 8 Windows Azure Workflows WPF WSPBuilder XML CommentsArchives
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
-
Meta