<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Burela&#039;s house-o-blog</title>
	<atom:link href="http://davidburela.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidburela.wordpress.com</link>
	<description>Developer extraordinaire</description>
	<lastBuildDate>Sun, 19 May 2013 08:17:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='davidburela.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Burela&#039;s house-o-blog</title>
		<link>http://davidburela.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://davidburela.wordpress.com/osd.xml" title="Burela&#039;s house-o-blog" />
	<atom:link rel='hub' href='http://davidburela.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Using the GitHub for Windows app with BitBucket</title>
		<link>http://davidburela.wordpress.com/2013/04/03/using-the-github-for-windows-app-with-bitbucket/</link>
		<comments>http://davidburela.wordpress.com/2013/04/03/using-the-github-for-windows-app-with-bitbucket/#comments</comments>
		<pubDate>Tue, 02 Apr 2013 23:05:00 +0000</pubDate>
		<dc:creator>David Burela</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Bitbucket]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[GitHub]]></category>

		<guid isPermaLink="false">https://davidburela.wordpress.com/?p=1896</guid>
		<description><![CDATA[If you aren’t using any form of source control in your project then stop right now and fix this. To get up and running with Git takes a whole 10 minutes to set up, and you will have your source code up in the cloud, should your computer blow up in the future (or you [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidburela.wordpress.com&#038;blog=428267&#038;post=1896&#038;subd=davidburela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>If you aren’t using any form of source control in your project then stop right now and fix this. To get up and running with Git takes a whole 10 minutes to set up, and you will have your source code up in the cloud, should your computer blow up in the future (or you absent mindedly delete an important file).</p>
<p><a href="http://davidburela.wordpress.com/2012/06/04/online-source-control-for-your-personal-projects/">Last year I wrote a blog post explaining</a> how you could get free online source control for your personal projects by using a combination of a free account at <a title="http://bitbucket.org/" href="http://bitbucket.org/">http://bitbucket.org/</a> and the GREAT Git client created by GitHub <a title="http://windows.github.com/" href="http://windows.github.com/">http://windows.github.com/</a>. Things have progressed so it is time to write an update.</p>
<h1>BitBucket vs. GitHub</h1>
<p>Lets take a quick look at a matrix that explains the two servies. GitHub is quickly becoming the De facto place to host public open source projects. This is because they allow unlimited public repositories with collaborators. However if you are working on your own project you will probably want to keep your code private. This is where BitBucket shines, if you just want to a place to host all of your private repositories, then you can have unlimited private ones. The limitation of 5 collaborators is fine for private projects.</p>
<table cellspacing="0" cellpadding="2" width="400" border="0">
<tbody>
<tr>
<td valign="top" width="133">&#160;</td>
<td valign="top" width="189">BitBucket</td>
<td valign="top" width="77">GitHub</td>
</tr>
<tr>
<td valign="top" width="133">Private repositories</td>
<td valign="top" width="189"><strong>Free           <br /></strong>(Limited to 5 collaborators)</td>
<td valign="top" width="77">PAID</td>
</tr>
<tr>
<td valign="top" width="133">Public repositories</td>
<td valign="top" width="189">Free         <br />(Limited to 5 collaborators)</td>
<td valign="top" width="77"><strong>Free</strong></td>
</tr>
</tbody>
</table>
<h1>The GitHub for windows application</h1>
<p>Using Git from the command line can be hard. There are a lot of commands to learn while simultaneously trying to learn the workflow of Git works. While it is important long term to understand these commands, when getting started a GUI can help ease you into this new world.</p>
<p><a href="http://davidburela.files.wordpress.com/2013/03/image2.png"><img title="image" style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" border="0" alt="image" src="http://davidburela.files.wordpress.com/2013/03/image_thumb2.png?w=304&#038;h=164" width="304" height="164" /></a></p>
<p>The GitHub for Windows application has great integrated support for BitBucket (as can be expected), however it can work as a generic Git client just fine. This will allow us to use it with BitBucket.</p>
<h1>Creating a repository on BitBucket</h1>
<p>The new sign in screen on BitBucket.org surprised me. You can now actually sign into BitBucket with your GitHub account *Mind Blown*</p>
<p><a href="http://davidburela.files.wordpress.com/2013/03/image3.png"><img title="image" style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" border="0" alt="image" src="http://davidburela.files.wordpress.com/2013/03/image_thumb3.png?w=504&#038;h=284" width="504" height="284" /></a></p>
<p>Once you have logged in, create a new repository</p>
<p><a href="http://davidburela.files.wordpress.com/2013/03/image4.png"><img title="image" style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" border="0" alt="image" src="http://davidburela.files.wordpress.com/2013/03/image_thumb4.png?w=304&#038;h=219" width="304" height="219" /></a></p>
<h1>Connecting the GitHub app with BitBucket</h1>
<p>Once you have created a repository, find a place where it displays the address of your new Git repository (e.g. under Get Started). Then select the URL and then drag the text from your browser, and drop it into the GitHub for Windows app. It will automatically add the repository.</p>
<p><a href="http://davidburela.files.wordpress.com/2013/03/image5.png"><img title="image" style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" border="0" alt="image" src="http://davidburela.files.wordpress.com/2013/03/image_thumb5.png?w=644&#038;h=438" width="644" height="438" /></a></p>
<p>Now place your source code within that folder in Windows Explorer, commit your source code into the repository, then publish your new change set back up into Bitbucket. Done easy!</p>
<p><a href="http://davidburela.files.wordpress.com/2013/03/image6.png"><img title="image" style="background-image:none;padding-top:0;padding-left:0;margin:0 0 0 10px;display:inline;padding-right:0;border-width:0;" border="0" alt="image" src="http://davidburela.files.wordpress.com/2013/03/image_thumb6.png?w=244&#038;h=122" width="244" height="122" /></a></p>
<p><a href="http://davidburela.files.wordpress.com/2013/03/image7.png"><img title="image" style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" border="0" alt="image" src="http://davidburela.files.wordpress.com/2013/03/image_thumb7.png?w=244&#038;h=140" width="244" height="140" /></a></p>
<p><a href="http://davidburela.files.wordpress.com/2013/03/image8.png"><img title="image" style="background-image:none;padding-top:0;padding-left:0;margin:0 0 0 10px;display:inline;padding-right:0;border-width:0;" border="0" alt="image" src="http://davidburela.files.wordpress.com/2013/03/image_thumb8.png?w=244&#038;h=147" width="244" height="147" /></a></p>
<p><a href="https://plus.google.com/115405969357365786572?rel=author">By David Burela</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidburela.wordpress.com/1896/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidburela.wordpress.com/1896/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidburela.wordpress.com&#038;blog=428267&#038;post=1896&#038;subd=davidburela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidburela.wordpress.com/2013/04/03/using-the-github-for-windows-app-with-bitbucket/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ee7a9a33c75e61c2312ddc0e9fa0cdc8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Burela</media:title>
		</media:content>

		<media:content url="http://davidburela.files.wordpress.com/2013/03/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://davidburela.files.wordpress.com/2013/03/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://davidburela.files.wordpress.com/2013/03/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://davidburela.files.wordpress.com/2013/03/image_thumb5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://davidburela.files.wordpress.com/2013/03/image_thumb6.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://davidburela.files.wordpress.com/2013/03/image_thumb7.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://davidburela.files.wordpress.com/2013/03/image_thumb8.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating the Sensis Showdown app</title>
		<link>http://davidburela.wordpress.com/2013/03/31/creating-the-sensis-showdown-app/</link>
		<comments>http://davidburela.wordpress.com/2013/03/31/creating-the-sensis-showdown-app/#comments</comments>
		<pubDate>Sun, 31 Mar 2013 12:33:00 +0000</pubDate>
		<dc:creator>David Burela</dc:creator>
				<category><![CDATA[Community Report]]></category>
		<category><![CDATA[WinRT]]></category>

		<guid isPermaLink="false">https://davidburela.wordpress.com/?p=1902</guid>
		<description><![CDATA[Recently I was at a developer camp. In attendance was a developer evangelist from Sensis who was encouraging devs to create an app for their search API http://developers.sensis.com.au/about. There was a cash prize for whoever wrote the best app by the end of the hackathon. Long story short, I came in 1st place . The [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidburela.wordpress.com&#038;blog=428267&#038;post=1902&#038;subd=davidburela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Recently I was at a developer camp. In attendance was a developer evangelist from <a title="http://sensis.com.au/" href="http://sensis.com.au/">Sensis</a> who was encouraging devs to create an app for their search API <a title="http://developers.sensis.com.au/about" href="http://developers.sensis.com.au/about">http://developers.sensis.com.au/about</a>. There was a cash prize for whoever wrote the best app by the end of the hackathon.</p>
<p>Long story short, I came in 1st place <img class="wlEmoticon wlEmoticon-nerdsmile" style="border-style:none;" alt="Nerd smile" src="http://davidburela.files.wordpress.com/2013/03/wlemoticon-nerdsmile.png?w=780" />.</p>
<h1>The API</h1>
<p>Sensis are a directory services company (White Pages, Yellow Pages, Business directories, etc.). Their search API allows you to search for local businesses based on key words and locations. It was a REST based API and they provided some legacy .Net 4.5 sample code to interact with the service. However this didn’t work with the new asynchronous apis in WinRT. So I spent an hour trying to very roughly convert it over to a WinRT compatible sample which I then shared with the entire group in attendance, to help everyone else get a head start on entering this competition <a title="https://gist.github.com/DavidBurela/5069136" href="https://gist.github.com/DavidBurela/5069136">https://gist.github.com/DavidBurela/5069136</a>. The interaction code could have been my “secret sauce”, but that is no fun. Everyone at the event was there to have fun hacking away at WinRT and WinPhone apps. I wanted to see what everyone else could come up with once they had the API access code out of the way.</p>
<h1>The idea</h1>
<p>After spending a few hours helping everyone else in attendance, I realised I only had 2 hours left to build something. I’d done a bunch of work with the Bing Maps control recently, so it made sense to start there. A generic “search for a term and display it” app seemed boring, and is the same functionality as their own website. </p>
<p>After a bunch of brain storming I realised I could increase it to two search terms and compare the two. This idea expanded into a competitive comparison for the ultimate argument decider. You always have random arguments when in a bar “Chinese food is more popular”, “No way pizza is”.</p>
<p>This led me to a “Red vs. Blue” comparison. Search for two terms, have it mapped as Red vs Blue push pins, and then display the final numbers</p>
<p>&#160;<a href="http://davidburela.files.wordpress.com/2013/03/pizza-vs-pasta.png"><img title="Pizza Vs Pasta" style="border-top:0;border-right:0;background-image:none;border-bottom:0;padding-top:0;padding-left:0;margin:0 0 0 10px;border-left:0;display:inline;padding-right:0;" border="0" alt="Pizza Vs Pasta" src="http://davidburela.files.wordpress.com/2013/03/pizza-vs-pasta_thumb.png?w=644&#038;h=364" width="644" height="364" /></a><a href="http://davidburela.files.wordpress.com/2013/03/sushi-vs-fries.png"><img title="Sushi Vs Fries" style="border-top:0;border-right:0;background-image:none;border-bottom:0;padding-top:0;padding-left:0;margin:0 0 0 10px;border-left:0;display:inline;padding-right:0;" border="0" alt="Sushi Vs Fries" src="http://davidburela.files.wordpress.com/2013/03/sushi-vs-fries_thumb.png?w=644&#038;h=364" width="644" height="364" /></a></p>
<h1>Downloading the app:</h1>
<h2>Windows 8 marketplace</h2>
<p>Within 72 hours of creating the app, it had already gone through marketplace certification. Microsoft is getting VERY speedy in the approval process now. You can download the app onto your Windows 8 machine at <a title="http://apps.microsoft.com/windows/app/sensis-showdown/5d96dec3-ce11-4164-8b2a-b6b97a59cce5" href="http://apps.microsoft.com/windows/app/sensis-showdown/5d96dec3-ce11-4164-8b2a-b6b97a59cce5">http://apps.microsoft.com/windows/app/sensis-showdown/5d96dec3-ce11-4164-8b2a-b6b97a59cce5</a></p>
<h2>Source code</h2>
<p>As I do with most apps I create for fun, I have thrown the full source code up onto BitBucket <a title="https://github.com/DavidBurela/SensisShowdown" href="https://github.com/DavidBurela/SensisShowdown">https://github.com/DavidBurela/SensisShowdown</a></p>
<p><a href="https://plus.google.com/115405969357365786572?rel=author">By David Burela</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidburela.wordpress.com/1902/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidburela.wordpress.com/1902/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidburela.wordpress.com&#038;blog=428267&#038;post=1902&#038;subd=davidburela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidburela.wordpress.com/2013/03/31/creating-the-sensis-showdown-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ee7a9a33c75e61c2312ddc0e9fa0cdc8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Burela</media:title>
		</media:content>

		<media:content url="http://davidburela.files.wordpress.com/2013/03/wlemoticon-nerdsmile.png" medium="image">
			<media:title type="html">Nerd smile</media:title>
		</media:content>

		<media:content url="http://davidburela.files.wordpress.com/2013/03/pizza-vs-pasta_thumb.png" medium="image">
			<media:title type="html">Pizza Vs Pasta</media:title>
		</media:content>

		<media:content url="http://davidburela.files.wordpress.com/2013/03/sushi-vs-fries_thumb.png" medium="image">
			<media:title type="html">Sushi Vs Fries</media:title>
		</media:content>
	</item>
		<item>
		<title>Summary of Melbourne AppFest</title>
		<link>http://davidburela.wordpress.com/2013/03/28/summary-of-melbourne-appfest/</link>
		<comments>http://davidburela.wordpress.com/2013/03/28/summary-of-melbourne-appfest/#comments</comments>
		<pubDate>Thu, 28 Mar 2013 07:03:12 +0000</pubDate>
		<dc:creator>David Burela</dc:creator>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[Community Report]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[WinRT]]></category>

		<guid isPermaLink="false">https://davidburela.wordpress.com/?p=1880</guid>
		<description><![CDATA[This month saw the first Melbourne AppFest, it all went without a hitch. The facilities were perfect and the catering was the usual good Cliftons standard. We had a lot of mentor support there on the day (Nick Hodge, Frank Arrigo, David Glover, Shane Morris, and a few members from the community). There were a [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidburela.wordpress.com&#038;blog=428267&#038;post=1880&#038;subd=davidburela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>This month saw the first Melbourne AppFest, it all went without a hitch.<br />
The facilities were perfect and the catering was the usual good Cliftons standard.</p>
<p>We had a lot of mentor support there on the day (Nick Hodge, Frank Arrigo, David Glover, Shane Morris, and a few members from the community).</p>
<p>There were a good number of developers there. Many of them had general development questions about Windows Phone &amp; Windows 8, as well as a few people there interested in Windows Azure.</p>
<p>There was a competition on the day for the best app of the day. This was won by Lars Klint for his “Picture of the day” application. It allows you to connect to a feed (such as the National Geographic) and it will change your Window Phone’s lock screen each day.</p>
<p>Lars won a Xbox &amp; Kinect package!</p>
<p><a href="http://davidburela.files.wordpress.com/2013/03/image1.png"><img style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border:0;" title="image" alt="image" src="http://davidburela.files.wordpress.com/2013/03/image_thumb1.png?w=639&#038;h=480" width="639" height="480" border="0" /></a></p>
<p><img style="margin:0 0 0 10px;" alt="" src="http://blog.kiandra.com.au/wp-content/uploads/2013/03/wp_ss_20130227_0001-2.png" width="144" height="240" /></p>
<p>The app can be downloaded from the Windows Phone app store <a href="http://www.windowsphone.com/en-au/store/app/image-of-the-day/84848ebd-6ce3-4617-b89f-83ec4f093a54">http://www.windowsphone.com/en-au/store/app/image-of-the-day/84848ebd-6ce3-4617-b89f-83ec4f093a54</a><br />
There are more details about the winning app by Lars’ employer <a href="http://blog.kiandra.com.au/2013/03/image-of-the-day-wins-appfest/">http://blog.kiandra.com.au/2013/03/image-of-the-day-wins-appfest/</a></p>
<p><a href="https://plus.google.com/115405969357365786572?rel=author">By David Burela</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidburela.wordpress.com/1880/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidburela.wordpress.com/1880/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidburela.wordpress.com&#038;blog=428267&#038;post=1880&#038;subd=davidburela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidburela.wordpress.com/2013/03/28/summary-of-melbourne-appfest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ee7a9a33c75e61c2312ddc0e9fa0cdc8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Burela</media:title>
		</media:content>

		<media:content url="http://davidburela.files.wordpress.com/2013/03/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://blog.kiandra.com.au/wp-content/uploads/2013/03/wp_ss_20130227_0001-2.png" medium="image" />
	</item>
		<item>
		<title>Windows 8 development&#8211;Certification failed due to bytecode generation</title>
		<link>http://davidburela.wordpress.com/2013/03/28/windows-8-developmentcertification-failed-due-to-bytecode-generation/</link>
		<comments>http://davidburela.wordpress.com/2013/03/28/windows-8-developmentcertification-failed-due-to-bytecode-generation/#comments</comments>
		<pubDate>Wed, 27 Mar 2013 14:13:12 +0000</pubDate>
		<dc:creator>David Burela</dc:creator>
				<category><![CDATA[WinRT]]></category>

		<guid isPermaLink="false">https://davidburela.wordpress.com/?p=1877</guid>
		<description><![CDATA[I was working on a WinJS application and added a 3rd party JavaScript library. However every time I tried to run the WACK certification tool I kept coming across this issue. Performance test &#8211; FAILED Bytecode generation Error Found: The bytecode generation test detected the following errors: File … has JavaScript syntax or other problems. [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidburela.wordpress.com&#038;blog=428267&#038;post=1877&#038;subd=davidburela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I was working on a WinJS application and added a 3rd party JavaScript library. However every time I tried to run the WACK certification tool I kept coming across this issue.</p>
<dl>
<dd>
<p><strong>Performance test &#8211; <font color="#ff0000">FAILED Bytecode generation</font></strong> </p>
<ul>
<li>
<p>Error Found: The bytecode generation test detected the following errors: </p>
<ul>
<li>File … has JavaScript syntax or other problems. </li>
</ul>
</li>
<li>
<p>Impact if not fixed: As a performance optimization to accelerate JavaScript execution time, JavaScript files ending in the &quot;.js&quot; extension generate bytecode when the app is deployed. This optimization significantly improves start-up and ongoing execution times for JavaScript. </p>
</li>
<li>
<p>How to fix: You may need consider one or more of these steps to fix the issue:            <br />- Ensure that event logging is enabled             <br />- All JavaScript files are syntactically valid; otherwise exclude the respective files from the package             <br />- Please note that you should uninstall all previous versions of the app before deploying             <br />Otherwise exclude the respective files from the package.</p>
</li>
</ul>
</dd>
</dl>
<p>&#160;</p>
<h1>How to solve it</h1>
<p>The issue I had was due to the encoding on the JavaScript file. This can be easily fixed by changing the encoding to Unicode UTF-8.</p>
<p>Do this by opening the JavaScript file, then select File –&gt; Advanced Save Options. In the dialog, select Unicode (UTF-8 with signature) &#8211; Codepage 65001</p>
<p><a href="http://davidburela.files.wordpress.com/2013/03/image.png"><img title="image" style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" border="0" alt="image" src="http://davidburela.files.wordpress.com/2013/03/image_thumb.png?w=473&#038;h=242" width="473" height="242" /></a></p>
<p><a href="https://plus.google.com/115405969357365786572?rel=author">By David Burela</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidburela.wordpress.com/1877/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidburela.wordpress.com/1877/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidburela.wordpress.com&#038;blog=428267&#038;post=1877&#038;subd=davidburela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidburela.wordpress.com/2013/03/28/windows-8-developmentcertification-failed-due-to-bytecode-generation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ee7a9a33c75e61c2312ddc0e9fa0cdc8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Burela</media:title>
		</media:content>

		<media:content url="http://davidburela.files.wordpress.com/2013/03/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows Azure Boot camps (Melbourne, Sydney &amp; Brisbane)</title>
		<link>http://davidburela.wordpress.com/2013/03/11/windows-azure-boot-camps-melbourne-sydney-brisbane/</link>
		<comments>http://davidburela.wordpress.com/2013/03/11/windows-azure-boot-camps-melbourne-sydney-brisbane/#comments</comments>
		<pubDate>Mon, 11 Mar 2013 04:27:00 +0000</pubDate>
		<dc:creator>David Burela</dc:creator>
				<category><![CDATA[Azure]]></category>

		<guid isPermaLink="false">https://davidburela.wordpress.com/?p=1873</guid>
		<description><![CDATA[Microsoft is running Windows Azure boot camps around Australia. These are one day events that will help get you on the fast track to developing with the cloud. The registration page with information on the times, agenda for the day, etc. can all be found at http://6weeksofazure.azurewebsites.net/about-6-weeks/agenda/ Melbourne 16 March 2013 Monash University Law Chambers, [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidburela.wordpress.com&#038;blog=428267&#038;post=1873&#038;subd=davidburela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Microsoft is running Windows Azure boot camps around Australia. These are one day events that will help get you on the fast track to developing with the cloud.</p>
<p>The registration page with information on the times, agenda for the day, etc. can all be found at <a href="http://6weeksofazure.azurewebsites.net/about-6-weeks/agenda/">http://6weeksofazure.azurewebsites.net/about-6-weeks/agenda/</a></p>
<p><strong>Melbourne<br />
</strong>16 March 2013<br />
Monash University Law Chambers, Marsh Building<br />
555 Lonsdale Street</p>
<p><strong>Sydney</strong><br />
23 March 2013<br />
Microsoft Offices<br />
1 Epping Road</p>
<p><strong>Brisbane</strong><br />
27 March 2013<br />
Cliftons<br />
288 Edward Street</p>
<p>Unfortunately I am in different states when each of the events are on, so I won’t be able to assist with these events <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p><a href="https://plus.google.com/115405969357365786572?rel=author">By David Burela</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidburela.wordpress.com/1873/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidburela.wordpress.com/1873/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidburela.wordpress.com&#038;blog=428267&#038;post=1873&#038;subd=davidburela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidburela.wordpress.com/2013/03/11/windows-azure-boot-camps-melbourne-sydney-brisbane/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ee7a9a33c75e61c2312ddc0e9fa0cdc8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Burela</media:title>
		</media:content>
	</item>
		<item>
		<title>Melbourne &amp; Sydney Appfest for Windows 8 / Windows Phone / Azure</title>
		<link>http://davidburela.wordpress.com/2013/02/04/melbourne-sydney-appfest-for-windows-8-windows-phone-azure/</link>
		<comments>http://davidburela.wordpress.com/2013/02/04/melbourne-sydney-appfest-for-windows-8-windows-phone-azure/#comments</comments>
		<pubDate>Sun, 03 Feb 2013 23:28:00 +0000</pubDate>
		<dc:creator>David Burela</dc:creator>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[WinRT]]></category>

		<guid isPermaLink="false">https://davidburela.wordpress.com/?p=1663</guid>
		<description><![CDATA[There are 2 big events happening in Australia over the next few weeks. The first is a three day Sydney Appfest from Friday February 15th – Sunday February 17th. Details of it can be found on the Lalaninja website http://www.lalaninja.com.au/2013/01/21/appfest-sydney-february-2013/ As there was only a Sydney event being organised, I worked with the Microsoft DPE [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidburela.wordpress.com&#038;blog=428267&#038;post=1663&#038;subd=davidburela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>There are 2 big events happening in Australia over the next few weeks.</p>
<p>The first is a three day <strong>Sydney</strong> Appfest from Friday February 15th – Sunday February 17th.<br />
Details of it can be found on the Lalaninja website <a title="http://www.lalaninja.com.au/2013/01/21/appfest-sydney-february-2013/" href="http://www.lalaninja.com.au/2013/01/21/appfest-sydney-february-2013/">http://www.lalaninja.com.au/2013/01/21/appfest-sydney-february-2013/</a></p>
<p>As there was only a Sydney event being organised, I worked with the Microsoft DPE team to help organise a secondary event to be hosted in Melbourne.<br />
The <strong>Melbourne</strong> event will be a 1 day event on Saturday 2nd March. Space is limited so you NEED to register quickly<br />
<a title="http://wp.msdeveloper.com.au/Pages/Events.aspx" href="http://wp.msdeveloper.com.au/Pages/Events.aspx">http://wp.msdeveloper.com.au/Pages/Events.aspx</a></p>
<p><a href="https://plus.google.com/115405969357365786572?rel=author">By David Burela</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidburela.wordpress.com/1663/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidburela.wordpress.com/1663/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidburela.wordpress.com&#038;blog=428267&#038;post=1663&#038;subd=davidburela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidburela.wordpress.com/2013/02/04/melbourne-sydney-appfest-for-windows-8-windows-phone-azure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ee7a9a33c75e61c2312ddc0e9fa0cdc8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Burela</media:title>
		</media:content>
	</item>
		<item>
		<title>Sorted lists in Windows 8 applications</title>
		<link>http://davidburela.wordpress.com/2013/01/04/sorted-lists-in-windows-8-applications/</link>
		<comments>http://davidburela.wordpress.com/2013/01/04/sorted-lists-in-windows-8-applications/#comments</comments>
		<pubDate>Thu, 03 Jan 2013 23:00:00 +0000</pubDate>
		<dc:creator>David Burela</dc:creator>
				<category><![CDATA[WinRT]]></category>

		<guid isPermaLink="false">https://davidburela.wordpress.com/?p=1661</guid>
		<description><![CDATA[While developing Windows 8 applications I have come across the requirement to have my list of items sorted on my screen, sometimes in a &#60;ListBox&#62;. Unfortunately the base WinRT controls make this really difficult to achieve. After a few hours of searching for an easier way to do it, I finally discovered a way of [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidburela.wordpress.com&#038;blog=428267&#038;post=1661&#038;subd=davidburela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>While developing Windows 8 applications I have come across the requirement to have my list of items sorted on my screen, sometimes in a &lt;ListBox&gt;. Unfortunately the base WinRT controls make this really difficult to achieve.</p>
<p>After a few hours of searching for an easier way to do it, I finally discovered a way of sorting the items. Rather than having the controls automatically sort for me (as I was used to doing in Silverlight, etc.), but instead by sorting the underlying list itself. It makes total sense in hindsight.</p>
<p>A blog post from <a href="http://www.xamlplayground.org/author/Andrea%20Boschin.aspx">Andrea Boschin</a> explains how to do it: <a title="http://www.xamlplayground.org/post/2010/04/27/Keeping-an-ObservableCollection-sorted-with-a-method-override.aspx" href="http://www.xamlplayground.org/post/2010/04/27/Keeping-an-ObservableCollection-sorted-with-a-method-override.aspx">http://www.xamlplayground.org/post/2010/04/27/Keeping-an-ObservableCollection-sorted-with-a-method-override.aspx</a></p>
<p>The sorting can be achieved automatically by overriding a method in the ObservableCollection. The final step is to add the IComparable interface to the class you want to sort.</p>
<p>Here is an example IComparable implementation that will sort alphabetically</p>
<blockquote><p>public int CompareTo(object obj)<br />
{<br />
var person = obj as Person;<br />
return string.CompareOrdinal(this.Name, person.Name);<br />
}</p></blockquote>
<p><em><a href="https://plus.google.com/115405969357365786572?rel=author">By David Burela<br />
<em>Reblogged from my </em><em><a href="http://www.infragistics.com/community/blogs/david_burela/archive/2012/12/31/sorted-lists-in-windows-8-applications.aspx">Infragistics blog</a></em><br />
</a></em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidburela.wordpress.com/1661/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidburela.wordpress.com/1661/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidburela.wordpress.com&#038;blog=428267&#038;post=1661&#038;subd=davidburela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidburela.wordpress.com/2013/01/04/sorted-lists-in-windows-8-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ee7a9a33c75e61c2312ddc0e9fa0cdc8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Burela</media:title>
		</media:content>
	</item>
		<item>
		<title>Adding a privacy policy to your Windows 8 application</title>
		<link>http://davidburela.wordpress.com/2013/01/03/adding-a-privacy-policy-to-your-windows-8-application/</link>
		<comments>http://davidburela.wordpress.com/2013/01/03/adding-a-privacy-policy-to-your-windows-8-application/#comments</comments>
		<pubDate>Wed, 02 Jan 2013 23:01:00 +0000</pubDate>
		<dc:creator>David Burela</dc:creator>
				<category><![CDATA[WinRT]]></category>
		<category><![CDATA[privacy policy]]></category>

		<guid isPermaLink="false">https://davidburela.wordpress.com/?p=1660</guid>
		<description><![CDATA[One aspect of Windows 8 app development that I have seen a lot of developers get tripped up on has been the inclusion of a “privacy policy”. The certification requirements document explains why it is needed: http://msdn.microsoft.com/en-au/library/windows/apps/hh694083.aspx#ACR_4_0 But to sum the article up, if you even have the “can access the internet” capability checked then [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidburela.wordpress.com&#038;blog=428267&#038;post=1660&#038;subd=davidburela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>One aspect of Windows 8 app development that I have seen a lot of developers get tripped up on has been the inclusion of a “privacy policy”. The certification requirements document explains why it is needed:<br />
<a title="http://msdn.microsoft.com/en-au/library/windows/apps/hh694083.aspx#ACR_4_0" href="http://msdn.microsoft.com/en-au/library/windows/apps/hh694083.aspx#ACR_4_0">http://msdn.microsoft.com/en-au/library/windows/apps/hh694083.aspx#ACR_4_0</a></p>
<p>But to sum the article up, if you even have the “can access the internet” capability checked then you MUST have a privacy policy. I (incorrectly) thought that since I was just accessing a XML feed and not sending any data that I would be excluded from the requirement. But Microsoft have no idea what you may be sending in your GET/POST requests.</p>
<p><strong>Examples of privacy policies</strong></p>
<p>The first step is to write a privacy policy, however it is probably easier to just base yours off of someone else’s. Here is my current privacy policy <a title="http://davidburela.wordpress.com/windows-apps-privacy-policy/" href="http://davidburela.wordpress.com/windows-apps-privacy-policy/">http://davidburela.wordpress.com/windows-apps-privacy-policy/</a></p>
<p>Here are links to a few other privacy policies:</p>
<ul>
<li><a title="http://www.nickhodge.com/blog/privacy-policy" href="http://www.nickhodge.com/blog/privacy-policy">http://www.nickhodge.com/blog/privacy-policy</a></li>
<li><a title="http://www.spritehand.com/PhysamajigPolicies/tabid/247/Default.aspx" href="http://www.spritehand.com/PhysamajigPolicies/tabid/247/Default.aspx">http://www.spritehand.com/PhysamajigPolicies/tabid/247/Default.aspx</a></li>
<li><a title="http://puzzletouch.com/home/privacy" href="http://puzzletouch.com/home/privacy">http://puzzletouch.com/home/privacy</a></li>
</ul>
<p>The next hurdle is finding somewhere to host your privacy policy. You could use a free Windows Azure website account, post it onto your blog (like I have done), or perhaps put it onto skydrive/dropbox and make it public.</p>
<p><strong>Code </strong></p>
<p>Once you have your privacy policy, the last step is to add it to the settings charm. The easiest way is to add it to the settings charm from <strong>App.xaml.cs</strong>, this way the privacy policy is available on every page of your application.</p>
<p>Below I have included the code snippet I use in my own code. First you add an event handler for when the commands are requested. Then you add your new privacy policy option to the settings screen. Finally you add logic for what happens when your new option is clicked (launch the web browser).</p>
<p>App.xaml.xs:</p>
<blockquote><p>protected override void OnLaunched(LaunchActivatedEventArgs args)<br />
{<br />
// &#8230;</p>
<p>SettingsPane.GetForCurrentView().CommandsRequested += App_CommandsRequested;<br />
}</p>
<p>void App_CommandsRequested(SettingsPane sender, SettingsPaneCommandsRequestedEventArgs args)<br />
{<br />
args.Request.ApplicationCommands.Add(new SettingsCommand(&#8220;privacypolicy&#8221;, &#8220;Privacy policy&#8221;, OpenPrivacyPolicy));<br />
}</p>
<p>private async void OpenPrivacyPolicy(IUICommand command)<br />
{<br />
var uri = new Uri(&#8220;<a href="http://davidburela.wordpress.com/windows-apps-privacy-policy/&quot;);">http://davidburela.wordpress.com/windows-apps-privacy-policy/&#8221;);</a><br />
await Launcher.LaunchUriAsync(uri);<br />
}</p></blockquote>
<p>I hope this helps simplify your app development!</p>
<p><em><a href="https://plus.google.com/115405969357365786572?rel=author">By David Burela</a><br />
Reblogged from my </em><a href="http://www.infragistics.com/community/blogs/david_burela/archive/2012/12/31/adding-a-privacy-policy-to-your-windows-8-application.aspx" rel="canonical"><em>Infragistics blog</em></a><em>.</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidburela.wordpress.com/1660/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidburela.wordpress.com/1660/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidburela.wordpress.com&#038;blog=428267&#038;post=1660&#038;subd=davidburela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidburela.wordpress.com/2013/01/03/adding-a-privacy-policy-to-your-windows-8-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ee7a9a33c75e61c2312ddc0e9fa0cdc8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Burela</media:title>
		</media:content>
	</item>
		<item>
		<title>Easy to use icons in Windows 8 applications by using Segoe UI Symbol font</title>
		<link>http://davidburela.wordpress.com/2012/12/19/easy-to-use-icons-in-windows-8-applications-by-using-segoe-ui-symbol-font/</link>
		<comments>http://davidburela.wordpress.com/2012/12/19/easy-to-use-icons-in-windows-8-applications-by-using-segoe-ui-symbol-font/#comments</comments>
		<pubDate>Tue, 18 Dec 2012 22:01:00 +0000</pubDate>
		<dc:creator>David Burela</dc:creator>
				<category><![CDATA[WinRT]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[Win 8]]></category>
		<category><![CDATA[Win8]]></category>
		<category><![CDATA[xaml]]></category>

		<guid isPermaLink="false">https://davidburela.wordpress.com/?p=1658</guid>
		<description><![CDATA[When creating your “Windows Modern Style UI applications” (read: Metro), one difficult aspect of the creation can be finding great icons to help keep a consistent look. One little known trick is that Microsoft have already created a collection of icons that you can use in your applications. You simply need to use the “Segoe [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidburela.wordpress.com&#038;blog=428267&#038;post=1658&#038;subd=davidburela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>When creating your “Windows Modern Style UI applications” (read: Metro), one difficult aspect of the creation can be finding great icons to help keep a consistent look.</p>
<p>One little known trick is that Microsoft have already created a collection of icons that you can use in your applications. You simply need to use the “Segoe UI Symbol” font and know the character code for the icon.    <br />An additional advantage of using an icon font, is that the icons are vector based and will scale crisply.</p>
<p>To browse the icons that are available open the <strong>Character map</strong> (search for it on the start screen). Change the font to Segoe UI Symbol, then scroll to the bottom for the really good ones.     <br />Take note of the hex value of the character you want (E0EB in the sample image below).</p>
<p><a href="http://davidburela.files.wordpress.com/2012/12/image.png"><img title="image" style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" border="0" alt="image" src="http://davidburela.files.wordpress.com/2012/12/image_thumb.png?w=244&#038;h=209" width="244" height="209" /></a></p>
<p>&#160;</p>
<p>From within your Windows 8 application, set the FontFamily to “Segoe UI Symbol”. Then tell the XAML that you are using the hex value of a character by putting it in the format &amp;#x<strong>1111</strong>;&#160; The ampersand escapes the string, the #x defines it as a hex value, the semicolon then closes the character escape off.</p>
<p>So our aeroplane icon would be defined in XAML like this: &#xE0EB;    <br />The full line of XAML would be: &lt;TextBlock FontSize=&quot;72&quot; FontFamily=&quot;Segoe UI Symbol&quot; Text=&quot;&#xE0EB;&quot; /&gt;</p>
<p>The screenshot below shows the icons being displayed in the Visual Studio designer.</p>
<p><a href="http://davidburela.files.wordpress.com/2012/12/image1.png"><img title="image" style="background-image:none;padding-top:0;padding-left:0;margin:0;display:inline;padding-right:0;border-width:0;" border="0" alt="image" src="http://davidburela.files.wordpress.com/2012/12/image_thumb1.png?w=244&#038;h=143" width="244" height="143" /></a></p>
<p>Start exploring with the character map, you may save yourself a heap of time by using the predefined icons Microsoft have created!</p>
<p>Reblogged from <a title="http://www.infragistics.com/community/blogs/david_burela/archive/2012/12/17/easy-to-use-icons-in-windows-8-applications-by-using-segoe-ui-symbol-font.aspx" href="http://www.infragistics.com/community/blogs/david_burela/archive/2012/12/17/easy-to-use-icons-in-windows-8-applications-by-using-segoe-ui-symbol-font.aspx" rel="canonical">my Infragistics blog</a></p>
<p><a href="https://plus.google.com/115405969357365786572?rel=author">By David Burela</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidburela.wordpress.com/1658/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidburela.wordpress.com/1658/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidburela.wordpress.com&#038;blog=428267&#038;post=1658&#038;subd=davidburela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidburela.wordpress.com/2012/12/19/easy-to-use-icons-in-windows-8-applications-by-using-segoe-ui-symbol-font/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ee7a9a33c75e61c2312ddc0e9fa0cdc8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Burela</media:title>
		</media:content>

		<media:content url="http://davidburela.files.wordpress.com/2012/12/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://davidburela.files.wordpress.com/2012/12/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Build 2012 conference app for Windows Phone</title>
		<link>http://davidburela.wordpress.com/2012/10/29/build-2012-conference-app-for-windows-phone/</link>
		<comments>http://davidburela.wordpress.com/2012/10/29/build-2012-conference-app-for-windows-phone/#comments</comments>
		<pubDate>Mon, 29 Oct 2012 11:11:24 +0000</pubDate>
		<dc:creator>David Burela</dc:creator>
				<category><![CDATA[Windows Phone]]></category>

		<guid isPermaLink="false">https://davidburela.wordpress.com/?p=1649</guid>
		<description><![CDATA[This year I was given the location of the Build 2012 data feed, and asked if I could help build the conference app for the Windows Phone. You can download the Build 2012 conference application from the Windows Phone marketplace. The source code is available on GitHub. I took the TechEd Australia app that I [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidburela.wordpress.com&#038;blog=428267&#038;post=1649&#038;subd=davidburela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://davidburela.files.wordpress.com/2012/10/appicon_200.png"><img style="background-image:none;float:right;padding-top:0;padding-left:0;margin:0 0 0 10px;display:inline;padding-right:0;border-width:0;" title="AppIcon_200" alt="AppIcon_200" src="http://davidburela.files.wordpress.com/2012/10/appicon_200_thumb.png?w=204&#038;h=204" width="204" height="204" align="right" border="0" /></a>This year I was given the location of the Build 2012 data feed, and asked if I could help build the conference app for the Windows Phone.</p>
<p>You can <a href="http://www.windowsphone.com/s?appid=d582a8b4-3904-4d7b-9eb2-3053a45a4f11&amp;apptype=regular">download the Build 2012 conference application from the Windows Phone marketplace</a>.</p>
<p><a href="https://github.com/DavidBurela/Build2012WinPhone">The source code is available on GitHub</a>.</p>
<p>I took the TechEd Australia app that I created earlier in the year, and modified it for the Build data stream (<a href="http://davidburela.wordpress.com/2012/09/18/post-mortem-of-the-microsoft-teched-wp7-app/">you can read my post-mortem of building the TechEd app here</a>)</p>
<p>The Build 2012 application has a few nice features:</p>
<ul>
<li>Search for sessions by title, session code or abstract.</li>
<li>View the sessions by schedule slot.</li>
<li>View slides directly on your phone (once uploaded to Channel 9).</li>
<li>Watch the sessions directly on your phone (once uploaded to Channel 9).</li>
</ul>
<p>And of course, the application was built using the <a href="http://www.infragistics.com/products/windows-phone/">Infragistics NetAdvantage for Windows Phone controls</a>.</p>
<p><a href="http://davidburela.files.wordpress.com/2012/10/schedule-grouping.png"><img style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" title="schedule grouping" alt="schedule grouping" src="http://davidburela.files.wordpress.com/2012/10/schedule-grouping_thumb.png?w=148&#038;h=244" width="148" height="244" border="0" /></a><a href="http://davidburela.files.wordpress.com/2012/10/session-info.png"><img style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" title="Session info" alt="Session info" src="http://davidburela.files.wordpress.com/2012/10/session-info_thumb.png?w=148&#038;h=244" width="148" height="244" border="0" /></a><a href="http://davidburela.files.wordpress.com/2012/10/session-searching.png"><img style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" title="session searching" alt="session searching" src="http://davidburela.files.wordpress.com/2012/10/session-searching_thumb.png?w=148&#038;h=244" width="148" height="244" border="0" /></a><a href="http://davidburela.files.wordpress.com/2012/10/speaker-info.png"><img style="background-image:none;padding-top:0;padding-left:0;margin:0 0 0 10px;display:inline;padding-right:0;border-width:0;" title="speaker info" alt="speaker info" src="http://davidburela.files.wordpress.com/2012/10/speaker-info_thumb.png?w=148&#038;h=244" width="148" height="244" border="0" /></a></p>
<p><a href="http://www.infragistics.com/community/blogs/david_burela/archive/2012/10/29/build-2012-conference-app-for-windows-phone.aspx" rel="canonical"><em><a href="https://plus.google.com/115405969357365786572?rel=author">By David Burela</a><br />
Reblogged from my Infragistics account</em></a><em>.</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidburela.wordpress.com/1649/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidburela.wordpress.com/1649/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidburela.wordpress.com&#038;blog=428267&#038;post=1649&#038;subd=davidburela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidburela.wordpress.com/2012/10/29/build-2012-conference-app-for-windows-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ee7a9a33c75e61c2312ddc0e9fa0cdc8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Burela</media:title>
		</media:content>

		<media:content url="http://davidburela.files.wordpress.com/2012/10/appicon_200_thumb.png" medium="image">
			<media:title type="html">AppIcon_200</media:title>
		</media:content>

		<media:content url="http://davidburela.files.wordpress.com/2012/10/schedule-grouping_thumb.png" medium="image">
			<media:title type="html">schedule grouping</media:title>
		</media:content>

		<media:content url="http://davidburela.files.wordpress.com/2012/10/session-info_thumb.png" medium="image">
			<media:title type="html">Session info</media:title>
		</media:content>

		<media:content url="http://davidburela.files.wordpress.com/2012/10/session-searching_thumb.png" medium="image">
			<media:title type="html">session searching</media:title>
		</media:content>

		<media:content url="http://davidburela.files.wordpress.com/2012/10/speaker-info_thumb.png" medium="image">
			<media:title type="html">speaker info</media:title>
		</media:content>
	</item>
	</channel>
</rss>
