davidpoll.com
Building systems, writing about engineering, and learning in public.
Posts
-
Update 2: Displaying background activity in a Silverlight RIA application
Continue reading →Hi folks! It’s been a little while since I’ve blogged, but fear not, I’m still watching and hoping to blog more in the coming weeks.
-
On-demand loading of assemblies with Silverlight Navigation
Continue reading →As those of you who’ve been reading my blog may know, I’ve been spending a bit of time with some enhancements to navigation in Silverlight surrounding the use of dynamically-loaded assemblies. I’ve still got a bunch of things I’d like to try to implement, but in the meantime I thought I’d share what I’ve got so far.
-
Silverlight 3 Navigation: Adding transitions to the Frame control
Continue reading →Continuing with my recent theme of enhancing the built-in support for Navigation in Silverlight 3, I thought I’d use this post to look briefly at enhancing user experience during navigation. On the surface, the Frame control is pretty unexciting from a UX perspective – its job is really just to display pages as a result of requests to navigate (either through the browser’s address bar, responding to HyperlinkButton clicks, or direct calls to Frame.Navigate()). It has barely any UI of its own, and can usually be thought of as an enhanced ContentControl (incidentally, it is one!).
-
Silverlight 3 Navigation: Navigating to Pages in dynamically-loaded assemblies
Continue reading →In my last post on the new navigation feature in Silverlight, I explored how you can navigate to pages in assemblies/projects referenced by your main application. Almost immediately, a number of you asked how you can navigate to pages in assemblies that have been dynamically loaded, allowing you to delay downloading certain pieces of your application until users request them. This allows you to reduce the initial size (and thereby load/download time) of your application to something more appropriate for your users and avoid using bandwidth to download components to users’ machines that they may never actually user/encounter.
-
Downtime – Apologies…
Continue reading →Hey folks! For those of you who were trying to access my blog in the last 3 or 4 hours (or more, I’m not 100% sure when it started), you were probably not met with much success. Unfortunately, my server’s ISP had been hit with a DDoS attack, bringing down my server’s internet access. I just finished working with my service provider to get things up and running again. In the meantime, my sincere apologies! I hope it didn’t leave folks in the dark for too long!
subscribe via RSS