Jim Galasyn's Learning Curve

Adventures in Windows programming.

Browse by Tags

Tagged Content List
  • Blog Post: Asynchronous programming for Windows Store apps written in JavaScript

    Kraig Brockschmidt has a nice intro to the async model for Windows Store apps, focusing on JavaScript: All about promises (for Windows Store apps written in JavaScript) . Here’s the kind of code you’ll be writing: var promise1 = someOperationAsync(); var promise2 = promise1.then( function completedHandler1...
  • Blog Post: Create location aware apps using geolocation and Bing Maps

    Ross Heise has a quick walkthrough on adding geolocation to your Windows store Apps. Here’s a bit of code to whet your appetite: The Windows.Devices.Geolocation namespace is used for retrieving your location. Whether you use GPS, a WiFi network, or an IP address to retrieve a user’s location depends...
  • Blog Post: New Windows Dev Center experience is live

    Check it out here . It’s much more colorful and engaging, and hopefully it’s easier to find the development and design guidance you need to create beautiful Windows Store apps. Get the details at the Windows 8 app developer blog: Introducing a new Windows Dev Center experience . The Windows team is focused...
  • Blog Post: Add NFC to your Windows Store app

    The indispensable Windows 8 app developer blog has a nice overview of programming NFC in your Windows Store apps. Priya Dandawate walks you through the deets in this excellent post . Here’s a little C# snippet to whet the appetite: 1: private void InitializeProximityDevice() 2: { 3:  ...
  • Blog Post: Sign up for the Unity for Windows Store Apps open beta

    Sign up here . From unity3d.com : Be one of the first Unity developers to port your content to tablets and PCs running Windows 8 and Windows RT and publish it on Windows Store. As a participant in our open beta for the Unity Windows Store apps port, you get the chance to see how your content will run...
  • Blog Post: Channel 9 app drops

    Check it out here . Now you can browse the treasure trove of MSDN videos known as Channel 9 from your Start screen. If you’re using Microsoft technologies, Channel 9 probably has video content that will speed your development efforts. The Channel 9 app aggregates Shows , Series , and Events in a single...
  • Blog Post: jQuery 2.0 supports Windows Store app development

    From the Windows 8 app developer blog : If you’ve already done some web development, it’s likely you’ve used the open source JavaScript framework jQuery. And if you’ve tried building Windows Store apps using jQuery, you might have run into errors related to JavaScript runtime or dynamic content. With...
  • Blog Post: BUILD Windows conference announced: June 26 in San Francisco

    Here’s the site: BUILD . If you’re developing apps with Microsoft technologies, this is the conference to attend. Registration opens at 09:00am PDT, April 2, 2013 Early bird (first 500): $1,595 // Full: $2,095 See you there! Technorati Tags: Windows
  • Blog Post: Sample Browser app is available in the Windows Store

    The MSDN Sample Gallery is the gateway to Microsoft’s software development technologies, from close-to-the-metal programming with Win32 to higher levels of abstraction with XAML and WinRT. Now there’s a Windows Store app that brings the Sample Gallery to your Start screen: Sample Browser . Search thousands...
  • Blog Post: Windows Server Posterpedia app is available in the Windows Store

    Martin McClean has long been the Keeper of the Posters over in the Windows Server business unit, and now he’s teamed up with Brian Lich to produce this beautiful Windows Store app, Server Posterpedia . They make C#/XAML sing and dance, bringing a sleek pan-and zoom user experience to the giant posters...
  • Blog Post: Free ebook: Programming Windows 8 Apps with HTML, CSS, and JavaScript by Kraig Brockschmidt

    Download: PDF (17.9 MB) EPUB (37.3 MB) MOBI (69.5 MB) Are you a web developer who wants to get your code into a Windows store app? Kraig Brockschmidt’s excellent new book is for you, at the right price: $0.00. From the introduction: This book is about writing Windows Store apps using HTML5, CSS3, and...
  • Blog Post: Introducing Windows Store App Labs for app builders

    From the Windows 8 app developer blog : Windows Store App Labs are in more than 30 cities around the world for all app builders – developers, designers, and entrepreneurs. Check out and test the newest Windows 8 devices. Get technical guidance from Windows 8 experts. Get design guidance from leading...
Page 1 of 1 (12 items)