<?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>Clive Ciappara&#039;s Blog</title>
	<atom:link href="http://ciappara.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ciappara.com</link>
	<description>Clive Ciappara &#124; Windows PC + Phone &#124; .Net Development</description>
	<lastBuildDate>Tue, 21 May 2013 16:07:41 +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>Data External Page</title>
		<link>http://ciappara.com/2013/05/21/data-external-page/</link>
		<comments>http://ciappara.com/2013/05/21/data-external-page/#comments</comments>
		<pubDate>Tue, 21 May 2013 16:05:06 +0000</pubDate>
		<dc:creator>ciappara</dc:creator>
				<category><![CDATA[Day to Day]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Data External Page]]></category>

		<guid isPermaLink="false">http://ciappara.com/?p=1356</guid>
		<description><![CDATA[Today I had an issue with html duplication when using jQuery mobile and ajax. What was the issue? The problem was that when a user submits a particular page, on [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://ciappara.com/wp-content/uploads/2013/05/true-false-iStock_000015398554XSmall.jpg"><img class="aligncenter  wp-image-1359" title="true-false, iStock_000015398554XSmall" src="http://ciappara.com/wp-content/uploads/2013/05/true-false-iStock_000015398554XSmall.jpg" alt="" width="383" height="254" /></a></p>
<p>Today I had an issue with html duplication when using jQuery mobile and ajax.</p>
<p><strong>What was the issue?</strong></p>
<p>The problem was that when a user submits a particular page, on the new page that loads, the previous page&#8217;s html was still visible in the code of the page. Although it wasn&#8217;t visible on the new page, it was causing some problems with automatic tests which was finding different controls with the same IDs.</p>
<p>&nbsp;</p>
<p><strong>Resolution:</strong></p>
<p>The problem was that the source page didn&#8217;t have this attribute in the page element:<span id="more-1356"></span></p>
<p style="padding-left: 30px;">data-external-page=&#8221;true&#8221;</p>
<p>After searching for a solution and trying out a few things, I found this solution which worked perfectly. Just insert the following script at the top of the page and it solved my issue:</p>
<pre style="padding-left: 30px;">var first = true;
$(document).bind('pageinit', function (event) {
    var page = $(event.target);

    if (first) {
        page.attr("data-external-page", "true");
        $.mobile._bindPageRemove.call(page);
        first = false;
    }
});</pre>
<p>&nbsp;</p>
<p>Hope you found this helpful. Happy Resoluting!</p>
<pre><span style="color: #888888;"><a href="https://github.com/jquery/jquery-mobile/issues/2258" target="_blank"><span style="color: #888888;">Resources</span></a></span></pre>
]]></content:encoded>
			<wfw:commentRss>http://ciappara.com/2013/05/21/data-external-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nokia&#8217;s Lumia Event</title>
		<link>http://ciappara.com/2013/05/14/nokias-lumia-event/</link>
		<comments>http://ciappara.com/2013/05/14/nokias-lumia-event/#comments</comments>
		<pubDate>Tue, 14 May 2013 08:47:11 +0000</pubDate>
		<dc:creator>ciappara</dc:creator>
				<category><![CDATA[Lumia]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[Lumia 830]]></category>
		<category><![CDATA[Lumia 930]]></category>
		<category><![CDATA[Nokia Lumia]]></category>
		<category><![CDATA[Windows Phone]]></category>

		<guid isPermaLink="false">http://ciappara.com/?p=1352</guid>
		<description><![CDATA[Today Nokia will be showing off it&#8217;s new Lumia devices. Sources say there will be two devices, will we see the Lumia 930 or the Lumia 830?? We&#8217;ll know soon.  Stay [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://ciappara.com/wp-content/uploads/2013/05/nokia_lumia_event_london_may_14.jpg"><img class="aligncenter  wp-image-1353" title="nokia_lumia_event_london_may_14" src="http://ciappara.com/wp-content/uploads/2013/05/nokia_lumia_event_london_may_14.jpg" alt="" width="508" height="380" /></a></p>
<p>Today Nokia will be showing off it&#8217;s new Lumia devices. Sources say there will be two devices, will we see the Lumia 930 or the Lumia 830?? We&#8217;ll know soon.  Stay tuned and see the event&#8217;s live blogging on The Verge  from <a href="http://live.theverge.com/nokia-lumia-launch-event-live-blog-london/" target="_blank">here</a>. Hopefully the <a href="https://www.google.com/finance?q=HEL%3ANOK1V&amp;ei=RviRUejLE-fFwAO0Zg" target="_blank">stocks</a> will take note as well! <img src='http://ciappara.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://ciappara.com/2013/05/14/nokias-lumia-event/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazing Blackberry Website for their Launch</title>
		<link>http://ciappara.com/2013/01/31/amazing-blackberry-website-for-their-launch/</link>
		<comments>http://ciappara.com/2013/01/31/amazing-blackberry-website-for-their-launch/#comments</comments>
		<pubDate>Thu, 31 Jan 2013 09:13:06 +0000</pubDate>
		<dc:creator>ciappara</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ciappara.com/?p=1347</guid>
		<description><![CDATA[&#160; That&#8217;s how I thought it was going to be, full of their new Z10 and Q10 mobile specs, showing the new Blackberry 10 features&#8230;. but all I got was [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p style="text-align: center;"><a href="http://ciappara.com/wp-content/uploads/2013/01/Blackberry-website-down.png"><img class="aligncenter  wp-image-1348" title="Blackberry-website-down" src="http://ciappara.com/wp-content/uploads/2013/01/Blackberry-website-down.png" alt="" width="642" height="591" /></a></p>
<p>That&#8217;s how I thought it was going to be, full of their new Z10 and Q10 mobile specs, showing the new Blackberry 10 features&#8230;. but all I got was a 404 Page not found message!! Don&#8217;t know if it only loads for non US users, i.e. maybe for Europeans only.</p>
<p>But please BlackBerry, on your biggest launch ever, you should have made sure that everything works fine, including one of your most important marketing options, your website!!</p>
]]></content:encoded>
			<wfw:commentRss>http://ciappara.com/2013/01/31/amazing-blackberry-website-for-their-launch/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Connecting to backup destination &#8211; Crashplan</title>
		<link>http://ciappara.com/2013/01/02/connecting-to-backup-destination-crashplan/</link>
		<comments>http://ciappara.com/2013/01/02/connecting-to-backup-destination-crashplan/#comments</comments>
		<pubDate>Wed, 02 Jan 2013 15:59:08 +0000</pubDate>
		<dc:creator>ciappara</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ciappara.com/?p=1342</guid>
		<description><![CDATA[If you&#8217;re using CrashPlan for your online backup, and got the following message &#8220;Connecting to backup destination&#8221; (I have been receiving this message for the last week), the solution to [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://ciappara.com/wp-content/uploads/2013/01/a152e808a5ffbb3ba963448398a89108.png"><img class="aligncenter  wp-image-1343" title="a152e808a5ffbb3ba963448398a89108" src="http://ciappara.com/wp-content/uploads/2013/01/a152e808a5ffbb3ba963448398a89108.png" alt="" width="230" height="230" /></a></p>
<p>If you&#8217;re using CrashPlan for your online backup, and got the following message &#8220;Connecting to backup destination&#8221; (I have been receiving this message for the last week), the solution to start backing up again is the following:</p>
<ul>
<li>Open Local Services</li>
<li>Find &#8220;Crashplan Backup Service&#8221;</li>
<li>Right Click &gt; Stop</li>
<li>Wait till the Status is blank (not Running)</li>
<li>Right Click &gt; Start</li>
</ul>
<p>And voila, CrashPlan will start backing up again.</p>
]]></content:encoded>
			<wfw:commentRss>http://ciappara.com/2013/01/02/connecting-to-backup-destination-crashplan/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Top Tricks to know for 2013</title>
		<link>http://ciappara.com/2012/12/28/top-tricks-to-know-for-2013/</link>
		<comments>http://ciappara.com/2012/12/28/top-tricks-to-know-for-2013/#comments</comments>
		<pubDate>Fri, 28 Dec 2012 07:23:21 +0000</pubDate>
		<dc:creator>ciappara</dc:creator>
				<category><![CDATA[Day to Day]]></category>
		<category><![CDATA[My Blog]]></category>
		<category><![CDATA[2013]]></category>
		<category><![CDATA[Tangled Cords]]></category>
		<category><![CDATA[Top 40 Tricks]]></category>
		<category><![CDATA[Top Tricks]]></category>

		<guid isPermaLink="false">http://ciappara.com/?p=1338</guid>
		<description><![CDATA[Just found this post on Gizmodo listing some tricks you should know for the new year 2013. My favourite one? The above.. How to organise a box of tangled cords. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ciappara.com"><img class="aligncenter size-full wp-image-1339" title="screen_shot_2012-12-21_at_4.24.51_pm" src="http://ciappara.com/wp-content/uploads/2012/12/screen_shot_2012-12-21_at_4.24.51_pm.png" alt="" width="493" height="371" /></a></p>
<p>Just found this<a title="Top 40 Tricks" href="http://gizmodo.com/5970610/40-tricks-you-must-know-for-a-perfect-2013/gallery/1" target="_blank"> post on Gizmodo</a> listing some tricks you should know for the new year 2013. My favourite one? The above.. How to organise a box of tangled cords. You can find some tricks that you will certainly use <a title="Top 40 Tricks" href="http://gizmodo.com/5970610/40-tricks-you-must-know-for-a-perfect-2013/gallery/1" target="_blank">here</a>! Happy new Year!</p>
]]></content:encoded>
			<wfw:commentRss>http://ciappara.com/2012/12/28/top-tricks-to-know-for-2013/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MVC ActionLink not working after submit</title>
		<link>http://ciappara.com/2012/12/20/mvc-actionlink-not-working-after-submit/</link>
		<comments>http://ciappara.com/2012/12/20/mvc-actionlink-not-working-after-submit/#comments</comments>
		<pubDate>Thu, 20 Dec 2012 13:40:14 +0000</pubDate>
		<dc:creator>ciappara</dc:creator>
				<category><![CDATA[Design and Development]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[data-ajax]]></category>
		<category><![CDATA[Html.BeginForm]]></category>
		<category><![CDATA[iPad Web App]]></category>

		<guid isPermaLink="false">http://ciappara.com/?p=1332</guid>
		<description><![CDATA[These past days, I was having a problem with links for an iPad web app. The problem was that when I submit a form (step 1) and go to the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://ciappara.com/wp-content/uploads/2012/12/folder_AJAX.png"><img class="aligncenter  wp-image-1333" title="folder_AJAX" src="http://ciappara.com/wp-content/uploads/2012/12/folder_AJAX.png" alt="" width="276" height="276" /></a></p>
<p>These past days, I was having a problem with links for an iPad web app. The problem was that when I submit a form (step 1) and go to the next form (step 2), the link to return back to step 1 was not working. Apparently the problem is caused by Ajax. The solution is the following, instead of using the normal form tag to init a form:</p>
<p style="padding-left: 30px;">
<form id="form" action="@Url.Action("action", "controller")" method="post"></p>
<p style="padding-left: 30px;">      &#8230;&#8230;</p>
<p style="padding-left: 30px;"></form>
</p>
<p>use this type of form initialiser</p>
<p style="padding-left: 30px;">@using (Html.BeginForm(&#8220;action&#8221;, &#8220;controller&#8221;, FormMethod.Post))<br />
{</p>
<p style="padding-left: 30px;">      &#8230;&#8230;</p>
<p style="padding-left: 30px;">}</p>
<p>And add the following attribute:</p>
<p style="padding-left: 30px;">{ &#8220;data-ajax&#8221;, &#8220;false&#8221; }</p>
<p>So the final code would look like this:</p>
<p style="padding-left: 30px;">@using (Html.BeginForm(&#8220;action&#8221;, &#8220;controller&#8221;, FormMethod.Post, new Dictionary<string, object> { { &#8220;data-ajax&#8221;, &#8220;false&#8221; } }))<br />
{<br />
&#8230;&#8230;</p>
<p style="padding-left: 30px;">}</p>
<p style="padding-left: 30px;">
<p>Hope this post helps you, and reduces your swearing <img src='http://ciappara.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Happy Form-ing!</p>
<p> </p>
<p> </p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://ciappara.com/2012/12/20/mvc-actionlink-not-working-after-submit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rumor has it that Nokia Lumia 800 is receiving the Windows Phone 7.8 update</title>
		<link>http://ciappara.com/2012/12/17/rumor-has-it-that-nokia-lumia-800-is-receiving-the-windows-phone-7-8-update/</link>
		<comments>http://ciappara.com/2012/12/17/rumor-has-it-that-nokia-lumia-800-is-receiving-the-windows-phone-7-8-update/#comments</comments>
		<pubDate>Mon, 17 Dec 2012 14:58:12 +0000</pubDate>
		<dc:creator>ciappara</dc:creator>
				<category><![CDATA[Lumia]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[Lumia 800]]></category>
		<category><![CDATA[Nokia Lumia 800]]></category>
		<category><![CDATA[Windows Phone 7.8]]></category>

		<guid isPermaLink="false">http://ciappara.com/?p=1329</guid>
		<description><![CDATA[Any update on the Lumia 900 please!]]></description>
			<content:encoded><![CDATA[<p>Any update on the Lumia 900 please!</p>
]]></content:encoded>
			<wfw:commentRss>http://ciappara.com/2012/12/17/rumor-has-it-that-nokia-lumia-800-is-receiving-the-windows-phone-7-8-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photo sharing made fun &amp; easy</title>
		<link>http://ciappara.com/2012/12/16/photo-sharing-made-fun-easy/</link>
		<comments>http://ciappara.com/2012/12/16/photo-sharing-made-fun-easy/#comments</comments>
		<pubDate>Sun, 16 Dec 2012 19:54:00 +0000</pubDate>
		<dc:creator>ciappara</dc:creator>
				<category><![CDATA[Lumia]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[610]]></category>
		<category><![CDATA[710]]></category>
		<category><![CDATA[Lumia 800]]></category>
		<category><![CDATA[Lumia 900]]></category>
		<category><![CDATA[Noka Lumia 920]]></category>
		<category><![CDATA[Nokia Lumia]]></category>
		<category><![CDATA[Photo Beamer]]></category>
		<category><![CDATA[Photo Sharing]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[Point and View]]></category>

		<guid isPermaLink="false">http://ciappara.com/?p=1318</guid>
		<description><![CDATA[Today Nokia launched a new, easy and really fun Photo Sharing System. How? There are 3 easy steps: 1. Download and Install the PhotoBeamer app on your Nokia Lumia&#8230; 2. [...]]]></description>
			<content:encoded><![CDATA[<p>Today Nokia launched a new, easy and really fun Photo Sharing System. How? There are 3 easy steps:</p>
<p>1. Download and Install the PhotoBeamer app on your Nokia Lumia&#8230;</p>
<p style="text-align: center;"><a href="http://ciappara.com/wp-content/uploads/2012/12/download-1.jpg"><img class="aligncenter  wp-image-1320" title="download (1)" src="http://ciappara.com/wp-content/uploads/2012/12/download-1.jpg" alt="" width="299" height="498" /></a></p>
<p>2. Select the photo to share&#8230;<span id="more-1318"></span></p>
<p style="text-align: center;"><a href="http://ciappara.com/wp-content/uploads/2012/12/download-2.jpg"><img class="aligncenter  wp-image-1321" title="download (2)" src="http://ciappara.com/wp-content/uploads/2012/12/download-2.jpg" alt="" width="302" height="505" /></a></p>
<p>3. Open www.photobeamer.com and point your mobile to the screen</p>
<p style="text-align: center;"><a href="http://ciappara.com/wp-content/uploads/2012/12/code.png"><img class="aligncenter  wp-image-1322" title="code" src="http://ciappara.com/wp-content/uploads/2012/12/code.png" alt="" width="533" height="454" /></a></p>
<p>And voila.. your photo is now on your friend&#8217;s screen&#8230;</p>
<p style="text-align: center;"><a href="http://ciappara.com/wp-content/uploads/2012/12/onscreen.png"><img class="aligncenter  wp-image-1323" title="onscreen" src="http://ciappara.com/wp-content/uploads/2012/12/onscreen.png" alt="" width="527" height="449" /></a></p>
<p>Happy Photo Sharing <img src='http://ciappara.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://ciappara.com/2012/12/16/photo-sharing-made-fun-easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nokia&#8217;s New Lumia 620 and Lumia 505</title>
		<link>http://ciappara.com/2012/12/05/nokias-new-lumia-620-and-lumia-505/</link>
		<comments>http://ciappara.com/2012/12/05/nokias-new-lumia-620-and-lumia-505/#comments</comments>
		<pubDate>Wed, 05 Dec 2012 16:44:10 +0000</pubDate>
		<dc:creator>ciappara</dc:creator>
				<category><![CDATA[Lumia]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[Phones and Tablets Platforms]]></category>
		<category><![CDATA[Windows Phone 7]]></category>
		<category><![CDATA[Windows Phone 8]]></category>
		<category><![CDATA[Lumia 505]]></category>
		<category><![CDATA[Lumia 620]]></category>
		<category><![CDATA[MicroSD]]></category>
		<category><![CDATA[Nokia Lumia]]></category>
		<category><![CDATA[Windows Phone 7.8]]></category>
		<category><![CDATA[WP7]]></category>
		<category><![CDATA[WP8]]></category>

		<guid isPermaLink="false">http://ciappara.com/?p=1312</guid>
		<description><![CDATA[On Wednesday, Nokia announced a new Windows Phone 8 member at LeWeb 2012 in Paris, the Lumia 620. The entry-level handset has the following specs: 3.8-inch TFT screen at WVGA [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://ciappara.com/wp-content/uploads/2012/12/620.jpg"><img class="aligncenter  wp-image-1313" title="620" src="http://ciappara.com/wp-content/uploads/2012/12/620.jpg" alt="" width="558" height="376" /></a></p>
<p>On Wednesday, Nokia announced a new Windows Phone 8 member at LeWeb 2012 in Paris, the Lumia 620. The entry-level handset has the following specs:</p>
<ul>
<li>3.8-inch TFT screen at WVGA resolution (800 x 480)</li>
<li>1GHz dual-core Snapdragon S4 Plus processor</li>
<li>512MB RAM</li>
<li>8GB of internal storage</li>
<li>expandable by microSD (up to 64GB cards supported)</li>
<li>5-megapixel shooter with LED flash capable of recording 720p video</li>
<li>Front VGA camera is for those self-portraits</li>
<li>WiFi or WCDMA 3G</li>
<li>NFC &amp; Bluetooth 3.0 taking care of all your sharing and pairing</li>
</ul>
<p>It also has a &#8220;Dual-shot color&#8221;<span id="more-1312"></span> interchangeable shells, meaning you&#8217;ll be able to personalize your handset, which doesn&#8217;t just change the back cover, back you&#8217;ll also be able to add a semi-transparent cover on top of top of the other, making it more personal with much more colours.</p>
<p>This new Lumia will just cost $249 when it begins shipping in January next year. If you&#8217;re looking for a Windows Phone 8 handset which is also wallet-friendly, this might be the one.</p>
<p style="text-align: center;"><a href="http://ciappara.com/wp-content/uploads/2012/12/lumia505mex.jpg"><img class="aligncenter  wp-image-1314" title="lumia505mex" src="http://ciappara.com/wp-content/uploads/2012/12/lumia505mex.jpg" alt="" width="558" height="405" /></a></p>
<p>Apparently Nokia will also start selling the low-end Lumia 505 in Mexico which features Windows Phone 7.8 and will come come sporting a 3.5 or 4-inch WVGA display with an 800MHz, single-core processor, 256MB RAM and 4GB of built-in storage.</p>
]]></content:encoded>
			<wfw:commentRss>http://ciappara.com/2012/12/05/nokias-new-lumia-620-and-lumia-505/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft&#8217;s Surface Pro launching in January</title>
		<link>http://ciappara.com/2012/11/29/microsofts-surface-pro-launching-in-january/</link>
		<comments>http://ciappara.com/2012/11/29/microsofts-surface-pro-launching-in-january/#comments</comments>
		<pubDate>Thu, 29 Nov 2012 18:28:21 +0000</pubDate>
		<dc:creator>ciappara</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Phones and Tablets Platforms]]></category>
		<category><![CDATA[Windows 8]]></category>

		<guid isPermaLink="false">http://ciappara.com/?p=1309</guid>
		<description><![CDATA[Microsoft&#8217;s Surface Pro tablet will arrive in Januaryof next year with an $899 price tag. The Surface Pro is the more powerful version of the Surface RT. It features an Intel [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://ciappara.com/wp-content/uploads/2012/11/surface-hands-on-12.jpg"><img class="aligncenter  wp-image-1310" title="surface-hands-on-12" src="http://ciappara.com/wp-content/uploads/2012/11/surface-hands-on-12.jpg" alt="" width="446" height="296" /></a></p>
<p>Microsoft&#8217;s Surface Pro tablet will arrive in Januaryof next year with an $899 price tag. The Surface Pro is the more powerful version of the Surface RT. It features an Intel Core i5 processor and 1080p HD display. The Pro will run the full version of Windows 8, not like the Surface RT which had Windows RT installed. That means it will be able to run all of the legacy Windows apps that a full laptop or desktop has access to — something that the RT version is not capable of.</p>
<p>Included in the price is also a Surface Pen but not a Touch or Type Cover. The tablet includes a USB 3.0 port and a Mini DisplayPort, which can drive a screen of up to 2560 x 1440 resolution. The Pro version is a little heavier and thicker than the RT model, but Microsoft notes that it is still under two pounds and less than 14mm thick.</p>
<p>A 64GB model will cost $899, while a 128GB edition will be available for $999. Which one will you choose? <img src='http://ciappara.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://ciappara.com/2012/11/29/microsofts-surface-pro-launching-in-january/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
