Updated RSS feed for blog posts
Just so you are aware, the URL with the RSS feed for my blog has changed. Please use the following URL now: http://blogs.msmvps.com/theproblemsolver/feed/ Apologies for the inconvenience.
Just so you are aware, the URL with the RSS feed for my blog has changed. Please use the following URL now: http://blogs.msmvps.com/theproblemsolver/feed/ Apologies for the inconvenience.
Index: Getting started with AngularJS Creating an AngularJS Controller The AngularJS $scope is not the MVC Model Using repeating elements in AngularJS Filtering the data in an AngularJS ngRepeat element Using the AngularJS FormController to control form submission Creating an AngularJS Directive Using the DOM in an AngularJS application To SPA or not to SPA One of the more powerful aspects of AngularJS are directives. So far we have used a few build in directives but we are by no means limited to the build in ones. In fact creating your own directives is highly recommended as that can … Continue reading Creating an #AngularJS Directive
Index: Getting started with AngularJS Creating an AngularJS Controller The AngularJS $scope is not the MVC Model Using repeating elements in AngularJS Filtering the data in an AngularJS ngRepeat element Using the AngularJS FormController to control form submission Creating an AngularJS Directive Using the DOM in an AngularJS application To SPA or not to SPA One of the more frequent things you have to do in a forms over data application, the kind where AngularJS really shines, is create and validate data entry forms. The basics of this are pretty easy, just create a controller, add a model to … Continue reading Using the #AngularJS FormController to control form submission
Index: Getting started with AngularJS Creating an AngularJS Controller The AngularJS $scope is not the MVC Model Using repeating elements in AngularJS Filtering the data in an AngularJS ngRepeat element Using the AngularJS FormController to control form submission Creating an AngularJS Directive Using the DOM in an AngularJS application To SPA or not to SPA Showing a list of items like in the previous post is nice but if the list is large most users appreciate the possibility to search in it. Turns out that AngularJS has that already build in so it is really simple to do. … Continue reading Filtering the data in an AngularJS ngRepeat element
In deze podcast spreekt Maurice de Beijer met Michaël Hompus over de software die Michaël met enkele collega’s geschreven hebben voor de Serious Request actie van 3FM en het Nederlands Rode Kruis. Bij deze 6 daagse acties is meer dan 12 miljoen euro opgehaald via donaties en verzoeknummers op de website. Tijdens deze podcast, en zijn TechDays sessie in maart, vertelt Michaël hoe ze dit precies voor elkaar gekregen hebben. Links: Blog: http://blog.hompus.nl/ Serious Request: http://seriousrequest.3fm.nl/ SnowMaker: http://hg.tath.am/snowmaker Microsoft Showcase: http://aka.ms/xa1q10 TechDays: http://www.microsoft.com/netherlands/techdays/SessionDetail.aspx?sessionId=3528 Enjoy!
One of the cool new features in WCF 4 is the support for WS-Discovery. So what makes WCF Discovery so cool? Normally when a client application wants to connect to a WCF service it has to know several thing about the service like the operations it supports and where it is located. Knowing the operations at design time makes sense, after all this is functionality you are going to call. But the address makes less sense, that is a deployment things and something we don’t really want to be concerned with at design time. So we can specify the … Continue reading Getting started with WCF Discovery
Note: This blog post is written using the .NET framework 4.0 Beta 2 The whole persistence model has changed quite a but for WF4. The persistence class out of the box is called SqlWorkflowInstanceStore and as the name suggests it saves workflow data in either SQL Server 2005 or 2008. It is based on the InstanceStore class to if you prefer some other store all you need to do is subclass the InstanceStore and create your own. So what can we do with the SqlWorkflowInstanceStore? We can attach it to either a WorkflowApplication or a WorkflowServiceHost and persist … Continue reading Windows Workflow Foundation 4 and persistence
One real nice feature in Windows 7 is the boot from VHD capability. Real simple to do once you know the basics. And these basics are all covered in 2 blog posts by Scott Hanselman. So rather that repeat the information I am just going to point to his blog posts. Step-By-Step: Turning a Windows 7 DVD or ISO into a Bootable VHD Virtual Machine Less Virtual, More Machine – Windows 7 and the magic of Boot to VHD Enjoy! [f1] [f2] www.twitter.com/mauricedb
There are several ways you can go about it if you want to post a tweet when you can upload a photo to Flickr. The official Flickr way is add Twitter as a blog in your account “Extending Flickr” page and clicking “Blog this” on a new picture you want to tweet. While this works perfectly well there is also an automatic way if using the Flickr REST API. One of the options is to generate an RSS feed. Using this and the free TwitterFeed service I can automatically tweet whenever I add a new image to Flickr. The Flickr … Continue reading Tweeting when you post a photo to Flickr
Some time ago I got myself an iPhone and I have to admit I really love the little machine. But even good things can go bad and in my case it was a problem with the sound over the headphones. Well the machine has been replaced and I somewhat dreaded getting a new one and having to reinstall all apps and redo all settings. Turns out I didn’t need to worry [:)] As it turns out Apple really thought about this experience and made sure it was as easy as it could be. Today when the replacement iPhone I … Continue reading Replacing an iPhone