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

<channel>
	<title>&#34;hard work, persistence &#38; passion&#34;</title>
	<atom:link href="http://websurfaces.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://websurfaces.co.uk</link>
	<description>Ian Walkers&#039; Blog.</description>
	<lastBuildDate>Fri, 01 Jun 2012 07:10:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='websurfaces.co.uk' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>&#34;hard work, persistence &#38; passion&#34;</title>
		<link>http://websurfaces.co.uk</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://websurfaces.co.uk/osd.xml" title="&#34;hard work, persistence &#38; passion&#34;" />
	<atom:link rel='hub' href='http://websurfaces.co.uk/?pushpress=hub'/>
		<item>
		<title>Controlling caching of BitMapImage under WinRT</title>
		<link>http://websurfaces.co.uk/2012/05/27/controlling-caching-of-bitmapimage-under-winrt/</link>
		<comments>http://websurfaces.co.uk/2012/05/27/controlling-caching-of-bitmapimage-under-winrt/#comments</comments>
		<pubDate>Sun, 27 May 2012 12:14:02 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Tip]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[WinRT]]></category>

		<guid isPermaLink="false">https://rd3d2.wordpress.com/?p=2535</guid>
		<description><![CDATA[By default Bitmap Images are cached by WinRT with no intervention required by the developer.&#160; Often times this is a good thing but there are some occasions where this is undesirable.&#160; Although there doesn’t appear to be any obvious control in the API reference I have found that adding a dummy querystring to the BitMapImage [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=websurfaces.co.uk&#038;blog=16117342&#038;post=2535&#038;subd=rd3d2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>By default Bitmap Images are cached by WinRT with no intervention required by the developer.&#160; Often times this is a good thing but there are some occasions where this is undesirable.&#160; Although there doesn’t appear to be any obvious control in the API reference I have found that adding a dummy querystring to the BitMapImage source filename reference does the trick and also can offer precise control over the length of caching required (if any) .</p>
<p>Here is how I currently manage caching in a project and limit it to being refreshed once every hour:</p>
<p>In My App.Config I set up a static variable:</p>
<pre class="csharpcode"><span class="kwrd">public</span> <span class="kwrd">static</span> String CacheOffset = <span class="str">&quot;?Cache=&quot;</span> + ;
System.DateTime.Now.DayOfYear.ToString() + ;
System.DateTime.Now.Hour.ToString();</pre>
<p>When I populate my local collection I then use something like:</p>
<p>String MyImagePath=”MyBitMapImage.png”+App.CacheOffset;</p>
<p>This way the images are cached for the duration of the users WinRT session and also up to an hour beyond the initial population of my data collection.&#160;&#160; Obviously I can vary this duration using different parameters from the current system date and time.&#160; For instance the following would ensure that effectively no caching is carried out between user sessions:</p>
<p><span class="kwrd">public</span> <span class="kwrd">static</span> String CacheOffset = <span class="str">&quot;?Cache=&quot;</span> + ; System.DateTime.Now.Ticks.ToString() ; </p>
<p>If you wanted to update the image during a session then it would simply be a case of populating your image source using a different ‘virtual cache’ value for CacheOffset.</p>
<p>I suspect there may be better ways to achieve the same objective but for now this works for me.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rd3d2.wordpress.com/2535/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rd3d2.wordpress.com/2535/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rd3d2.wordpress.com/2535/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rd3d2.wordpress.com/2535/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rd3d2.wordpress.com/2535/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rd3d2.wordpress.com/2535/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rd3d2.wordpress.com/2535/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rd3d2.wordpress.com/2535/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rd3d2.wordpress.com/2535/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rd3d2.wordpress.com/2535/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rd3d2.wordpress.com/2535/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rd3d2.wordpress.com/2535/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rd3d2.wordpress.com/2535/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rd3d2.wordpress.com/2535/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=websurfaces.co.uk&#038;blog=16117342&#038;post=2535&#038;subd=rd3d2&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://websurfaces.co.uk/2012/05/27/controlling-caching-of-bitmapimage-under-winrt/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/77ed7f275ce302d8945308a7bdcf677f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rd3d</media:title>
		</media:content>
	</item>
		<item>
		<title>Live Tile Browser &#8211; Windows 8 Certification!</title>
		<link>http://websurfaces.co.uk/2012/05/22/live-tile-browser-windows-8-certification/</link>
		<comments>http://websurfaces.co.uk/2012/05/22/live-tile-browser-windows-8-certification/#comments</comments>
		<pubDate>Tue, 22 May 2012 15:17:50 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[App Progress]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[WP7]]></category>

		<guid isPermaLink="false">https://rd3d2.wordpress.com/?p=2526</guid>
		<description><![CDATA[Following a gruelling (OK, not really that gruelling) 2 days in the Labs at Microsoft a couple of weeks ago am happy to say that “Live Tile Browser” has received certification for submission to the Windows 8 store.&#160; (I understand that this is one of the first, if not the very first app in the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=websurfaces.co.uk&#038;blog=16117342&#038;post=2526&#038;subd=rd3d2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://rd3d2.files.wordpress.com/2012/05/image2.png"><img style="background-image:none;margin:0 0 10px;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" border="0" alt="image" src="http://rd3d2.files.wordpress.com/2012/05/image_thumb2.png?w=515&h=291" width="515" height="291" /></a><a href="http://rd3d2.files.wordpress.com/2012/05/image3.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" border="0" alt="image" src="http://rd3d2.files.wordpress.com/2012/05/image_thumb3.png?w=514&h=290" width="514" height="290" /></a></p>
<p>Following a gruelling (OK, not really that gruelling) 2 days in the Labs at Microsoft a couple of weeks ago am happy to say that “Live Tile Browser” has received certification for submission to the Windows 8 store.&#160; (I understand that this is one of the first, if not the very first app in the UK to do so!) </p>
<p>I received some great feedback as a result of my time in the labs, much of which has been put to use in developing improvements to the App itself.&#160; </p>
<p>Live Tile Browser should be available with the next iteration of Windows 8 (release candidate) some time next month!</p>
<p>There are still a couple of surprises held back for the App’s release and a video is needed to do justice to the smooth animation but for now here are a few screenshots of the current build:</p>
<p><a href="http://rd3d2.files.wordpress.com/2012/05/image4.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" border="0" alt="image" src="http://rd3d2.files.wordpress.com/2012/05/image_thumb4.png?w=514&h=290" width="514" height="290" /></a></p>
<p><a href="http://rd3d2.files.wordpress.com/2012/05/image10.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://rd3d2.files.wordpress.com/2012/05/image_thumb10.png?w=513&h=289" width="513" height="289" /></a></p>
<p><a href="http://rd3d2.files.wordpress.com/2012/05/image11.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://rd3d2.files.wordpress.com/2012/05/image_thumb11.png?w=509&h=903" width="509" height="903" /></a></p>
<p><a href="http://rd3d2.files.wordpress.com/2012/05/image7.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" border="0" alt="image" src="http://rd3d2.files.wordpress.com/2012/05/image_thumb7.png?w=506&h=285" width="506" height="285" /></a></p>
<p><a href="http://rd3d2.files.wordpress.com/2012/05/image8.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" border="0" alt="image" src="http://rd3d2.files.wordpress.com/2012/05/image_thumb8.png?w=504&h=284" width="504" height="284" /></a></p>
<p><a href="http://rd3d2.files.wordpress.com/2012/05/image9.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" border="0" alt="image" src="http://rd3d2.files.wordpress.com/2012/05/image_thumb9.png?w=503&h=284" width="503" height="284" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rd3d2.wordpress.com/2526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rd3d2.wordpress.com/2526/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rd3d2.wordpress.com/2526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rd3d2.wordpress.com/2526/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rd3d2.wordpress.com/2526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rd3d2.wordpress.com/2526/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rd3d2.wordpress.com/2526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rd3d2.wordpress.com/2526/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rd3d2.wordpress.com/2526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rd3d2.wordpress.com/2526/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rd3d2.wordpress.com/2526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rd3d2.wordpress.com/2526/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rd3d2.wordpress.com/2526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rd3d2.wordpress.com/2526/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=websurfaces.co.uk&#038;blog=16117342&#038;post=2526&#038;subd=rd3d2&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://websurfaces.co.uk/2012/05/22/live-tile-browser-windows-8-certification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/77ed7f275ce302d8945308a7bdcf677f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rd3d</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2012/05/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2012/05/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2012/05/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2012/05/image_thumb10.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2012/05/image_thumb11.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2012/05/image_thumb7.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2012/05/image_thumb8.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2012/05/image_thumb9.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Live Tile News &#8211; Download Stats</title>
		<link>http://websurfaces.co.uk/2012/05/04/live-tile-news-download-stats/</link>
		<comments>http://websurfaces.co.uk/2012/05/04/live-tile-news-download-stats/#comments</comments>
		<pubDate>Fri, 04 May 2012 06:52:04 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[App Hub]]></category>
		<category><![CDATA[App Progress]]></category>
		<category><![CDATA[ChApp]]></category>
		<category><![CDATA[Stats]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[WP7]]></category>
		<category><![CDATA[WP7Dev]]></category>
		<category><![CDATA[WPDev]]></category>
		<category><![CDATA[BBC Click WebScape]]></category>
		<category><![CDATA[Live Tile News]]></category>

		<guid isPermaLink="false">https://rd3d2.wordpress.com/?p=2508</guid>
		<description><![CDATA[“Live Tile News” had a very favourable review on the BBC’s technology program “Click” last week and I have had a lot of questions around the impact on downloads. The first chart shows downloads for April – with the healthy spike being a result of the coverage received. The second chart is specific to “Live [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=websurfaces.co.uk&#038;blog=16117342&#038;post=2508&#038;subd=rd3d2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>“Live Tile News” had a very favourable review on the <a href="http://websurfaces.co.uk/2012/04/30/live-tile-news-app-review-on-bbc-click/">BBC’s technology program “Click”</a> last week and I have had a lot of questions around the impact on downloads.</p>
<p>The first chart shows downloads for April – with the healthy spike being a result of the coverage received.   </p>
<p><a href="http://rd3d2.files.wordpress.com/2012/05/image.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://rd3d2.files.wordpress.com/2012/05/image_thumb.png?w=505&h=467" width="505" height="467" /></a></p>
<p>The second chart is specific to “Live Tile News” and shows the more dramatic spike in interest as a result of the show.</p>
<p><a href="http://rd3d2.files.wordpress.com/2012/05/image1.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://rd3d2.files.wordpress.com/2012/05/image_thumb1.png?w=510&h=472" width="510" height="472" /></a></p>
<p>The vast majority of downloads were, as might be expected, in the UK but as this App supports US and Global news it will be interesting to monitor if there is any knock on effect in these territories going forward.</p>
<p>Ian</p>
<p>NB The review can be viewed on my earlier blog post <a href="http://websurfaces.co.uk/2012/04/30/live-tile-news-app-review-on-bbc-click/">here</a></p>
<hr />
<p><a href="http://app.lk/A1V" target="_blank">Live Tile News</a> (Ad Supported)</p>
<p><a href="http://app.lk/A2S" target="_blank">Live Tile News</a> (Premium)</p>
<p>
<hr />NB All developer proceeds from sales and advertising of this App go to charity</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rd3d2.wordpress.com/2508/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rd3d2.wordpress.com/2508/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rd3d2.wordpress.com/2508/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rd3d2.wordpress.com/2508/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rd3d2.wordpress.com/2508/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rd3d2.wordpress.com/2508/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rd3d2.wordpress.com/2508/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rd3d2.wordpress.com/2508/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rd3d2.wordpress.com/2508/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rd3d2.wordpress.com/2508/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rd3d2.wordpress.com/2508/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rd3d2.wordpress.com/2508/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rd3d2.wordpress.com/2508/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rd3d2.wordpress.com/2508/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=websurfaces.co.uk&#038;blog=16117342&#038;post=2508&#038;subd=rd3d2&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://websurfaces.co.uk/2012/05/04/live-tile-news-download-stats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/77ed7f275ce302d8945308a7bdcf677f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rd3d</media:title>
		</media:content>

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

		<media:content url="http://rd3d2.files.wordpress.com/2012/05/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8220;Live Tile News&#8221; App review on BBC Click</title>
		<link>http://websurfaces.co.uk/2012/04/30/live-tile-news-app-review-on-bbc-click/</link>
		<comments>http://websurfaces.co.uk/2012/04/30/live-tile-news-app-review-on-bbc-click/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 00:29:01 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[WP7]]></category>
		<category><![CDATA[BBC Click WebScape]]></category>

		<guid isPermaLink="false">https://rd3d2.wordpress.com/?p=2500</guid>
		<description><![CDATA[Very pleased to see the very positive review of ‘Live Tile News’ on “Click“ this week. Kate Russell reviews ‘Live Tile News’ If you don’t already have this app why not try one of the following options: Free (Ad Supported) 99c/79p (no ads) &#160; (All developer proceeds from Ads and Sales go to charity)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=websurfaces.co.uk&#038;blog=16117342&#038;post=2500&#038;subd=rd3d2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Very pleased to see the very positive review of ‘Live Tile News’ on “Click“ this week.</p>
<div style="margin:0;display:inline;float:none;padding:0;" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:c3f7a9a4-c3df-442b-bcf6-acce07e3ee18" class="wlWriterEditableSmartContent">
<div><span style="text-align:center; display: block;"><a href="http://websurfaces.co.uk/2012/04/30/live-tile-news-app-review-on-bbc-click/"><img src="http://img.youtube.com/vi/OYSrVTdy8K0/2.jpg" alt="" /></a></span></div>
<div style="width:448px;clear:both;font-size:.8em;">Kate Russell reviews ‘Live Tile News’</div>
</div>
<p>If you don’t already have this app why not try one of the following options:</p>
<ul>
<li><a href="http://windowsphone.com/s?appid=798a731f-c0f0-4c2a-b8b1-c1590a0d66ac" target="_blank">Free (Ad Supported)</a>       </li>
<li><a href="http://windowsphone.com/s?appid=d6f47b28-8be1-40d1-97ed-32b101216557" target="_blank">99c/79p (no ads)</a> </li>
</ul>
<p>&#160;</p>
<p>(All developer proceeds from Ads and Sales go to charity)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rd3d2.wordpress.com/2500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rd3d2.wordpress.com/2500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rd3d2.wordpress.com/2500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rd3d2.wordpress.com/2500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rd3d2.wordpress.com/2500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rd3d2.wordpress.com/2500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rd3d2.wordpress.com/2500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rd3d2.wordpress.com/2500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rd3d2.wordpress.com/2500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rd3d2.wordpress.com/2500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rd3d2.wordpress.com/2500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rd3d2.wordpress.com/2500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rd3d2.wordpress.com/2500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rd3d2.wordpress.com/2500/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=websurfaces.co.uk&#038;blog=16117342&#038;post=2500&#038;subd=rd3d2&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://websurfaces.co.uk/2012/04/30/live-tile-news-app-review-on-bbc-click/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/77ed7f275ce302d8945308a7bdcf677f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rd3d</media:title>
		</media:content>
	</item>
		<item>
		<title>Cross Submit your Application to new markets.</title>
		<link>http://websurfaces.co.uk/2012/04/20/cross-submit-your-application-to-new-markets/</link>
		<comments>http://websurfaces.co.uk/2012/04/20/cross-submit-your-application-to-new-markets/#comments</comments>
		<pubDate>Fri, 20 Apr 2012 08:35:16 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://rd3d2.wordpress.com/?p=2495</guid>
		<description><![CDATA[Well I have to say that I have had my fair share of issues with the Windows phone 7 marketplace (don’t ask) but I was very happy to receive the following email from the Marketplace team: “We are reaching out to ask your permission to cross-submit each of your Windows Phone apps into the markets* [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=websurfaces.co.uk&#038;blog=16117342&#038;post=2495&#038;subd=rd3d2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well I have to say that I have had my fair share of issues with the Windows phone 7 marketplace (don’t ask) but I was very happy to receive the following email from the Marketplace team:</p>
<p>“We are reaching out to ask your permission to cross-submit each of your Windows Phone apps into the markets* identified below, which includes more than 25 new markets.&#160; We realize that the process to cross-submit takes time out of your busy schedule, so we are requesting your permission to submit all of your applications on your behalf to save you time and effort.&#160; This will provide an opportunity for your apps to get additional exposure in new markets which may lead to more downloads and more revenue for your app(s).”</p>
<p>&#160;</p>
<p><font color="#ffffff">PERMISSION TO CROSS SUBMIT YOUR APPLICATION(S) TO NEW MARKETS:</font></p>
<p>Please respond by Friday April 27<sup>th</sup>, 2012 11:59PM PST by replying directly to this email&#160; stating one of the following:</p>
<p>1) “<i>Yes. I authorize cross-submissions.”</i></p>
<p>a. I authorize Microsoft to cross-submit each of my apps into all markets*.</p>
<p>2) “<i>Yes. I authorize cross-submissions with exceptions.</i>”</p>
<p>a. I authorize Microsoft to cross-submit my apps into all markets* with the following limitations: (please list any apps that you do not want submitted in the new markets and/or any new markets you want to exclude from submission)</p>
<p>3) “<i>No. I will cross-submit to new markets myself through App Hub</i>.”</p>
<p>a. We will not take any action without your reply, and a reply is not required. However, if you respond with this option, we will note your preference and will not send a follow-up email on this topic.</p>
<p>Please respond from the email address associated with your developer account to expedite the process as we will not be able to act on replies from other email addresses.</p>
<p><b>APPLICATION MARKETS:</b></p>
<p>* Windows Phone Marketplace now includes Bulgaria, Costa Rica, Croatia, Estonia, Iceland, Latvia, Lithuania, Romania, Slovakia, Slovenia, Turkey, Ukraine, and Venezuela and will announce UAE, Bahrain, Iraq, Saudi Arabia, Qatar, Kazakhstan, Israel, Thailand, and Vietnam.&#160;&#160; These add to the previously launched markets of Argentina, Australia, Austria, Belgium, Brazil, Canada, Chile, China, Colombia, Czech Republic, Denmark, Finland, France, Germany, Greece, Hong Kong, Hungary, India, Indonesia, Italy, Japan, Malaysia, Mexico, Netherlands, New Zealand, Norway, Peru, Philippines, Poland, Portugal, Russia, Singapore, South Africa, South Korea, Spain, Sweden, Switzerland, Taiwan, United Kingdom, and United States. </p>
<p><b>ADDITIONAL REMINDERS:</b></p>
<p>· The terms of the <a href="http://create.msdn.com/en-us/home/legal/Windows_Phone_Marketplace_Application_Provider_Agreement">Application Provider Agreement</a> apply to the publication of your Application(s) in any additional markets.</p>
<p>· For paid applications, Microsoft will convert the USD base price you’ve provided into the applicable local currencies [include link to KB article on international price conversions].&#160; </p>
<p>· By replying to this email, you affirm you are authorized to respond on behalf of the developer account.</p>
<p>· Cross-submission of you application(s) may not occur for all markets; please check your account to confirm the markets in which your application(s) become(s) available. </p>
<p> Sincerely,</p>
<p>The Windows Phone Marketplace Team</p>
<p><span id="more-2495"></span>
<p><em>Cross submitting existing apps is a win-win for developers and for Microsoft and I would urge anyone to do this themselves through the existing App Hub process.</em></p>
<p><em>Disclaimer: I have quite a large number of apps in the marketplace which may be some kind of qualifying criteria?&#160; </em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rd3d2.wordpress.com/2495/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rd3d2.wordpress.com/2495/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rd3d2.wordpress.com/2495/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rd3d2.wordpress.com/2495/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rd3d2.wordpress.com/2495/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rd3d2.wordpress.com/2495/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rd3d2.wordpress.com/2495/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rd3d2.wordpress.com/2495/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rd3d2.wordpress.com/2495/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rd3d2.wordpress.com/2495/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rd3d2.wordpress.com/2495/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rd3d2.wordpress.com/2495/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rd3d2.wordpress.com/2495/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rd3d2.wordpress.com/2495/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=websurfaces.co.uk&#038;blog=16117342&#038;post=2495&#038;subd=rd3d2&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://websurfaces.co.uk/2012/04/20/cross-submit-your-application-to-new-markets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/77ed7f275ce302d8945308a7bdcf677f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rd3d</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows 8 Metro Design Guidelines</title>
		<link>http://websurfaces.co.uk/2012/04/11/windows-8-metro-design-guidelines/</link>
		<comments>http://websurfaces.co.uk/2012/04/11/windows-8-metro-design-guidelines/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 18:36:51 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://rd3d2.wordpress.com/?p=2491</guid>
		<description><![CDATA[As much for my own reference as anything else ….&#160; Metro style design has a set of five guiding principles to help you make the best choices when designing your app. These principles are the foundation for building great Metro style apps. Consider these principles as you plan your app, and always ensure your design [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=websurfaces.co.uk&#038;blog=16117342&#038;post=2491&#038;subd=rd3d2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em>As much for my own reference as anything else ….</em>&#160;</p>
<p>Metro style design has a set of five guiding principles to help you make the best choices when designing your app. These principles are the foundation for building great Metro style apps. Consider these principles as you <a href="http://msdn.microsoft.com/en-us/library/windows/apps/hh465427.aspx">plan your app</a>, and always ensure your design and development choices live up to these principles.</p>
<p>&#160;</p>
<h2>Show pride in craftsmanship</h2>
<p>Devote time and energy to small things that are seen often by many of your users, and engineer the experience to be complete and polished at every stage.</p>
<ul>
<li>Sweat the details. </li>
<li>Make using apps safe and reliable. </li>
<li>Use balance, symmetry, and hierarchy to foster trust and a sense of integrity. </li>
<li>Align your app layout to the grid, the classic Metro style layout for apps. </li>
</ul>
<h2>Be fast and fluid</h2>
<p>Let people interact directly with content, and respond to actions quickly with matching energy. Bring life to the experience by creating a sense of continuity and telling a story through meaningful use of motion. </p>
<ul>
<li>Be responsive to user interaction and ready for the next interaction. </li>
<li>Design for touch and intuitive interaction. </li>
<li>Delight your users with motion. </li>
<li>Create a UI that is immersive and compelling. </li>
</ul>
<h2>Be authentically digital</h2>
<p>Take full advantage of the digital medium. Remove physical boundaries to create experiences that are more efficient and effortless than reality. Being authentically digital means embracing the fact that apps are pixels on a screen and designing with colours and images that go beyond the limits of the real world.</p>
<ul>
<li>Connect to the cloud so that your users can stay connected to each other. </li>
<li>Be dynamic and alive with communication. </li>
<li>Use typography beautifully. </li>
<li>Use bold, vibrant colours. </li>
<li>Use motion meaningfully. </li>
</ul>
<h2>Do more with less</h2>
<p>You can do more with less by reducing your design to its essence, and solving for distractions, not discoverability. Create a clean and purposeful experience by leaving only the most relevant elements on screen so people can be immersed in the content.</p>
<ul>
<li>Be great at something instead of mediocre at many things. </li>
<li>Put content before chrome. </li>
<li>Be visually focused and direct, letting people get immersed in what they love, and they will explore the rest. </li>
<li>Inspire confidence in users. </li>
</ul>
<p>Desktop browsers have quite a lot of chrome (menus, options, status bars, and so on) that is only sometimes useful. Typically, however, users open a browser to see a webpage, not to interact with the browser. Moving commands off the browser chrome and into the app bar or into charms helps users focus on what they care about.</p>
<p>&#160;</p>
<h2>Win as one</h2>
<p>Work with other apps, devices, and the system to complete scenarios for people, like picking content from one app and sharing it with another. Take advantage of what people already know, like standard touch gestures and charms, to provide a sense of familiarity, control, and confidence.</p>
<ul>
<li>Fit into the UI model. </li>
<li>Reduce redundancy in your UI. </li>
<li>Work with other apps to complete scenarios by participating in app contracts. </li>
<li>Use our tools and templates to promote consistency. </li>
</ul>
<p>&#160;</p>
<p>(Reproduced from <a title="http://msdn.microsoft.com/en-us/library/windows/apps/Hh781237.aspx" href="http://msdn.microsoft.com/en-us/library/windows/apps/Hh781237.aspx">http://msdn.microsoft.com/en-us/library/windows/apps/Hh781237.aspx</a>)</p>
<p>
<h2>Update</h2>
</p>
<p>
<p>It occurred to me that it would be useful to have some kind of a ‘Windows 8 feature Check’ for new Apps along the lines of ‘have I considered this new feature for my own App’.&#160; I was about to craft such a blog post when I stumbled on this excellent post from Microsoft:</p>
<p><a title="http://msdn.microsoft.com/en-us/library/windows/apps/hh465424" href="http://msdn.microsoft.com/en-us/library/windows/apps/hh465424">http://msdn.microsoft.com/en-us/library/windows/apps/hh465424</a></p></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rd3d2.wordpress.com/2491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rd3d2.wordpress.com/2491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rd3d2.wordpress.com/2491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rd3d2.wordpress.com/2491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rd3d2.wordpress.com/2491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rd3d2.wordpress.com/2491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rd3d2.wordpress.com/2491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rd3d2.wordpress.com/2491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rd3d2.wordpress.com/2491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rd3d2.wordpress.com/2491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rd3d2.wordpress.com/2491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rd3d2.wordpress.com/2491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rd3d2.wordpress.com/2491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rd3d2.wordpress.com/2491/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=websurfaces.co.uk&#038;blog=16117342&#038;post=2491&#038;subd=rd3d2&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://websurfaces.co.uk/2012/04/11/windows-8-metro-design-guidelines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/77ed7f275ce302d8945308a7bdcf677f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rd3d</media:title>
		</media:content>
	</item>
		<item>
		<title>Live Tile Browser (Update)</title>
		<link>http://websurfaces.co.uk/2012/03/24/live-tile-browser-update/</link>
		<comments>http://websurfaces.co.uk/2012/03/24/live-tile-browser-update/#comments</comments>
		<pubDate>Sat, 24 Mar 2012 17:00:52 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[LTB]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[WP7]]></category>
		<category><![CDATA[Live Tile Browser]]></category>

		<guid isPermaLink="false">https://rd3d2.wordpress.com/?p=2485</guid>
		<description><![CDATA[I have just finished an update to the Windows Phone 7 version of LTB that picks up on some of the enhancements made for the Windows 8 metro version (see here). The latest version, as well as including many more live tiles (on average we are seeing around 15-20 new Live Tiles a week) now [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=websurfaces.co.uk&#038;blog=16117342&#038;post=2485&#038;subd=rd3d2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have just finished an update to the Windows Phone 7 version of LTB that picks up on some of the enhancements made for the Windows 8 metro version (<a href="http://websurfaces.co.uk/2012/03/09/live-tile-browser-for-windows-8/" target="_blank">see here</a>).</p>
<p>The latest version, as well as including many more live tiles (on average we are seeing around 15-20 new Live Tiles a week) now includes a useful filtering utility:</p>
<p><a href="http://rd3d2.files.wordpress.com/2012/03/image9.png"><img style="background-image:none;border-bottom:0;border-left:0;margin:0 10px 0 0;padding-left:0;padding-right:0;display:inline;float:left;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" align="left" src="http://rd3d2.files.wordpress.com/2012/03/image_thumb9.png?w=233&h=408" width="233" height="408" /></a></p>
<p>As you touch one of the filters and swipe to the tile pages you only see relevant Live tiles matching your filter selection.&#160; In addition a small filter icon appears at the bottom left of the screen to indicate that a filter is in effect (tapping this icon will also take you to the filter screen)</p>
<p>I’m not sure yet about the UI implementation of the filtering page and may well switch it out to utilise the Windows Phone Menu system instead – Please let me know if you have any thoughts on that.</p>
<p>The categories are dynamic such that as new tiles become available, relevant&#160; filter options are picked up automagically.&#160; As you might expects the categories are the same as those in the <a href="http://websurfaces.co.uk/2012/03/09/live-tile-browser-for-windows-8/" target="_blank">Windows 8 App</a> and in the Silverlight version of the App at <a href="http://liveTiles.co.uk">http://liveTiles.co.uk</a>.</p>
<p>&#160;</p>
<h2>Some of the latest Live Tiles</h2>
<p><a href="http://rd3d2.files.wordpress.com/2012/03/billgates.jpg"><img style="background-image:none;border-bottom:0;border-left:0;margin:0 5px 5px 0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="BILLGATES" border="0" alt="BILLGATES" src="http://rd3d2.files.wordpress.com/2012/03/billgates_thumb.jpg?w=120&h=120" width="120" height="120" /></a><a href="http://rd3d2.files.wordpress.com/2012/03/clinteastwood_rear.jpg"><img style="background-image:none;border-bottom:0;border-left:0;margin:0 5px 5px 0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="CLINTEASTWOOD_REAR" border="0" alt="CLINTEASTWOOD_REAR" src="http://rd3d2.files.wordpress.com/2012/03/clinteastwood_rear_thumb.jpg?w=120&h=120" width="120" height="120" /></a><a href="http://rd3d2.files.wordpress.com/2012/03/datingagencies.jpg"><img style="background-image:none;border-bottom:0;border-left:0;margin:0 5px 5px 0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="DATINGAGENCIES" border="0" alt="DATINGAGENCIES" src="http://rd3d2.files.wordpress.com/2012/03/datingagencies_thumb.jpg?w=120&h=120" width="120" height="120" /></a><a href="http://rd3d2.files.wordpress.com/2012/03/divorceyourwife_rear.jpg"><img style="background-image:none;border-bottom:0;border-left:0;margin:0 0 5px;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="DIVORCEYOURWIFE_REAR" border="0" alt="DIVORCEYOURWIFE_REAR" src="http://rd3d2.files.wordpress.com/2012/03/divorceyourwife_rear_thumb.jpg?w=120&h=120" width="120" height="120" /></a><a href="http://rd3d2.files.wordpress.com/2012/03/drawing_rear.jpg"><img style="background-image:none;border-bottom:0;border-left:0;margin:0 5px 0 0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="DRAWING_REAR" border="0" alt="DRAWING_REAR" src="http://rd3d2.files.wordpress.com/2012/03/drawing_rear_thumb.jpg?w=120&h=120" width="120" height="120" /></a><a href="http://rd3d2.files.wordpress.com/2012/03/drwho_rear.jpg"><img style="background-image:none;border-bottom:0;border-left:0;margin:0 5px 0 0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="DRWHO_REAR" border="0" alt="DRWHO_REAR" src="http://rd3d2.files.wordpress.com/2012/03/drwho_rear_thumb.jpg?w=120&h=120" width="120" height="120" /></a><a href="http://rd3d2.files.wordpress.com/2012/03/oil.jpg"><img style="background-image:none;border-bottom:0;border-left:0;margin:0 5px 0 0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="OIL" border="0" alt="OIL" src="http://rd3d2.files.wordpress.com/2012/03/oil_thumb.jpg?w=120&h=120" width="120" height="120" /></a><a href="http://rd3d2.files.wordpress.com/2012/03/seanconnery.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="SEANCONNERY" border="0" alt="SEANCONNERY" src="http://rd3d2.files.wordpress.com/2012/03/seanconnery_thumb.jpg?w=120&h=120" width="120" height="120" /></a></p>
<p>The update is currently undergoing testing and should be available through the marketplace soon.</p>
<hr />
<p>In the meantime you can download the current (and free) version ‘Live Tile Browser’ <a title="here" href="http://windowsphone.com/s?appid=d68906de-da5d-4f64-9b88-154f1f5d3c07">HERE</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rd3d2.wordpress.com/2485/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rd3d2.wordpress.com/2485/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rd3d2.wordpress.com/2485/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rd3d2.wordpress.com/2485/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rd3d2.wordpress.com/2485/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rd3d2.wordpress.com/2485/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rd3d2.wordpress.com/2485/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rd3d2.wordpress.com/2485/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rd3d2.wordpress.com/2485/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rd3d2.wordpress.com/2485/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rd3d2.wordpress.com/2485/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rd3d2.wordpress.com/2485/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rd3d2.wordpress.com/2485/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rd3d2.wordpress.com/2485/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=websurfaces.co.uk&#038;blog=16117342&#038;post=2485&#038;subd=rd3d2&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://websurfaces.co.uk/2012/03/24/live-tile-browser-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/77ed7f275ce302d8945308a7bdcf677f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rd3d</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2012/03/image_thumb9.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2012/03/billgates_thumb.jpg" medium="image">
			<media:title type="html">BILLGATES</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2012/03/clinteastwood_rear_thumb.jpg" medium="image">
			<media:title type="html">CLINTEASTWOOD_REAR</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2012/03/datingagencies_thumb.jpg" medium="image">
			<media:title type="html">DATINGAGENCIES</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2012/03/divorceyourwife_rear_thumb.jpg" medium="image">
			<media:title type="html">DIVORCEYOURWIFE_REAR</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2012/03/drawing_rear_thumb.jpg" medium="image">
			<media:title type="html">DRAWING_REAR</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2012/03/drwho_rear_thumb.jpg" medium="image">
			<media:title type="html">DRWHO_REAR</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2012/03/oil_thumb.jpg" medium="image">
			<media:title type="html">OIL</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2012/03/seanconnery_thumb.jpg" medium="image">
			<media:title type="html">SEANCONNERY</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing the Windows 8 Consumer Preview on an Asus EP21 Slate / Tablet</title>
		<link>http://websurfaces.co.uk/2012/03/14/installing-the-windows-8-developer-preview-on-asus-ep21-slate-tablet/</link>
		<comments>http://websurfaces.co.uk/2012/03/14/installing-the-windows-8-developer-preview-on-asus-ep21-slate-tablet/#comments</comments>
		<pubDate>Wed, 14 Mar 2012 15:10:48 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Slate]]></category>
		<category><![CDATA[Tablet]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[Asus EP21]]></category>

		<guid isPermaLink="false">https://rd3d2.wordpress.com/?p=2433</guid>
		<description><![CDATA[I’m not going to labour the point but the installation of the Windows 8 Consumer Preview is a lot easier than my earlier post relating to the Dell Duo!&#160; That said, the steps are essentially the same: Back up the supplied Windows 7 installation if desired* Install Windows 8 Run Windows Update Download Windows 7 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=websurfaces.co.uk&#038;blog=16117342&#038;post=2433&#038;subd=rd3d2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img alt="Product Image" src="http://www.asus.com/websites/global/products/QhWKR7Fmv4jDLbBY/P_500.jpg" width="500" height="500" /></p>
<p>I’m not going to labour the point but the installation of the Windows 8 Consumer Preview is a lot easier than my earlier post relating to the Dell Duo!&#160; That said, the steps are essentially the same:</p>
<ul>
<li>Back up the supplied Windows 7 installation if desired* </li>
<li>Install Windows 8 </li>
<li>Run Windows Update </li>
<li>Download Windows 7 drivers from the ASUS Site </li>
<li>Install the drivers </li>
</ul>
<p>* I say if desired as unlike the Dell Duo the Asus comes with a Windows 7 restoration disk.</p>
<p><em>Here are the steps I took in a little more detail:</em></p>
<h2>Installing Windows 8</h2>
<p><em>NB I used a USB Keyboard which I left connected throughout the process in order to make any text entry (WiFi passwords etc) easier, I also copied the Windows 8 key onto the same USB stick I used for the update process so that all I had to do was copy and paste it when requested.</em></p>
<ol>
<li>Download the Windows 8 image <a href="http://go.microsoft.com/fwlink/?LinkId=242045">(DOWNLOAD</a>) </li>
<li>Mount the downloaded iso file (I used <a href="http://fileforum.betanews.com/download/MagicISO-Virtual-CDDVDROM/1150358539/1">MagicISO</a>) </li>
<li>Run the setup program and follow the installation instructions given </li>
</ol>
<p>NB I chose the 64bit O/S over the 32bit owing to the generous memory available on the device (4GB) and the fact that ASUS supplied the 64bit version of Win7 with the machine, rather than the 32bit&#160; in the first place).</p>
<p>An alternative methodology might be to burn the downloaded image to a DVD Drive then utilize an External DVD Drive instead of using MagicISO.</p>
<p>&#160;</p>
<h2>Running Windows Update</h2>
<p>This is essentially the same process as for Windows 7 – from the Win8 menu choose Control Panel and walk through the following screens before finally running Windows update:</p>
<p><a href="http://rd3d2.files.wordpress.com/2011/09/image26.png"><img title="image" border="0" alt="image" src="http://rd3d2.files.wordpress.com/2011/09/image_thumb26.png?w=509&amp;h=287&h=287" width="509" height="287" /></a></p>
<p><a href="http://rd3d2.files.wordpress.com/2011/09/image27.png"><img title="image" border="0" alt="image" src="http://rd3d2.files.wordpress.com/2011/09/image_thumb27.png?w=515&amp;h=291&h=291" width="515" height="291" /></a></p>
<p><a href="http://rd3d2.files.wordpress.com/2011/09/image28.png"><img title="image" border="0" alt="image" src="http://rd3d2.files.wordpress.com/2011/09/image_thumb28.png?w=513&amp;h=367&h=367" width="513" height="367" /></a></p>
<p><img src="http://rd3d2.files.wordpress.com/2011/09/image29.png?w=511&h=363" width="511" height="363" /></p>
<p>NB You can also simply type ‘control’ when in the Metro desktop interface to switch to the Metro control panel, and from there select ‘windows update’</p>
<h2>Downloading Windows 7 drivers from ASUS</h2>
<p>The consumer build of Windows 8 does a pretty good job of managing the drivers and software from the previous Windows 7 installation.&#160; However it is worth keeping an eye on the 64bit downloads from ASUS in case there is a firmware upgrade or some updated device drivers that don’t make it through the default Windows update process.&#160; The download page is located here:&#160; <a href="http://www.asus.com/Eee/Eee_Pad/Eee_Slate_EP121/#download">ASUS support page</a></p>
<p>&#160;</p>
<h2>Performance Rating:<a href="http://rd3d2.files.wordpress.com/2012/03/untitled.jpg"><img title="Untitled" style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" border="0" alt="Untitled" src="http://rd3d2.files.wordpress.com/2012/03/untitled_thumb.jpg?w=517&h=306" width="517" height="306" /></a></h2>
<p>(Noticeably superior to the Duo as you might expect.)</p>
<h2>Notes</h2>
<p>Now that this device appears to be available at reasonable rates on eBay I have to say that it is probably the best choice in terms of value and performance for a slate type device at the time of writing (March 2012).&#160; If you can afford it the Samsung series 7 Slate is probably top&#160; dog, with the EP21 a close second and a definite winner in price terms.&#160; The dell Duo remains a great choice for testing the waters and is certainly more than capable of running the majority of Metro apps currently available.</p>
<h2>ASUS App Compatibility</h2>
<h4>DNLA</h4>
<p><a href="http://rd3d2.files.wordpress.com/2012/03/image3.png"><img title="image" style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" border="0" alt="image" src="http://rd3d2.files.wordpress.com/2012/03/image_thumb3.png?w=496&h=291" width="496" height="291" /></a>I was particularly pleased to note that the ASUS DLNA server (Mediacontroller.exe) still continued to work after the upgrade – this is a useful utility to have on any slate device that allows pictures and videos to play to any DLNA equipped TV.</p>
<h4>Art Rage</h4>
<p>Art Rage is bundled with the Windows 7 install of the EP21 and is a great way to show off the tablet oriented features of the device.&#160; It loads fine but I found the functionality to be questionable under Windows 8.</p>
<p>(All the other apps supplied by ASUS appeared to work OK under Windows 8).</p>
<h2>Tips:</h2>
<p><strong><u>ASUS Applications</u></strong></p>
<p>If you intend to use any of the Asus applications that came with the Windows 7 software it is a good idea to pin them to the new Metro desktop.&#160; This can be achieved by holding down on the relevant exe file until the in place menu appears that has the option to pin. Most of these apps can be found under c:\program files\Asus\</p>
<p><strong><u>Bluetooth Keyboard</u></strong></p>
<p>If you find that Blutooth isn’t working properly try downloading the ‘Wireless Lan’ Drivers from the <a href="http://www.asus.com/Eee/Eee_Pad/Eee_Slate_EP121/#download">Asus Site</a>:</p>
<p><a href="http://rd3d2.files.wordpress.com/2012/03/image4.png"><img title="image" style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" border="0" alt="image" src="http://rd3d2.files.wordpress.com/2012/03/image_thumb4.png?w=489&h=306" width="489" height="306" /></a></p>
<p>Extract them and run setup &#8211; it will fail saying that this is the wrong version of windows. </p>
<p>NB UNISTALL any previous version if you see this message:<a href="http://rd3d2.files.wordpress.com/2012/03/image5.png"><img title="image" style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" border="0" alt="image" src="http://rd3d2.files.wordpress.com/2012/03/image_thumb5.png?w=494&h=377" width="494" height="377" /></a></p>
<p>Go on to the install :</p>
<p>&#160;</p>
<p>A few of seconds you should get a windows popup asking if it worked ok &#8211; click no- re-run in compatibility mode.   <br />The install will now run OK &#8211; I deselected the WLAN driver (as Wireless is working fine anyway) and let it install the Bluetooth stuff:</p>
<p><a href="http://rd3d2.files.wordpress.com/2012/03/image6.png"><img title="image" style="border-top:0;border-right:0;background-image:none;border-bottom:0;padding-top:0;padding-left:0;border-left:0;display:inline;padding-right:0;" border="0" alt="image" src="http://rd3d2.files.wordpress.com/2012/03/image_thumb6.png?w=500&h=381" width="500" height="381" /></a></p>
<p>The Bluetooth icon appeared on the system tray &#8211; open the settings from here once the installer has finished and click the &#8216;allow devices to see this PC&#8217; option (not sure if this is absolutely necessary ).   <br />Then held down the Bluetooth button on the keyboard , went into the &#8216;add device&#8217; option in the control panel and the devices showed up, connected first time and just worked.</p>
<p>(With thanks to <a href="http://social.msdn.microsoft.com/Forums/en-US/windowsdeveloperpreviewgeneral/thread/747de215-f319-4aea-8762-2480573456e2" target="_blank">Mark Blackburn</a>) </p>
<hr />There is also a great thread detailing driver issues etc. here:
<p><a title="http://social.msdn.microsoft.com/Forums/en-US/windowsdeveloperpreviewgeneral/thread/747de215-f319-4aea-8762-2480573456e2" href="http://social.msdn.microsoft.com/Forums/en-US/windowsdeveloperpreviewgeneral/thread/747de215-f319-4aea-8762-2480573456e2">http://social.msdn.microsoft.com/Forums/en-US/windowsdeveloperpreviewgeneral/thread/747de215-f319-4aea-8762-2480573456e2</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rd3d2.wordpress.com/2433/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rd3d2.wordpress.com/2433/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rd3d2.wordpress.com/2433/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rd3d2.wordpress.com/2433/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rd3d2.wordpress.com/2433/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rd3d2.wordpress.com/2433/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rd3d2.wordpress.com/2433/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rd3d2.wordpress.com/2433/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rd3d2.wordpress.com/2433/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rd3d2.wordpress.com/2433/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rd3d2.wordpress.com/2433/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rd3d2.wordpress.com/2433/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rd3d2.wordpress.com/2433/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rd3d2.wordpress.com/2433/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=websurfaces.co.uk&#038;blog=16117342&#038;post=2433&#038;subd=rd3d2&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://websurfaces.co.uk/2012/03/14/installing-the-windows-8-developer-preview-on-asus-ep21-slate-tablet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/77ed7f275ce302d8945308a7bdcf677f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rd3d</media:title>
		</media:content>

		<media:content url="http://www.asus.com/websites/global/products/QhWKR7Fmv4jDLbBY/P_500.jpg" medium="image">
			<media:title type="html">Product Image</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2011/09/image_thumb26.png?w=509&#38;h=287" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2011/09/image_thumb27.png?w=515&#38;h=291" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2011/09/image_thumb28.png?w=513&#38;h=367" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2011/09/image29.png" medium="image" />

		<media:content url="http://rd3d2.files.wordpress.com/2012/03/untitled_thumb.jpg" medium="image">
			<media:title type="html">Untitled</media:title>
		</media:content>

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

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

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

		<media:content url="http://rd3d2.files.wordpress.com/2012/03/image_thumb6.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8220;Live Tile&#8221; Browser for Windows 8</title>
		<link>http://websurfaces.co.uk/2012/03/09/live-tile-browser-for-windows-8/</link>
		<comments>http://websurfaces.co.uk/2012/03/09/live-tile-browser-for-windows-8/#comments</comments>
		<pubDate>Fri, 09 Mar 2012 12:56:01 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[App Progress]]></category>
		<category><![CDATA[Musings]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[WinRT]]></category>
		<category><![CDATA[Live Tile Browser]]></category>

		<guid isPermaLink="false">https://rd3d2.wordpress.com/?p=2427</guid>
		<description><![CDATA[&#160; A quick interim post to show progress on porting this app to Windows 8. Still much to do but have made good progress in a couple of days.&#160; Plan on adding filters for Live Tile types which will re-arrange the screen accordingly.&#160; UI is very responsive so am pleased thus far. I have added [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=websurfaces.co.uk&#038;blog=16117342&#038;post=2427&#038;subd=rd3d2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://rd3d2.files.wordpress.com/2012/03/image.png"><img title="image" style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" border="0" alt="image" src="http://rd3d2.files.wordpress.com/2012/03/image_thumb.png?w=511&h=383" width="511" height="383" /></a></p>
<p>&#160;</p>
<p>A quick interim post to show progress on porting this app to Windows 8. Still much to do but have made good progress in a couple of days.&#160; Plan on adding filters for Live Tile types which will re-arrange the screen accordingly.&#160; UI is very responsive so am pleased thus far.</p>
<p><a href="http://rd3d2.files.wordpress.com/2012/03/image7.png"><img title="image" style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" border="0" alt="image" src="http://rd3d2.files.wordpress.com/2012/03/image_thumb7.png?w=505&h=316" width="505" height="316" /></a></p>
<p>I have added filters using the App menu bar which makes things a bit more manageable.</p>
<p><a href="http://rd3d2.files.wordpress.com/2012/03/image8.png"><img title="image" style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" border="0" alt="image" src="http://rd3d2.files.wordpress.com/2012/03/image_thumb8.png?w=498&h=311" width="498" height="311" /></a></p>
<p>I have also added a ‘shrink’ option that takes tiles down to just a basic text description.&#160; I am looking to have this follow the functionality of the ‘semantic zoom’ control but my first attempt to do this resulted in a spectacular fail!</p>
<p>NB This App forms the basis for my continued support of “App Aid” and will be followed by a WinRT / Metro version of “Live Tile News”.</p>
<p>Ian.</p>
<p>
<h2>UPDATE</h2>
</p>
<p>
<p>Stay tuned for an update on this post when I highlight how applying some of the common Windows 8 metro design guidelines has an impact on the next iteration of this app!</p></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rd3d2.wordpress.com/2427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rd3d2.wordpress.com/2427/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rd3d2.wordpress.com/2427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rd3d2.wordpress.com/2427/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rd3d2.wordpress.com/2427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rd3d2.wordpress.com/2427/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rd3d2.wordpress.com/2427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rd3d2.wordpress.com/2427/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rd3d2.wordpress.com/2427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rd3d2.wordpress.com/2427/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rd3d2.wordpress.com/2427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rd3d2.wordpress.com/2427/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rd3d2.wordpress.com/2427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rd3d2.wordpress.com/2427/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=websurfaces.co.uk&#038;blog=16117342&#038;post=2427&#038;subd=rd3d2&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://websurfaces.co.uk/2012/03/09/live-tile-browser-for-windows-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/77ed7f275ce302d8945308a7bdcf677f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rd3d</media:title>
		</media:content>

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

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

		<media:content url="http://rd3d2.files.wordpress.com/2012/03/image_thumb8.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Announcing &#8220;ART&#8221; for Windows Phone 7</title>
		<link>http://websurfaces.co.uk/2012/03/03/announcing-art-for-windows-phone-7/</link>
		<comments>http://websurfaces.co.uk/2012/03/03/announcing-art-for-windows-phone-7/#comments</comments>
		<pubDate>Sat, 03 Mar 2012 13:41:48 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[App Launch]]></category>
		<category><![CDATA[Charcoals]]></category>
		<category><![CDATA[Drawing]]></category>
		<category><![CDATA[Origami]]></category>
		<category><![CDATA[Painting]]></category>
		<category><![CDATA[Watercolour]]></category>
		<category><![CDATA["Learn to Paint"]]></category>

		<guid isPermaLink="false">https://rd3d2.wordpress.com/?p=2401</guid>
		<description><![CDATA[Ever wanted to know how to do any of the following? &#34;Oil Painting&#34; &#34;Watercolours&#34; &#34;Pencil Drawing&#34; &#34;Charcoal Drawing&#34; &#34;Origami&#34; &#34;Sand Sculptures&#34; &#34;Chalk Drawings&#34; &#34;Screen Printing&#34; Well, now is your chance! Watch, Rewind, Replay &#38; Pause a constantly refreshed catalogue of some of the most talented artists explaining in detail how they do what they do. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=websurfaces.co.uk&#038;blog=16117342&#038;post=2401&#038;subd=rd3d2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ever wanted to know how to do any of the following? </p>
<p><font color="#ffffff">&quot;Oil Painting&quot;      <br />&quot;Watercolours&quot;       <br />&quot;Pencil Drawing&quot;       <br />&quot;Charcoal Drawing&quot;       <br />&quot;Origami&quot;       <br />&quot;Sand Sculptures&quot;       <br />&quot;Chalk Drawings&quot;       <br />&quot;Screen Printing&quot;</font> </p>
<p> Well, now is your chance!   <br /> 
<p><a href="http://rd3d2.files.wordpress.com/2012/03/6.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0 5px;" title="6" border="0" alt="6" src="http://rd3d2.files.wordpress.com/2012/03/6_thumb.png?w=130&h=104" width="130" height="104" /></a><a href="http://rd3d2.files.wordpress.com/2012/03/7.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0 5px 0 0;" title="7" border="0" alt="7" src="http://rd3d2.files.wordpress.com/2012/03/7_thumb.png?w=130&h=104" width="130" height="104" /></a><a href="http://rd3d2.files.wordpress.com/2012/03/8.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="8" border="0" alt="8" src="http://rd3d2.files.wordpress.com/2012/03/8_thumb.png?w=130&h=104" width="130" height="104" /></a></p>
<p>Watch, Rewind, Replay &amp; Pause a constantly refreshed catalogue of some of the most talented artists explaining in detail how they do what they do. </p>
<p><a href="http://rd3d2.files.wordpress.com/2012/03/1.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0 10px 0 0;" title="1" border="0" alt="1" src="http://rd3d2.files.wordpress.com/2012/03/1_thumb.png?w=100&h=167" width="100" height="167" /></a><a href="http://rd3d2.files.wordpress.com/2012/03/2.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0 10px 0 0;" title="2" border="0" alt="2" src="http://rd3d2.files.wordpress.com/2012/03/2_thumb.png?w=100&h=167" width="100" height="167" /></a><a href="http://rd3d2.files.wordpress.com/2012/03/3.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0 10px 0 0;" title="3" border="0" alt="3" src="http://rd3d2.files.wordpress.com/2012/03/3_thumb.png?w=100&h=167" width="100" height="167" /></a><a href="http://rd3d2.files.wordpress.com/2012/03/4.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="4" border="0" alt="4" src="http://rd3d2.files.wordpress.com/2012/03/4_thumb.png?w=100&h=167" width="100" height="167" /></a></p>
<p><a href="http://rd3d2.files.wordpress.com/2012/03/5.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;float:left;border-top:0;border-right:0;padding-top:0;margin:0 10px 0 0;" title="5" border="0" alt="5" align="left" src="http://rd3d2.files.wordpress.com/2012/03/5_thumb.png?w=219&h=365" width="219" height="365" /></a>Pin any of the 8 artist types to your phones home screen – as a new clip is published you will see it appear here, clicking through will take you to the clip section within the app!</p>
<p>★★★★★ &quot;What a great app!&quot;     </p>
<p>★★★★★ &quot;Just watching these people is art in itself!&quot;    </p>
<p>★★★★★ &quot;Thank You!&quot; </p>
<p><font color="#ffffff"></font></p>
<p><font color="#ffffff"></font></p>
<p><font color="#ffffff"></font></p>
<p><font color="#ffffff"></font></p>
<p><font color="#ffffff"></font></p>
<p><font color="#ffffff">&#8216;</font></p>
<p><font color="#ffffff">.</font></p>
<p><font color="#ffffff">.</font></p>
<p><font color="#ffffff">.</font></p>
<p><font color="#ffffff">.</font></p>
<p><font color="#ffffff">.</font></p>
<hr />
<p><a href="http://rd3d2.files.wordpress.com/2012/03/watercolours.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0 5px 0 0;" title="WATERCOLOURS" border="0" alt="WATERCOLOURS" src="http://rd3d2.files.wordpress.com/2012/03/watercolours_thumb.jpg?w=100&h=133" width="100" height="133" /></a><a href="http://rd3d2.files.wordpress.com/2012/03/chalkdrawings.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0 5px 0 0;" title="CHALKDRAWINGS" border="0" alt="CHALKDRAWINGS" src="http://rd3d2.files.wordpress.com/2012/03/chalkdrawings_thumb.jpg?w=100&h=133" width="100" height="133" /></a><a href="http://rd3d2.files.wordpress.com/2012/03/charcoaldrawing.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0 5px 0 0;" title="CHARCOALDRAWING" border="0" alt="CHARCOALDRAWING" src="http://rd3d2.files.wordpress.com/2012/03/charcoaldrawing_thumb.jpg?w=100&h=133" width="100" height="133" /></a><a href="http://rd3d2.files.wordpress.com/2012/03/origami.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="ORIGAMI" border="0" alt="ORIGAMI" src="http://rd3d2.files.wordpress.com/2012/03/origami_thumb.jpg?w=100&h=133" width="100" height="133" /></a><a href="http://rd3d2.files.wordpress.com/2012/03/pencildrawing.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0 5px 0 0;" title="PENCILDRAWING" border="0" alt="PENCILDRAWING" src="http://rd3d2.files.wordpress.com/2012/03/pencildrawing_thumb.jpg?w=100&h=133" width="100" height="133" /></a><a href="http://rd3d2.files.wordpress.com/2012/03/sandsculptures.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0 5px 0 0;" title="SANDSCULPTURES" border="0" alt="SANDSCULPTURES" src="http://rd3d2.files.wordpress.com/2012/03/sandsculptures_thumb.jpg?w=100&h=133" width="100" height="133" /></a><a href="http://rd3d2.files.wordpress.com/2012/03/screenprinting_rear.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0 5px 0 0;" title="SCREENPRINTING_REAR" border="0" alt="SCREENPRINTING_REAR" src="http://rd3d2.files.wordpress.com/2012/03/screenprinting_rear_thumb.jpg?w=100&h=133" width="100" height="133" /></a><a href="http://rd3d2.files.wordpress.com/2012/03/oilpainting_rear.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="OILPAINTING_REAR" border="0" alt="OILPAINTING_REAR" src="http://rd3d2.files.wordpress.com/2012/03/oilpainting_rear_thumb.jpg?w=100&h=133" width="100" height="133" /></a></p>
<hr />
<p><font color="#ffffff">Try the free demo today!</font></p>
<p><a href="http://windowsphone.com/s?appid=f0e90985-dc7a-4ae8-a057-e45db2c92ea3">http://windowsphone.com/s?appid=f0e90985-dc7a-4ae8-a057-e45db2c92ea3</a><font color="#ffffff">&#160; <br /></font></p>
<p><font color="#ffffff"></font></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rd3d2.wordpress.com/2401/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rd3d2.wordpress.com/2401/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rd3d2.wordpress.com/2401/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rd3d2.wordpress.com/2401/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rd3d2.wordpress.com/2401/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rd3d2.wordpress.com/2401/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rd3d2.wordpress.com/2401/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rd3d2.wordpress.com/2401/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rd3d2.wordpress.com/2401/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rd3d2.wordpress.com/2401/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rd3d2.wordpress.com/2401/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rd3d2.wordpress.com/2401/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rd3d2.wordpress.com/2401/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rd3d2.wordpress.com/2401/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=websurfaces.co.uk&#038;blog=16117342&#038;post=2401&#038;subd=rd3d2&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://websurfaces.co.uk/2012/03/03/announcing-art-for-windows-phone-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/77ed7f275ce302d8945308a7bdcf677f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rd3d</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2012/03/6_thumb.png" medium="image">
			<media:title type="html">6</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2012/03/7_thumb.png" medium="image">
			<media:title type="html">7</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2012/03/8_thumb.png" medium="image">
			<media:title type="html">8</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2012/03/1_thumb.png" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2012/03/2_thumb.png" medium="image">
			<media:title type="html">2</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2012/03/3_thumb.png" medium="image">
			<media:title type="html">3</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2012/03/4_thumb.png" medium="image">
			<media:title type="html">4</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2012/03/5_thumb.png" medium="image">
			<media:title type="html">5</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2012/03/watercolours_thumb.jpg" medium="image">
			<media:title type="html">WATERCOLOURS</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2012/03/chalkdrawings_thumb.jpg" medium="image">
			<media:title type="html">CHALKDRAWINGS</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2012/03/charcoaldrawing_thumb.jpg" medium="image">
			<media:title type="html">CHARCOALDRAWING</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2012/03/origami_thumb.jpg" medium="image">
			<media:title type="html">ORIGAMI</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2012/03/pencildrawing_thumb.jpg" medium="image">
			<media:title type="html">PENCILDRAWING</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2012/03/sandsculptures_thumb.jpg" medium="image">
			<media:title type="html">SANDSCULPTURES</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2012/03/screenprinting_rear_thumb.jpg" medium="image">
			<media:title type="html">SCREENPRINTING_REAR</media:title>
		</media:content>

		<media:content url="http://rd3d2.files.wordpress.com/2012/03/oilpainting_rear_thumb.jpg" medium="image">
			<media:title type="html">OILPAINTING_REAR</media:title>
		</media:content>
	</item>
	</channel>
</rss>
