The BlogReader sample is an excellent place to start speeding up your Windows 8 development skills. The tutorial is available here and the complete source code is available here Create a project called WindowsBlogReader and create pages for ItemsPage.xaml, SplitPage.xaml and DetailPage.xaml and copy the corresponding code blocks from the sample listed above. Created a class file FeedData.cs and copy the code. Finally, create a class DateConverter.cs and copy the code associated with it. With that ......