Categories
Uncategorized

Comic Sans Criminal

You're a Comic Sans Criminal but we're here to help you

Comic Sans is probably one of the most misused fonts out there. Originally intended for the comic book-style speech bubbles for “Clippy” and other assistants in Microsoft Office, it got used first for “fun”, “childlike” documents and signs, and then found its way into far less appropriate venues, including those shown in the photos below:

Defibrillator and sexual assault notice using Comic Sans

The Comic Sans Criminal site does a great job telling the story of Comic Sans, where people went terribly, terribly wrong with it, what the appropriate uses for Comic Sans are, and it ends with the Comic Sans Pledge:

The Comic Sans Pledge: "I, _____, understand that my choice of font has the power to subconsciously and incorrectly set the tone for a piece of printed material, and as a result promise to seriously consider whether Comic Sans is an appropriate font choice before using it in any printed work in the future. Signed, ____"

Check out Comic Sans Criminal! It’s a beautifully-designed site that makes use of some good HTML5 tricks to turn it into an entertaining and gorgeous slideshow, and if it stops you from using Comic Sans inappropriately (or even better, altogether), so much the better!

This article also appears in Canadian Developer Connection.

Categories
Uncategorized

New Book: Windows Phone 7 Game Development

Cover of "Windows Phone 7 Game Development"

This book’s so new that I’m not sure the dead-tree version is available yet: it’s Windows Phone 7 Game Development, published by Apress and written by Adam Dawes. I’ve just purchased the ebook version (which you can download right away for USD$34.99), so I’ve only had a chance to do a quick skim.

According to Apress’ site, here’s what you’ll learn from Windows Phone 7 Game Development:

  • How to get started with Windows Phone 7 development, from setting up the IDE to debugging techniques.
  • Develop using the free or full versions of Visual Studio 2010.
  • Master high performance 2D and 3D graphics using the XNA development environment.
  • Build 2D games using Silverlight and also learn how to publish them to the web.
  • Find out the best ways to control your games, including using touch screens, keyboards and accelerometers.
  • Produce high quality music and sound effects from your games.
  • Masses of example code and working projects, including two example games, "Cosmic Rocks" and "Diamond Lines."
  • All you need to release your games to the world for fun or to sell.

It looks like a worthy partner to Beginning Windows Phone 7 Development.

This article also appears in Canadian Developer Connection.

Categories
Uncategorized

Lost in the Cloud? Trouble Figuring Azure Out? We Can Help.

lost in the cloudCreative Commons photo by Christopher Sessums. Click to see the original.

There’s no time like holiday downtime to go noodle with technologies you’ve been meaning to try out. Sometimes it’s nice to have a break from all the parties, family gatherings and the madness and crowds of Boxing-Day-and-beyond shopping. At the same time, I’m not a fan of completely vegging out in front of the TV. My own downtime plans – asides from catching up on some reading (I’m currently digging the the Oishinbo series of cooking manga) and playing the new Assassin’s Creed and Call of Duty – include doing some noodling with Azure.

On the whole, Azure is pretty simple to use. As far as coding is concerned, there really aren’t too many differences between having your application run on Azure and having it run on a regular server. Naturally, setup and deployment are a little different, and the Azure team have worked hard on making it as simple as possible, and the latest Azure portal UI is the result. Still, it’s a new technology and new turf for a lot of people, and it’s easy to get lost.

If you’re working with Azure and find yourself “lost in the cloud”, we can help! Are you stuck at some point in the deployment process? Having trouble setting up a SQL Azure database? Don’t know where to start? We can help – email us at cdnazure@microsoft.com and we’ll help you get up and running!

This article also appears in Canadian Developer Connection.

Categories
Uncategorized

Apress’ “Beginning Windows Phone 7 Development” [Updated]

beginning windows phone 7 development

I’ve been flipping through Apress’ new book, Beginning Windows Phone 7 Development, and I’ve been impressed so far. As with most books on developing for any given platform, the first couple of chapters are introductory and have the mandatory “Get the Tools” and “Let’s Write a Hello World Program” sections, but the book veers from the standard trajectory in chapter 3 by diving right into the use of the cloud for data storage for your app.

That’s where we get into the serious stuff: the MVVM design pattern, setting up a SQL Azure account and database, creating a cloud service to access that cloud database, building a WCF service to access the data, and then building a Windows Phone app – a notepad application – that accesses that database. By the end of the chapter – and remember, this is chapter three and less than a hundred pages in – you’ve got a cloud-enabled phone app that you can use as the basis for your own. That’s no small feat, and it’s a testament to the tools and technologies available to Windows Phone 7 developers.

Update (Friday, Dec. 17, 2010): Author Henry Lee let us know in the comments that there’s an update to chapter 3 to cover recent changes to Azure’s UI.

I’m still working my way through Beginning Windows Phone 7 Development, but from what I’ve seen so far and from casual scans ahead, I would recommend it for the developer who’s comfortable with C# and .NET and is ready to pick up a lot of new things quickly.

If you’d like to get this book as quickly as possible, I’d recommend the ebook version. It’s also the cheapest, at USD$27.99. Better still, if you buy before midnight of December 31st, you can save 25% by using the promotional code APRESSHOLIDAY2010, knocking the price down to a mere USD$21 (which as of this writing, is a Rush-inspired CDN$21.12).

This article also appears in Canadian Developer Connection.

Categories
Uncategorized

Calgary Coffee and Code: Thursday, December 16

calgary coffee and code

There’s a Coffee and Code in Calgary on Thursday, December 16th! We’ll be at the Second Cup at 607 8th Avenue SW from 11 a.m. to 4 p.m.:

Map picture

Join us and talk about Windows Phone 7, Windows Azure, the industry in general or anything else you like!

This article also appears in Canadian Developer Connection.

Categories
Uncategorized

The Humble Indie Bundle #2: Get Great Games and Give to Great Causes!

humble indie bundle

The Humble Indie Bundle 2 is the second edition of a collection of indie games that run on Windows, Mac and Linux. Last year, the Humble Indie Bundle features World of Goo and other games; this year, the Humble Indie Bundle contains these DRM-free games:

Purchased separately, these games would sell for a total of USD$85, but for a limited time, you get to set the price and determine where the money goes! That’s right, you determine how much you spend, and how you divide the money among the developers of the games, the EFF and the Child’s Play charity. Great games for the holidays for great causes!

For more, check out the Humble Indie Bundle 2 trailer:

Get Humble Indie Bundle 2 and play some great indie games (and perhaps even get some inspiration for your own Windows Phone 7 games)!

This article also appears in Canadian Developer Connection.

Categories
Uncategorized

AzureFest Redux!

AzureFest ReduxIn case you missed Saturday’s AzureFestObjectSharp’s Windows Azure deployment clinic held at Microsoft Canada HQ – you’re in luck. ObjectSharp’s Barry Gervin and Cory Fowler have put together a set of videos that go through what they covered on Saturday, so you too can have all that AzureFesty goodness in the comfort of your own office, home or café.

In the current set of videos, they cover:

  1. Signing up for the introductory Windows Azure Offer
  2. Deploying a web application package to Azure via the Azure Portal
  3. Cleaning up after yourself and tearing down an existing Azure web deployment

They’ll be posting a set of videos shortly covering:

  • Deploying a SQL database to Azure
  • Installing Azure Tools for Visual Studio and the SDK
  • Deploying ASP.NET applications to Azure from within Visual Studio

Do This Azure Deployment Exercise, Get $25 for Your Dev User Group!

Microsoft Canada is extending its special offer to members of user groups: deploy an app to Azure and send us a screenshot, and we’ll give $25 to the developer user group of your choice. There’s a set of step-by-step instructions on Barry’s blog.

This article also appears in Canadian Developer Connection.