Month: June 2012

Using Instapaper and other Mobilizer services in Offline Browser for Windows Phone

Mobile is the future! Its a known fact that mobile usage of internet is growing. More and more people are using primarily their phones and tablets to browse the web. Yet many websites are still not optimized for small screen devices. My application Offline Browser for Windows Phone allows you to save whole web pages for later offline reading, but what to do if the website is not optimized for mobile devices? Mobilize it! This is where the concept of Mobilizer Services comes in. Offline Browser supports multiple web services that can transform given web page into simpler version, where…

Throttling Immediate TextBox Binding Behavior for Windows Phone

The learning curve of a Windows Phone developer While developing Offline Web Browser for Windows Phone i had to build a small MVVM framework in order to keep the logic out of the views. One of the first thing i found missing was a way to force immediate propagation of text entered in TextBox control to the databound property of my ViewModel. By default, TextBox binding is triggered only when control loses focus, and this is kind of lame. Code reuse is not a myth! This is really old problem. It existed in desktop Silverlight from the beginning. And it…