<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" xml:lang="en-US" xml:base="http://bretstateham.com/wp-atom.php">
	<title type="text">Bret Stateham's Blog</title>
	<subtitle type="text">I code it, I break it, I fix it, I blog it</subtitle>

	<updated>2013-04-24T19:47:12Z</updated>

	<link rel="alternate" type="text/html" href="http://bretstateham.com" />
	<id>http://bretstateham.com/feed/atom/</id>
	

	<generator uri="http://wordpress.org/" version="3.5.1">WordPress</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/BretStatehamsBlog" /><feedburner:info uri="bretstatehamsblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry>
		<author>
			<name>Bret Stateham</name>
						<uri>http://www.bretstateham.com</uri>
					</author>
		<title type="html"><![CDATA[Viewing System.Diagnostics.Trace Entries in the Windows Azure Compute Emulator]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/BretStatehamsBlog/~3/mQNA9XVatqM/" />
		<id>http://bretstateham.com/?p=540</id>
		<updated>2013-04-24T15:28:24Z</updated>
		<published>2013-04-24T15:26:30Z</published>
		<category scheme="http://bretstateham.com" term="Azure" />		<summary type="html"><![CDATA[Windows Azure Cloud Services have some fantastic diagnostics capabilities that leverage those provided by Windows and the .NET Framework. If you are creating a Web Role, and would like to be able to easily view trace information in the Compute Emulator during debug sessions on the local machine, you may find that the trace entries [...]]]></summary>
		<content type="html" xml:base="http://bretstateham.com/viewing-system-diagnostics-trace-entries-in-the-windows-azure-compute-emulator/">&lt;p&gt;Windows Azure Cloud Services have some fantastic diagnostics capabilities that leverage those provided by Windows and the .NET Framework. &lt;/p&gt;
&lt;p&gt;If you are creating a Web Role, and would like to be able to easily view trace information in the Compute Emulator during debug sessions on the local machine, you may find that the trace entries don’t appear by default.&amp;#160; &lt;/p&gt;
&lt;p&gt;To fix the problem, you simply need to add an entry to your web.config inside the web project.&lt;/p&gt;
&lt;pre class="brush: xml; highlight: [6,7,8,9];"&gt;&amp;lt;configuration&amp;gt;
  &amp;lt;system.diagnostics&amp;gt;
    &amp;lt;trace&amp;gt;
      &amp;lt;listeners&amp;gt;

        &amp;lt;add type=&amp;quot;Microsoft.ServiceHosting.Tools.DevelopmentFabric.Runtime.DevelopmentFabricTraceListener, Microsoft.ServiceHosting.Tools.DevelopmentFabric.Runtime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&amp;quot;
             name=&amp;quot;DevFabricListener&amp;quot;&amp;gt;
          &amp;lt;filter type=&amp;quot;&amp;quot; /&amp;gt;
        &amp;lt;/add&amp;gt;

      &amp;lt;/listeners&amp;gt;
    &amp;lt;/trace&amp;gt;
  &amp;lt;/system.diagnostics&amp;gt;
&amp;lt;/configuration&amp;gt;&lt;/pre&gt;
&lt;img src="http://feeds.feedburner.com/~r/BretStatehamsBlog/~4/mQNA9XVatqM" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://bretstateham.com/viewing-system-diagnostics-trace-entries-in-the-windows-azure-compute-emulator/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://bretstateham.com/viewing-system-diagnostics-trace-entries-in-the-windows-azure-compute-emulator/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://bretstateham.com/viewing-system-diagnostics-trace-entries-in-the-windows-azure-compute-emulator/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Bret Stateham</name>
						<uri>http://www.bretstateham.com</uri>
					</author>
		<title type="html"><![CDATA[InkScape Game Character Templates]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/BretStatehamsBlog/~3/Z3P6etUesSA/" />
		<id>http://bretstateham.com/?p=539</id>
		<updated>2013-04-19T21:51:57Z</updated>
		<published>2013-04-19T21:51:57Z</published>
		<category scheme="http://bretstateham.com" term="Uncategorized" />		<summary type="html"><![CDATA[I’ve been “playing” with games lately.&#160; Creating them that is. One of the problems with games is that you need graphic assets.&#160; I’m not a world class artist, although I do enjoy playing with graphics quite a bit. As I searched the net for help on creating my own game characters, I came across Chris [...]]]></summary>
		<content type="html" xml:base="http://bretstateham.com/inkscape-game-character-templates/">&lt;p&gt;I’ve been “playing” with games lately.&amp;#160; Creating them that is. One of the problems with games is that you need graphic assets.&amp;#160; I’m not a world class artist, although I do enjoy playing with graphics quite a bit. As I searched the net for help on creating my own game characters, I came across Chris Hildebrand’s excellent “&lt;a href="http://2dgameartforprogrammers.blogspot.com/" target="_blank"&gt;2D Game Art for Programmers&lt;/a&gt;” blog.&lt;/p&gt;
&lt;p&gt;I have played around with the information he shares in his &lt;a href="http://aka.ms/chgc" target="_blank"&gt;Creating a game character&lt;/a&gt; and &lt;a href="http://aka.ms/chca"&gt;Character Animation&lt;/a&gt; blog posts.&amp;#160; I find that I always seem to start over from scratch.&amp;#160; To help cut down my time to creating new characters, I have created &lt;a href="http://aka.ms/isctzip" target="_blank"&gt;some templates&lt;/a&gt; that I can use in &lt;a href="http://aka.ms/isdl" target="_blank"&gt;InkScape&lt;/a&gt;.&amp;#160; &lt;/p&gt;
&lt;p&gt;&lt;a href="http://aka.ms/isctzip"&gt;Character Template&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://bretstateham.com/wp-content/uploads/2013/04/ct.png"&gt;&lt;img title="ct" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-top-width: 0px" border="0" alt="ct" src="http://bretstateham.com/wp-content/uploads/2013/04/ct_thumb.png" width="256" height="256" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Is a fully segmented character that you can start with and customize.&amp;#160; In addition, I created a version of the character walking:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://bretstateham.com/wp-content/uploads/2013/04/cwt.png"&gt;&lt;img title="cwt" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-top-width: 0px" border="0" alt="cwt" src="http://bretstateham.com/wp-content/uploads/2013/04/cwt_thumb.png" width="512" height="64" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;that when animated looks like this:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://bretstateham.com/wp-content/uploads/2013/04/Walker283.gif"&gt;&lt;img title="Walker283" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-top-width: 0px" border="0" alt="Walker283" src="http://bretstateham.com/wp-content/uploads/2013/04/Walker283_thumb.gif" width="283" height="283" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can use these templates to create your own &amp;quot;side-view” characters.&amp;#160; &lt;/p&gt;
&lt;p&gt;These are just starting points, and I’ll add a tutorial later on using them, but I needed to post this now so I could share it at an event!&lt;/p&gt;
&lt;p&gt;Grab them here: &lt;a href="http://aka.ms/isctzip"&gt;http://aka.ms/isctzip&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/BretStatehamsBlog/~4/Z3P6etUesSA" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://bretstateham.com/inkscape-game-character-templates/#comments" thr:count="1" />
		<link rel="replies" type="application/atom+xml" href="http://bretstateham.com/inkscape-game-character-templates/feed/atom/" thr:count="1" />
		<thr:total>1</thr:total>
	<feedburner:origLink>http://bretstateham.com/inkscape-game-character-templates/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Bret Stateham</name>
						<uri>http://www.bretstateham.com</uri>
					</author>
		<title type="html"><![CDATA[Microsoft Student Account Sign Up Tutorial]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/BretStatehamsBlog/~3/nfjuytDu3rU/" />
		<id>http://bretstateham.com/?p=530</id>
		<updated>2013-03-09T06:36:44Z</updated>
		<published>2013-03-09T06:36:44Z</published>
		<category scheme="http://bretstateham.com" term="Uncategorized" />		<summary type="html"><![CDATA[We’ve been running a ton events on campuses all around the Western US lately.&#160; One of the things we try to do at these events is help students sign up for the variety of Microsoft accounts available to them.&#160; In an effort to streamline this process, I have recorded a video that walks through the [...]]]></summary>
		<content type="html" xml:base="http://bretstateham.com/microsoft-student-account-sign-up-tutorial/">&lt;p&gt;We’ve been running a ton events on campuses all around the Western US lately.&amp;#160; One of the things we try to do at these events is help students sign up for the variety of Microsoft accounts available to them.&amp;#160; In an effort to streamline this process, I have recorded a video that walks through the sign up process for each of the following accounts:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://youtu.be/wySAJOUegxE?t=46s" target="_blank"&gt;Microsoft Account (aka “Live Id”)&lt;/a&gt; (46 seconds in)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://youtu.be/wySAJOUegxE?t=4m6s" target="_blank"&gt;DreamSpark Premium&lt;/a&gt; (at 4min 6secs)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://youtu.be/wySAJOUegxE?t=4m6s" target="_blank"&gt;DreamSpark for Students&lt;/a&gt; (at 4min 6secs)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://youtu.be/wySAJOUegxE?t=11m29s" target="_blank"&gt;Windows Store&lt;/a&gt; (at 11min 29secs)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://youtu.be/wySAJOUegxE?t=20m47s" target="_blank"&gt;Windows Phone Store&lt;/a&gt; (at 20min 47secs)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://youtu.be/wySAJOUegxE?t=25m49s" target="_blank"&gt;Microsoft Advertising pubCenter&lt;/a&gt; (at 25min 49secs)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://youtu.be/wySAJOUegxE?t=28m36s" target="_blank"&gt;Windows Azure&lt;/a&gt; (at 28min 36secs)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you are a student, and would like to sign up for FREE to any of the above, this video is for you.&amp;#160; Also, If are having trouble getting verified in Dreamspark, and need help, let me know!&lt;/p&gt;
&lt;p&gt; &lt;iframe height="315" src="http://www.youtube.com/embed/wySAJOUegxE" frameborder="0" width="560" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;
&lt;p&gt;Enjoy!&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/BretStatehamsBlog/~4/nfjuytDu3rU" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://bretstateham.com/microsoft-student-account-sign-up-tutorial/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://bretstateham.com/microsoft-student-account-sign-up-tutorial/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://bretstateham.com/microsoft-student-account-sign-up-tutorial/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Bret Stateham</name>
						<uri>http://www.bretstateham.com</uri>
					</author>
		<title type="html"><![CDATA[Creating Custom Tables for Windows Azure Mobile Services&#8230;]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/BretStatehamsBlog/~3/Nwcr4v2XonA/" />
		<id>http://bretstateham.com/?p=521</id>
		<updated>2013-02-17T19:53:17Z</updated>
		<published>2013-02-17T19:41:08Z</published>
		<category scheme="http://bretstateham.com" term="Azure SQL Server" /><category scheme="http://bretstateham.com" term="Videos" /><category scheme="http://bretstateham.com" term="WAMS" />		<summary type="html"><![CDATA[If you have used Windows Azure Mobile Services (WAMS) in the past , you have probably created tables using the management portal. If you haven&#8217;t used WAMS, WHAT ARE YOU WAITING FOR!??? If you are more of a “behind-the-scenes” kind of developer though, you may prefer to make your SQL tables using good old SSMS [...]]]></summary>
		<content type="html" xml:base="http://bretstateham.com/creating-custom-tables-for-windows-azure-mobile-services/">&lt;p&gt;If you have used &lt;a href="http://www.windowsazure.com/mobile" target="_blank"&gt;Windows Azure Mobile Services&lt;/a&gt; (WAMS) in the past , you have probably created tables using the management portal. If you haven&amp;#8217;t used WAMS, &lt;a href="http://aka.ms/az90" target="_blank"&gt;WHAT ARE YOU WAITING FOR!???&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you are more of a “behind-the-scenes” kind of developer though, you may prefer to make your SQL tables using good old SSMS and some scripts. In short 5+ minute video below, I walk you through the steps and gotchas around creating tables directly in SQL Azure, but consuming them via Windows Azure Mobile Services.&amp;#160; &lt;/p&gt;
&lt;p&gt;As for the gotchas, there are two that come to mind:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Your tables must have a primary key column called “id”. &lt;/li&gt;
&lt;li&gt;Your table names should be “singular” (think “Category” not “Categories”) to allow for more appropriate class names on the client side.&amp;#160; You wouldn’t want to create a class called “Categories” when it really represents a single category.&amp;#160; &lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If you want a copy of the SQL script I use in the video blow, you can get it here: &lt;a title="http://aka.ms/wcts" href="http://aka.ms/wcts"&gt;http://aka.ms/wcts&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;iframe height="360" src="http://www.youtube.com/embed/2yXvZTB1p7E?rel=0" frameborder="0" width="640" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/BretStatehamsBlog/~4/Nwcr4v2XonA" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://bretstateham.com/creating-custom-tables-for-windows-azure-mobile-services/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://bretstateham.com/creating-custom-tables-for-windows-azure-mobile-services/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://bretstateham.com/creating-custom-tables-for-windows-azure-mobile-services/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Bret Stateham</name>
						<uri>http://www.bretstateham.com</uri>
					</author>
		<title type="html"><![CDATA[Building Windows 8 Apps using HTML5, CSS3 and JavaScript]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/BretStatehamsBlog/~3/2W8MDEWBe3Y/" />
		<id>http://bretstateham.com/?p=515</id>
		<updated>2013-02-17T19:54:08Z</updated>
		<published>2013-02-10T16:49:54Z</published>
		<category scheme="http://bretstateham.com" term="CSS" /><category scheme="http://bretstateham.com" term="CSS3" /><category scheme="http://bretstateham.com" term="HTML5" /><category scheme="http://bretstateham.com" term="JavaScript" /><category scheme="http://bretstateham.com" term="Videos" /><category scheme="http://bretstateham.com" term="Windows 8" />		<summary type="html"><![CDATA[When it comes to Windows 8 apps, I have to admit, I’ve been more of a C#/XAML kind of guy.&#160; However, lately, I’ve been looking into a number of the HTML5 based game tools (like Scirra’s Construct 2) and figured that I ought to learn a little more about building Windows 8 apps using HTML5 [...]]]></summary>
		<content type="html" xml:base="http://bretstateham.com/building-windows-8-apps-using-html5-css3-and-javascript/">&lt;p&gt;When it comes to Windows 8 apps, I have to admit, I’ve been more of a C#/XAML kind of guy.&amp;#160; However, lately, I’ve been looking into a number of the HTML5 based game tools (like &lt;a href="http://scirra.com" target="_blank"&gt;Scirra’s Construct 2&lt;/a&gt;) and figured that I ought to learn a little more about building Windows 8 apps using HTML5 and JavaScript.&amp;#160; &lt;/p&gt;
&lt;p&gt;I’ve been building web apps on various platforms going back to the first web server for windows written by &lt;a href="http://en.wikipedia.org/wiki/Bob_Denny" target="_blank"&gt;Bob Denny&lt;/a&gt; (Any other VB CGI devs out there?), so HTML is second nature to me.&amp;#160; JavaScript?&amp;#160; Well, not so much, but I’ve done my fair share.&amp;#160; What I found out when I started digging into HTML5/JS dev for Windows 8 though was that I liked it a lot more than I expected to.&amp;#160; If fact, it’s pretty darn cool.&amp;#160; &lt;/p&gt;
&lt;p&gt;You can take your existing HTML5/CSS3/JS skills to create first class apps in Windows 8. Not BROWSER based apps.&amp;#160; Windows 8 apps. You can package them up, and sell them in the &lt;a href="http://www.windowsstore.com/" target="_blank"&gt;Windows Store&lt;/a&gt;, and make real money with them.&amp;#160; Cool!&amp;#160; &lt;/p&gt;
&lt;p&gt;I’ve had the privilege over the past month to present what I have learned about Windows 8 HTML5/JS apps to the &lt;a href="http://www.meetup.com/HTML-5/" target="_blank"&gt;San Diego HTML5&lt;/a&gt;, and the &lt;a href="http://sandiegojs.org/" target="_blank"&gt;San Diego JS&lt;/a&gt; meetups.&amp;#160; If you happened to miss either of those, or just want to see why I am excited about it in general you can:&lt;/p&gt;
&lt;p align="center"&gt;&lt;a href="http://aka.ms/pw8a" target="_blank"&gt;Get the free “Programming Windows 8 Apps with HTML, CSS, and JavaScript” eBook by Kraig Brockschmidt&lt;/a&gt;&lt;/p&gt;
&lt;p align="center"&gt;&lt;a href="http://aka.ms/w8js" target="_blank"&gt;Grab a copy of my slides and demos&lt;/a&gt;&lt;/p&gt;
&lt;p align="center"&gt;&lt;a href="http://aka.ms/w8jsvid" target="_blank"&gt;Watch a YouTube video of my presentation&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;iframe height="360" src="http://www.youtube.com/embed/X3Kldqju_Jw?rel=0" frameborder="0" width="640" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/BretStatehamsBlog/~4/2W8MDEWBe3Y" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://bretstateham.com/building-windows-8-apps-using-html5-css3-and-javascript/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://bretstateham.com/building-windows-8-apps-using-html5-css3-and-javascript/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://bretstateham.com/building-windows-8-apps-using-html5-css3-and-javascript/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Bret Stateham</name>
						<uri>http://www.bretstateham.com</uri>
					</author>
		<title type="html"><![CDATA[Node.JS Boot Camp in Santa Monica &#8211; Feb 23rd, 2013]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/BretStatehamsBlog/~3/MCbowHrXdXs/" />
		<id>http://bretstateham.com/?p=512</id>
		<updated>2013-02-17T19:51:04Z</updated>
		<published>2013-01-25T18:43:18Z</published>
		<category scheme="http://bretstateham.com" term="Node.JS" />		<summary type="html"><![CDATA[Node.js is a server side software system designed for writing scalable Internet applications, notably web servers. Programs are written on the server side in JavaScript, using event-driven, asynchronous I/O to minimize overhead and maximize scalability. What is a Node.js Boot Camp? Node Boot Camp is a free event for developers and designers who want to [...]]]></summary>
		<content type="html" xml:base="http://bretstateham.com/node-js-boot-camp-in-santa-monica-feb-23rd-2013/">&lt;p&gt;Node.js is a server side software system designed for writing scalable Internet applications, notably web servers. Programs are written on the server side in JavaScript, using event-driven, asynchronous I/O to minimize overhead and maximize scalability.&lt;/p&gt;
&lt;h4&gt;What is a Node.js Boot Camp?&lt;/h4&gt;
&lt;p&gt;Node Boot Camp is a free event for developers and designers who want to learn Node.js from the ground up with hands-on instruction from Node experts in the community. No prior Node experience is necessary to attend. At Node Boot Camp you’ll learn how to build your first Node application from scratch, how to work with popular Node.js development tools and editors, how to work with popular 3rd party Node frameworks, and how to deploy your applications to production hosting environments.&lt;/p&gt;
&lt;h4&gt;What’s the agenda? &lt;/h4&gt;
&lt;p&gt;8:30 am – Network and Breakfast.    &lt;br /&gt;9:00 am – Start. Fundamentals.     &lt;br /&gt;10:00 am – Deployment.     &lt;br /&gt;10:30 am – App Development. The Basics.     &lt;br /&gt;12:00 pm – Lunch.     &lt;br /&gt;12:30 pm – App Development. Basic + Advanced.     &lt;br /&gt;1:30 pm – Hackathon.     &lt;br /&gt;4:30 pm – Presentations.     &lt;br /&gt;5:00 pm – Prizes and Finish.&lt;/p&gt;
&lt;h4&gt;How Do I Register?&lt;/h4&gt;
&lt;h4&gt;&lt;a href="http://aka.ms/nodela132302" target="_blank"&gt;REGISTER HERE&lt;/a&gt;&lt;/h4&gt;
&lt;h4&gt;Cost?&lt;/h4&gt;
&lt;p&gt;This event is &lt;strong&gt;&lt;em&gt;&lt;font color="#9bbb59"&gt;free&lt;/font&gt;&lt;/em&gt;&lt;/strong&gt; of charge.     &lt;br /&gt;Attendees are responsible for booking and paying for their own travel and accommodation. &lt;/p&gt;
&lt;h4&gt;Questions?&lt;/h4&gt;
&lt;p&gt;Email your questions to &lt;a href="mailto:nishab@microsoft.com"&gt;nishab@microsoft.com&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/BretStatehamsBlog/~4/MCbowHrXdXs" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://bretstateham.com/node-js-boot-camp-in-santa-monica-feb-23rd-2013/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://bretstateham.com/node-js-boot-camp-in-santa-monica-feb-23rd-2013/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://bretstateham.com/node-js-boot-camp-in-santa-monica-feb-23rd-2013/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Bret Stateham</name>
						<uri>http://www.bretstateham.com</uri>
					</author>
		<title type="html"><![CDATA[SQL LA User Group Slides and Demos]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/BretStatehamsBlog/~3/DJ9pcxnemx4/" />
		<id>http://bretstateham.com/?p=510</id>
		<updated>2013-02-17T19:51:56Z</updated>
		<published>2013-01-17T23:37:28Z</published>
		<category scheme="http://bretstateham.com" term="Azure SQL Server" /><category scheme="http://bretstateham.com" term="Presentations" />		<summary type="html"><![CDATA[I’m speaking at the SQL LA User Group tonight on Azure SQL Databases.&#160; You can grab my slides and demos here:]]></summary>
		<content type="html" xml:base="http://bretstateham.com/sql-la-user-group-slides-and-demos/">&lt;p&gt;I’m speaking at the &lt;a href="http://www.sql.la/" target="_blank"&gt;SQL LA User Group&lt;/a&gt; tonight on Azure SQL Databases.&amp;#160; You can grab my slides and demos &lt;a href="http://aka.ms/130117sqlla" target="_blank"&gt;here&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://aka.ms/130117sqlla" target="_blank"&gt;&lt;img title="image" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-top-width: 0px" border="0" alt="image" src="http://bretstateham.com/wp-content/uploads/2013/01/image1.png" width="642" height="362" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/BretStatehamsBlog/~4/DJ9pcxnemx4" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://bretstateham.com/sql-la-user-group-slides-and-demos/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://bretstateham.com/sql-la-user-group-slides-and-demos/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://bretstateham.com/sql-la-user-group-slides-and-demos/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Bret Stateham</name>
						<uri>http://www.bretstateham.com</uri>
					</author>
		<title type="html"><![CDATA[Resetting an Azure SQL Server Administrative Credentials]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/BretStatehamsBlog/~3/IWNAzIT8Fro/" />
		<id>http://bretstateham.com/?p=505</id>
		<updated>2013-01-15T21:22:48Z</updated>
		<published>2013-01-15T20:04:19Z</published>
		<category scheme="http://bretstateham.com" term="Azure" /><category scheme="http://bretstateham.com" term="Azure SQL Server" />		<summary type="html"><![CDATA[It is easy to forget that an Azure SQL Database exists on an Azure SQL Server. One Azure SQL Server can support multiple Azure SQL Databases.&#160; The biggest benefit to a single Azure SQL Server hosting multiple databases is that you have a single administrative login and set of firewall rules that affect all databases [...]]]></summary>
		<content type="html" xml:base="http://bretstateham.com/resetting-an-azure-sql-server-administrative-credentials/">&lt;p&gt;It is easy to forget that an Azure SQL Database exists on an Azure SQL Server. One Azure SQL Server can support multiple Azure SQL Databases.&amp;#160; The biggest benefit to a single Azure SQL Server hosting multiple databases is that you have a single administrative login and set of firewall rules that affect all databases on that server.&lt;/p&gt;
&lt;p&gt;This can lead to confusion however if you have had a server in place for some time, and add a new database without remembering the original server credentials or firewall rules.&amp;#160; &lt;/p&gt;
&lt;p&gt;To remind yourself of the administrative login for your database, first login to the &lt;a href="https://manage.windowsazure.com/" target="_blank"&gt;Azure Management Portal&lt;/a&gt; (&lt;a href="https://manage.windowsazure.com"&gt;https://manage.windowsazure.com&lt;/a&gt;).&amp;#160; Along the left hand slide, select “SQL DATABASES”.&amp;#160; On the “DATABASES” page, find your new database in the list, and locate the server name from the “SERVER” column (FYI, the real server names have been truncated in the screenshots below for security purposes):&lt;/p&gt;
&lt;p&gt;&lt;img title="Databases" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-top-width: 0px" border="0" alt="Databases" src="http://bretstateham.com/wp-content/uploads/2013/01/Databases.png" width="640" height="248" /&gt;&lt;/p&gt;
&lt;p&gt;If you click on the name of the server above, you will be taken to the “DASHBOARD” page for that server. From there, along the right hand side under “quick glance” you can see the “ADMINISTATOR LOGIN” name, and if needed click the link further up on the “Reset Administrator Password” link.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://bretstateham.com/wp-content/uploads/2013/01/LoginInfo.png"&gt;&lt;img title="LoginInfo" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-top-width: 0px" border="0" alt="LoginInfo" src="http://bretstateham.com/wp-content/uploads/2013/01/LoginInfo_thumb.png" width="640" height="334" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Once you have a figured out, or if needed reset, the administrator credentials.&amp;#160; You can now log in an create additional logins and user accounts using the &lt;a href="http://msdn.microsoft.com/en-us/library/windowsazure/ee336268.aspx" target="_blank"&gt;CREATE LOGIN&lt;/a&gt; and &lt;a href="http://msdn.microsoft.com/en-us/library/windowsazure/ee336277.aspx" target="_blank"&gt;CREATE USER&lt;/a&gt; statements…&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/BretStatehamsBlog/~4/IWNAzIT8Fro" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://bretstateham.com/resetting-an-azure-sql-server-administrative-credentials/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://bretstateham.com/resetting-an-azure-sql-server-administrative-credentials/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://bretstateham.com/resetting-an-azure-sql-server-administrative-credentials/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Bret Stateham</name>
						<uri>http://www.bretstateham.com</uri>
					</author>
		<title type="html"><![CDATA[San Diego HTML5 Meetup Resources]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/BretStatehamsBlog/~3/hMvi3fDw9sk/" />
		<id>http://bretstateham.com/?p=500</id>
		<updated>2013-02-17T19:52:44Z</updated>
		<published>2013-01-09T01:38:31Z</published>
		<category scheme="http://bretstateham.com" term="CSS3" /><category scheme="http://bretstateham.com" term="HTML5" /><category scheme="http://bretstateham.com" term="JavaScript" /><category scheme="http://bretstateham.com" term="Presentations" />		<summary type="html"><![CDATA[I’m presenting at the San Diego HTML5 Meetup tonight talking about creating Windows 8 apps using HTML5, CSS3, and JavaScript.&#160; If you want a copy of my slides and demos, you can grab them here: Also, if you are looking for a copy of the free book by Kraig Brockschmidt, here’s the link: http://aka.ms/pw8a And [...]]]></summary>
		<content type="html" xml:base="http://bretstateham.com/san-diego-html5-meetup-resources/">&lt;p&gt;I’m presenting at the San Diego HTML5 Meetup tonight talking about creating Windows 8 apps using HTML5, CSS3, and JavaScript.&amp;#160; If you want a copy of my slides and demos, you can grab them &lt;a href="http://sdrv.ms/UHNHVH" target="_blank"&gt;here&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://sdrv.ms/UHNHVH" target="_blank"&gt;&lt;img title="image" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-top-width: 0px" border="0" alt="image" src="http://bretstateham.com/wp-content/uploads/2013/01/image.png" width="642" height="482" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Also, if you are looking for a copy of the free book by Kraig Brockschmidt, here’s the link: &lt;a href="http://aka.ms/pw8a"&gt;http://aka.ms/pw8a&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;And don’t forget to check out &lt;a href="http://www.scirra.com/" target="_blank"&gt;Scirra’s Construct 2&lt;/a&gt;!&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/BretStatehamsBlog/~4/hMvi3fDw9sk" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://bretstateham.com/san-diego-html5-meetup-resources/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://bretstateham.com/san-diego-html5-meetup-resources/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://bretstateham.com/san-diego-html5-meetup-resources/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Bret Stateham</name>
						<uri>http://www.bretstateham.com</uri>
					</author>
		<title type="html"><![CDATA[Windows 8 Game Development Tools]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/BretStatehamsBlog/~3/8l-6W-Ylz_0/" />
		<id>http://bretstateham.com/?p=496</id>
		<updated>2012-12-06T23:05:03Z</updated>
		<published>2012-12-05T23:27:22Z</published>
		<category scheme="http://bretstateham.com" term="Uncategorized" />		<summary type="html"><![CDATA[I presented a session&#160; at the Microsoft Store in Fashion Valley last night (12/05/2012) on creating games for Windows 8.&#160; In that session I covered a TON of resources to help game developers.&#160; In this blog post I link to a number of tools and resources that can help you kickstart your Windows 8 Game [...]]]></summary>
		<content type="html" xml:base="http://bretstateham.com/windows-8-game-development-tools/">&lt;p&gt;I presented a session&amp;#160; at the Microsoft Store in Fashion Valley last night (12/05/2012) on creating games for Windows 8.&amp;#160; In that session I covered a TON of resources to help game developers.&amp;#160; In this blog post I link to a number of tools and resources that can help you kickstart your Windows 8 Game Development!&lt;/p&gt;
&lt;h3&gt;For folks that love to get their hands dirty in code:&lt;/h3&gt;
&lt;p&gt;If you are a C++ coder and need ultimate performance out of your game, you can&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://msdn.microsoft.com/en-US/library/windows/apps/jj262109" target="_blank"&gt;&lt;strong&gt;develop your game using C++ and Direct X&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;.&lt;/strong&gt;&amp;#160; If this is your first game though, C++/DirectX will likely be overwhelming.&lt;/p&gt;
&lt;p&gt;If you like the power of DirectX, but don’t want to dust off your C++ dev skills, you might be interested in&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://msdn.microsoft.com/en-US/library/windows/apps/jj262109" target="_blank"&gt;&lt;strong&gt;SharpDX&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I had looked into XNA a fair amount on Windows Phone 7, but it turns out that while XNA is still supported on Windows Phone 8, it isn’t supported in WinRT.&amp;#160; But fear not, there is an excellent open source implementation of XNA that WILL run not only windows Windows RT, but also Windows Phone 8, as well as iSO, Android, Mac OS X &amp;amp; Linux!&amp;#160; Want to know more, check out &lt;a href="http://monogame.codeplex.com/" target="_blank"&gt;&lt;strong&gt;MonoGame&lt;/strong&gt;&lt;/a&gt; from Xamarin!&lt;/p&gt;
&lt;p&gt;Another approach could be to use HTML/JS/CSS and the ever powerful &lt;strong&gt;HTML5 Canvas&lt;/strong&gt; to create your own games.&amp;#160; &lt;a href="http://weblogs.asp.net/dwahlin/default.aspx" target="_blank"&gt;Dan Wahlin&lt;/a&gt; has some great blog posts and &lt;a href="http://www.pluralsight-training.net/microsoft/Courses/TableOfContents?courseName=html5-canvas-fundamentals" target="_blank"&gt;Pluralsight&lt;/a&gt; content about HTML5 canvas.&lt;/p&gt;
&lt;h3&gt;Want to make a game, not write a bunch of code?&lt;/h3&gt;
&lt;p&gt;There are a number of excellent game generation tools in the market already, and there are more on the way!&amp;#160; Here are the ones I have checked into so far:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;YoYo Games&lt;/strong&gt; has “&lt;a href="http://www.yoyogames.com/gamemaker/studio" target="_blank"&gt;&lt;strong&gt;GameMaker: Studio&lt;/strong&gt;&lt;/a&gt;” family of tools.&amp;#160; The free version allows you to create both Mac and Windows DESKTOP apps (not Win RT) apps.&amp;#160; However, for just $49.99 you can create games that can be published into the Windows 8 store. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;GameSalad&lt;/strong&gt; is another popular came creation tool called “&lt;a href="http://gamesalad.com/creator" target="_blank"&gt;&lt;strong&gt;GameSalad Creator&lt;/strong&gt;&lt;/a&gt;”.&amp;#160; In order to publish to the Windows 8 store, you need to purchase the Pro version for $299/year, but the free version can get you into the tool so you know you can be successful building a game before you pay for the Pro version.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.scirra.com/" target="_blank"&gt;&lt;strong&gt;Scirra’s Construct2&lt;/strong&gt;&lt;/a&gt; allows you to create Windows 8 store apps with the FREE version!&amp;#160; If you want to publish apps for iOS and Android then you’ll need to upgrade to their Personal or Business editions.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://unity3d.com/" target="_blank"&gt;&lt;strong&gt;Unity3D&lt;/strong&gt;&lt;/a&gt; is a more advanced game creation tool focused on 3D game creation, and may be something you look at after becoming familiar with one of the 2D game creation tools mentioned above. &lt;/p&gt;
&lt;h3&gt;Tools for graphics and sound?&lt;/h3&gt;
&lt;p&gt;I like to create my game art using vector graphics first, and then I export those vector images as bitmaps.&amp;#160; To create the vector images I use &lt;a href="http://inkscape.org/" target="_blank"&gt;&lt;strong&gt;InkScape&lt;/strong&gt;&lt;/a&gt;.&amp;#160; If I need to edit the bitmap images that are exported, I usually clean them up using &lt;a href="http://www.gimp.org/" target="_blank"&gt;&lt;strong&gt;Gimp&lt;/strong&gt;&lt;/a&gt;.&amp;#160; &lt;/p&gt;
&lt;p&gt;For sounds, you need to create them somehow, I have used &lt;a href="http://remixer.clubcreate.com/v2/musiclab/launch.html?" target="_blank"&gt;&lt;strong&gt;MusicLab from ClubCreate&lt;/strong&gt;&lt;/a&gt; to make game loops before. &lt;strong&gt; &lt;/strong&gt;&lt;a href="http://openlabs.com/" target="_blank"&gt;&lt;strong&gt;OpenLabs has a new tool called StageLight&lt;/strong&gt;&lt;/a&gt; that sells for just $9.99 (a demo version is available), or you might consider buying pre-made sounds from sites like &lt;a href="http://sounds.beatport.com" target="_blank"&gt;&lt;strong&gt;beatport.com&lt;/strong&gt;&lt;/a&gt; .&lt;/p&gt;
&lt;p&gt;Once you have sounds you like, you can edit them (or create your own) using &lt;a href="http://audacity.sourceforge.net/" target="_blank"&gt;&lt;strong&gt;Audacity&lt;/strong&gt;&lt;/a&gt;.&amp;#160; Audacity is a great sound editor that has all the functionality a budding game developer would need!&lt;/p&gt;
&lt;h3&gt;I can’t draw or play music!&lt;/h3&gt;
&lt;p&gt;Don’t worry, there are a number of places that you can get assets (graphics, sounds, etc) for your games.&amp;#160; My teammate Jeremy Foster has &lt;a href="http://codefoster.com/media" target="_blank"&gt;&lt;strong&gt;collection of them listed on his blog&lt;/strong&gt;&lt;/a&gt;, but there are two that relate directly to games:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://opengameart.org/" target="_blank"&gt;&lt;strong&gt;OpenGameArt.org&lt;/strong&gt;&lt;/a&gt; is a great place to get art for your games.&amp;#160; Even if it isn’t the art you end up using in the long run, it may help you get rolling!&lt;/p&gt;
&lt;p&gt;&lt;a href="http://freesound.org/browse/" target="_blank"&gt;&lt;strong&gt;Freesound.org&lt;/strong&gt;&lt;/a&gt; is a great place for various sound samples, again this may not be the sounds you use at publish time, but they will serve a purpose.&lt;/p&gt;
&lt;p&gt;With both OpenGameArt.org and Freesound.org, make sure to pay attention to how the assets you choose are licensed if you plan on publishing your game to the Windows Store. &lt;/p&gt;
&lt;h3&gt;What are you waiting for?&amp;#160; Get Started!&lt;/h3&gt;
&lt;img src="http://feeds.feedburner.com/~r/BretStatehamsBlog/~4/8l-6W-Ylz_0" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://bretstateham.com/windows-8-game-development-tools/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://bretstateham.com/windows-8-game-development-tools/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://bretstateham.com/windows-8-game-development-tools/</feedburner:origLink></entry>
	</feed>
