<?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>Full On Design &#187; Desktop Application</title>
	<atom:link href="http://www.fullondesign.co.uk/tag/desktop-application/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fullondesign.co.uk</link>
	<description>Design &#38; Web Technologies</description>
	<lastBuildDate>Sun, 30 Oct 2011 21:37:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>5 changes I would like to see in 2010</title>
		<link>http://www.fullondesign.co.uk/design/inspiration/1246-4-changes-i-would-like-to-see-in-2010.htm</link>
		<comments>http://www.fullondesign.co.uk/design/inspiration/1246-4-changes-i-would-like-to-see-in-2010.htm#comments</comments>
		<pubDate>Wed, 16 Dec 2009 01:24:17 +0000</pubDate>
		<dc:creator>Rogem</dc:creator>
				<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Attribute]]></category>
		<category><![CDATA[Chat System]]></category>
		<category><![CDATA[Desktop Application]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[Double Edge Sword]]></category>
		<category><![CDATA[Javascript Libraries]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Pop Ups]]></category>
		<category><![CDATA[Screen Readers]]></category>
		<category><![CDATA[Users Experience]]></category>
		<category><![CDATA[Video Stream]]></category>

		<guid isPermaLink="false">http://www.fullondesign.co.uk/?p=1246</guid>
		<description><![CDATA[2009 has been a somewhat interesting year for the internet; it&#8217;s become more mobile &#38; more user friendly. However here are a few ideas I have had over the year, which I would like to see arrive in 2010. Video Stream Caching One of the big annoyances I have with streaming video files (normally on [...]]]></description>
			<content:encoded><![CDATA[<p>2009 has been a somewhat interesting year for the internet; it&#8217;s become more mobile &amp; more user friendly. However here are a few ideas I have had over the year, which I would like to see arrive in 2010.</p>
<h3>Video Stream Caching</h3>
<p>One of the big annoyances I have with streaming video files (normally on websites such as YouTube &amp; Megavideo) is whenever I go to jump to another section of the video I lose what I currently have already loaded. It would be really useful if I could quickly go back to the section I&#8217;ve previously loaded.</p>
<p><a href="http://www.fullondesign.co.uk/wp-content/uploads/2009/12/video_stream_caching.png"><img class="aligncenter size-full wp-image-1254" title="video_stream_caching" src="http://www.fullondesign.co.uk/wp-content/uploads/2009/12/video_stream_caching.png" alt="video_stream_caching" width="500" height="320" /></a><br />
 <em>This is a mock up I done, the video I used is from </em><a href="http://www.youtube.com/watch?v=IKATXdRD4d0">RayWilliamJohnson</a></p>
<p>I&#8217;m quite sure this would need to be implemented by the software, but I can&#8217;t see how it would be difficult to add.</p>
<p><span id="more-1246"></span></p>
<h3>Facebook &#8211; Pop-up chat</h3>
<p>Pop-ups are a double edge sword; on the one hand they have been used incorrectly and become an utter annoyance. But on the other, they also can drastically improve a users experience with a website. For example the Facebook chat system is very inconvenient as I have to be looking at a Facebook page to talk to people. On a big screen this might not be a big issue, but on a small screen this makes it surprisingly difficult to  multi-task.</p>
<p style="text-align: center;"><a href="http://www.fullondesign.co.uk/wp-content/uploads/2009/12/facebook_chat_problem.png"><img class="aligncenter size-full wp-image-1258" title="facebook_chat_problem" src="http://www.fullondesign.co.uk/wp-content/uploads/2009/12/facebook_chat_problem.png" alt="facebook_chat_problem" width="597" height="445" /></a><em>Oh noes! I can&#8217;t see the chat &amp; watch the video</em></p>
<p>However, if Facebook make the chat system as a desktop application or just available in a pop-up I suspect that would solve issue.</p>
<p style="text-align: center;"><a href="http://www.fullondesign.co.uk/wp-content/uploads/2009/12/facebook_chat_popup_mockup.png"><img class="size-full wp-image-1263 alignnone" title="facebook_chat_popup_mockup" src="http://www.fullondesign.co.uk/wp-content/uploads/2009/12/facebook_chat_popup_mockup.png" alt="facebook_chat_popup_mockup" width="251" height="376" /> </a><a href="http://www.fullondesign.co.uk/wp-content/uploads/2009/12/facebook_chat_popup_mockup_button_on_fb.png"><img class="size-full wp-image-1268 alignnone" title="facebook_chat_popup_mockup_button" src="http://www.fullondesign.co.uk/wp-content/uploads/2009/12/facebook_chat_popup_mockup_button_on_fb.png" alt="facebook_chat_popup_mockup_button" width="237" height="315" /></a></p>
<h3>JavaScript Library Integrated into browsers</h3>
<p>It seems silly that I have to keep re-downloading the same file (A Javascript Library) to make a webpage more exciting. I would love to see not just jQuery, but most JavaScript libraries integrated into browsers (maybe as a add-on or something?) to speed up the download times of webpages.</p>
<p>On the other hand, it could be time to consider a new browser based language which is designed to make surfers &amp; developers lives easier. For example adding a new attribute to html forms which allowed for browser specific (so people with screen readers will not be disadvantaged) validation.</p>
<pre class="brush: xml; title: ; notranslate">
&lt;form&gt;
&lt;fieldset&gt;
&lt;label&gt;Phone Number:
&lt;input name=&quot;price&quot; type=&quot;text&quot; value=&quot;090 111 050&quot; /&gt;&lt;/label&gt;
&lt;/fieldset&gt;
&lt;/form&gt;
</pre>
<h3>OpenID/Facebook Connect &#8211; More widely adopted</h3>
<p>I hate having to sign up to websites, especially when I could just as easily use a login details from a single source. It would be really cool if more websites allowed for a &#8220;one click registration&#8221; option.</p>
<h3>Adobe Flash &#8211; Video Player Standardization</h3>
<p>One of my biggest pet hates is going onto a nice website just to find features I expect to find, or actions I believe are normal are just not present on the video players. For example I think it is normal for a click on a video to mean &#8220;pause&#8221; and a double click to go to full screen mode. I think this is just something Web Developers need to consider.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fullondesign.co.uk/design/inspiration/1246-4-changes-i-would-like-to-see-in-2010.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Database Caching 1/13 queries in 0.009 seconds using disk: basic
Object Caching 217/251 objects using disk: basic

Served from: www.fullondesign.co.uk @ 2012-02-04 09:12:58 -->
