-
I’ve been asked about what will happen at the BUILD conference ( http://www.buildwindows.com ) many times over the past few weeks and how it will or won’t affect existing client technologies like Silverlight, WPF and so on. There’s very little that I can say around this area – the company is, understandably...
-
I did a fun talk on Expression Blend at the recent DevDays conference at the Hague in Holland. The basic idea of this talk was to (as much as possible in 75 minutes) take Expression Blend from scratch through to putting something together that involved things like; layout, resources, styles, data-binding...
-
Borrowing the content from Karl’s original blog post – there’s a new book on Prism available from O’Reilly or Amazon with an eBook on its way and the MSDN materials here What’s In The Book? Prism helps you to design and build flexible and maintainable WPF and Silverlight applications by using design...
-
If I had a penny for every time I heard someone from Microsoft say “I’m not a designer” when working with Blend then I’d be a rich man. Naturally, Microsoft does have some very fine designers but, unfortunately, it’s not me so I also end up having to say the dreaded “I am not a designer” phrase. I say...
-
A bit of an experiment… I was tinkering with some code the other day to pull down some images from FlickR using one of their RESTful APIs for searching. Essentially, it revolves around building up a URI to represent the search which (in my case) looks something like; http://api.flickr.com/services/rest...
-
At the UK TechDays online conference last week there were a number of sessions around Silverlight and Windows that I wanted to provide follow-up resources on here. Session: Modern Windows Applications Visit Develop For Windows Download the WPF Ribbon Control and get the information on it here Download...
Posted to
Mike Taulty's Blog
by
mtaulty
on
Tue, Jan 25 2011
Filed under:
Filed under: .NET, C#, WCF, WPF, Silverlight, UKCommunities, Windows7, NETFramework4, VisualStudio, PnP, Blend, WCFRIAServices, OData, WCFDataServices, RIA, PRISM, Expression
-
We ran an online event in the UK yesterday around client technologies with the main themes being around Silverlight, HTML, Internet Explorer and Windows. We had some great speakers including; Jon Harris from the Expression Blend team John Allwright, John Papa , Karl Schifflet and David Sayed on Silverlight...
-
Blend seems to have been a little schizophrenic with regard to whether it wants you to write code inside the environment or not. Going from memory I think version 1 had a code editor and then 2 took it out and 3 might have put it back and beefed it up and 4 definitely still has one. Generally, I’d say...
-
Following on from that previous post I thought it might be interesting to look across the controls that ship with the various frameworks (i.e. WPF, Silverlight and Silverlight for WP7) and see how they respond to being dropped into a touch-based interface. I thought I’d take a smattering of controls...
-
Following on from that previous post I promised to make a simple example where an application would display 2 pictures and a single-finger drag would flip from one picture to another. Here’s my example as a WPF application, a Silverlight application and a Windows Phone 7 application; and all 3 are responding...
-
quick note – this post has a lot of sketchy code in it that I’ve not really tidied up – apply a pinch of salt and look for better examples elsewhere as I’m just trying to skate across the surface of the different API options. Following up on that previous post , I thought I’d carry on a little and think...
-
“Someone’s got it in for me, They’re planting stories in the press. Whoever it is I wish they’d cut it quick, but whether they will I can only guess.” “Idiot Wind” , Bob Dylan, 1974 A couple of lines that seemed relevant to me in all the commentary that I’ve seen since the PDC last week and the...
-
I delivered a session on “Modern Windows 7 Applications” the other week in London at a special developer event that we put together as Steve Ballmer was in town and offered to come along and get in front of some UK developers. Not an offer that we were likely to refuse The event was captured on video...
-
Following on from that previous post I wanted to take a look at processing raw touch events. In truth, I suspect that most application developers don’t want raw touch events and would rather work at the level of gestures and/or manipulations but being able to get access to the raw events at least means...
-
Multi-touch interfaces are becoming more and more prevalent. This week saw the launch of the Windows Phone 7 where the interface is mostly (or almost entirely in the case of phones without keyboards) touch driven and it’s hardly alone amongst the Android, iPhone and iPad devices for making use of multi...