<?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/"
	>

<channel>
	<title>Alphalabs</title>
	<atom:link href="http://alphalabs.cc/feed/" rel="self" type="application/rss+xml" />
	<link>http://alphalabs.cc</link>
	<description></description>
	<lastBuildDate>Fri, 14 Jun 2013 08:48:06 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>How do you develop an app like Rando?</title>
		<link>http://alphalabs.cc/how-do-you-develop-an-app-like-rando/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-do-you-develop-an-app-like-rando</link>
		<comments>http://alphalabs.cc/how-do-you-develop-an-app-like-rando/#comments</comments>
		<pubDate>Fri, 14 Jun 2013 08:35:20 +0000</pubDate>
		<dc:creator>Beth</dc:creator>
				<category><![CDATA[Featured]]></category>

		<guid isPermaLink="false">http://alphalabs.cc/?p=2778</guid>
		<description><![CDATA[<div><img width="1920" height="1080" src="http://alphalabs.cc/wp-content/uploads/2013/06/rando-app-wp8-bulding-the-app-article.png" class="attachment-type-photo wp-post-image" alt="rando app wp8 - bulding the app article" title="rando app wp8 - bulding the app article" /></div><p><p>Have we got a treat for you! Developers of <a href="http://rando.ustwo.se/">Rando</a>, the experimental photo exchange platform that lets you send images anonymously to somebody completely random, have provided you with an exclusive insight into the thought process behind developing Rando on the <a href="http://developer.windowsphone.com/en-us/develop">Windows Phone platform</a> and how they went about it. Enjoy!</p> <p>Markus Persson I&#8217;ve been working with development for 6 years, starting with game development for PC and console and for the past years focusing on mobile app development. I worked with Symbian, UIQ, Motorola, and Sony Ericsson, then continued with development for iOS and Android. I&#8217;m now exploring the new and upcoming Windows Phone.</p> Rando WP8 &#8211; Not just a port <p>It’s been over three months since we <a href="http://www.fastcodesign.com/1672158/an-app-for-sharing-pics-with-total-strangers">initially launched Rando on iOS</a>. A couple of weeks later we followed up by <a href="http://thenextweb.com/apps/2013/04/11/randos-randomized-photo-sharing-anti-social-network-launches-on-android/">launching on Android</a>. Since then we’ve seen  <a href="http://alphalabs.cc/how-do-you-develop-an-app-like-rando/" class="more-link"><span class="screen-reader-text">Continue Reading</span></a></p><p>The post <a href="http://alphalabs.cc/how-do-you-develop-an-app-like-rando/">How do you develop an app like Rando?</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></description>
			<content:encoded><![CDATA[<div><img width="1920" height="1080" src="http://alphalabs.cc/wp-content/uploads/2013/06/rando-app-wp8-bulding-the-app-article.png" class="attachment-type-photo wp-post-image" alt="rando app wp8 - bulding the app article" title="rando app wp8 - bulding the app article" /></div><p><em>Have we got a treat for you! Developers of <a href="http://rando.ustwo.se/">Rando</a>, the experimental photo exchange platform that lets you send images anonymously to somebody completely random, have provided you with an exclusive insight into the thought process behind developing Rando on the <a href="http://developer.windowsphone.com/en-us/develop">Windows Phone platform</a> and how they went about it. Enjoy!</em></p>
<p>Markus Persson<br />
I&#8217;ve been working with development for 6 years, starting with game development for PC and console and for the past years focusing on mobile app development. I worked with Symbian, UIQ, Motorola, and Sony Ericsson, then continued with development for iOS and Android. I&#8217;m now exploring the new and upcoming Windows Phone.</p>
<h2>Rando WP8 &#8211; Not just a port</h2>
<p>It’s been over three months since we <a href="http://www.fastcodesign.com/1672158/an-app-for-sharing-pics-with-total-strangers">initially launched Rando on iOS</a>. A couple of weeks later we followed up by <a href="http://thenextweb.com/apps/2013/04/11/randos-randomized-photo-sharing-anti-social-network-launches-on-android/">launching on Android</a>. Since then we’ve seen over 350k downloads on both platforms with over 8.4 million randos shared through the application.</p>
<p>We’ve quite literally been blown away by <a href="http://techcrunch.com/2013/05/22/you-know-whats-cool-5-million-randos/">the success of Rando</a>, so to keep the journey going, the next step was to launch Rando on Windows Phone, which was much more than porting an existing app.</p>
<h2>Shift your mindset</h2>
<p>We went back to the drawing board and approached the project with fresh eyes in order to give users the best experience possible. Simply porting from one platform to another wouldn’t have been the best way forward, as we really wanted to make the most of the interactions for Windows Phone 8.</p>
<p>An example of this was the pull to refresh feature seen in the first version on iOS 6, and as it was part of the native UIKit framework, it initially made sense to use it. However there’s no native support for Windows Phone 8, so we thought about it differently and made a quick implementation where we forced a newly-received rando to be added straight into your timeline, instead of having to interact directly to get your next rando.</p>
<p>We then produced an internal release and gave handsets to different people in the studio for user testing. The feedback we got was amazing, so much so that in the end, it turned out that the new interaction we tested got implemented both on iOS and Android (in a forthcoming update).</p>
<h2>Look around you</h2>
<p>In this particular instance we started development on a platform that was pretty much new to us, so we had a good look around before we started.</p>
<p>Top tip is if you’ve already got an app out there on one platform then get access to that code if possible. The aim is to keep native behaviours and not to rewrite the logic. By looking at the code for other platforms it means you don’t need to re-invent the wheel.</p>
<p>Following on from this, is there a library you can use? Is there an open source component you can use? A lot of the time you are free to use what other passionate people have created and released as open source or by using another license. A great place for this type of information is <a href="http://www.nuget.org/">NuGet</a> - it has a lot of different libraries and packages, which are all free to use.</p>
<p>Our thinking was there’s no reason to create something from scratch that someone else has already done and more importantly at already such an impressively high standard. For us, it made sense and made things a whole lot easier.</p>
<h2>Define a feature set</h2>
<p>Always make sure you define a feature set before starting the development process on another platform. Make sure you keep focused and stick to the feature set – don’t change it. Once you have a feature ready, release it to your team and test it together. Really ask yourselves if there’s anything you can change or anything that would make the whole experience better. Then make those changes.</p>
<h2>Try new things together</h2>
<p>Try to find new ways to do things and try to learn as you go. For example we decided to use as few assets as possible. It’s too easy to fall into the trap of spending an entire day scaling existing assets, but that’s not a fun experience for anyone. So what we did was to sit down and create our UI components “by hand” in code using Expression Blend.</p>
<p><a href="http://msdn.microsoft.com/en-us/library/ff979324(v=expression.40).aspx">Expression Blend for Windows Phone</a> is a great tool. It is like pair programming with your designer. You sit at one computer and draw your components and the tools will generate the XML for you. Another benefit is that you only have to create your components once. It will automatically scale with all screen sizes and resolutions. No more scaling assets for 3 or 4 different sizes and resolutions.</p>
<p>Using Expression Blend will also help you get instant feedback on any changes you make. You build and run it on a device straight from the tool for you all to have a look at while developing. It lets you get an immediate feel for the app. Maybe there’s an interaction that needs changing? Maybe there’s a UI component that doesn’t fit with the current design? By catching these issues early and making adaptations you are one step closer to making the whole experience better.</p>
<h2>Finally</h2>
<p>By using the <a href="http://msdn.microsoft.com/library/windowsphone/develop/ff402529(v=vs.105).aspx">tools provided by Microsoft</a> and following some of the tips we’ve included here, it’s much easier to create an experience that ultimately falls inline with the design principles of Windows Phone:</p>
<p>• Pride in craftmanship<br />
• More with less<br />
• Fast and fluid<br />
• Authentically digital<br />
• Win as one</p>
<p>Download Rando on <a href="http://www.windowsphone.com/en-us/store/app/rando/e407d57b-f15b-41ee-9236-ddc854226615">Windows Phone</a>, <a href="https://itunes.apple.com/gb/app/rando/id588683021?mt=8">iOS</a> or <a href="https://play.google.com/store/apps/details?id=com.ustwo.rando&amp;hl=en">Android</a>.</p>
<p>The post <a href="http://alphalabs.cc/how-do-you-develop-an-app-like-rando/">How do you develop an app like Rando?</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://alphalabs.cc/how-do-you-develop-an-app-like-rando/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>App of the month: I&#8217;m Here</title>
		<link>http://alphalabs.cc/app-of-the-month-im-here/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=app-of-the-month-im-here</link>
		<comments>http://alphalabs.cc/app-of-the-month-im-here/#comments</comments>
		<pubDate>Tue, 04 Jun 2013 09:07:49 +0000</pubDate>
		<dc:creator>Beth</dc:creator>
				<category><![CDATA[App of The Month]]></category>

		<guid isPermaLink="false">http://alphalabs.cc/?p=2720</guid>
		<description><![CDATA[<div><img width="750" height="410" src="http://alphalabs.cc/wp-content/uploads/2013/06/whatsapp_imhere4.png" class="attachment-type-photo wp-post-image" alt="whatsapp_imhere" title="whatsapp_imhere" /></div><p><p>Want to know where your children, partner, friends or even parents have disappeared to? It&#8217;s easier to find out than you may think. Thanks to <a href="http://www.windowsphone.com/en-US/store/publishers?publisherId=Shayne%2BBoyer&#38;appId=f7a8d5e3-86c8-4661-af6f-b8f566837345">Shayne Boyer</a>, aka <a href="http://blog.tattoocoder.com/">Tattoo Coder</a>, you can now keep tabs on them all with one simple but handy app: <a href="http://www.windowsphone.com/en-us/store/app/i-m-here/f7a8d5e3-86c8-4661-af6f-b8f566837345">I&#8217;m Here</a>.</p> <p>I&#8217;m Here is a location map that allows you to keep people in the loop with your whereabouts at all times. It is useful both when you&#8217;re trying to track someone down and when someone&#8217;s trying to track you down. It is therefore an ideal app if you too are fed up of constantly having to update people when you&#8217;ve reached your destination.</p> <p>You might think &#8216;I can do just that by sending a SMS from my Windows Phone&#8217;, but I’m Here gives you more options to choose from than simply attaching  <a href="http://alphalabs.cc/app-of-the-month-im-here/" class="more-link"><span class="screen-reader-text">Continue Reading</span></a></p><p>The post <a href="http://alphalabs.cc/app-of-the-month-im-here/">App of the month: I&#8217;m Here</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></description>
			<content:encoded><![CDATA[<div><img width="750" height="410" src="http://alphalabs.cc/wp-content/uploads/2013/06/whatsapp_imhere4.png" class="attachment-type-photo wp-post-image" alt="whatsapp_imhere" title="whatsapp_imhere" /></div><p>Want to know where your children, partner, friends or even parents have disappeared to? It&#8217;s easier to find out than you may think. Thanks to <a href="http://www.windowsphone.com/en-US/store/publishers?publisherId=Shayne%2BBoyer&amp;appId=f7a8d5e3-86c8-4661-af6f-b8f566837345">Shayne Boyer</a>, aka <a href="http://blog.tattoocoder.com/">Tattoo Coder</a>, you can now keep tabs on them all with one simple but handy app: <a href="http://www.windowsphone.com/en-us/store/app/i-m-here/f7a8d5e3-86c8-4661-af6f-b8f566837345">I&#8217;m Here</a>.</p>
<p>I&#8217;m Here is a location map that allows you to keep people in the loop with your whereabouts at all times. It is useful both when you&#8217;re trying to track someone down and when someone&#8217;s trying to track you down. It is therefore an ideal app if you too are fed up of constantly having to update people when you&#8217;ve reached your destination.</p>
<p>You might think &#8216;I can do just that by sending a SMS from my Windows Phone&#8217;, but I’m Here gives you more options to choose from than simply attaching your location. It  takes your GPS location and lets you send it to your contacts via SMS, email or social media (Facebook, Twitter and LinkedIn). Once sent, the person you&#8217;ve shared it with will get a message saying &#8216;I&#8217;m Here&#8217; with your approximate postcode, your exact latitude and longitude, and a link to the <a href="http://www.bing.com/maps/">Bing map</a> with your location.*</p>
<p>Best of all (especially if you&#8217;re going to encourage your children to use the app) it offers much more privacy than other location based apps, such as Foursquare, as it will only share your location with who you want, when you want.</p>
<p>App reviews on the <a href="http://www.windowsphone.com/en-gb/store">Windows Phone Store</a> commend the app for its simplicity (easier than using Facebook or Twitter to share location), clean design and clear UI.</p>
<p>* We can confirm, after talking directly with the developer, that due to some very rapid changes being made as a response to the feedback the app has received, the next version of the app will be available on the Windows Phone Store within the next few days. It will include new features such as: WhatsApp support and a direct link to <a href="http://here.com/?lang=en-GB">Nokia HERE maps</a> (instead of Bing maps) to allow better non U.S. support for link locations.</p>
<p>Download from the Windows Phone Store <a href="http://www.windowsphone.com/en-gb/store/app/i-m-here/f7a8d5e3-86c8-4661-af6f-b8f566837345">here</a>.</p>
<p>The post <a href="http://alphalabs.cc/app-of-the-month-im-here/">App of the month: I&#8217;m Here</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://alphalabs.cc/app-of-the-month-im-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meet-up in June</title>
		<link>http://alphalabs.cc/june-meet-up/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=june-meet-up</link>
		<comments>http://alphalabs.cc/june-meet-up/#comments</comments>
		<pubDate>Mon, 03 Jun 2013 09:31:40 +0000</pubDate>
		<dc:creator>Beth</dc:creator>
				<category><![CDATA[meet]]></category>

		<guid isPermaLink="false">http://alphalabs.cc/?p=2535</guid>
		<description><![CDATA[<div><img width="1024" height="768" src="http://alphalabs.cc/wp-content/uploads/2013/06/aacc.jpg" class="attachment-type-photo wp-post-image" alt="Beer and sun" title="Beer and sun" /></div><p><a href="http://wp2wp8jun13.eventbrite.co.uk/">Windows Phone 8 and Windows 8 for WP Developers, 8 June 2013</a> <p>Organised by Microsoft UK Ltd, this event is a great chance to meet other Windows Phone Developers to discuss your thoughts and ideas on Windows Phone app development. Register <a href="http://wp2wp8jun13.eventbrite.com/">here</a>.</p> <a href="http://www.modernjago.co.uk/events/windows-phone-to-windows-phone-8-app-porting/">Windows Phone to Windows Phone 8 App Porting, 8 June 2013</a> <p>This event will be held at <a href="http://www.modernjago.co.uk/">Modern Jago</a>, Microsoft&#8217;s pop-up space in Shoreditch, and will help developers to make the transition from Windows Phone to Windows Phone 8. Register <a href="http://www.modernjago.co.uk/events/windows-phone-to-windows-phone-8-app-porting/">here</a>.</p> <a href="http://codecamp.scaboodle.com/">Windows Code Camp (Belfast), 12 June 2013</a> <p>This code camp will provide an introduction to the Nokia Developer platform, involve a Windows Phone 8 build an app demo and an app building challenge. Register <a href="http://codecamp.scaboodle.com/">here</a>.</p> <a href="http://www.meetup.com/minibar/events/121592762/">MiniBar x Qualcomm x Nokia, 13 June 2013</a> <p>This special MiniBar meet up will see Qualcomm (Qualcomm Developer Network) and Nokia (Nokia Developer)  <a href="http://alphalabs.cc/june-meet-up/" class="more-link"><span class="screen-reader-text">Continue Reading</span></a></p><p>The post <a href="http://alphalabs.cc/june-meet-up/">Meet-up in June</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></description>
			<content:encoded><![CDATA[<div><img width="1024" height="768" src="http://alphalabs.cc/wp-content/uploads/2013/06/aacc.jpg" class="attachment-type-photo wp-post-image" alt="Beer and sun" title="Beer and sun" /></div><h2><a href="http://wp2wp8jun13.eventbrite.co.uk/">Windows Phone 8 and Windows 8 for WP Developers, 8 June 2013</a></h2>
<p>Organised by Microsoft UK Ltd, this event is a great chance to meet other Windows Phone Developers to discuss your thoughts and ideas on Windows Phone app development. Register <a href="http://wp2wp8jun13.eventbrite.com/">here</a>.</p>
<h2><a href="http://www.modernjago.co.uk/events/windows-phone-to-windows-phone-8-app-porting/">Windows Phone to Windows Phone 8 App Porting, 8 June 2013</a></h2>
<p>This event will be held at <a href="http://www.modernjago.co.uk/">Modern Jago</a>, <span style="font-size: 1em;">Microsoft&#8217;s pop-up space in Shoreditch</span>, and will help developers to make the transition from Windows Phone to Windows Phone 8. Register <a href="http://www.modernjago.co.uk/events/windows-phone-to-windows-phone-8-app-porting/">here</a>.</p>
<h2><a href="http://codecamp.scaboodle.com/">Windows Code Camp (Belfast), 12 June 2013</a></h2>
<p>This code camp will provide an introduction to the Nokia Developer platform, involve a Windows Phone 8 build an app demo and an app building challenge. Register <a href="http://codecamp.scaboodle.com/">here</a>.</p>
<h2><a href="http://www.meetup.com/minibar/events/121592762/">MiniBar x Qualcomm x Nokia, 13 June 2013</a></h2>
<p>This special MiniBar meet up will see Qualcomm (Qualcomm Developer Network) and Nokia (Nokia Developer) come together to inform developers and start ups about how to develop apps for the new generation of Nokia phones running on Qualcomm chips. Register <a href="http://www.meetup.com/minibar/events/121592762/">here</a>.</p>
<h2><a href="http://wpdevcampjun13.eventbrite.co.uk/">Windows Phone Dev Camp &#8211; London, 15 June 2013</a></h2>
<p>The Windows Phone Dev camps provide an introduction to Windows Phone app development for anyone interested in developing for the platform. To see the full agenda for the day, take a look at the events page. Register <a href="http://wpdevcampjun13.eventbrite.com/">here</a>.</p>
<h2><a href="http://www.meetup.com/wpuguk/events/121706472/">Iris Classon &amp; Pepper, 19 June 2013</a></h2>
<p>This month&#8217;s WPUG meeting will be held at Nokia&#8217;s new offices in Paddington. It will feature talks from <a href="http://www.irisclasson.com/">Iris Classon</a>, Microsoft MVP and Technical Evangelist for Telerik, and <a href="https://twitter.com/daveh101">David Hamilton</a>, co-founder of music based social network app: <a href="http://www.pepper.so/">Pepper</a>. Register <a href="http://www.meetup.com/wpuguk/events/121706472/">here</a>.</p>
<h2><a href="http://waw-wag.eventbrite.co.uk/">Wales &amp; West Windows Applications Group meeting, 19 June 2013</a></h2>
<p>This will be the fourth Wales &amp; West Windows Applications group meeting, and amongst other things, will take a look at a number of code samples for lock screen integration on both Windows Phone and Windows 8. Register <a href="http://waw-wag.eventbrite.co.uk/">here</a>.</p>
<h2><a href="http://www.meetup.com/MetroStyleLondon/events/121016382/">0 to 60 in 10 seconds, 24 June 2013</a></h2>
<p>This London Windows Store App Developers meet will involve two keynote speakers: <a href="http://www.irisclasson.com/">Iris Classon</a> and <a href="https://twitter.com/andspo">Andrew Spooner</a>, as well as a Q &amp; A session for any developer related issues. And best of all, make it to the venue before 6:30 and there will be pizza and beer waiting for you. Register <a href="http://www.meetup.com/MetroStyleLondon/events/121016382/">here</a>.</p>
<p><em>Image by <a href="http://www.flickr.com/photos/adactio/">adactio</a>. </em></p>
<p>The post <a href="http://alphalabs.cc/june-meet-up/">Meet-up in June</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://alphalabs.cc/june-meet-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learn how to expand your app distribution reach and revenue opportunities</title>
		<link>http://alphalabs.cc/how-many-more-reasons-do-you-need/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-many-more-reasons-do-you-need</link>
		<comments>http://alphalabs.cc/how-many-more-reasons-do-you-need/#comments</comments>
		<pubDate>Thu, 16 May 2013 12:01:33 +0000</pubDate>
		<dc:creator>Beth</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Featured]]></category>

		<guid isPermaLink="false">http://alphalabs.cc/?p=2665</guid>
		<description><![CDATA[<div><img width="1024" height="678" src="http://alphalabs.cc/wp-content/uploads/2013/05/alpahlabs-reasons-to-develop.jpg" class="attachment-type-photo wp-post-image" alt="alpahlabs reasons to develop" title="alpahlabs reasons to develop" /></div><p><p>Not that you need any more reasons to begin developing on the <a href="http://developer.windowsphone.com/en-us">Windows Phone platform</a>, but <a href="http://microsoft.com/">Microsoft</a> has a handful of new ways you could benefit from being a Windows Phone developer.</p> <p>Earlier this month, <a href="http://blogs.windows.com/members/todd-brix/">Todd Brix</a> (Senior Director of Windows Phone Apps Team) posted a number of enhancements on the <a href="http://blogs.windows.com/windows_phone/b/wpdev/">Windows Phone Developer Blog</a> to help you expand your app distribution reach and revenue opportunities.</p> Diverse phone offering and distribution <p>Nokia has begun shipping the Lumia 720 and 520/521 phones across the globe, which will give customers additional choices in form factor, phone capabilities, and price points. These price-friendly phones will be available in new markets and distribution channels.</p> Six new developer payout markets <p>Six new developer payout markets have been added: Afghanistan, Iraq, Montenegro, Serbia, Timor-Leste, and Ukraine – bringing the total markets supporting developer payout to 122. This  <a href="http://alphalabs.cc/how-many-more-reasons-do-you-need/" class="more-link"><span class="screen-reader-text">Continue Reading</span></a></p><p>The post <a href="http://alphalabs.cc/how-many-more-reasons-do-you-need/">Learn how to expand your app distribution reach and revenue opportunities</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></description>
			<content:encoded><![CDATA[<div><img width="1024" height="678" src="http://alphalabs.cc/wp-content/uploads/2013/05/alpahlabs-reasons-to-develop.jpg" class="attachment-type-photo wp-post-image" alt="alpahlabs reasons to develop" title="alpahlabs reasons to develop" /></div><p>Not that you need any more reasons to begin developing on the <a href="http://developer.windowsphone.com/en-us">Windows Phone platform</a>, but <a href="http://microsoft.com/">Microsoft</a> has a handful of new ways you could benefit from being a Windows Phone developer.</p>
<p>Earlier this month, <a href="http://blogs.windows.com/members/todd-brix/">Todd Brix</a> (Senior Director of Windows Phone Apps Team) posted a number of enhancements on the <a href="http://blogs.windows.com/windows_phone/b/wpdev/">Windows Phone Developer Blog</a> to help you expand your app distribution reach and revenue opportunities.</p>
<h2><strong>Diverse phone offering and distribution</strong></h2>
<p><strong></strong>Nokia has begun shipping the Lumia 720 and 520/521 phones across the globe, which will give customers additional choices in form factor, phone capabilities, and price points. These price-friendly phones will be available in new markets and distribution channels.</p>
<h2><strong><strong>Six new developer payout markets</strong></strong></h2>
<p>Six new developer payout markets have been added: Afghanistan, Iraq, Montenegro, Serbia, Timor-Leste, and Ukraine – bringing the total markets supporting developer payout to 122. This will allow developers in these 6 markets to submit both free and paid apps to the Windows Phone Store to reach customers in 191 <a title="markets" href="http://msdn.microsoft.com/library/windowsphone/help/jj215599(v=vs.105).aspx" target="_blank">markets</a>.</p>
<h2><strong>New Mobile Operator Billing Connections</strong></h2>
<p><strong></strong>There is now a total of 25 mobile operator billing partners in <a title="25 in 19 markets" href="http://msdn.microsoft.com/library/windowsphone/help/jj215902(v=vs.105).aspx" target="_blank">19 markets</a>.  Mobile operator billing gives consumers a payment option with significantly higher conversion rates than credit cards (developers earn 3x more on a paid app published in a mobile operator billing-enabled market).</p>
<h2><strong>Simplified app submissions</strong></h2>
<p><strong></strong>The Dev Center team recently enabled cancelling submissions, rotating screenshots and automatic screenshot resizing. The next update will add the ability to review your app submission, to enable you to check everything before the app is submitted.</p>
<p>As stated by Todd: there’s never been a better time to develop for Windows Phone. So if you&#8217;re ready to take on the challenge, visit the <a href="https://dev.windowsphone.com/" target="_blank">Dev Center</a> to download the SDK and get started.</p>
<p><em>Image by <a href="http://www.flickr.com/photos/leeksandbounds/">Leeks &#8216;N&#8217; Bounds</a>. </em></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a href="http://alphalabs.cc/how-many-more-reasons-do-you-need/">Learn how to expand your app distribution reach and revenue opportunities</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://alphalabs.cc/how-many-more-reasons-do-you-need/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Publish apps. Keep the cash.</title>
		<link>http://alphalabs.cc/publish-apps-keep-the-cash/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=publish-apps-keep-the-cash</link>
		<comments>http://alphalabs.cc/publish-apps-keep-the-cash/#comments</comments>
		<pubDate>Thu, 09 May 2013 12:09:31 +0000</pubDate>
		<dc:creator>Beth</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://alphalabs.cc/?p=2610</guid>
		<description><![CDATA[<div><img width="1024" height="768" src="http://alphalabs.cc/wp-content/uploads/2013/05/Publish-the-apps.-Keep-the-cash..jpg" class="attachment-type-photo wp-post-image" alt="Publish the apps. Keep the cash." title="Publish the apps. Keep the cash." /></div><p><p><a href="https://build.windowsstore.com/keepthecash?ep=1#fbid=ohgDcv5A6eI">Keep The Cash</a> is an offer as simple and rewarding as it sounds. You publish the app and keep the cash:</p> <p>1. Publish your app(s) in the Windows Store and/or Windows Phone Store from March 8th to June 30th, 2013</p> <p>2. Enter up to 10 apps per Store and get a $100 virtual Visa card for each that qualifies (up to $2000*)</p> <p>It is open to all developers aged 18 or older who are U.S. registered Windows Store and/or Windows Phone Store developers. The promotion excludes cloned variations from previously published apps and is limited to the first 10,000 qualified entries until June 30th. Have a look here for the <a href="http://build.windowsstore.com/keepthecash/termsandconditions">full terms and conditions</a>.</p> <p>Sound good? Sign up <a href="https://build.windowsstore.com/keepthecash?ep=1#fbid=ohgDcv5A6eI">here</a> for the chance to receive a $100 virtual Visa card for every qualified app you enter. If you&#8217;re eligible to receive the offer, you&#8217;ll be  <a href="http://alphalabs.cc/publish-apps-keep-the-cash/" class="more-link"><span class="screen-reader-text">Continue Reading</span></a></p><p>The post <a href="http://alphalabs.cc/publish-apps-keep-the-cash/">Publish apps. Keep the cash.</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></description>
			<content:encoded><![CDATA[<div><img width="1024" height="768" src="http://alphalabs.cc/wp-content/uploads/2013/05/Publish-the-apps.-Keep-the-cash..jpg" class="attachment-type-photo wp-post-image" alt="Publish the apps. Keep the cash." title="Publish the apps. Keep the cash." /></div><p><a href="https://build.windowsstore.com/keepthecash?ep=1#fbid=ohgDcv5A6eI">Keep The Cash</a> is an offer as simple and rewarding as it sounds. You publish the app and keep the cash:</p>
<p>1. Publish your app(s) in the Windows Store and/or Windows Phone Store from March 8th to June 30th, 2013</p>
<p>2. Enter up to 10 apps per Store and get a $100 virtual Visa card for each that qualifies (up to $2000*)</p>
<p>It is open to all developers aged 18 or older who are U.S. registered Windows Store and/or Windows Phone Store developers. The promotion excludes cloned variations from previously published apps and is limited to the first 10,000 qualified entries until June 30th. Have a look here for the <a href="http://build.windowsstore.com/keepthecash/termsandconditions">full terms and conditions</a>.</p>
<p>Sound good? Sign up <a href="https://build.windowsstore.com/keepthecash?ep=1#fbid=ohgDcv5A6eI">here</a> for the chance to receive a $100 virtual Visa card for every qualified app you enter. If you&#8217;re eligible to receive the offer, you&#8217;ll be notified by email.</p>
<p>We hope something similar will soon be available for UK developers to get involved as well.</p>
<p><em>Image by <a href="http://www.flickr.com/photos/68751915@N05/">401(K) 2013</a>. </em></p>
<p>The post <a href="http://alphalabs.cc/publish-apps-keep-the-cash/">Publish apps. Keep the cash.</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://alphalabs.cc/publish-apps-keep-the-cash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>App of the month: Effectual</title>
		<link>http://alphalabs.cc/app-of-the-month-effectual/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=app-of-the-month-effectual</link>
		<comments>http://alphalabs.cc/app-of-the-month-effectual/#comments</comments>
		<pubDate>Tue, 07 May 2013 14:51:44 +0000</pubDate>
		<dc:creator>Beth</dc:creator>
				<category><![CDATA[App of The Month]]></category>

		<guid isPermaLink="false">http://alphalabs.cc/?p=2553</guid>
		<description><![CDATA[<div><img width="720" height="379" src="http://alphalabs.cc/wp-content/uploads/2013/05/effectualLandscape.jpg" class="attachment-type-photo wp-post-image" alt="effectualLandscape" title="effectualLandscape" /></div><p><p>Soon to be available on Windows 8, <a href="http://www.effectual.ws/">Effectual</a> is the latest Windows Phone task management app waiting to organise your entire life into one single app. If you have a lot of things to factor into each day and need to work out what&#8217;s a priority and what can wait another day, Effectual will be your new best friend.</p> <p>To get started all you have to do is log into your Microsoft account, which allows it to synchronize your Effectual data across multiple devices. Once logged in you can &#8216;brainstorm&#8217; everything on your to-do list, from walking the dog to preparing for an interview.</p> <p>With the option to &#8216;Show me around&#8217;, it is a very user-friendly app with simple but highly useful features. When creating a task with Effectual you can decide the value (low-critical), urgency (low-critical) and status (open-complete) of the  <a href="http://alphalabs.cc/app-of-the-month-effectual/" class="more-link"><span class="screen-reader-text">Continue Reading</span></a></p><p>The post <a href="http://alphalabs.cc/app-of-the-month-effectual/">App of the month: Effectual</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></description>
			<content:encoded><![CDATA[<div><img width="720" height="379" src="http://alphalabs.cc/wp-content/uploads/2013/05/effectualLandscape.jpg" class="attachment-type-photo wp-post-image" alt="effectualLandscape" title="effectualLandscape" /></div><p>Soon to be available on Windows 8, <a href="http://www.effectual.ws/">Effectual</a> is the latest Windows Phone task management app waiting to organise your entire life into one single app. If you have a lot of things to factor into each day and need to work out what&#8217;s a priority and what can wait another day, Effectual will be your new best friend.</p>
<p>To get started all you have to do is log into your Microsoft account, which allows it to synchronize your Effectual data across multiple devices. Once logged in you can &#8216;brainstorm&#8217; everything on your to-do list, from walking the dog to preparing for an interview.</p>
<p>With the option to &#8216;Show me around&#8217;, it is a very user-friendly app with simple but highly useful features. When creating a task with Effectual you can decide the value (low-critical), urgency (low-critical) and status (open-complete) of the task. The higher the priority is the bigger stack of bars it will have next to it on the right hand side of the task. You can then add a description for the task, set a reminder date, due date and expiration.</p>
<p>You can also assign tags to each of your tasks as a way of grouping them into categories (i.e. work), which makes it easier to find them later on. It may sound like there are too many options at this point but the app allows you to view tasks through different filters to make it simpler:  &#8217;By Due Date, Next Seven Days, Past Reminders, By Date Created, By Tag Created, On Hold, Expired, Completed and Cancelled&#8217;.</p>
<p>The live tile updates offer a running count of your open tasks as well as highlighting some of your most important tasks on your start screen. I&#8217;ve found this to be very handy as it reminds me of the number of tasks I have left to complete without having to filter through the app.</p>
<p>We agree with <a href="http://m.wpcentral.com/">Windows Phone Central</a> that this one of the best to-do apps available for Windows Phone 8, but would also love to see lockscreen support available in the next app update. We can however confirm the next update waiting for approval includes offline use.</p>
<p>Download <a href="http://www.windowsphone.com/en-us/store/app/effectual/f5884098-282d-4477-af6b-81fb8db0a653?appid=f5884098-282d-4477-af6b-81fb8db0a653">here</a>.</p>
<p>The post <a href="http://alphalabs.cc/app-of-the-month-effectual/">App of the month: Effectual</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://alphalabs.cc/app-of-the-month-effectual/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Take a look at our calendar: Meet-up in May</title>
		<link>http://alphalabs.cc/may-meet-up/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=may-meet-up</link>
		<comments>http://alphalabs.cc/may-meet-up/#comments</comments>
		<pubDate>Wed, 01 May 2013 10:17:18 +0000</pubDate>
		<dc:creator>Beth</dc:creator>
				<category><![CDATA[meet]]></category>

		<guid isPermaLink="false">http://alphalabs.cc/?p=2420</guid>
		<description><![CDATA[<div><img width="1024" height="683" src="http://alphalabs.cc/wp-content/uploads/2013/04/May-meet-up.jpg" class="attachment-type-photo wp-post-image" alt="May meet up" title="May meet up" /></div><p><a href="http://www.white-rose.co.uk/news-events/the-windows-phone-meet-your-match-experience">The Windows Phone ‘Meet your Match’ Experience, 4-5 May 2013</a> <p>A selection of Windows Phone ambassadors are visiting Leeds (White Rose) and inviting you to ‘Meet your Match’ as they introduce you to a range of Windows Phone handsets from Nokia and HTC. It&#8217;s a great chance for you to meet the team and have the opportunity to take on the new Windows Phone in some challenges to win prizes. <a href="http://www.white-rose.co.uk/news-events/the-windows-phone-meet-your-match-experience">Register here</a>.</p> <a href="http://wpdevcampmay03-rewards.eventbrite.com/">Windows Phone Dev Camp May &#8211; London, 11 May 2013</a> <p>This camp will provide an introduction to Windows Phone app development for anyone interested in developing on the platform. This event is currently sold out but you can register for the waiting list if you are still interested in attending. <a href="http://wpdevcampmay03-rewards.eventbrite.com/">Register here</a>.</p> <a href="http://mvvmcross.eventbrite.com/">C# &#38; Mvvm &#8211; Developing apps for Android, iOS and WP, 13 May  <a href="http://alphalabs.cc/may-meet-up/" class="more-link"><span class="screen-reader-text">Continue Reading</span></a></p><p>The post <a href="http://alphalabs.cc/may-meet-up/">Take a look at our calendar: Meet-up in May</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></description>
			<content:encoded><![CDATA[<div><img width="1024" height="683" src="http://alphalabs.cc/wp-content/uploads/2013/04/May-meet-up.jpg" class="attachment-type-photo wp-post-image" alt="May meet up" title="May meet up" /></div><h2><a href="http://www.white-rose.co.uk/news-events/the-windows-phone-meet-your-match-experience">The Windows Phone ‘Meet your Match’ Experience, 4-5 May 2013</a></h2>
<div>
<p>A selection of Windows Phone ambassadors are visiting Leeds (White Rose) and inviting you to ‘Meet your Match’ as they introduce you to a range of Windows Phone handsets from Nokia and HTC. It&#8217;s a great chance for you to meet the team and have the opportunity to take on the new Windows Phone in some challenges to win prizes. <a href="http://www.white-rose.co.uk/news-events/the-windows-phone-meet-your-match-experience">Register here</a>.</p>
</div>
<h2><a href="http://wpdevcampmay03-rewards.eventbrite.com/">Windows Phone Dev Camp May &#8211; London, 11 May 2013</a></h2>
<p>This camp will provide an introduction to Windows Phone app development for anyone interested in developing on the platform. This event is currently sold out but you can register for the waiting list if you are still interested in attending. <a href="http://wpdevcampmay03-rewards.eventbrite.com/">Register here</a>.</p>
<h2><a href="http://mvvmcross.eventbrite.com/">C# &amp; Mvvm &#8211; Developing apps for Android, iOS and WP, 13 May 2013</a></h2>
<p>This will focus on the MvvmCross toolkit used with Windows Phone, Windows Store, Xamarin.Android and Xamarin.iOS. It will feature a mixture of developer talks from mvvmcross authors and users, and will also offer a separate space for hands-on coding. Sponsored by Nokia Developer. <a href="http://mvvmcross.eventbrite.com/">Register here</a>.</p>
<h2><a href="http://www.momowales.com/">Mobile Monday Wales, 13 May 2013</a></h2>
<p>Less of a meet up between app developers and more of a mobile networking event. It&#8217;s free to attend and you will be able discuss mobile developments with like-minded individuals in the mobile industry. <a href="http://www.momowales.com/">Register here</a>.</p>
<h2><a href="http://www.fiksu.com/resources/webinars/ondemand/life-after-udid-new-realities-mobile-app-tracking-and-attribution?mkt_tok=3RkMMJWWfF9wsRoivK%2FNZKXonjHpfsX56OQqX6SxlMI%2F0ER3fOvrPUfGjI4DRcdiI%2BSLDwEYGJlv6SgFSLLDMbN11rgFUhQ%3D">New Realities for Mobile App Tracking and Attribution, 16 May 2013</a></h2>
<p>This webinar will discuss life after the UDID, various mobile ad tracking technologies and what technical decisions will impact your ability to measure and optimize your app marketing programs. It will also provide you with access to the widest range of advertising options. <a href="http://www.fiksu.com/resources/webinars/ondemand/life-after-udid-new-realities-mobile-app-tracking-and-attribution?mkt_tok=3RkMMJWWfF9wsRoivK%2FNZKXonjHpfsX56OQqX6SxlMI%2F0ER3fOvrPUfGjI4DRcdiI%2BSLDwEYGJlv6SgFSLLDMbN11rgFUhQ%3D">Register here</a>.</p>
<h2><a href="http://www.meetup.com/wpuguk/events/117227082/">Nokia Music &amp; demo showcase, 20 May 2013</a></h2>
<p>If you&#8217;ve released a new app this year or updated one to add WP8 specific features, the demo showcase is a great chance to show it off as the best app receives promotion in the store. Pedro Lamas will also be discussing the Nokia Music API, the Nokia music app and answering questions on his Cimbalino toolkit. Register <a href="http://www.meetup.com/wpuguk/events/117227082/">here</a>.</p>
<h2><a href="http://www.blackmarble.com/events.aspx?event=Technical%20Update%20for%20the%20Microsoft%20Platform%202013">Technical Update for the Microsoft Platform 2013, 20 May 2013</a></h2>
<p>Black Marble is offering you a Microsoft roadmap across the whole platform, from Windows 8 and Windows Phone 8, via Visual Studio 2012 and Windows Server, to Azure, SharePoint and Office 2013. <a href="http://www.blackmarble.com/events.aspx?event=Technical%20Update%20for%20the%20Microsoft%20Platform%202013">Register here</a>.</p>
<h2><a href="http://www.techhub.com/events/windows-phone-user-group-north-west-may-2013">Windows Phone User Group North West, 21 May 2013</a></h2>
<p>The next WPUG North West is open to anyone interested in the Windows Phone and Windows platform as usual and all developers, designers, gamers, professionals and hobbyists are welcome. The agenda is still to be confirmed. <a href="http://www.techhub.com/events/windows-phone-user-group-north-west-may-2013">Register here</a>.</p>
<div data-ft="{&quot;tn&quot;:&quot;K&quot;}">
<p><em>Image by <a href="http://www.flickr.com/photos/potentialpast/">potential past</a></em><em>. </em></p>
</div>
<p>The post <a href="http://alphalabs.cc/may-meet-up/">Take a look at our calendar: Meet-up in May</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://alphalabs.cc/may-meet-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft UK App Builder Rewards Programme</title>
		<link>http://alphalabs.cc/microsoft-uk-app-builder-rewards-programme/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=microsoft-uk-app-builder-rewards-programme</link>
		<comments>http://alphalabs.cc/microsoft-uk-app-builder-rewards-programme/#comments</comments>
		<pubDate>Thu, 25 Apr 2013 11:32:26 +0000</pubDate>
		<dc:creator>Beth</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Featured]]></category>

		<guid isPermaLink="false">http://alphalabs.cc/?p=2291</guid>
		<description><![CDATA[<div><img width="1024" height="678" src="http://alphalabs.cc/wp-content/uploads/2013/03/app-builder-rewards.jpg" class="attachment-type-photo wp-post-image" alt="app builder rewards" title="app builder rewards" /></div><p><p>The <a href="http://www.appbuilder-rewards.co.uk/">Microsoft UK App Builder Rewards Programme</a> is aimed at those developing <a href="http://developer.windowsphone.com/en-us/develop">Windows Phone</a> and <a href="http://msdn.microsoft.com/en-us/windows/apps/br229512.aspx">Windows Store</a> apps. It offers a range of rewards from an XBOX 360 wireless headset to a two night deluxe Paris cuisine break for 2 when you publish your app(s) in the <a href="http://www.windowsphone.com/en-gb/store">Windows Phone store</a> or <a href="http://windows.microsoft.com/en-gb/windows-8/apps#Cat=t1">Windows Store</a>.</p> <p>The more apps you build, the more points and rewards you&#8217;ll be able to gain, including: a brand new <a href="http://www.nokia.com/global/products/phone/lumia920/">Nokia Lumia 920</a>  and <a href="http://www.asus.com/vivo/en/vivoTab.htm">Windows 8 RT Slate</a>. You can collect bonus points for developing your skills and building some added extras, such as migrating your Windows Phone app to Windows Store and vice versa.</p> <p>The prizes are categorized (by the number of points received) into four groups: first 20 Devs to reach 100 points with Windows Phone Apps Only, first 50 Devs to reach 150 points  <a href="http://alphalabs.cc/microsoft-uk-app-builder-rewards-programme/" class="more-link"><span class="screen-reader-text">Continue Reading</span></a></p><p>The post <a href="http://alphalabs.cc/microsoft-uk-app-builder-rewards-programme/">Microsoft UK App Builder Rewards Programme</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></description>
			<content:encoded><![CDATA[<div><img width="1024" height="678" src="http://alphalabs.cc/wp-content/uploads/2013/03/app-builder-rewards.jpg" class="attachment-type-photo wp-post-image" alt="app builder rewards" title="app builder rewards" /></div><p>The <a href="http://www.appbuilder-rewards.co.uk/">Microsoft UK App Builder Rewards Programme</a> is aimed at those developing <a href="http://developer.windowsphone.com/en-us/develop">Windows Phone</a> and <a href="http://msdn.microsoft.com/en-us/windows/apps/br229512.aspx">Windows Store</a> apps. It offers a range of rewards from an XBOX 360 wireless headset to a two night deluxe Paris cuisine break for 2 when you publish your app(s) in the <a href="http://www.windowsphone.com/en-gb/store">Windows Phone store</a> or <a href="http://windows.microsoft.com/en-gb/windows-8/apps#Cat=t1">Windows Store</a>.</p>
<p>The more apps you build, the more points and rewards you&#8217;ll be able to gain, including: a brand new <a href="http://www.nokia.com/global/products/phone/lumia920/">Nokia Lumia 920</a>  and <a href="http://www.asus.com/vivo/en/vivoTab.htm">Windows 8 RT Slate</a>. You can collect bonus points for developing your skills and building some added extras, such as migrating your Windows Phone app to Windows Store and vice versa.</p>
<p>The prizes are categorized (by the number of points received) into four groups: first 20 Devs to reach 100 points with Windows Phone Apps Only, first 50 Devs to reach 150 points with Windows Store Apps Only, first 10 Devs to reach 200 points with Windows Phone Apps Only and first 3 Devs to reach 400 points with Windows Store Apps Only.</p>
<p>How it works in four simple steps:<br />
1. <a href="http://www.appbuilder-rewards.co.uk/register">Register</a> yourself on the UK App Builder Reward Programme website<br />
2. <a href="http://www.appbuilder-rewards.co.uk/faq">Build</a> and publish your original and unique app<br />
3. <a href="http://www.appbuilder-rewards.co.uk/login">Claim</a> points by telling them about the app you&#8217;ve published and you&#8217;ll be awarded points accordingly<br />
4. <a href="http://www.appbuilder-rewards.co.uk/rewards">Redeem</a> your points for a range of fantastic prizes and gadgets</p>
<p>This is a great chance for you to get recognised and rewarded for building your original apps.</p>
<p>If you want to get started but not sure where, have a look here first: <a href="http://www.windows-appbuilder.co.uk/">http://www.windows-appbuilder.co.uk</a>/.</p>
<p>Find out more <a href="http://www.appbuilder-rewards.co.uk/">here</a>.</p>
<p><em>Image by <a href="http://www.flickr.com/photos/sayamindu/">sayamindu</a>.</em></p>
<p>The post <a href="http://alphalabs.cc/microsoft-uk-app-builder-rewards-programme/">Microsoft UK App Builder Rewards Programme</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://alphalabs.cc/microsoft-uk-app-builder-rewards-programme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Take a look: Inside Windows Phone – code samples</title>
		<link>http://alphalabs.cc/inside-windows-phone-code-samples/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=inside-windows-phone-code-samples</link>
		<comments>http://alphalabs.cc/inside-windows-phone-code-samples/#comments</comments>
		<pubDate>Tue, 23 Apr 2013 11:47:37 +0000</pubDate>
		<dc:creator>Beth</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://alphalabs.cc/?p=2479</guid>
		<description><![CDATA[<div><img width="1024" height="768" src="http://alphalabs.cc/wp-content/uploads/2013/04/sample-codes.jpg" class="attachment-type-photo wp-post-image" alt="sample codes" title="sample codes" /></div><p><p>The <a href="http://blogs.windows.com/windows_phone/b/wpdev/default.aspx">Windows Phone Developer Blog</a> has uploaded a video you may just want to check out. Microsoft&#8217;s senior product manager <a href="http://social.msdn.microsoft.com/profile/larry%20lieberman/">Larry Lieberman</a> talks to Microsoft Windows Phone evangelist <a href="http://social.msdn.microsoft.com/profile/matthiasshapiro/" rel="home">Matthias Shapiro</a> about Windows Phone code samples and how to begin sifting through them.</p> <p>If you&#8217;re unsure of what Windows Phone code samples are available to you, how many there are and how to get them, &#8216;<a href="http://blogs.windows.com/windows_phone/b/wpdev/archive/2013/04/19/inside-windows-phone-code-samples.aspx">Inside Windows Phone – code samples</a>&#8216; will be able to answer all your questions. The video provides a great overview of 30 different samples which are split into 9 different topics (including; speech, background and proximity) according to which features they deal with inside Windows Phone. For example, if you&#8217;re looking for something for camera or photos you can see which samples deal with that best and so on.</p> <p>This saves you having to do random searches for samples online and instead allows  <a href="http://alphalabs.cc/inside-windows-phone-code-samples/" class="more-link"><span class="screen-reader-text">Continue Reading</span></a></p><p>The post <a href="http://alphalabs.cc/inside-windows-phone-code-samples/">Take a look: Inside Windows Phone – code samples</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></description>
			<content:encoded><![CDATA[<div><img width="1024" height="768" src="http://alphalabs.cc/wp-content/uploads/2013/04/sample-codes.jpg" class="attachment-type-photo wp-post-image" alt="sample codes" title="sample codes" /></div><p>The <a href="http://blogs.windows.com/windows_phone/b/wpdev/default.aspx">Windows Phone Developer Blog</a> has uploaded a video you may just want to check out. Microsoft&#8217;s senior product manager <a href="http://social.msdn.microsoft.com/profile/larry%20lieberman/">Larry Lieberman</a> talks to Microsoft Windows Phone evangelist <a href="http://social.msdn.microsoft.com/profile/matthiasshapiro/" rel="home">Matthias Shapiro</a> about Windows Phone code samples and how to begin sifting through them.</p>
<p>If you&#8217;re unsure of what Windows Phone code samples are available to you, how many there are and how to get them, &#8216;<a href="http://blogs.windows.com/windows_phone/b/wpdev/archive/2013/04/19/inside-windows-phone-code-samples.aspx">Inside Windows Phone – code samples</a>&#8216; will be able to answer all your questions. The video provides a great overview of 30 different samples which are split into 9 different topics (including; speech, background and proximity) according to which features they deal with inside Windows Phone. For example, if you&#8217;re looking for something for camera or photos you can see which samples deal with that best and so on.</p>
<p>This saves you having to do random searches for samples online and instead allows you to find everything you need in one place to help you view all your options.</p>
<p>And to make it even easier for you, all of the resources discussed in the video are listed in the blog post for you to have a look at after.</p>
<p><em>Image by <a href="http://www.flickr.com/photos/85638163@N00/">Sh4rp_i</a>. </em></p>
<p>The post <a href="http://alphalabs.cc/inside-windows-phone-code-samples/">Take a look: Inside Windows Phone – code samples</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://alphalabs.cc/inside-windows-phone-code-samples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>April&#8217;s app of the month &#8211; Battery Sense Free (Windows Phone)</title>
		<link>http://alphalabs.cc/app-of-the-month-battery-sense-free/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=app-of-the-month-battery-sense-free</link>
		<comments>http://alphalabs.cc/app-of-the-month-battery-sense-free/#comments</comments>
		<pubDate>Wed, 03 Apr 2013 08:43:20 +0000</pubDate>
		<dc:creator>Beth</dc:creator>
				<category><![CDATA[App of The Month]]></category>

		<guid isPermaLink="false">http://alphalabs.cc/?p=2396</guid>
		<description><![CDATA[<div><img width="720" height="380" src="http://alphalabs.cc/wp-content/uploads/2013/03/AlphaLabsIcon.png" class="attachment-type-photo wp-post-image" alt="AlphaLabsIcon" title="AlphaLabsIcon" /></div><p><p>Fed up of not knowing how much battery you&#8217;ve got left on your phone before it dies (usually at the most inconvenient of times)? Well look no further, <a href="http://www.windowsphone.com/en-gb/store/app/battery-sense-free/d4818006-d50c-4cdd-aef2-b5c9290d6fd3">Battery Sense Free</a> for Windows Phone 8 is the answer.</p> <p>Battery Sense Free, developed by <a href="http://www.windowsphone.com/en-gb/store/publishers?publisherId=Bonny%2BVasan&#38;appId=d4818006-d50c-4cdd-aef2-b5c9290d6fd3">Bonny Vasan</a>, is a great app to help you monitor your phone&#8217;s battery life with a range of helpful statistics, including: current battery rate, average discharge rate, time to full charge and longest battery life time. All of which will help you to make your battery usage more efficient by allowing you to track your battery status throughout the day.</p> <p>The app will also keep track of battery usage and present it in a graph to show a history of your battery charge percentage. You can zoom in and out of the graph to see previous  <a href="http://alphalabs.cc/app-of-the-month-battery-sense-free/" class="more-link"><span class="screen-reader-text">Continue Reading</span></a></p><p>The post <a href="http://alphalabs.cc/app-of-the-month-battery-sense-free/">April&#8217;s app of the month &#8211; Battery Sense Free (Windows Phone)</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></description>
			<content:encoded><![CDATA[<div><img width="720" height="380" src="http://alphalabs.cc/wp-content/uploads/2013/03/AlphaLabsIcon.png" class="attachment-type-photo wp-post-image" alt="AlphaLabsIcon" title="AlphaLabsIcon" /></div><p>Fed up of not knowing how much battery you&#8217;ve got left on your phone before it dies (usually at the most inconvenient of times)? Well look no further, <a href="http://www.windowsphone.com/en-gb/store/app/battery-sense-free/d4818006-d50c-4cdd-aef2-b5c9290d6fd3">Battery Sense Free</a> for Windows Phone 8 is the answer.</p>
<p>Battery Sense Free, developed by <a href="http://www.windowsphone.com/en-gb/store/publishers?publisherId=Bonny%2BVasan&amp;appId=d4818006-d50c-4cdd-aef2-b5c9290d6fd3">Bonny Vasan</a>, is a great app to help you monitor your phone&#8217;s battery life with a range of helpful statistics, including: current battery rate, average discharge rate, time to full charge and longest battery life time. All of which will help you to make your battery usage more efficient by allowing you to track your battery status throughout the day.</p>
<p>The app will also keep track of battery usage and present it in a graph to show a history of your battery charge percentage. You can zoom in and out of the graph to see previous usage up to 2 days.</p>
<p>What do we like about this app?</p>
<ul>
<li>The Battery Sense Free live tile shows the battery percentage as it increases and decreases, which is very handy as you don&#8217;t even need to open the app to see how much battery is left (even though it only updates every 30 minutes, it&#8217;s still incredibly useful)</li>
<li>The option to add the battery percentage to your lock screen to show the correct percentage of battery, days and hours left</li>
<li>The colour of the tile can be adapted to represent the current battery status, for example: green (50-100%), orange (25-50%) or red (0-25%)</li>
<li>It notifies you when the battery is fully charged or lower than 25%</li>
<li>It supports voice command (hold the start button down) to allow you to ask the current status of your phone battery</li>
</ul>
<p>We&#8217;re really hoping that the next version of this app includes some information on what&#8217;s using up the battery in a breakdown of the power usage, that way it will be even more accurate.</p>
<div>Download <a href="http://www.windowsphone.com/en-gb/store/app/battery-sense-free/d4818006-d50c-4cdd-aef2-b5c9290d6fd3">here</a>, and see what a difference it makes.</div>
<p>The post <a href="http://alphalabs.cc/app-of-the-month-battery-sense-free/">April&#8217;s app of the month &#8211; Battery Sense Free (Windows Phone)</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://alphalabs.cc/app-of-the-month-battery-sense-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Take a look at our calendar: Meet-up in April</title>
		<link>http://alphalabs.cc/meet-up-in-april/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=meet-up-in-april</link>
		<comments>http://alphalabs.cc/meet-up-in-april/#comments</comments>
		<pubDate>Tue, 02 Apr 2013 09:27:44 +0000</pubDate>
		<dc:creator>Beth</dc:creator>
				<category><![CDATA[meet]]></category>

		<guid isPermaLink="false">http://alphalabs.cc/?p=2294</guid>
		<description><![CDATA[<div><img width="1221" height="899" src="http://alphalabs.cc/wp-content/uploads/2013/03/8551448780_87e8591012_h.jpg" class="attachment-type-photo wp-post-image" alt="8551448780_87e8591012_h" title="8551448780_87e8591012_h" /></div><p><a href="http://www.agencyingrammicro.co.uk/events/ingram-micro-mobility-windows-phone-event-11th-april-2013-at-microsoft-hq-reading.html">Ingram Micro Mobility and Windows Phone 8, 11 April 2013</a> <p>Held at Microsoft headquarters in Reading, this is a great event to learn about Windows Phone 8, its key features and benefits. You will also get a hands on session (and training) with the latest devices. This is a business based event which is a good opportunity for both a sales and technical member of your business to attend. <a href="http://www.agencyingrammicro.co.uk/events/ingram-micro-mobility-windows-phone-event-11th-april-2013-at-microsoft-hq-reading.html">Register here</a>.</p> <a href="http://wpdevcampapr03-reward.eventbrite.com/">Microsoft &#38; Nokia Windows Phone Dev Camps, 13 April 2013</a> <p>New to Windows Phone app development? Windows Phone Dev Camps provide an introduction to the Windows Phone platform for developers. It will have a number of short, snappy sessions to introduce the phone devices and development platform and tools. <a href="http://wpdevcampapr03-reward.eventbrite.com/">Register here</a>.</p>  <a href="http://waw-wag-eorg.eventbrite.co.uk/">Wales &#38; West Windows Application Group, 17 April 2013</a> <p>This is the third meeting of the Wales  <a href="http://alphalabs.cc/meet-up-in-april/" class="more-link"><span class="screen-reader-text">Continue Reading</span></a></p><p>The post <a href="http://alphalabs.cc/meet-up-in-april/">Take a look at our calendar: Meet-up in April</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></description>
			<content:encoded><![CDATA[<div><img width="1221" height="899" src="http://alphalabs.cc/wp-content/uploads/2013/03/8551448780_87e8591012_h.jpg" class="attachment-type-photo wp-post-image" alt="8551448780_87e8591012_h" title="8551448780_87e8591012_h" /></div><h2><a href="http://www.agencyingrammicro.co.uk/events/ingram-micro-mobility-windows-phone-event-11th-april-2013-at-microsoft-hq-reading.html">Ingram Micro Mobility and Windows Phone 8, 11 April 2013</a></h2>
<p>Held at Microsoft headquarters in Reading, this is a great event to learn about Windows Phone 8, its key features and benefits. You will also get a hands on session (and training) with the latest devices. This is a business based event which is a good opportunity for both a sales and technical member of your business to attend. <a href="http://www.agencyingrammicro.co.uk/events/ingram-micro-mobility-windows-phone-event-11th-april-2013-at-microsoft-hq-reading.html">Register here</a>.</p>
<h2><a href="http://wpdevcampapr03-reward.eventbrite.com/">Microsoft &amp; Nokia Windows Phone Dev Camps, 13 April 2013</a></h2>
<p>New to Windows Phone app development? Windows Phone Dev Camps provide an introduction to the Windows Phone platform for developers. It will have a number of short, snappy sessions to introduce the phone devices and development platform and tools. <a href="http://wpdevcampapr03-reward.eventbrite.com/">Register here</a><span>.</span></p>
<h2><span style="font-size: 13px;"> </span><a href="http://waw-wag-eorg.eventbrite.co.uk/">Wales &amp; West Windows Application Group, 17 April 2013</a></h2>
<p>This is the third meeting of the Wales and West Windows applications group which will cover Windows Phone networking with Microsoft Evangelist <a href="https://twitter.com/andy_wigley">Andy Wigley</a> discussing the ‘WP8 Networking Survival Kit’. <a href="http://waw-wag-eorg.eventbrite.co.uk/">Register here</a>.</p>
<h2><a href="http://wpug30.eventbrite.com/#">Windows Phone User Group London, 23 April 2013</a></h2>
<p>After a few months away they&#8217;re back again at <a href="http://modernjago.co.uk/">Modern Jago</a> in Shoreditch. Details are still to be confirmed for this WPUG event but it expects to have speakers from Microsoft, Nokia and beyond. It is also a great opportunity for any developer that has released an app this year (or updated one to add WP8 features) to provide a demo of  it to the group. <a href="http://wpug30.eventbrite.com/#">Register here</a>.</p>
<p>The post <a href="http://alphalabs.cc/meet-up-in-april/">Take a look at our calendar: Meet-up in April</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://alphalabs.cc/meet-up-in-april/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Matchbox Mobile: 3 More Windows Phone Top Tips</title>
		<link>http://alphalabs.cc/3-more-windows-phone-top-tips/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=3-more-windows-phone-top-tips</link>
		<comments>http://alphalabs.cc/3-more-windows-phone-top-tips/#comments</comments>
		<pubDate>Wed, 20 Mar 2013 12:43:16 +0000</pubDate>
		<dc:creator>Matchbox Mobile</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Introduction]]></category>

		<guid isPermaLink="false">http://alphalabs.cc/?p=2367</guid>
		<description><![CDATA[<div><img width="2610" height="1468" src="http://alphalabs.cc/wp-content/uploads/2013/03/three-more-top-windows-tips1.jpg" class="attachment-type-photo wp-post-image" alt="SONY DSC" title="SONY DSC" /></div><p><p>We&#8217;re really pleased to bring you the next installment of Windows Phone top tips from our friends at <a href="http://matchboxmobile.com/">Matchbox Mobile</a>. Enjoy!</p> <p>Following our recent ‘<a href="http://alphalabs.cc/3-top-tips-for-windows-phone-development/">3 Top Tips</a>’ post, we wanted to talk about three more important aspects of <a href="https://dev.windowsphone.com/en-us/develop">Windows Phone development</a>. Ranging from the practical to the theoretical, these useful steps will make your apps behave better and look great.</p> 1. The Store Test Kit Is Your Friend <p>Few things are more nerve-wracking for a developer than submitting your creation to the app store, and waiting for approval. What could go wrong? How long will it take?</p> <p>Luckily, the <a href="http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh394032(v=vs.105).aspx">Windows Phone Store Test Kit</a> has most of the answers. The Test Kit is a handy tool built into Visual Studio Express 2012 for Windows Phone, and helps you understand your pre-submission checklist, kicking off automated tests and organizing manual  <a href="http://alphalabs.cc/3-more-windows-phone-top-tips/" class="more-link"><span class="screen-reader-text">Continue Reading</span></a></p><p>The post <a href="http://alphalabs.cc/3-more-windows-phone-top-tips/">Matchbox Mobile: 3 More Windows Phone Top Tips</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></description>
			<content:encoded><![CDATA[<div><img width="2610" height="1468" src="http://alphalabs.cc/wp-content/uploads/2013/03/three-more-top-windows-tips1.jpg" class="attachment-type-photo wp-post-image" alt="SONY DSC" title="SONY DSC" /></div><p><em>We&#8217;re really pleased to bring you the next installment of Windows Phone top tips from our friends at <a href="http://matchboxmobile.com/">Matchbox Mobile</a>. Enjoy!</em></p>
<p>Following our recent ‘<a href="http://alphalabs.cc/3-top-tips-for-windows-phone-development/">3 Top Tips</a>’ post, we wanted to talk about three more important aspects of <a href="https://dev.windowsphone.com/en-us/develop">Windows Phone development</a>. Ranging from the practical to the theoretical, these useful steps will make your apps behave better and look great.</p>
<h2>1. The Store Test Kit Is Your Friend</h2>
<p>Few things are more nerve-wracking for a developer than submitting your creation to the app store, and waiting for approval. What could go wrong? How long will it take?</p>
<p>Luckily, the <a href="http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh394032(v=vs.105).aspx">Windows Phone Store Test Kit</a> has most of the answers. The Test Kit is a handy tool built into Visual Studio Express 2012 for Windows Phone, and helps you understand your pre-submission checklist, kicking off automated tests and organizing manual tests. The Test Kit covers:</p>
<ul>
<li>Correct capabilities being set</li>
<li>Imagery and metadata for eventual store submission</li>
<li>Performance of your app on the phone, via the Windows Phone Application Analysis wizard</li>
<li>Correct navigation, management of phone events (like incoming phone calls), lock screen behaviour and more</li>
</ul>
<p>The Store Test Kit should be an integral part of your development and test plan, as it can save you days of suspense and submission attempts by helping you spot and squash problems before you upload to the store.</p>
<p>Go <a href="http://www.youtube.com/watch?v=dv4QHHI2gZA">here</a> for a demo of the Store Test Kit in action.</p>
<h2>2. Learn the design language of Windows Phone</h2>
<p>Formerly known as Metro, the Microsoft design language moves away from superfluous eye candy, instead focusing on accessible, personalized content. Showing only what is useful, and striking out the unnecessary is core to the Windows Phone UI. This does not mean that your screens should be sparse and forbidding – on the contrary. The use of font size, negative space, and alignment together are powerful tools for leading the eye and providing focus and context onto actions and supporting information. Thoughtful combinations of colour, photography and imagery provide meaning to the UI and inject the brand message in a refined way.</p>
<p>Check out this <a href="http://www.youtube.com/watch?v=jOG4DZV3TIY">two-part talk</a> from Microsoft’s Jeff Fong for an exposition on the power of the Microsoft design language, and how to apply it in your app.</p>
<h2>3. Live Tiles</h2>
<p>The link above will also touch on Live Tiles. Live Tiles look great, are genuinely useful and give your app a boost with little effort. Here’s why:</p>
<ul>
<li>Surfacing content: Live Tiles link to content inside the app, and can show the user important information without launching the app. Coupled with the ability to pin and rearrange tiles, a well-designed Live Tile can make your app more useful and valuable, and more likely to be kept at the front of the user’s mind (and screen)</li>
<li>Deep linking: You can have more than one Live Tile. Secondary Live Tiles can link to specific pages or reports inside your app. This means that a user may want to pin a section of the app and have a way of a) knowing what is happening in that one section, and b) going directly to that section. This is called deep linking, and is a very powerful way of speeding up tasks for the user and allowing non-gimmicky, actually useful personalization and customization of the phone</li>
<li>Push notifications: Live Tiles can reflect information in the cloud using push notifications. For breaking news, unread message counts, and any live, fluctuating data count, you can send push notifications from a cloud service that will update the Live Tile’s counter or background images</li>
<li>Scheduled notifications: Live Tiles don’t have to rely on remote server infrastructure. If you are not yet thinking about cloud services and providing push notifications, you can still create useful Live Tiles via a scheduled background agent that can run every half-hour to refresh the data and then update your tile</li>
</ul>
<p><a href="http://www.geekchamp.com/">Windows Phone Geek</a> offer a practical developer’s guide to Live Tiles <a href="http://www.geekchamp.com/articles/live-tiles-in-windows-phone-8-part-1-tile-templates">here</a>.</p>
<p>That’s it for now – thank you for reading, and good luck with your Windows Phone projects!</p>
<p>&nbsp;</p>
<p>The post <a href="http://alphalabs.cc/3-more-windows-phone-top-tips/">Matchbox Mobile: 3 More Windows Phone Top Tips</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://alphalabs.cc/3-more-windows-phone-top-tips/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Get a handle on your Windows Phone app&#8217;s performance</title>
		<link>http://alphalabs.cc/get-a-handle-on-your-windows-phone-apps-performance/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=get-a-handle-on-your-windows-phone-apps-performance</link>
		<comments>http://alphalabs.cc/get-a-handle-on-your-windows-phone-apps-performance/#comments</comments>
		<pubDate>Wed, 13 Mar 2013 13:39:04 +0000</pubDate>
		<dc:creator>Beth</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://alphalabs.cc/?p=2138</guid>
		<description><![CDATA[<div><img width="1024" height="768" src="http://alphalabs.cc/wp-content/uploads/2013/03/Dev-center-app.jpg" class="attachment-type-photo wp-post-image" alt="Dev center app" title="Dev center app" /></div><p><p>Microsoft&#8217;s <a href="http://www.windowsphone.com/en-us/store/app/dev-center/2d3063c2-4b29-4e69-9c03-50b67b0e6aec">Windows Phone Dev Center app</a> gives Windows Phone developers a better handle on their app&#8217;s performances, with the ability to view download and crash trends, view user reviews and payment information on the go.</p> <p>It provides the developer with data about how their app is doing in the real world to help them identity any potential issues. A great advantage of using the app is that the user reviews are translated to a language of your choice to avoid any communication barriers between you and your user.</p> <p>The app requires a <a href="http://dev.windowsphone.com/en-us/join">Windows Phone Dev Center account</a> as all the data information is made available through the <a href="http://dev.windowsphone.com/en-us">Windows Phone Dev Center website</a>.</p> <p>With a 4.5 star rating in the <a href="http://www.windowsphone.com/en-gb/store">Windows Phone Store</a> and a majority of the 148 reviews commenting on how useful they&#8217;ve found the app to be, why not try it  <a href="http://alphalabs.cc/get-a-handle-on-your-windows-phone-apps-performance/" class="more-link"><span class="screen-reader-text">Continue Reading</span></a></p><p>The post <a href="http://alphalabs.cc/get-a-handle-on-your-windows-phone-apps-performance/">Get a handle on your Windows Phone app&#8217;s performance</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></description>
			<content:encoded><![CDATA[<div><img width="1024" height="768" src="http://alphalabs.cc/wp-content/uploads/2013/03/Dev-center-app.jpg" class="attachment-type-photo wp-post-image" alt="Dev center app" title="Dev center app" /></div><p>Microsoft&#8217;s <a href="http://www.windowsphone.com/en-us/store/app/dev-center/2d3063c2-4b29-4e69-9c03-50b67b0e6aec">Windows Phone Dev Center app</a> gives Windows Phone developers a better handle on their app&#8217;s performances, with the ability to view download and crash trends, view user reviews and payment information on the go.</p>
<p>It provides the developer with data about how their app is doing in the real world to help them identity any potential issues. A great advantage of using the app is that the user reviews are translated to a language of your choice to avoid any communication barriers between you and your user.</p>
<p>The app requires a <a href="http://dev.windowsphone.com/en-us/join">Windows Phone Dev Center account</a> as all the data information is made available through the <a href="http://dev.windowsphone.com/en-us">Windows Phone Dev Center website</a>.</p>
<p>With a 4.5 star rating in the <a href="http://www.windowsphone.com/en-gb/store">Windows Phone Store</a> and a majority of the 148 reviews commenting on how useful they&#8217;ve found the app to be, why not try it yourself. Download free <a href="http://www.windowsphone.com/en-us/store/app/dev-center/2d3063c2-4b29-4e69-9c03-50b67b0e6aec">here</a>.</p>
<p><em>Image by <a href="http://www.flickr.com/photos/kodi_tanner/">kodi_tanner</a>. </em></p>
<p><em> </em></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>http://www.wpcentral.com/monitor-your-apps-better-microsofts-dev-center-app</p>
<p>The post <a href="http://alphalabs.cc/get-a-handle-on-your-windows-phone-apps-performance/">Get a handle on your Windows Phone app&#8217;s performance</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://alphalabs.cc/get-a-handle-on-your-windows-phone-apps-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choose a skin from the Windows Phone 8 Emulator Skin Switcher</title>
		<link>http://alphalabs.cc/windows-phone-8-emulator-skin-switcher/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=windows-phone-8-emulator-skin-switcher</link>
		<comments>http://alphalabs.cc/windows-phone-8-emulator-skin-switcher/#comments</comments>
		<pubDate>Tue, 12 Mar 2013 14:47:04 +0000</pubDate>
		<dc:creator>Beth</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://alphalabs.cc/?p=1870</guid>
		<description><![CDATA[<div><img width="2048" height="1366" src="http://alphalabs.cc/wp-content/uploads/2013/02/6876289077_bac7a65bd6_o.jpg" class="attachment-type-photo wp-post-image" alt="6876289077_bac7a65bd6_o" title="6876289077_bac7a65bd6_o" /></div><p><p>The <a href="http://wp8emulatorskins.codeplex.com/">Windows Phone 8 Emulator Skin Switcher</a>, developed by <a href="http://vdcruijsen.net/">Geert van der Cruijsen</a>, allows developers to manipulate the look of their <a href="http://www.windowsphone.com/en-GB/how-to/wp8/start/whats-new-in-windows-phone">Windows Phone 8</a> emulator when developing apps on the device.</p> <p>Developers are able to choose from 17 different skins, including; HTC 8S, Nokia Lumia 820, Nokia Lumia 920, HTC 8X and Samsung Ativ S. All available in a variety of colours (depending on the handset itself) to ensure each skin replicates your phone of choice. The developer is able to select up to 3 different skins at a time (one for each resolution) as it also allows for you to choose from different screen resolutions as well.</p> <p>Once downloaded you simply choose the desired skin, restart the emulator to load up the chosen skin and the default emulator will then resemble a Windows Phone.</p> <p><a href="http://vdcruijsen.net/">Geert van der Cruijsen</a> is happy to add  <a href="http://alphalabs.cc/windows-phone-8-emulator-skin-switcher/" class="more-link"><span class="screen-reader-text">Continue Reading</span></a></p><p>The post <a href="http://alphalabs.cc/windows-phone-8-emulator-skin-switcher/">Choose a skin from the Windows Phone 8 Emulator Skin Switcher</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></description>
			<content:encoded><![CDATA[<div><img width="2048" height="1366" src="http://alphalabs.cc/wp-content/uploads/2013/02/6876289077_bac7a65bd6_o.jpg" class="attachment-type-photo wp-post-image" alt="6876289077_bac7a65bd6_o" title="6876289077_bac7a65bd6_o" /></div><p>The <a href="http://wp8emulatorskins.codeplex.com/">Windows Phone 8 Emulator Skin Switcher</a>, developed by <a href="http://vdcruijsen.net/">Geert van der Cruijsen</a>, allows developers to manipulate the look of their <a href="http://www.windowsphone.com/en-GB/how-to/wp8/start/whats-new-in-windows-phone">Windows Phone 8</a> emulator when developing apps on the device.</p>
<p>Developers are able to choose from 17 different skins, including; HTC 8S, Nokia Lumia 820, Nokia Lumia 920, HTC 8X and Samsung Ativ S. All available in a variety of colours (depending on the handset itself) to ensure each skin replicates your phone of choice. The developer is able to select up to 3 different skins at a time (one for each resolution) as it also allows for you to choose from different screen resolutions as well.</p>
<p>Once downloaded you simply choose the desired skin, restart the emulator to load up the chosen skin and the default emulator will then resemble a Windows Phone.</p>
<p><a href="http://vdcruijsen.net/">Geert van der Cruijsen</a> is happy to add to the number of skins if there are others you want to test on, therefore we can expect to see more skins added to the skin switcher.</p>
<p>Read on <a href="http://vdcruijsen.net/2013/01/windows-phone-8-emulator-skin-switcher-1-0-released-on-codeplex/">here</a>, or <a href="http://wp8emulatorskins.codeplex.com/">download</a> it now.</p>
<p><em>Image by <a href="http://www.flickr.com/photos/ian_tunbridge/">Ian_Tunbridge</a>.</em></p>
<h1 id="yui_3_7_3_3_1361378306667_708"></h1>
<p>The post <a href="http://alphalabs.cc/windows-phone-8-emulator-skin-switcher/">Choose a skin from the Windows Phone 8 Emulator Skin Switcher</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://alphalabs.cc/windows-phone-8-emulator-skin-switcher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Matchbox Mobile at Mobile World Congress 2013</title>
		<link>http://alphalabs.cc/matchbox-mobile-at-the-mobile-world-congress/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=matchbox-mobile-at-the-mobile-world-congress</link>
		<comments>http://alphalabs.cc/matchbox-mobile-at-the-mobile-world-congress/#comments</comments>
		<pubDate>Mon, 11 Mar 2013 16:01:09 +0000</pubDate>
		<dc:creator>Matchbox Mobile</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://alphalabs.cc/?p=2276</guid>
		<description><![CDATA[<div><img width="3248" height="2000" src="http://alphalabs.cc/wp-content/uploads/2013/03/WP_20130226_002-11.jpg" class="attachment-type-photo wp-post-image" alt="WP_20130226_002 (1)" title="WP_20130226_002 (1)" /></div><p><p>Here is another great guest post from the team at <a href="http://matchboxmobile.com/">Matchbox Mobile</a>, who share with us their time at <a href="http://www.mobileworldcongress.com/">Mobile World Congress 2013</a> and anything you missed if you weren&#8217;t able to attend yourself. Don’t forget to have a look at their other posts – <a href="http://alphalabs.cc/the-journey-to-windows-phone-from-android-and-ios/">The Journey to Windows Phone from iOS &#38; Android</a>, <a href="http://alphalabs.cc/matchbox-mobiles-vegas-report/">Vegas Report on the CES</a> and <a href="http://alphalabs.cc/3-top-tips-for-windows-phone-development/">3 Top Tips for Windows Phone App Development</a>.</p> <p>We were pleased to join tens of thousands of telecoms professionals on our 6th annual pilgrimage to Barcelona for Mobile World Congress 2013.</p> <p>Every MWC attendee has two basic needs: how to find your next meeting, and where to find the best lunch. Multiply that by 72,000 attendees at #MWC2013 – this was a record-breaking attendance – throw them all into a new venue and you can picture the bustle and  <a href="http://alphalabs.cc/matchbox-mobile-at-the-mobile-world-congress/" class="more-link"><span class="screen-reader-text">Continue Reading</span></a></p><p>The post <a href="http://alphalabs.cc/matchbox-mobile-at-the-mobile-world-congress/">Matchbox Mobile at Mobile World Congress 2013</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></description>
			<content:encoded><![CDATA[<div><img width="3248" height="2000" src="http://alphalabs.cc/wp-content/uploads/2013/03/WP_20130226_002-11.jpg" class="attachment-type-photo wp-post-image" alt="WP_20130226_002 (1)" title="WP_20130226_002 (1)" /></div><p><em>Here is another great guest post from the team at <a href="http://matchboxmobile.com/">Matchbox Mobile</a>, who share with us their time at <a href="http://www.mobileworldcongress.com/">Mobile World Congress 2013</a> and anything you missed if you weren&#8217;t able to attend yourself. Don’t forget to have a look at their other posts – <a href="http://alphalabs.cc/the-journey-to-windows-phone-from-android-and-ios/">The Journey to Windows Phone from iOS &amp; Android</a>, <a href="http://alphalabs.cc/matchbox-mobiles-vegas-report/">Vegas Report on the CES</a> and <a href="http://alphalabs.cc/3-top-tips-for-windows-phone-development/">3 Top Tips for Windows Phone App Development</a>.</em></p>
<p>We were pleased to join tens of thousands of telecoms professionals on our 6th annual pilgrimage to Barcelona for Mobile World Congress 2013.</p>
<p>Every MWC attendee has two basic needs: how to find your next meeting, and where to find the best lunch. Multiply that by 72,000 attendees at #MWC2013 – this was a record-breaking attendance – throw them all into a new venue and you can picture the bustle and excitement.</p>
<p>Our first priority was to find good coffee. We found the much sought-after <a href="http://coffeaarabica.co.uk/about-me/">Daisy Rollo</a> serving the very best of the black stuff at the <a href="http://www.spirent.com/">Spirent</a> stand in Hall 6. Following a busy first day of meetings we spent Monday evening with our friends and partners from <a href="http://www.buddy.com/">Buddy</a>, at <a href="http://carmelitasrestaurant.wordpress.com/">Carmelita’s</a>, a Matchbox favourite just off Las Ramblas. Buddy – who provide a set of <a href="http://www.developer.nokia.com/Developer_Programs/Buddy.xhtml">mobile APIs for Windows Phone</a> and all major phone platforms – had just been announced as a Microsoft partner, so we were only too happy to toast their success.</p>
<p>Tuesday’s highlights included a Barcelona vs. Real Madrid clash, courtesy of <a href="http://www.amazon.co.uk/">Amazon</a>, and a <a href="http://www.nokia.com/gb-en/">Nokia</a> party at the <a href="http://www.sotaventobcn.com/">Sotavento beach club</a>, where we joined our friends from <a href="http://www.bing.com/">Bing</a> to reflect on an illuminating day in the mobile sphere.</p>
<p>Despite no major announcements at MWC, we saw <a href="https://mozilla.org.uk/">Mozilla</a> and <a href="https://www.tizen.org/">Tizen</a> getting plenty of buzz. Whereas <a href="http://www.samsung.com/uk/">Samsung</a> went for size and visibility with an enormous stand, Nokia’s presence was very much about showing the love for mobile developers, with plenty of space to break out on beanbags and enjoy the free refreshments.</p>
<p>Mobile payments, connected cars, and machine-to-machine (M2M) were three hot topics, with many competing and complementary ideas and systems jostling for attention. The importance of the mobile cloud for app developers was made clear by the volume of mobile cloud services on offer.</p>
<p>MWC 2013 certainly reflected a change in industry mood and a more positive outlook. Whereas recent years saw a hard-nosed attitude towards value for money and the limits of engineering possibilities, this year was different: marketing and advertising directors, people from outside the traditional R&amp;D or tech departments, are flooding in with new ideas and enthusiasm. This is a promising sign that we will see more innovation and exciting mobile projects this year. And we take some comfort that the “mobile web versus native app” debate has survived another year and looks healthier than ever.</p>
<p><em><br />
</em></p>
<p>The post <a href="http://alphalabs.cc/matchbox-mobile-at-the-mobile-world-congress/">Matchbox Mobile at Mobile World Congress 2013</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://alphalabs.cc/matchbox-mobile-at-the-mobile-world-congress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to get your app promoted in the Windows Phone Store</title>
		<link>http://alphalabs.cc/how-to-get-your-app-promoted-in-the-windows-phone-store/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-get-your-app-promoted-in-the-windows-phone-store</link>
		<comments>http://alphalabs.cc/how-to-get-your-app-promoted-in-the-windows-phone-store/#comments</comments>
		<pubDate>Thu, 07 Mar 2013 16:10:31 +0000</pubDate>
		<dc:creator>Beth</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Introduction]]></category>

		<guid isPermaLink="false">http://alphalabs.cc/?p=2031</guid>
		<description><![CDATA[<div><img width="1600" height="1600" src="http://alphalabs.cc/wp-content/uploads/2013/02/7642167070_3ce946ad36_h.jpg" class="attachment-type-photo wp-post-image" alt="7642167070_3ce946ad36_h" title="7642167070_3ce946ad36_h" /></div><p><p><a href="http://blogs.windows.com/members/kami-lemonds/">Kami LeMonds</a>, merchandising manager for the Windows Phone Store, has a great post on the <a href="http://blogs.windows.com/">Windows Phone Developer Blog</a> to help you learn about how to get your app promoted in the <a href="http://www.windowsphone.com/en-gb/store">Windows Phone Store</a>.</p> <p>There are three areas they look at when assessing overall quality of the apps:  functionality, utility and enjoyment. All of these are discussed further in the post to help you improve the likelihood of your app being promoted. It also provides existing apps as examples for each of the three qualities to give you a better understanding of what&#8217;s required.</p> <p>Find out more <a href="http://blogs.windows.com/windows_phone/b/wpdev/archive/2013/01/31/how-to-get-your-app-promoted-in-the-windows-phone-store.aspx">here</a>.</p> <p>Image by <a href="http://www.flickr.com/photos/rueful/">Key Foster</a>. </p></p><p>The post <a href="http://alphalabs.cc/how-to-get-your-app-promoted-in-the-windows-phone-store/">How to get your app promoted in the Windows Phone Store</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></description>
			<content:encoded><![CDATA[<div><img width="1600" height="1600" src="http://alphalabs.cc/wp-content/uploads/2013/02/7642167070_3ce946ad36_h.jpg" class="attachment-type-photo wp-post-image" alt="7642167070_3ce946ad36_h" title="7642167070_3ce946ad36_h" /></div><p><a href="http://blogs.windows.com/members/kami-lemonds/">Kami LeMonds</a>, merchandising manager for the Windows Phone Store, has a great post on the <a href="http://blogs.windows.com/">Windows Phone Developer Blog</a> to help you learn about how to get your app promoted in the <a href="http://www.windowsphone.com/en-gb/store">Windows Phone Store</a>.</p>
<p>There are three areas they look at when assessing overall quality of the apps:  functionality, utility and enjoyment. All of these are discussed further in the post to help you improve the likelihood of your app being promoted. It also provides existing apps as examples for each of the three qualities to give you a better understanding of what&#8217;s required.</p>
<p>Find out more <a href="http://blogs.windows.com/windows_phone/b/wpdev/archive/2013/01/31/how-to-get-your-app-promoted-in-the-windows-phone-store.aspx">here</a>.</p>
<p><em>Image by <a href="http://www.flickr.com/photos/rueful/">Key Foster</a>. </em></p>
<p>The post <a href="http://alphalabs.cc/how-to-get-your-app-promoted-in-the-windows-phone-store/">How to get your app promoted in the Windows Phone Store</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://alphalabs.cc/how-to-get-your-app-promoted-in-the-windows-phone-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Alphalabs&#8217; twitter feed</title>
		<link>http://alphalabs.cc/alphalabs-tweets/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=alphalabs-tweets</link>
		<comments>http://alphalabs.cc/alphalabs-tweets/#comments</comments>
		<pubDate>Fri, 01 Mar 2013 14:16:52 +0000</pubDate>
		<dc:creator>Beth</dc:creator>
				<category><![CDATA[Introduction]]></category>

		<guid isPermaLink="false">http://alphalabs.cc/?p=2241</guid>
		<description><![CDATA[<p><p><a class="twitter-timeline" href="https://twitter.com/Alphalabs_uk" data-widget-id="309341873636511744">Tweets by @Alphalabs_uk</a> // </p></p><p>The post <a href="http://alphalabs.cc/alphalabs-tweets/">The Alphalabs&#8217; twitter feed</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></description>
			<content:encoded><![CDATA[<p><a class="twitter-timeline" href="https://twitter.com/Alphalabs_uk" data-widget-id="309341873636511744">Tweets by @Alphalabs_uk</a><br />
<script type="text/javascript">// <![CDATA[
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
// ]]&gt;</script></p>
<p>The post <a href="http://alphalabs.cc/alphalabs-tweets/">The Alphalabs&#8217; twitter feed</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://alphalabs.cc/alphalabs-tweets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>March&#8217;s app of the month &#8211; Lomogram (Windows Phone)</title>
		<link>http://alphalabs.cc/app-of-the-month-lomogram/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=app-of-the-month-lomogram</link>
		<comments>http://alphalabs.cc/app-of-the-month-lomogram/#comments</comments>
		<pubDate>Fri, 01 Mar 2013 10:00:41 +0000</pubDate>
		<dc:creator>Beth</dc:creator>
				<category><![CDATA[App of The Month]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://alphalabs.cc/?p=2120</guid>
		<description><![CDATA[<div><img width="720" height="380" src="http://alphalabs.cc/wp-content/uploads/2013/02/lomo.jpg" class="attachment-type-photo wp-post-image" alt="lomo" title="lomo" /></div><p><p>The clue is in the name, <a href="http://www.windowsphone.com/en-gb/store/app/lomogram/eff2feae-cef3-42be-8bfc-f0d62b1d814e">Lomogram</a> is the <a href="http://instagram.com/">Instagram</a> of <a href="http://www.windowsphone.com/en-us/store/overview">Windows Phone</a>.</p> <p>Developed by <a href="http://devrain.com/">DevRain Solutions</a>, developer of <a href="http://www.windowsphone.com/en-gb/store/app/undead-carnage/27740d65-0d19-437e-8bb2-87c85d64342a">Undead Carnage</a>, <a href="http://www.windowsphone.com/en-gb/store/app/bug-invasion/62546570-66ee-4c63-9000-b92bb98aec91">Bug Invasion</a> and <a href="http://www.windowsphone.com/en-GB/store/publishers?publisherId=DevRain+Solutions&#38;appId=eff2feae-cef3-42be-8bfc-f0d62b1d814e">many more</a>, Lomogram is a photo-editing app with 42 different filters, 72 lightening effects and 49 borders.</p> <p>As you&#8217;d expect it is very easy to use with the option to upload a photo from your photo library or take a new one. Once you have chosen your photo, you can begin flicking through the various high quality filters to find the one you want, and with 42 of them it&#8217;s hard to find one that you don&#8217;t like. A great personal touch to the app is that each filter is given its own name, for example; Alfred, Lynn, Paul and Benjamin.</p> <p>Like any other photo editing app, you can edit  <a href="http://alphalabs.cc/app-of-the-month-lomogram/" class="more-link"><span class="screen-reader-text">Continue Reading</span></a></p><p>The post <a href="http://alphalabs.cc/app-of-the-month-lomogram/">March&#8217;s app of the month &#8211; Lomogram (Windows Phone)</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></description>
			<content:encoded><![CDATA[<div><img width="720" height="380" src="http://alphalabs.cc/wp-content/uploads/2013/02/lomo.jpg" class="attachment-type-photo wp-post-image" alt="lomo" title="lomo" /></div><p>The clue is in the name, <a href="http://www.windowsphone.com/en-gb/store/app/lomogram/eff2feae-cef3-42be-8bfc-f0d62b1d814e">Lomogram</a> is the <a href="http://instagram.com/">Instagram</a> of <a href="http://www.windowsphone.com/en-us/store/overview">Windows Phone</a>.</p>
<p>Developed by <a href="http://devrain.com/">DevRain Solutions</a>, developer of <a href="http://www.windowsphone.com/en-gb/store/app/undead-carnage/27740d65-0d19-437e-8bb2-87c85d64342a">Undead Carnage</a>, <a href="http://www.windowsphone.com/en-gb/store/app/bug-invasion/62546570-66ee-4c63-9000-b92bb98aec91">Bug Invasion</a> and <a href="http://www.windowsphone.com/en-GB/store/publishers?publisherId=DevRain+Solutions&amp;appId=eff2feae-cef3-42be-8bfc-f0d62b1d814e">many more</a>, Lomogram is a photo-editing app with 42 different filters, 72 lightening effects and 49 borders.</p>
<p>As you&#8217;d expect it is very easy to use with the option to upload a photo from your photo library or take a new one. Once you have chosen your photo, you can begin flicking through the various high quality filters to find the one you want, and with 42 of them it&#8217;s hard to find one that you don&#8217;t like. A great personal touch to the app is that each filter is given its own name, for example; Alfred, Lynn, Paul and Benjamin.</p>
<p>Like any other photo editing app, you can edit the image by cropping it, rotating it, adjusting the light or by adding a border with the classic film roll and polaroid borders included.</p>
<p>It is available in 10 different languages (English, Russian, Italian, French, Spanish, German, Swedish, Portuguese (BR), Hungarian and Ukrainian), and is integrated with Facebook, Twitter, Flickr, Tumblr and VK to make sure you can share your photos with your friends (as it doesn&#8217;t have its own community).</p>
<p>Better than Instagram? You&#8217;ll have to decide that for yourself but with over 1 million downloads, a 4.5 (out of 5) star rating from 497 users and it currently being featured as a top free app in the <a href="http://www.windowsphone.com/en-gb/store">Windows Phone store</a> at number 9, it can&#8217;t be that bad can it?</p>
<p>It is available to <a href="http://www.windowsphone.com/en-gb/store/app/lomogram/eff2feae-cef3-42be-8bfc-f0d62b1d814e">download</a> (free and ad-free) for both Windows Phone 8 and Windows Phone 7.x devices, so give it a go.</p>
<p>If we haven&#8217;t convinced you enough already, watch the official video <a href="http://vimeo.com/58388405">here</a>.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a href="http://alphalabs.cc/app-of-the-month-lomogram/">March&#8217;s app of the month &#8211; Lomogram (Windows Phone)</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://alphalabs.cc/app-of-the-month-lomogram/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Take a look at our calendar: Meet-up in March</title>
		<link>http://alphalabs.cc/march-meet-up/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=march-meet-up</link>
		<comments>http://alphalabs.cc/march-meet-up/#comments</comments>
		<pubDate>Fri, 01 Mar 2013 10:00:25 +0000</pubDate>
		<dc:creator>Beth</dc:creator>
				<category><![CDATA[meet]]></category>

		<guid isPermaLink="false">http://alphalabs.cc/?p=2115</guid>
		<description><![CDATA[<div><img width="1024" height="624" src="http://alphalabs.cc/wp-content/uploads/2013/02/March-meet-up.jpg" class="attachment-type-photo wp-post-image" alt="March meet up" title="March meet up" /></div><p><a href="http://www.meetup.com/agiletesting/events/102300762/">QCon London 2013, 4-8 March 2013</a> <p>QCon London is the seventh annual London enterprise software development conference. It is a great event to attend if you can, it&#8217;s designed for developers (amongst others) with talks including &#8216;next generation mobile apps&#8217; which will explore the latest features in iOS 6, Android 4, Windows Phone 8 and mobile web browsers. <a href="http://www.meetup.com/agiletesting/events/102300762/">Register here</a>.</p> <a href="http://explayvisit002-es2005.eventbrite.com/?rank=5">Microsoft Campus Visit, 11 March 2013</a> <p>There is a limited number of tickets left, so you&#8217;ll have to be quick but this exclusive site visit will give you the low down on Windows 8 game app development and the commercial opportunities that go with it. <a href="http://explayvisit002-es2005.eventbrite.com/?rank=5">Register here</a>.</p> <a href="http://windowsphone8appsforkids.eventbrite.com/">Windows Phone 8 lock-in &#8211; building apps for young people, 16-17 March 2013</a> <p>This is one you don&#8217;t want to miss. Microsoft, Nokia and Foolproof are running a Windows Phone 8 lock-in  <a href="http://alphalabs.cc/march-meet-up/" class="more-link"><span class="screen-reader-text">Continue Reading</span></a></p><p>The post <a href="http://alphalabs.cc/march-meet-up/">Take a look at our calendar: Meet-up in March</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></description>
			<content:encoded><![CDATA[<div><img width="1024" height="624" src="http://alphalabs.cc/wp-content/uploads/2013/02/March-meet-up.jpg" class="attachment-type-photo wp-post-image" alt="March meet up" title="March meet up" /></div><h2><a href="http://www.meetup.com/agiletesting/events/102300762/">QCon London 2013, 4-8 March 2013</a></h2>
<p>QCon London is the seventh annual London enterprise software development conference. It is a great event to attend if you can, it&#8217;s designed for developers (amongst others) with talks including &#8216;next generation mobile apps&#8217; which will explore the latest features in iOS 6, Android 4, Windows Phone 8 and mobile web browsers. <a href="http://www.meetup.com/agiletesting/events/102300762/">Register here</a>.</p>
<h2><a href="http://explayvisit002-es2005.eventbrite.com/?rank=5">Microsoft Campus Visit, 11 March 2013</a></h2>
<p>There is a limited number of tickets left, so you&#8217;ll have to be quick but this exclusive site visit will give you the low down on Windows 8 game app development and the commercial opportunities that go with it. <a href="http://explayvisit002-es2005.eventbrite.com/?rank=5">Register here</a>.</p>
<h2><a href="http://windowsphone8appsforkids.eventbrite.com/">Windows Phone 8 lock-in &#8211; building apps for young people, 16-17 March 2013</a></h2>
<p>This is one you don&#8217;t want to miss. Microsoft, Nokia and Foolproof are running a Windows Phone 8 lock-in looking at building apps for young people/kids. Nokia will be bringing prizes and developer resources for the best app, fastest build, craziest and biggest outstanding failure (and others). Microsoft Windows Phone 8 developers will also be present to help out. <a href="http://windowsphone8appsforkids.eventbrite.com/">Register here</a>.</p>
<h2><a href="http://www.dotnetdevnet.com/Meetings/tabid/54/EntryID/76/Default.aspx">Introducing Windows Phone 8 development with Matt Lacey, 19 March 2013</a></h2>
<p>Matt Lacey (founder and organiser of the Windows Phone User Group) will show all the exciting new features of Windows Phone 8 in a demo packed session. It will include an overview of the platform, the key new features and and why you might be interested in developing for it. <a href="http://www.dotnetdevnet.com/Meetings/tabid/54/EntryID/76/Default.aspx">Register here</a>.</p>
<h2><a href="http://www.meetup.com/Windows-Phone-User-Group-Manchester/events/105873132/">Windows Phone User Group North West, 19 March 2013</a></h2>
<p>As always it is open to anyone interested in the Windows Phone and Windows platform, including developers, designers, gamers, professionals and hobbyists. This meet up will be held at TechHub Manchester at 18:30 &#8211; 20:30. <a href="http://www.meetup.com/Windows-Phone-User-Group-Manchester/events/105873132/">Register here</a>.</p>
<h2><a href="http://lanyrd.com/2013/tu2013/">Technical Update for the Microsoft Platform, 20 March 2013</a></h2>
<p>A &#8216;Microsoft roadmap&#8217; across the whole platform, discussing Windows 8 and Windows Phone 8, via Visual Studio 2012 and Windows Server, to Azure, SharePoint and Office 2013. <a href="http://lanyrd.com/2013/tu2013/">Register here.</a></p>
<p>&nbsp;</p>
<p><em>Image by <a href="http://www.flickr.com/photos/hmk/">Howdy, I&#8217;m H. Michael Karshis</a>.</em></p>
<p>The post <a href="http://alphalabs.cc/march-meet-up/">Take a look at our calendar: Meet-up in March</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://alphalabs.cc/march-meet-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>45% of all Lumia owners would recommend to a friend</title>
		<link>http://alphalabs.cc/45-of-all-lumia-owners-would-recommend-the-smartphone-to-a-friend/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=45-of-all-lumia-owners-would-recommend-the-smartphone-to-a-friend</link>
		<comments>http://alphalabs.cc/45-of-all-lumia-owners-would-recommend-the-smartphone-to-a-friend/#comments</comments>
		<pubDate>Tue, 19 Feb 2013 14:58:04 +0000</pubDate>
		<dc:creator>Beth</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://alphalabs.cc/?p=2078</guid>
		<description><![CDATA[<div><img width="1600" height="1065" src="http://alphalabs.cc/wp-content/uploads/2013/02/7185848683_49a91a201a_h.jpg" class="attachment-type-photo wp-post-image" alt="7185848683_49a91a201a_h" title="7185848683_49a91a201a_h" /></div><p><p>Research recently conducted by <a href="http://yougov.co.uk/">YouGov</a> shows <a href="http://www.nokia.com/gb-en/">Nokia</a>&#8216;s consumer loyalty is growing as levels of customer advocacy significantly increased at the end of last year between September and December.</p> <p>This is mostly due to the rise of the <a href="http://www.nokia.com/gb-en/products/all-products/?action=catalogsearch&#38;productfamilylumia=on#nk-main_menu_component">Lumia</a> Windows Phone range (customers increased from 1% to 40%), and the fall of  the Symbian operating system (decreased from 99% to 60%). The number of Nokia customers that would recommend a Lumia handset has risen by 13% to 45%.</p> <p>Nokia is now ranked first for four of the following attributes; battery life, camera quality, speed of call connection and the robustness of its handsets. This could be why Nokia has seen an increase in its satisfaction ratings for more important attributes such as; reliability, function speed, internet connection speeds and ease of use.</p> <p>Continue to read the report <a href="http://yougov.co.uk/news/2013/02/18/nokias-second-coming/">here</a>.</p> <p><a href="http://www.flickr.com/photos/vernieman/">Image by vernieman.</a></p></p><p>The post <a href="http://alphalabs.cc/45-of-all-lumia-owners-would-recommend-the-smartphone-to-a-friend/">45% of all Lumia owners would recommend to a friend</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></description>
			<content:encoded><![CDATA[<div><img width="1600" height="1065" src="http://alphalabs.cc/wp-content/uploads/2013/02/7185848683_49a91a201a_h.jpg" class="attachment-type-photo wp-post-image" alt="7185848683_49a91a201a_h" title="7185848683_49a91a201a_h" /></div><p>Research recently conducted by <a href="http://yougov.co.uk/">YouGov</a> shows <a href="http://www.nokia.com/gb-en/">Nokia</a>&#8216;s consumer loyalty is growing as levels of customer advocacy significantly increased at the end of last year between September and December.</p>
<p>This is mostly due to the rise of the <a href="http://www.nokia.com/gb-en/products/all-products/?action=catalogsearch&amp;productfamilylumia=on#nk-main_menu_component">Lumia</a> Windows Phone range (customers increased from 1% to 40%), and the fall of  the Symbian operating system (decreased from 99% to 60%). The number of Nokia customers that would recommend a Lumia handset has risen by 13% to 45%.</p>
<p>Nokia is now ranked first for four of the following attributes; battery life, camera quality, speed of call connection and the robustness of its handsets. This could be why Nokia has seen an increase in its satisfaction ratings for more important attributes such as; reliability, function speed, internet connection speeds and ease of use.</p>
<p>Continue to read the report <a href="http://yougov.co.uk/news/2013/02/18/nokias-second-coming/">here</a>.</p>
<p><a href="http://www.flickr.com/photos/vernieman/"><em>Image by vernieman.</em></a></p>
<p>The post <a href="http://alphalabs.cc/45-of-all-lumia-owners-would-recommend-the-smartphone-to-a-friend/">45% of all Lumia owners would recommend to a friend</a> appeared first on <a href="http://alphalabs.cc">Alphalabs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://alphalabs.cc/45-of-all-lumia-owners-would-recommend-the-smartphone-to-a-friend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
