HTML5 localStorage and JSON PhubarBaz, January 1, 0001 I've been working on an HTML5 application called Virtual Hamronograph. Since JavaScript can't save to the local file system I use localStorage to allow users to save harmonographs. I find this to be a ... HTML5 localStorage and JSON 0 0 1
Using HTML5 Geolocation API in ASP.NET Application Harish Ranganathan, January 1, 0001 UPDATE The below sample just showcases the locality sample. The complete set of attributes exposed which include PostalCode, CountryRegion, Address etc., are available at http://msdn.microsoft.com/e... ... Using HTML5 Geolocation API in ASP.NET Application 0 0 4
HTML5 Markup Enhancements for ASP.NET Harish Ranganathan, January 1, 0001 This would be the first in the series of posts I plan to do for HTML5 for ASP.NET Developers The first thing that everyone would have experienced is the HTML5 header tag. The regular header tag that Visual ... HTML5 Markup Enhancements for ASP.NET 0 0 1
HTML5 for ASP.NET Developers Harish Ranganathan, January 1, 0001 HTML5 for ASP.NET Developers is my attempt to learn HTML5 myself being an ASP.NET Developer. I am planning to post a series of posts on how ASP.NET Developers can leverage some of the HTML5 features in ... HTML5 for ASP.NET Developers 0 0 5
Using ASP.NET MVC 3 to Build Ajax Form with JQuery Validation ChrisD, January 1, 0001 Today post will show you how to build an Ajax form with JQuery validate supporting (unobtrusive) client and server side validation using ASP.NET MVC 3. If you want to see an examples, you can visit this ... Using ASP.NET MVC 3 to Build Ajax Form with JQuery Validation 0 0 0
Introduction to Branching by Quality [Branching-Merging Technique... Tarun Arora, January 1, 0001 There is no one best branching strategy, the branching strategy that best fits the requirements of your enterprise is the best strategy for you. The ALM rangers have comprehensive guidelines to help you ... Introduction to Branching by Quality [Branching-Merging Technique... 0 0 3
QUnit - Client side unit testing with TDD Guilherme Cardoso, January 1, 0001 I've wrote this article a few months ago but in Portuguese: http://pontonetpt.org/blogs... I've decided to translate it to ... QUnit - Client side unit testing with TDD 0 0 0
Silverlight Cream for October 15, 2011 -- #1157 Dave Campbell, January 1, 0001 Sorry for the tardiness of this post, but I was out of state on family business. If you are looking for Silverlight Developers, I am in contact with developers looking for work, so I can make the introductions ... Silverlight Cream for October 15, 2011 -- #1157 0 0 0
Robots Militares y el futuro de la Guerra Carlos Alberto Chavez Villafuerte, January 1, 0001 Cuando las fuerzas de EEUU fueron a Irak en 2003, no tenían un solo robot en el terreno. Para el final de 2004, el número ascendía a 150. Para el final de 2005, con 2.400 unidades, cifra que duplicó al ... Robots Militares y el futuro de la Guerra 0 0 0
I am now an INETA Community Chamption mbcrump, January 1, 0001 Introduction I recently found out that I have been awarded with the Q3 Community Champion Award from INETA. It is a honor and a privilege to be part of this Elite group of community leaders. I cannot tell ... I am now an INETA Community Chamption 0 0 1
Await a void (Async CTP) MarkPearl, January 1, 0001 I am really enjoying getting more and more into the new async ctp. Something that stumped me up to now, was how do I run a void method asynchronously. For instance, suppose I have the following workflow ... Await a void (Async CTP) 0 0 1
Tools to improve sites performance shehan, January 1, 0001 Came across this pretty big listing of tools that help improve a sites performance: http://code.google.com/spee... Home page: http://code.google.com/speed And an article from Google: http://googlewebmastercentr... ... Tools to improve sites performance 0 0 1
MVC–Day 2(or 3/4ish, maybe more) Chris Skardon, January 1, 0001 So, my excursion in the web world continues… One of the issues I have coming from silverlight / wpf is that I’m very used to the XAML, MVVM approach to developing, I can knock up a passable interface in ... MVC–Day 2(or 3/4ish, maybe more) 0 0 4
Beginning My Journey with Ruby jboyer, January 1, 0001 I recently began feeling like it was time for a change. I have been programming in C# for about a year and so I felt the urge to learn something new. So I went to the library and checked out a book on ... Beginning My Journey with Ruby 0 0 4
Async using the old Async Begin / End Pattern MarkPearl, January 1, 0001 In the last few weeks I have had the pleasure of familiarising myself with various async patterns in C#. After going through the different approaches one gets a feel for how far we have come since the ... Async using the old Async Begin / End Pattern 0 0 0
Google map problem in jQuery popup H@Ni, January 1, 0001 Hani Amr Normal Hani Amr 1 4 2011-10-12T15:22:00Z 2011-10-12T15:26:00Z 1 91 525 Microsoft Corporation 4 1 615 14.00 Clean Clean false false false false EN-US X-NONE AR-SA /* Style Definitions */ table.MsoNormalTable ... Google map problem in jQuery popup 0 0 9
Adding an Application Bar to your XAML Metro Applications. mbcrump, January 1, 0001 Introduction We are all familiar with the Application Bars in Windows Phone 7… It can be achieved with a few lines of code as shown below: <phone:PhoneApplicationP... <shell:ApplicationBar> ... Adding an Application Bar to your XAML Metro Applications. 0 0 1
What is new in VS TFS 2011 Part 3 Tarun Arora [Microsoft MVP], January 1, 0001 Welcome back once again, in part 1 of what is new in VS TFS 2011 I talked about the offering from a developers perspective, in part 2 of what is new in VS TFS 2011 I talked about the offering from a Testers ... What is new in VS TFS 2011 Part 3 0 0 16
Accessing the Dispatcher Thread from your ViewModel MarkPearl, January 1, 0001 A little snippet that might help anyone using the MVVM pattern. If we want to marshal something through to the Dispatcher Thread from a view model we can do the following within the ViewModel class… private ... Accessing the Dispatcher Thread from your ViewModel 0 0 0
KnockoutJS Custom Binding for Invoking an Action with Enter Key Steve Michelotti, January 1, 0001 KnockoutJS is an awesome MVVM JavaScript data binding framework for building rich user experiences. As sites get more interactive and more presentation logic gets pushed to the client-side, it’s important ... KnockoutJS Custom Binding for Invoking an Action with Enter Key 0 0 17
My Silverlight, HTML5, OData and Kinect talks coming up. mbcrump, January 1, 0001 Hello Everyone, I thought I’d take a minute to update everyone on my upcoming talks and events that I will be attending. I have talks ranging from Kinect, Silverlight, HTML5 to OData! Wow, that’s a wide ... My Silverlight, HTML5, OData and Kinect talks coming up. 0 0 2
What is new in VS TFS 2011 Part 2 Tarun Arora [Microsoft MVP], January 1, 0001 Welcome back, in part 1 of what is new in VS TFS 2011 I talked about the offering from a developers perspective. In this blog post I’ll be discussing the new features available for Business Analysts and ... What is new in VS TFS 2011 Part 2 0 0 0
MVC3–The Beginning Chris Skardon, January 1, 0001 OOook, those who know me, or have read my blog probably have a pretty good idea that I’m a silverlight, wpf, wcf, c#, xamly kinda guy. I’ve never really done anything webby, the closest I’ve gotten is ... MVC3–The Beginning 0 0 1
ReSharper 6 - Another clever feature! TATWORTH, January 1, 0001 Recently I was copying a composite property which I will just have to refer to as Team. (This was on client's code so I have to change all the names) In class A, Team looked like: return this.Tom + "-" ... ReSharper 6 - Another clever feature! 0 0 0
Simplifying Asynchronous Programming in C# MarkPearl, January 1, 0001 I have dabbled in async programming in the past but never put any real effort into understanding how things worked. With the new async features in .Net 5 I thought I would give it a look. Here is a quick ... Simplifying Asynchronous Programming in C# 0 0 5
What is new in VS TFS 2011 Part 1 Tarun Arora [Microsoft MVP], January 1, 0001 Microsoft officially released the preview of Vnext i.e. VS 2011, TFS 2011 and TFS Azure (also known as TFS Service) at the Build conference on 13th September 2011 @ California. It wasn’t too long ago I ... What is new in VS TFS 2011 Part 1 0 0 1
We now have a new contender for "The Longest Day"! TATWORTH, January 1, 0001 Prior to the D-Day landing in Normandy, France in June 1944, General Irwin Rommel stated ""Glauben Sie mir, meine Herren, die ersten vierundzwanzig Stunden dieser Invasion werden entscheidend sein! Das ... We now have a new contender for "The Longest Day"! 0 0 0
Test Data Builder pattern with object initializers in .NET Stacy Vicknair, January 1, 0001 Test Data Builder Pattern When unit testing we often need to fill any POCO objects with enough data to satisfy the needs of the test. Redoing this in every test can quickly become a burden and slow down ... Test Data Builder pattern with object initializers in .NET 0 0 0
O Reilly - Deals of the day 7/Oct/2011 - 50% off HTML5 books and ... TATWORTH, January 1, 0001 Today on O Reilly at http://shop.oreilly.com/cat... there is 50% off on HTML5 ebooks plus 2 *FREE* Books! What Is HTML5? http://shop.oreilly.com/pro... What Is Node?http://shop.oreilly.co... ... O Reilly - Deals of the day 7/Oct/2011 - 50% off HTML5 books and ... 0 0 0
Integrating Facebook Authentication for your website using WebMat... Harish Ranganathan, January 1, 0001 In the recently concluded WebCamps, Delhi, I was demonstrating Facebook Authentication implementation for your website using WebMatrix 2 Beta. You can read about my earlier post on WebMatrix 2 Beta from ... Integrating Facebook Authentication for your website using WebMat... 0 0 4
Additional Mime Types in Visual Studio 2010 Development Web Serve... Shawn Cicoria, January 1, 0001 While the development server in Visual Studio 2010 is great for most work, it does have 1 shortcoming in that if you start adding content types that are not part of the base set of known Mime types built ... Additional Mime Types in Visual Studio 2010 Development Web Serve... 0 0 0
Gotta Love C-Net’s “no malware” claim… eddraper, January 1, 0001 Downloaded YouTube Downloader from: http://download.cnet.com/Yo... “CNET EDITOR'S NOTE YouTube Downloader includes optional bundled software that may trigger alerts ... Gotta Love C-Net’s “no malware” claim… 0 0 2
Steve Jobs, the legacy Laurent Bugnion, January 1, 0001 Today is a weird day. I just got the news, as I woke up, that Steve Jobs passed away last night. This news affected me more than I thought it would. I felt the need to write about these emotions, and about ... Steve Jobs, the legacy 0 0 0
My presentation on “Getting Started with the Kinect SDK&rdq... mbcrump, January 1, 0001 I was informed that my presentation on “Getting Started with the Kinect SDK” is now live on UserGroup.tv. The video quality is not that great, but that is my fault. Our camera quit working and someone ... My presentation on “Getting Started with the Kinect SDK&rdq... 0 0 0
Silverlight Cream for October 04, 2011 -- #1156 Dave Campbell, January 1, 0001 In this Issue: Damian Schenkelman, Dave Campbell, Laurent Bugnion, Pete Brown, Asim Sajjad, Daniel Egan, Kunal Chowdhury, Joost van Shaik, Jeff Wilcox, Cristian Merighi, and Avi Pilosof. Above the Fold: ... Silverlight Cream for October 04, 2011 -- #1156 0 0 0
MVVM Light Toolkit for Windows 8 (preview) #mvvmlight #win8 Laurent Bugnion, January 1, 0001 I was very optimistic when I first saw Metro style apps coded in C# on Windows 8, because for the most part they are not much different than the well known XAML/C# pair on Silverlight or WPF. This led ... MVVM Light Toolkit for Windows 8 (preview) #mvvmlight #win8 0 0 0
Silverlight Cream for October 03, 2011 -- #1155 Dave Campbell, January 1, 0001 In this Issue: AfricanGeek, Andrea Boschin, Colin Eberhardt, Anoop Madhusudanan, Lee, Laurent Bugnion, Rudi Grobler, Xianzhong Zhu, Jesse Liberty, Asim Sajjad, Dhananjay Kumar, XAMLNinja, and Kunal Chowdhury. ... Silverlight Cream for October 03, 2011 -- #1155 0 0 0
SilverlightShow for Sept 26 - Oct 02, 2011 Dave Campbell, January 1, 0001 Check out the Top Five most popular news at SilverlightShow for SilverlightShow Top 5 News for September 26 - October 02, 2011. Here are the top 5 news on SilverlightShow for last week: The Top 10 Over-Engineering ... SilverlightShow for Sept 26 - Oct 02, 2011 0 0 0
Silverlight Cream for October 02, 2011 - 2 -- #1154 Dave Campbell, January 1, 0001 In this Issue: Justin Angel, Kunal Chowdhury, Lazar Nikolov, Laurent Bugnion, Rudi Grobler, Asim Sajjad, Nikola, and Igor. Above the Fold: Silverlight: "Simulating rain in Silverlight Part 4 - Adding sound ... Silverlight Cream for October 02, 2011 - 2 -- #1154 0 0 0
MTM Testing Scorecard using TFS API Tarun Arora [Microsoft MVP], January 1, 0001 Download a working demo (below): No showing off, this has been developed in VS11 using MTM11 and version controlled in TFS Azure Working Demo = Download-Testing Scorecard In this blog post I’ll be showing ... MTM Testing Scorecard using TFS API 0 0 45
Scanning My Book Collection eddraper, January 1, 0001 I’ve been a bookworm for years and have amassed a significant volume of books of all kinds. Most of my collection is technology related, but volumes of Conan, manga, astronomy, philosophy, genetics, personal ... Scanning My Book Collection 0 0 1
Silverlight Cream for October 02, 2011 -- #1153 Dave Campbell, January 1, 0001 First a big congratulations to all the new and renewed MVPs (October 1)! In this Issue: Rogier van der Hee, Laurent Bugnion, Andrej Tozon, András Velvárt, Rudi Grobler, Xianzhong Zhu, Derik Whittaker, ... Silverlight Cream for October 02, 2011 -- #1153 0 0 0
Parsing Concerns–Part 2 Jesse Taber, January 1, 0001 T'his blog post has moved:http://gruffcode.com/... ... Parsing Concerns–Part 2 0 0 0
TFS SDK Get Groups Users Permissions using TFS API with Linqpad Tarun Arora [Microsoft MVP], January 1, 0001 Download a working Demo: Working Demo Download In this blog post I'll show you how to use the TFS API to get the security groups, members, permissions and security settings of users in Team Projects in ... TFS SDK Get Groups Users Permissions using TFS API with Linqpad 0 0 10
Why NuGet for Visual Studio 2010 is so useful! Harish Ranganathan, January 1, 0001 Recently I delivered a session at Virtual TechDays on why NuGet is so useful. As a part of the demonstration, I was showcasing how it automatically allows us to update some of the external reference libraries. ... Why NuGet for Visual Studio 2010 is so useful! 0 0 6
Silverlight Cream for September 29, 2011 -- #1152 Dave Campbell, January 1, 0001 In this Issue: Colin Eberhardt, Dennis Doomen, Lazar Nikolov, András Velvárt, Rudi Grobler, Jeremy Likness, Derik Whittaker, Morten Nielsen, Sumit Dutta, Asim Sajjad, Ollie Riches, Kunal Chowdhury, and ... Silverlight Cream for September 29, 2011 -- #1152 0 0 0
Model-View-What? Stacy Vicknair, January 1, 0001 When we talk about UI Architecture, a common theme of Model-View-Something continues to come up. The question is, however, what is the something? Am I working with Model-View-Controller? Model-View-Presenter? ... Model-View-What? 0 0 0
Enabling Frame Rate Counters for HTML Applications in Windows 8 mbcrump, January 1, 0001 Introduction Just the other day I blogged about “Enabling Frame Rate Counter for XAML Applications in Windows 8”. At the very end of that post, I reminded everyone that that method does not work for HTML ... Enabling Frame Rate Counters for HTML Applications in Windows 8 0 0 0
APress Deal of the Day - 29/Sep/2011 - Pro HTML5 Programming TATWORTH, January 1, 0001 Today's $10 Deal of the day from Apress at http://www.apress.com/97814... is Pro HTML5 Programming. "In this book, developers will learn how to use the latest cutting-edge HTML5 web technology—available ... APress Deal of the Day - 29/Sep/2011 - Pro HTML5 Programming 0 0 0
Silverlight Cream for September 27, 2011 -- #1151 Dave Campbell, January 1, 0001 In this Issue: Pete Brown, Derik Whittaker, Morten Nielsen, Sumit Dutta, Asim Sajjad, Ollie Riches, Kunal Chowdhury, Alexandra Rusina, Mohamed Mosallem, and Stephen Forte. Above the Fold: Silverlight: ... Silverlight Cream for September 27, 2011 -- #1151 0 0 0