Thought for the Dazed

I've had to give up that Distance Learning course as I was having trouble seeing the teacher.

Flickr
www.flickr.com
RobMiles' items Go to RobMiles' photostream
Twitter
C# Yellow Book

Search entire site
« Ho For Holidays | Main | Hull Digital »
Friday
Sep042009

Free XNA Curriculum Materials Now Live

If you have been wondering about what all the “Today I have Been Mostly Writing” posts last month were all about you can find out as the courseware is now available on Microsoft Faculty Connection:

This is a complete programming course which is designed to be taught over 10 weeks at a rate of 6 sessions a week (although you can pull individual sections out and use them if you wish).  There is a course matrix that sets out how to sequence this.

The course teaches programming from first principles, using XNA games as the basis of all the sample code.  There are extensive tutor notes on the slide decks and a sequence of step-through labs for students to follow. There are even revision tests for each section.  It is based on the chapters in my textbook, which is the first link in the above list.

You can download the material without signing in, by selecting the “Skip this Step” option on the download page.

If you are going to use the material in any way I’d love to hear how you got on.

Reader Comments (7)

Hi Rob, I tried to download these but I couldn't see a 'Skip this Step' link anywhere... when I go to the download link and click the item to download I get taken to the Microsoft Faculty Resource Center site and asked to verify my faculty status (and I'm just a normal member of the public...)

:)
September 5, 2009 | Unregistered CommenterJohn
Agree with John, I don't see this option either.
September 7, 2009 | Unregistered CommenterShawn
Hmm. I'll find a cookie free machine and have a play. It might be remembering me for some reason, but I definitely see the option.
September 11, 2009 | Registered CommenterRob
I see the option for the first download, tried a couple of others and don't get the option, just my experience so far. Possible to ZIP the whole thing somewhere where bandwidth isnt too big an issue?
September 16, 2009 | Unregistered CommenterShawn
You are both right. The courseware is only available to faculty members. Sorry about that. I can actually see why though, it contains setup guides and tests and stuff that are only really relevant to teachers delivering a course.

If you are a faculty member it is well worth joining Faculty Connection, since you can have access to other goodies as well.
September 17, 2009 | Registered CommenterRob
Hi ...I'm a faculty member at Orlando Tech and I can get the curriculum materials ....BUT...when I unzip chapter 3 I get "The archive is corrupt" error ...and I get multiple errors with unzipping chapter 12...please look into this...thanks.
September 22, 2009 | Unregistered CommenterSteven Smith
I've just tested it on my machine and it works fine for me. (but then it would, wouldn't it)

I think the problem might be that you are unzipping it to a directory which has quite a long path (for example "c:\windows\users\fred\my documents\coursware\"). Some of the paths in the sample projects are also a bit long, and this can result in the file writes failing because the Windows filesystem can only support paths up to 256 characters in length. If this happens the unzip program tends to fall over with the only errors it can think of, which might refer to passwords or a corrupt archive. If you unzip to a directory close to the root of a drive it should work fine.
September 24, 2009 | Registered CommenterRob

PostPost a New Comment

Enter your information below to add a new comment.
Author Email (optional):
Author URL (optional):
Post:
 
All HTML will be escaped. Hyperlinks will be created for URLs automatically.