Browse by Tags

Tutorial – Windows 8 for a Windows 7 User
Sun, Feb 3 2013 11:33
Unlike most of my tutorials, this tutorial is not intended for the developer world. I have been contacted by a number of “normal” people who have been using Windows 7 for some time but are now a bit puzzled by their initial experience with Windows 8. Given the experience of these folks, I decided to put together a short tutorial designed to give some guidance... Read More...
WinRT and SQLite Tutorial
Mon, Dec 10 2012 12:23
Some WinRT applications can benefit from having access to the storage system on the client. While there are useful APIs that access the local file system (under some constraints), sometimes working with a data management system is desirable. SQLite provides such data management features with a small footprint. With the proper helper tools, access to the data... Read More...
WinRT Split App Template Tutorial
Fri, Nov 2 2012 15:27
There are two templates available for Windows Store applications that include all the features of a complete application. These are the Split Application and the Grid Application. Each application includes a “sample data model” that is thoroughly linked to the pages as well as the CSS created by the template. The idea is that developers will substitute their... Read More...