<?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>Blog</title>
	<atom:link href="http://www.spriing.co.uk/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.spriing.co.uk/blog</link>
	<description>Spriing</description>
	<lastBuildDate>Mon, 11 Feb 2013 22:42:39 +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>The Funny Thing About Great UX</title>
		<link>http://www.spriing.co.uk/blog/2013/the-funny-thing-about-great-ux/</link>
		<comments>http://www.spriing.co.uk/blog/2013/the-funny-thing-about-great-ux/#comments</comments>
		<pubDate>Mon, 11 Feb 2013 20:32:19 +0000</pubDate>
		<dc:creator>Dave Smith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.spriing.co.uk/blog/?p=571</guid>
		<description><![CDATA[The user experience has always been of paramount importance at Spriing when developing Apps and other online digital experiences. For a long time now it&#8217;s not simply been about the look and feel of an interface but how easy it is to get from A &#8230; <a href="http://www.spriing.co.uk/blog/2013/the-funny-thing-about-great-ux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The user experience has always been of paramount importance at Spriing when developing Apps and other online digital experiences. For a long time now it&#8217;s not simply been about the look and feel of an interface but how easy it is to get from A to B and perform tasks X and Y.</p>
<p>User Experience as a term in itself is much more common than it was only a few years ago, especially where digital products are concerned with websites and applications becoming ever more involved in our day to day lives. The fact is, today a great user experience makes the difference between a successful product and a failure.</p>
<p>Since mobile apps arrived on the scene, the ability to interact so easily and cohesively with mobile touch screen technology means UX has exploded and design has almost taken a back seat in comparison. Sure, it has to look great and there are no compromises in that department, but if it&#8217;s a pain to use, it won&#8217;t get used &#8211; so you can kiss your investment of thousands good bye, even if it was pretty damn good looking.</p>
<p>Mobile apps are now such an integral part of our lives that we need them to almost feel like an extension of ourselves, so the UX is vital. If it&#8217;s even slightly amiss then it feels like a burden to the user, when it should be a pleasure.</p>
<p>The funny thing is, there is a limited appreciation for great UX from the users standpoint. They will tell you if it&#8217;s cumbersome, if there&#8217;s something missing or if it simply doesn&#8217;t work. On the other hand when it is great UX, the user is quiet. Quietly using your application or surfing your website without a murmur, simply happy to carry on using it and therefore allowing it to be part of their everyday lives. It&#8217;s adopted!</p>
<p>Great UX is all about serving the users needs and objectives and therefore meeting the objectives of the business. This is only ensured through intensive research, effective digital strategies, detailed planning and of course prototyping and usability testing.</p>
<p>It is worth mentioning that todays user is much more discerning than a decade ago when digital applications were less mainstream especially in the mobile space. So there actually can be a quiet appreciation from the user when something works as well as or better than expected, especially if the previous app they tried was poor.</p>
<p>So how to measure a good user experience? There are obviously a number of complex methods and techniques but a good rule of thumb&#8230;  Quiet user? Good news. If they kick up a fuss, then it&#8217;s back to the drawing board.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spriing.co.uk/blog/2013/the-funny-thing-about-great-ux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We&#8217;ve Been Cherry Picking</title>
		<link>http://www.spriing.co.uk/blog/2013/weve-been-cherry-picking/</link>
		<comments>http://www.spriing.co.uk/blog/2013/weve-been-cherry-picking/#comments</comments>
		<pubDate>Fri, 01 Feb 2013 13:17:52 +0000</pubDate>
		<dc:creator>Mark Corbyn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.spriing.co.uk/blog/?p=545</guid>
		<description><![CDATA[Yes, we have indeed been cherry picking. Key to any software and app development company is to maintain source code safely.  At Spriing our chosen version control tool is Git.  Git allows us to keep a history of changes we&#8217;ve made to an app throughout &#8230; <a href="http://www.spriing.co.uk/blog/2013/weve-been-cherry-picking/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yes, we have indeed been cherry picking.</p>
<p>Key to any software and app development company is to maintain source code safely.  At Spriing our chosen version control tool is Git.  Git allows us to keep a history of changes we&#8217;ve made to an app throughout its lifetime, revert changes if we decide it isn&#8217;t needed and recover code if something goes missing.</p>
<p>Often during the development of an app, there will be major milestone releases.  While working on these releases it may become apparent that a change needs to be made quickly to the existing release while the code is midway through developing the next upcoming release.  This creates issues because the quick change can&#8217;t be applied and released until the rest of the changes are finished.  <em>Branches</em> to the rescue.  Branches allow us to create several strands of development, while keeping the original code, fully tested and working code in tact.  This means that changes can be applied to the original code without lots of other &#8220;work in progress&#8221; changes interfering with it.</p>
<p>However there is a situation this doesn&#8217;t cover.  While working on the next release we may improve the way something works or fix a bug.  We need some way of getting the change into the main release without taking all of the &#8220;work in progress&#8221; change with it &#8211; this is where <strong><em>cherry picking</em></strong> comes to the rescue.  Checking picking allows us to easily pick individual changes (commits) and merge them into the main release build.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spriing.co.uk/blog/2013/weve-been-cherry-picking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sir Ive takes creative control of UI</title>
		<link>http://www.spriing.co.uk/blog/2012/sir-ive-takes-creative-control-of-ui/</link>
		<comments>http://www.spriing.co.uk/blog/2012/sir-ive-takes-creative-control-of-ui/#comments</comments>
		<pubDate>Sun, 11 Nov 2012 09:05:47 +0000</pubDate>
		<dc:creator>Dave Smith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.spriing.co.uk/blog/?p=536</guid>
		<description><![CDATA[News on the Apple vine (sorry, bad pun) has it that Sir Jonathan Ive has taken creative control of UI as well as product design over at Apple. Funnily enough this was something that was discussed only a few days earlier in the Spriing studio &#8230; <a href="http://www.spriing.co.uk/blog/2012/sir-ive-takes-creative-control-of-ui/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>News on the Apple vine (sorry, bad pun) has it that Sir Jonathan Ive has taken creative control of UI as well as product design over at Apple.</p>
<p>Funnily enough this was something that was discussed only a few days earlier in the Spriing studio when speaking about the iPhone&#8217;s slightly ageing interface. Strangely coincidental we know!</p>
<p>The question everyone is asking though is whether or not it&#8217;s a good thing, though what some people seem to overlook when answering this, is how much of Jonathan&#8217;s life has been devoted to Apple.</p>
<p>It goes without saying, UI design is a completely different bag to designing products, but perhaps that&#8217;s more from a hands on point of view. Conceptually Ive&#8217;s creative mind is no doubt more capable than any for the job.</p>
<p>The product and the interface of Apple&#8217;s most popular devices need to work as one, so who better than the mind behind the product, with the experience and involvement he has to steer forward the UI with it.</p>
<p>Currently, as simple and intuitive as the interface may be on the likes of the iPhone and Apple&#8217;s other touch devices, it hasn&#8217;t changed since it arrived&#8230; well, not that you&#8217;d notice. It&#8217;s latest features could be looked at more like after thoughts that have been bolted on in order to keep up or not be out done by the likes of ever changing Android and Windows devices. The design style is quite heavy and texture based compared to the sleek, modern stylings of it&#8217;s hardware that contains it, so you could say it is in need of a refresh.</p>
<p>So we see it as an exciting time for both Apple and its fans. There&#8217;s no mistaking the following and respect Jonathan Ive has and we&#8217;re sure everyone will be waiting eagerly come the next future developments. Whatever they are, you know the reviews will always be mixed, change is scary and the adoring Apple fans will either welcome it with open arms or complain to the high heavens.</p>
<p>Let&#8217;s just hope he pushes things forward as we&#8217;d expect, and as App enthusiasts and producers ourselves we&#8217;re feeling positive that hopefully this change will allow us to create and develop even more exciting and engaging interfaces in our next big projects.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spriing.co.uk/blog/2012/sir-ive-takes-creative-control-of-ui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disaster Apps</title>
		<link>http://www.spriing.co.uk/blog/2012/disaster-apps/</link>
		<comments>http://www.spriing.co.uk/blog/2012/disaster-apps/#comments</comments>
		<pubDate>Wed, 07 Nov 2012 16:34:21 +0000</pubDate>
		<dc:creator>Spriing</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.spriing.co.uk/blog/?p=530</guid>
		<description><![CDATA[As Hurricane Sandy wreaks havoc along the east coast of America, the rest of the world views the harrowing news reports with staggered disbelief. The sheer scale of the vicious storm has had devastating effects for many, bringing the city that never sleeps to an &#8230; <a href="http://www.spriing.co.uk/blog/2012/disaster-apps/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As Hurricane Sandy wreaks havoc along the east coast of America, the rest of the world views the harrowing news reports with staggered disbelief. The sheer scale of the vicious storm has had devastating effects for many, bringing the city that never sleeps to an abrupt standstill.<br />
The shocking images and unyielding force of the storm have highlighted to many the importance of being as prepared for disaster as possible. Although it may come as a surprise to some, thanks to some forward thinking mobile app companies your smartphone can offer you a few lifelines beyond the ability to call the emergency services.<br />
Torch apps, for example, are hugely popular with smartphone users. Obviously a torch is a pretty useful thing to have in a power cut situation, and with these apps you have one right there in your pocket.  Although these apps aren’t intended for prolonged use, they are ideal for emergency situations and could provide you with crucial time to find an alternative source of light.<br />
App development companies have also created location based services which will assist you in finding your nearest hospital in the event of an accident or emergency. This could be a vital tool for people who find themselves in crisis in an unfamiliar location. These apps utilise Wi-Fi or GPS technology to pinpoint the nearest hospital in seconds. </p>
<p>Should you find yourself facing a delay in reaching a hospital, there are First Aid apps which quickly guide you through what to do in a number of emergency medical situations. From advice on how to care for burns to dealing with anaphylactic shock, as well as information on what not to do, these apps could be invaluable in precarious circumstances. </p>
<p>There are also lots of survival ‘kits’ available, apps which provide users with practical advice and skills about what to do in case of an emergency. These apps offer safety information, location based advice and even tips on how to efficiently ration water and food supplies. Mobile app development companies have taken meticulous care to provide users with important guidance on an extensive range of potential scenarios.<br />
Finally, it is worth downloading a radio app, an emergency radio one if possible. In the event of a disaster, these apps will provide you with access to important real time information, authority issued advice and insight into the development of the situation. This is instrumental in an instance where communication channels are likely to be vulnerable.<br />
Many of these apps have been created to function without internet connectivity, which is useful in a situation where there is no web access.  Although many of these apps are free, you can’t put a price on being prepared. After all, the benefit of having this information readily accessible on your smartphone could be a literal lifesaver.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spriing.co.uk/blog/2012/disaster-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The (re)invention of the ETag</title>
		<link>http://www.spriing.co.uk/blog/2012/the-reinvention-of-the-etag/</link>
		<comments>http://www.spriing.co.uk/blog/2012/the-reinvention-of-the-etag/#comments</comments>
		<pubDate>Fri, 02 Nov 2012 13:26:23 +0000</pubDate>
		<dc:creator>Mark Corbyn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.spriing.co.uk/blog/?p=522</guid>
		<description><![CDATA[At Spriing we like to push the boundaries.  One area we&#8217;ve been investing some time is researching caching approaches within our apps to optimise the download time while keeping content fresh. Traditionally content downloaded from the web comes with an expiry time attached to the &#8230; <a href="http://www.spriing.co.uk/blog/2012/the-reinvention-of-the-etag/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>At Spriing we like to push the boundaries.  One area we&#8217;ve been investing some time is researching caching approaches within our apps to optimise the download time while keeping content fresh.</p>
<p>Traditionally content downloaded from the web comes with an expiry time attached to the HTTP header.  When a user requests the same URL for a second time, their web client first checks if the expiry time has passed, if so it contacts the server and gets the latest information, otherwise it returns the content it already has stored locally.  There are also some other techniques based on last modified times with which the web client uses to take a guess at whether the existing content will have expired.</p>
<p>I don&#8217;t like these approaches.  It is usually the case that we don&#8217;t know in advance when the content will have expired, but we always want the user to see the latest content.   In this case an option would be to make the server always send an expiration date which has already passed.  This would result in the web client requesting the URL and downloading the new content every time. This again has it&#8217;s downsides, especially when we&#8217;re talking about a mobile app which may be on a poor cellular network &#8211; which could be a very lengthy and unnecessary operation.</p>
<p>I came up with an idea of how to solve this issue &#8211; what if the content sent from the server also came with a hash value of the data?  When the client requests the same URL for the second time, it also provides the hash value it received in the previous request.  The server then computes the hash value of the latest (up to the millisecond) content and compares the new one to the one received.  If the hash value is the same, it informs the app that it already has the latest content, otherwise it sends back the latest content along with the new hash value.  This means that if the content is the same, the app has used very little data connecting to the server to check, but if the content has changed it receives the latest content straight away &#8211; therefore ensuring the app is always up to date.</p>
<p>As it turns out, there is already a method out there which takes this exact approach &#8211; introducing the &#8220;ETag&#8221;.</p>
<p>The ETag has been used on websites for a while now but is still finding its way into mobile app frameworks.  While it was somewhat disappointing to find that this idea had already been implemented, it is great to see our ideas are already accepted as being sound approaches.</p>
<p>This is by no means the end of our research, in fact it is just the beginning.  We have plenty more tricks up our sleeve which we&#8217;ll share with you as the research and benchmarking continues.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spriing.co.uk/blog/2012/the-reinvention-of-the-etag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iOS 6 &#8211; All it&#8217;s cracked up to be?</title>
		<link>http://www.spriing.co.uk/blog/2012/ios-6-all-its-cracked-up-to-be/</link>
		<comments>http://www.spriing.co.uk/blog/2012/ios-6-all-its-cracked-up-to-be/#comments</comments>
		<pubDate>Sun, 28 Oct 2012 20:57:46 +0000</pubDate>
		<dc:creator>Sean Atkinson</dc:creator>
				<category><![CDATA[Digital World]]></category>
		<category><![CDATA[User Experience]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iOS6]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.spriing.co.uk/blog/?p=499</guid>
		<description><![CDATA[Thinking about updating to iOS 6? 61% of us already have. In fact its on over 200 million devices only a month after public release. But if you&#8217;re still on the fence, here is my experience with the update since the developer release in June. &#8230; <a href="http://www.spriing.co.uk/blog/2012/ios-6-all-its-cracked-up-to-be/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: left">Thinking about updating to iOS 6? 61% of us already have. In fact its on over 200 million devices only a month after public release. But if you&#8217;re still on the fence, here is my experience with the update since the developer release in June.</p>
<p> 3 hours in . . .</p>
<ul>
<li>The music app has gotten a face lift, I don&#8217;t know if it needed it without having new features to integrate but it hasn&#8217;t made any difference to how I use it. This feels more like a change I can live with than I wanted &#8211; not a great start.</li>
<li>The app store has been completely updated with a new focus on screenshots. I prefer it, the whole thing is far more attractive and it is also far easier to get a feel for the app before downloading it.</li>
<li>Facebook integration on top of twitter integration. Trying the import contacts function didn&#8217;t go very well and I lost all the most recent contacts I added. Fortunately its quite easy for me to get those numbers back but thats beside the point.</li>
</ul>
<p>3 Days in . . .</p>
<ul>
<li>Quite a few crashes, I&#8217;m still on a developer release but I would expect it to be a little more stable.</li>
<li>I&#8217;ve found my favourite feature so far, the ability to send custom messages when someone rings you and you&#8217;re too busy to answer is excellent. A tiny thing but its sometimes the little things that can make the difference and I&#8217;ve used that feature quite a few times now.</li>
<li>I&#8217;m still not keen on the reminders app, I don&#8217;t see why it can&#8217;t be combined with the calendar in some way.</li>
</ul>
<p>3 Months in . . .</p>
<ul>
<li>I&#8217;ve heard lots of complaints from people about the maps though I haven&#8217;t had an issue. Whenever I&#8217;ve had to use it the experience has been easy and I&#8217;ve found whatever I&#8217;m looking for quickly. The addition of turn-by-turn navigation &#8211; okay it&#8217;s nothing innovative but it is definitely about time it was included. If you really are having issues though, there are plenty of alternatives both free and paid for on the app store.</li>
<li>After a shaky start with the contact import, the Facebook integration has been very useful with many third party apps.</li>
<li>Do not disturb mode &#8211; fantastic idea. Between the hours of 11pm and 7am, I&#8217;m no longer disturbed by phone calls, unless its urgent and they ring me a second time straight after &#8211; all configurable in the settings of course.</li>
</ul>
<p>Overall, I haven&#8217;t been overwhelmed by iOS 6. It feels more like a natural progression rather than the revolution that Apple  claim about all their products. Would I recommend it though? Yes. For me, the operating system has only improved and you can&#8217;t ask much more from a free upgrade.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spriing.co.uk/blog/2012/ios-6-all-its-cracked-up-to-be/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RIM roll the dice&#8230;</title>
		<link>http://www.spriing.co.uk/blog/2012/485/</link>
		<comments>http://www.spriing.co.uk/blog/2012/485/#comments</comments>
		<pubDate>Mon, 22 Oct 2012 11:00:19 +0000</pubDate>
		<dc:creator>Andy Johnston</dc:creator>
				<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.spriing.co.uk/blog/?p=485</guid>
		<description><![CDATA[At Apps World in London&#8217;s Earls Court earlier this month there was an incredible breadth of discussion on topics, from app payment options, second / dual screen experience, security models, BYOD and of course the essential, ongoing discussion that is web vs native (it&#8217;s all &#8230; <a href="http://www.spriing.co.uk/blog/2012/485/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>At Apps World in London&#8217;s Earls Court earlier this month there was an incredible breadth of discussion on topics, from app payment options, second / dual screen experience, security models, BYOD and of course the essential, ongoing discussion that is web vs native (it&#8217;s all about the experience stupid).</p>
<p>One company stood out for me, for effort and message.  Not Apple, Android or Windows, but RIM are on a major push this Fall, targeting the app developer community to engage, build and port apps for the Blackberry 10 phone.</p>
<p>RIM are ticking all the boxes with app developers, servicing the online community with forums and quick responses to online queries, a new super-charged SDK, a porting labs roadshow in major cities and  financial incentives to build and port exiting apps to the Blackberry 10.</p>
<p>The financial incentives include Blackberry&#8217;s 10k &#8211; if you the developer satisfy all the BB t&amp;cs you are guaranteed $10k form RIM if your app doesn&#8217;t make that figure.</p>
<p>The UI is definitely a leap forward for RIM &#8211; the FLOW (the name of the OS) allows easy transition from in app to lists to email with various degrees in the length of swipes.</p>
<p>The platform looks good with some good core and open API support libraries (Unity for gaming, cURL and OpenGL to mention a few).  But the kicker…</p>
<p>… the architecture will be a watershed, there is no way back, write an app for Blackberry 10 and it won&#8217;t run on previous models.  That&#8217;s right, this is the Rubicon for Blackberry.</p>
<p>So one challenge they have is engage the development community, the second is to get existing customers onto a Blackberry 10 asap.  Hopefully there are no delays, as this must be RIM&#8217;s last roll of the dice?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spriing.co.uk/blog/2012/485/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iOS 6 Upgrade</title>
		<link>http://www.spriing.co.uk/blog/2012/ios-6-upgrade/</link>
		<comments>http://www.spriing.co.uk/blog/2012/ios-6-upgrade/#comments</comments>
		<pubDate>Thu, 20 Sep 2012 07:59:20 +0000</pubDate>
		<dc:creator>Andy Johnston</dc:creator>
				<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[iOS6]]></category>

		<guid isPermaLink="false">http://www.spriing.co.uk/blog/?p=440</guid>
		<description><![CDATA[At 23:44 I get the message &#8220;iOS 6 Upgrade&#8221; and a Start button (or something similar, it was 23:44 after all). I hit start and the whole process was finished by 00:02, so 18 minutes on a decent WiFi connection (not much contention at 23:44). &#8230; <a href="http://www.spriing.co.uk/blog/2012/ios-6-upgrade/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>At 23:44 I get the message &#8220;iOS 6 Upgrade&#8221; and a Start button (or something similar, it was 23:44 after all).</p>
<p>I hit start and the whole process was finished by 00:02, so 18 minutes on a decent WiFi connection (not much contention at 23:44).</p>
<p>Two complete reboots and a progress bar that seemed to take for ever first time, then zipped through the second time. Sign into iCloud and I&#8217;m away&#8230;.</p>
<p>Again the process is well managed by Apple and all screens have been given a bit of thought rather than being an after thought.</p>
<p>So what&#8217;s new? Well first off&#8230;</p>
<p>* YouTube has disappeared<br />
* Passbook has appeared<br />
* Maps are different &#8211; Apple&#8217;s not Google&#8217;s<br />
* I have VIP in my emails<br />
* Apparently Facebook is built-in, but I don&#8217;t notice any differnce.<br />
* I get Panorama option on my camera</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spriing.co.uk/blog/2012/ios-6-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kilt Wearers are Creative Winners</title>
		<link>http://www.spriing.co.uk/blog/2012/kilt-wearers-are-creative-winners-2/</link>
		<comments>http://www.spriing.co.uk/blog/2012/kilt-wearers-are-creative-winners-2/#comments</comments>
		<pubDate>Fri, 14 Sep 2012 15:07:47 +0000</pubDate>
		<dc:creator>Spriing</dc:creator>
				<category><![CDATA[Creative]]></category>
		<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[App Category]]></category>
		<category><![CDATA[Houston Kiltmakers]]></category>
		<category><![CDATA[Scottish Creative Award]]></category>
		<category><![CDATA[Spriing]]></category>

		<guid isPermaLink="false">http://www.spriing.co.uk/blog/?p=435</guid>
		<description><![CDATA[So this time last week, the Spriing team were lined up in Glasgow ready to meet our closest companions for the evening…kilts!! It’s been a week since we all headed (even further) North to attend the Scottish Creative Awards. Spriing was nominated twice in the &#8230; <a href="http://www.spriing.co.uk/blog/2012/kilt-wearers-are-creative-winners-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So this time last week, the Spriing team were lined up in Glasgow ready to meet our closest companions for the evening…kilts!!</p>
<p>It’s been a week since we all headed (even further) North to attend the Scottish Creative Awards. Spriing was nominated twice in the ‘best App’ category for our offerings of the My Tartan and iBahn ETVi Apps.</p>
<p>The event, organised by The Drum was well attended, well organised and the standard of work nominated was incredible.</p>
<p>So, after a delicious 3-course meal &amp; an adequate amount of wine, the awards ceremony began. Fast forward to ‘best App’ category and the winners are… Spriing, for My Tartan.</p>
<p>The App shows a huge level of creativity married with an unusual concept, allowing users to create their own tartans which can then be saved and shared.</p>
<p>The App was created for Houstons Kiltmakers, a 100 year old family run business based in Paisley and is a fine example of retaining the legacy of an established business whilst marrying that with technological developments we have all become accustomed to.</p>
<p>The Spriing team are delighted with the award and seeing that our hard work has been recognised, has made us hungry for more! We&#8217;re now back in the studio working on our next big projects to hopefully gain some more awards for the trophy cabinet… or perhaps bookshelf would be more appropriate.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spriing.co.uk/blog/2012/kilt-wearers-are-creative-winners-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spriing at the Scottish Creative Awards Ceremony</title>
		<link>http://www.spriing.co.uk/blog/2012/spriing-at-the-scottish-creative-awards-ceremony/</link>
		<comments>http://www.spriing.co.uk/blog/2012/spriing-at-the-scottish-creative-awards-ceremony/#comments</comments>
		<pubDate>Fri, 07 Sep 2012 14:57:51 +0000</pubDate>
		<dc:creator>Spriing</dc:creator>
				<category><![CDATA[Creative]]></category>
		<category><![CDATA[Digital World]]></category>
		<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[Award Ceremony]]></category>
		<category><![CDATA[Houston Kiltmakers]]></category>
		<category><![CDATA[iBahn]]></category>
		<category><![CDATA[Radisson Blu Hotel Glasgow]]></category>
		<category><![CDATA[Scottish Creative Awards]]></category>

		<guid isPermaLink="false">http://www.spriing.co.uk/blog/?p=421</guid>
		<description><![CDATA[The Scottish Creative Awards Ceremony has finally arrived! With two nominations in the App Category against four other apps, we are all hoping that our hard work will be recognised tonight. The team is on their way to the Radisson Blu Hotel in Glasgow as &#8230; <a href="http://www.spriing.co.uk/blog/2012/spriing-at-the-scottish-creative-awards-ceremony/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The Scottish Creative Awards Ceremony has finally arrived!</p>
<p>With two nominations in the App Category against four other apps, we are all hoping that our hard work will be recognised tonight. The team is on their way to the Radisson Blu Hotel in Glasgow as I am writing this and getting ready for, what promises to be, a good evening.</p>
<p>Our first app that was nominated is the iBahn ETVi, a great app on which our development team has spent a lot of time to perfect it and deliver an app of amazing quality. It allows hotel guests to use their mobile device as a remote control to use with the iBahn system in their rooms, as well as gives them the opportunity to watch programs and films on their mobile devices anywhere in the hotel.</p>
<p>The second is My Tartan, a great app brought by Houston Kiltmakers, where users can create their own tartan and share with friends or compare with Houston’s tartans. The details are impressive and there is an infinite number of combinations using different colours, sizes and patterns, users can have their own tartan.</p>
<p>So just to recap, two fantastic apps, one award, one winner &#8230; who will it be?</p>
<p>We are all patiently waiting for the winners to be announced, wishing everyone good luck and will enjoy the award ceremony no matter what.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spriing.co.uk/blog/2012/spriing-at-the-scottish-creative-awards-ceremony/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
