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

<channel>
	<title>Rounded Labs</title>
	<atom:link href="http://www.roundedlabs.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.roundedlabs.com/blog</link>
	<description>team blog</description>
	<pubDate>Thu, 27 Aug 2009 13:27:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A lesson in cross-selling</title>
		<link>http://www.roundedlabs.com/blog/?p=74</link>
		<comments>http://www.roundedlabs.com/blog/?p=74#comments</comments>
		<pubDate>Thu, 27 Aug 2009 13:27:53 +0000</pubDate>
		<dc:creator>Ansar</dc:creator>
		
		<category><![CDATA[Entrepeneurship]]></category>

		<guid isPermaLink="false">http://www.roundedlabs.com/blog/?p=74</guid>
		<description><![CDATA[I recently took the family to Alton Towers and though I needed to practically re-mortgage the house by the time we returned, I was quite impressed with the way the management at Alton Towers seemed to ensure you open your wallet at every turn. Firstly there is the inevitable kids pester power which I&#8217;m certain [...]]]></description>
			<content:encoded><![CDATA[<p>I recently took the family to Alton Towers and though I needed to practically re-mortgage the house by the time we returned, I was quite impressed with the way the management at Alton Towers seemed to ensure you open your wallet at every turn. Firstly there is the inevitable kids pester power which I&#8217;m certain would be there if they tried or not, but I&#8217;m talking about the more subtle ways in which you&#8217;re spending money all along the route. Take for example the Water rides (Rapids, Flume etc). Whilst waiting in the queue, all along the route there are places where you can buy the water-proof ponchos to ensure you dont get too wet. As you&#8217;re waiting there you notice other riders leaving, completey drenched in water, A stark reminder to get those ponchos!. I could remember from previous visits that it&#8217;s a 50-50 chance of staying dry, so i&#8217;ll take those odds and proceed without the poncho, but oh no not now. Now the odds are in their favour and there&#8217;s a 100% chance you&#8217;ll get wet. Right towards the end of the flume ride there is litterally a shower head floating above your head which if you&#8217;re still dry up till that point will certainly get you soaked. But thankfully the generous people at Alton Towers had placed some large stand in dryers at the exit to the ride. Oh you have to pay to get dry? Nice.</p>
<div class="wp-caption alignleft" style="width: 229px"><img title="I wasnt scared...what??" src="http://www.roundedlabs.com/images/other/oblivion.jpg" alt="I wasnt scared...what??" width="219" height="292" /><p class="wp-caption-text">I wasn&#39;t scared...what??</p></div>
<p>You&#8217;ll also notice how most of the thrill rides will make you walk through their souvenir store to exit. There is no other way out. I dont know whether being pumped full of adrenaline makes you buy more or what, I&#8217;m no expert, but I&#8217;m certain it must do??<br />
There is no way I&#8217;d be spending money on useless junk on my way out though. WOHOO! this T-shirt looks awesome&#8230;.and I do want the world to know I went on the Oblivion!!! Ahhh damn it.</p>
<p>For those of you running your own businesses, I&#8217;m sure there&#8217;s a lesson or two in there.</p>
<p>All in all though it was an excellent day and I&#8217;d highly recommend it <img src='http://www.roundedlabs.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.roundedlabs.com/blog/?feed=rss2&amp;p=74</wfw:commentRss>
		</item>
		<item>
		<title>The jQuery hoverIntent plugin</title>
		<link>http://www.roundedlabs.com/blog/?p=69</link>
		<comments>http://www.roundedlabs.com/blog/?p=69#comments</comments>
		<pubDate>Sun, 09 Aug 2009 08:04:19 +0000</pubDate>
		<dc:creator>ayaz</dc:creator>
		
		<category><![CDATA[Web development]]></category>

		<category><![CDATA[taskeedo]]></category>

		<category><![CDATA[web ui]]></category>

		<category><![CDATA[jquery]]></category>

		<category><![CDATA[jquery hoverIntent]]></category>

		<guid isPermaLink="false">http://www.roundedlabs.com/blog/?p=69</guid>
		<description><![CDATA[While working on the Web UI for Taskeedo, we noticed an inconsistent behaviour with triggering of animations in response to hover events. The problem was that if the mouse cursor went past the target area multiple times at a fast speed, the hover event would get triggered multiple times in succession and queue up, giving [...]]]></description>
			<content:encoded><![CDATA[<p>While working on the Web UI for Taskeedo, we noticed an inconsistent behaviour with triggering of animations in response to hover events. The problem was that if the mouse cursor went past the target area multiple times at a fast speed, the hover event would get triggered multiple times in succession and queue up, giving the effect that the resulting animation stays stuck &#8212; while in actuality, the animation would be appearing and disappearing too quickly for the human eye to observe. The result was a bad UI experience.</p>
<p>I looked around and found some half-baked solutions to the problem that involved triggering the event only when the cursor moved slowly over the target area. But, those didn&#8217;t feel satisfying. It was then when I bumped into the <a href="http://cherne.net/brian/resources/jquery.hoverIntent.html">jQuery hoverIntent plugin</a>. It not only solves the problem in question eloquently, but also provides a great deal of flexibility through providing configuration settings. It has definitely solved the problem for us.</p>
<p>Don&#8217;t you just love jQuery? <img src='http://www.roundedlabs.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.roundedlabs.com/blog/?feed=rss2&amp;p=69</wfw:commentRss>
		</item>
		<item>
		<title>A Rounded Update!</title>
		<link>http://www.roundedlabs.com/blog/?p=38</link>
		<comments>http://www.roundedlabs.com/blog/?p=38#comments</comments>
		<pubDate>Wed, 24 Jun 2009 14:14:08 +0000</pubDate>
		<dc:creator>Ansar</dc:creator>
		
		<category><![CDATA[Company News]]></category>

		<category><![CDATA[android widgets]]></category>

		<category><![CDATA[cognition]]></category>

		<category><![CDATA[mobank]]></category>

		<category><![CDATA[taskeedo]]></category>

		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.roundedlabs.com/blog/?p=38</guid>
		<description><![CDATA[Things have certainly been hectic at Rounded Labs for the past few months hence the lack of blog posts (even though we&#8217;d promised we would blog more, sorry).  So I have decided to take some time and give you an update on whats been going on with the team here, what we&#8217;ve been working on [...]]]></description>
			<content:encoded><![CDATA[<p>Things have certainly been hectic at Rounded Labs for the past few months hence the lack of blog posts (even though we&#8217;d promised we would blog more, sorry).  So I have decided to take some time and give you an update on whats been going on with the team here, what we&#8217;ve been working on and whats coming soon.</p>
<p><strong>Toggle Widgets for Android</strong></p>
<div class="wp-caption alignleft" style="width: 70px"><img title="wifi" src="http://www.roundedlabs.com/images/widgets/wifi_on.png" alt="Wifi Toggle widget" width="60" height="60" /></dt>
</dl>
</div>
<p>As many of you know we released a suite of very useful Widgets for the Android platform and the response has been been far more popular than we&#8217;d have expected with over 133,000 downloads so far and counting. We do get a lot of you email in to say how much you love them and we certainly enjoy receiving and replying to every single one of you. An excellent morale booster for the team <img src='http://www.roundedlabs.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Mobank iPhone Application</strong></p>
<div class="mceTemp">
<dl class="wp-caption alignleft" style="width: 248px;">
<dt class="wp-caption-dt"><img title="mobank" src="http://www.roundedlabs.com/images/mobank_app.jpg" alt="Mobank on App Store" width="238" height="358" /><p class="wp-caption-text">Mobank on the App Store</p></div>
<p>We&#8217;ve been working with Dominic and the guys from <a href="http://www.mobank.co.uk" target="_blank">Mobank</a> for over a year now to develop and perfect their mobile application. It was recently released onto the iPhone App Store and very quickly made its way to the Number 1 spot in the Finance section beating out Paypal and Bloomberg. We&#8217;re feeling pretty pleased about that <img src='http://www.roundedlabs.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>&#8220;</strong>MoBank is a brand new mobile banking and payment service that works with your existing bank account. By simply registering a debit or credit card with MoBank you can now book, pay and shop for things or manage your money securely from your iPhone, iPod touch or mobile, any time, any place all within a few clicks.<strong>&#8220;</strong><br />
The Application incorporates an awesome UI and has been developed with an amazingly sleek <span id="more-38"></span>multi-platform architecture. We&#8217;ll be writing a seperate blog post soon giving you an in depth look at the Mobank application and its development.</p>
<p><strong></strong></p>
<div class="wp-caption alignright" style="width: 144px"><strong><strong><img title="cognition" src="http://www.roundedlabs.com/images/cognition_app.jpg" alt="Cognition" width="134" height="278" /></strong></strong><p class="wp-caption-text">Cognition</p></div>
<p><strong>Cognition </strong></p>
<p>We&#8217;re currently working with a local college on an excellent example of a mobile application for the education sector. The application is designed for A&#8217;Level chemistry students, aiding them with their revision. We&#8217;ve split the application into various modules allowing for a much simpler User Experience. The application is developed in J2ME to allow us to target as many different devices as possible. Work on the application is still ongoing and we&#8217;re working closely with the college and the students to deliver the perfect solution for their needs. We&#8217;ll be giving you the full details of this once it&#8217;s released and is Live.</p>
<p><strong>Taskeedo</strong></p>
<p>In between our external projects we try to make time for the development some of our own products and Taskeedo is one of the key Apps we&#8217;re working on right now. It&#8217;s a very comprehensive Task and Todo-list Management Suite comprising Web app with awesome Jquery and Ajax, An Adobe Air desktop App, and mobile clients for iPhone, Android and Windows mobile.  So as you can see its very extensive and we&#8217;re extremely excited about it. Hopefully we&#8217;ll be starting our beta testing on it soon so if you&#8217;re interested in helping us perfect it we&#8217;d be more than grateful.</p>
<p>So to end my update I&#8217;d say its a very exciting time to be in the Mobile sector right now <img src='http://www.roundedlabs.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.roundedlabs.com/blog/?feed=rss2&amp;p=38</wfw:commentRss>
		</item>
		<item>
		<title>Cupcakes and Widgets</title>
		<link>http://www.roundedlabs.com/blog/?p=30</link>
		<comments>http://www.roundedlabs.com/blog/?p=30#comments</comments>
		<pubDate>Tue, 19 May 2009 16:01:36 +0000</pubDate>
		<dc:creator>zahid</dc:creator>
		
		<category><![CDATA[Company News]]></category>

		<category><![CDATA[android widgets]]></category>

		<category><![CDATA[marketplace]]></category>

		<guid isPermaLink="false">http://www.roundedlabs.com/blog/?p=30</guid>
		<description><![CDATA[Its been a while since Google started rolling out the 1.5 update and along with it came quite a few nifty new features, one of which was the ability to support homescreen widgets.  Though a sizeable chunk of Europe now seems to have update 1.5, in the US its still only a handfull of people [...]]]></description>
			<content:encoded><![CDATA[<p>Its been a while since Google started rolling out the 1.5 update and along with it came quite a few nifty new features, one of which was the ability to support homescreen widgets.  Though a sizeable chunk of Europe now seems to have update 1.5, in the US its still only a handfull of people that seem to have it yet. Widgets just seemed like such a brilliant idea we decided to create some of our own that would greatly improve the experience of using your brilliant G1.</p>
<p>Initially the plan was to create a 4 x 1 widget that would include the most common widgets. But after some careful discussions (namely getting everyone in the office to do a quick vote) it was unanimously decided that it would be far better to have individual widgets so users can pick and choose which ones they wanted. You&#8217;re not lumped with a widget taking up space that you would never use. You also have the ability to arrange the widgets onto the screen however you wish.</p>
<p><img class="alignnone" src="http://www.roundedlabs.com/images/widgets/normal.png" alt="" width="60" height="60" /> Ringer Toggle Widget</p>
<p><img class="alignnone" src="http://www.roundedlabs.com/images/widgets/wifi_on.png" alt="" width="60" height="60" /> Wifi Toggle widget</p>
<p><img class="alignnone" src="http://www.roundedlabs.com/images/widgets/screen3.png" alt="" width="60" height="60" /> Brightness Toggle Widget</p>
<p><img class="alignnone" src="http://www.roundedlabs.com/images/widgets/blue_off.png" alt="" width="60" height="60" /> Bluetooth Toggle Widget</p>
<p><img class="alignnone" src="http://www.roundedlabs.com/images/widgets/gps_on.png" alt="" width="60" height="60" /> GPS Toggle Widget</p>
<p><strong>Google&#8217;s Restrictions</strong><br />
A few things which will really bug a lot of developers is the restrictions that Google has placed on some previously open API&#8217;s. For us this meant not having direct access to the GPS API directly to Toggle On/Off in the same way that we have for Wifi or Sound. GPS was the only one which didn&#8217;t have 1 click toggle and meant on click we launch the settings panel, thus giving the user an extra (uneccessary) step. Oh well, GPS Toggle was something a lot of you out there had asked for and after getting feedback that &#8220;2 clicks is still better than 4&#8243; we decided it was still worth developing it. The feedback from you all seems to be that you love it and so we&#8217;re glad we did release it now <img src='http://www.roundedlabs.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.roundedlabs.com/blog/?feed=rss2&amp;p=30</wfw:commentRss>
		</item>
		<item>
		<title>Thanks to all you droids</title>
		<link>http://www.roundedlabs.com/blog/?p=26</link>
		<comments>http://www.roundedlabs.com/blog/?p=26#comments</comments>
		<pubDate>Sat, 16 May 2009 17:40:32 +0000</pubDate>
		<dc:creator>Ansar</dc:creator>
		
		<category><![CDATA[Company News]]></category>

		<category><![CDATA[android widgets]]></category>

		<category><![CDATA[marketplace]]></category>

		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://www.roundedlabs.com/blog/?p=26</guid>
		<description><![CDATA[A few days ago we released our first set of Android Homescreen Widgets and as of writing there are ~6000 users who have downloaded them. We&#8217;ve had many of you email in to say how much you&#8217;ve enjoyed them and how you cant wait for the next widget, Thank you all for writing in and [...]]]></description>
			<content:encoded><![CDATA[<p>A few days ago we released our first set of Android Homescreen Widgets and as of writing there are ~6000 users who have downloaded them. We&#8217;ve had many of you email in to say how much you&#8217;ve enjoyed them and how you cant wait for the next widget, Thank you all for writing in and commenting, it really means a lot to the team here.</p>
<p>We really do enjoy you providing us your valuable feedback, letting us know what works, what doesn&#8217;t, what you&#8217;d like to see in the next widget&#8230;..or any ideas for awesome apps you&#8217;d like us to develop.</p>
<p><img class="alignnone" src="http://www.roundedlabs.com/images/widgets/normal.png" alt="" width="60" height="60" /><img class="alignnone" src="http://www.roundedlabs.com/images/widgets/wifi_on.png" alt="" width="60" height="60" /><img class="alignnone" src="http://www.roundedlabs.com/images/widgets/screen3.png" alt="" width="60" height="60" /><img class="alignnone" src="http://www.roundedlabs.com/images/widgets/blue_off.png" alt="" width="60" height="60" /></p>
<p>I&#8217;ll let zahid do a more in-depth Blog post on the four Toggle widgets and our reasons for choosing those, the various technical and UI considerations and more in his next post.</p>
<p>I thought I would just say a quick thank you <img src='http://www.roundedlabs.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.roundedlabs.com/blog/?feed=rss2&amp;p=26</wfw:commentRss>
		</item>
		<item>
		<title>Changing language of Symbian Emulator</title>
		<link>http://www.roundedlabs.com/blog/?p=18</link>
		<comments>http://www.roundedlabs.com/blog/?p=18#comments</comments>
		<pubDate>Fri, 08 May 2009 16:52:10 +0000</pubDate>
		<dc:creator>ayaz</dc:creator>
		
		<category><![CDATA[Symbian Development]]></category>

		<category><![CDATA[internationalisation]]></category>

		<category><![CDATA[symbian]]></category>

		<category><![CDATA[symbian emulator]]></category>

		<guid isPermaLink="false">http://www.roundedlabs.com/blog/?p=18</guid>
		<description><![CDATA[The biggest hurdle in writing mobile applications for Asian markets, in particular, is providing multi-lingual support. From hunting down people for translations to acquiring phones that actually support a big, diverse set of languages in common use in Asian countries, it is an all-round big challenge for mobile application developers. It is almost frustrating to [...]]]></description>
			<content:encoded><![CDATA[<p>The biggest hurdle in writing mobile applications for Asian markets, in particular, is providing multi-lingual support. From hunting down people for translations to acquiring phones that actually support a big, diverse set of languages in common use in Asian countries, it is an all-round big challenge for mobile application developers. It is almost frustrating to the point of throwing in the towel, but if you want to tap into the markets, making headway, especially since Asian markets tend to be more competitive than any others, you have to persist and expend serious effort. There is also no question of demonstrating your product in English to potential customers in Asian markets — they would always want the product translated into whichever language they speak and read, and if you do give a demo of the English version of your product, by the time you have a localised version ready to market and sell, some smart aleck would already have bootlegged your idea, developed a localised version and sold it. That alone is a troublesome drawback when marketing your products to Asian markets. Therefore, as a rule of thumb when diving into Asian markets: Have a localised version of your product ready and fully tested before going in.</p>
<p>I am falling off on a tangent. I wanted to talk about multi-lingual support on the Symbian emulator. The symbian emulator by default is in English. For testing and debugging a multi-lingual application, you would naturally want the emulator to be converted into whichever language you are testing your application on. Once inside the emulator, you will find that there is support to change the writing language to any from a large set of languages available. However, if you do that, you would notice that the emulator crashes with a panic. This happened when I tried to switch writing language to Chinese. I cannot say if the panic is reproducible for other languages as well.</p>
<p>Even if you can change the writing language to any language that works well on the emulator, it isn’t sufficient. In order to test multi-lingual applications, you have to convert the emulator to look and work exactly how a mobile phone would for someone who can only understand, say, Chinese. How do you do that? If you look under <em>Program Files &gt; S60 Developer Tools &gt; 3rd Edition SDK &gt; 1.1 MR &gt; Languages</em>, you will see few links to languages to which you can switch the emulator. Unfortunately, clicking on any does nothing. It is possible the options are fixed in recent releases of the SDK. But if they are broken on yours, here is a way to change the language of the emulator.</p>
<p>You must have javaw.exe in your system PATH. If not, you will have to explicitly give out the complete absolute path to the javaw.exe binary. On the windows command shell, jump to the \Epoch32\tools\ecmt\ directory (which can be found inside where ever you’ve installed the SDK on your system), and run the following command:</p>
<p><code><br />
C:\Symbian\9.1\S60_3rd_MR\Epoc32\tools\ecmt&gt;javaw -classpath unzip.jar;plugins/general.jar;lib/log4j-1.2.8.jar -Dsource=language -Ddestination=..\..\.. -Dlanguage=en_us -Dplatform=winscw com.nokia.epdt.zip.ZipManager<br />
</code></p>
<p><em>C:\Symbian\91.\S60_3rd_MR\</em> is where I have the Symbian SDK installed on my system. I also have javaw in my PATH, thus eliminating the need to put down the absolute path to the binary.</p>
<p>Pay close attention to the <em>-Dlanguage=en_us</em> argument. This is the value you have to change to suit your requirement. If, for example, you have to switch the emulator to Chinese language, you will have to change “<em>en_us</em>” to “<em>zh_cn</em>“.</p>
<p>Look inside the <em>\Epoch32\tools\ecmt\language</em> for information on which language packs come with the SDK by default.</p>
<p>Always remember to change the language back to English after you are done with testing your localised application.</p>
<p>Before I close this off, I would like to give credit to <a href="http://discussion.forum.nokia.com/forum/showthread.php?p=491626">this post on Nokia Developer Forums</a> from where I picked this solution.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.roundedlabs.com/blog/?feed=rss2&amp;p=18</wfw:commentRss>
		</item>
		<item>
		<title>iPhone tips that may come in handy!</title>
		<link>http://www.roundedlabs.com/blog/?p=9</link>
		<comments>http://www.roundedlabs.com/blog/?p=9#comments</comments>
		<pubDate>Thu, 26 Mar 2009 16:27:21 +0000</pubDate>
		<dc:creator>Ansar</dc:creator>
		
		<category><![CDATA[Tips]]></category>

		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.roundedlabs.com/blog/?p=9</guid>
		<description><![CDATA[I have been happily using my iPhone for some time now, and every once in a while i&#8217;ll find a quicker way of doing things or a new feature of the phone I didn&#8217;t realise existed. Below I have decided to share a few of these with you. We&#8217;ll try and make this a semi-regular [...]]]></description>
			<content:encoded><![CDATA[<p>I have been happily using my iPhone for some time now, and every once in a while i&#8217;ll find a quicker way of doing things or a new feature of the phone I didn&#8217;t realise existed. Below I have decided to share a few of these with you. We&#8217;ll try and make this a semi-regular feature on the blog for the various devices out there.</p>
<p><strong>TIP 1: Taking a screenshot</strong></p>
<p>By now you&#8217;ve probably seen lots of blog posts out there where people have posted a screenshot of their app and wondered which software did they use to do that. Well you dont need to actually install anything. Just press the only 2 buttons on the iPhone together as shown below until you hear the camera click sound. The screenshot is stored in your photos section.</p>
<div class="wp-caption alignnone" style="width: 510px"><img title="taking a screenshot" src="http://www.roundedlabs.com/images/tips/iphonetip1.jpg" alt="screenshot" width="500" height="500" /><p class="wp-caption-text">screenshot</p></div>
<p><strong>TIP 2: Viewing the address bar in the browser</strong></p>
<p>When you&#8217;re browsing away on the iPhone and you&#8217;ve scrolled quite far down a webpage, it can be really annoying having to scroll all the way back up to type in a web address into the address bar. I&#8217;ll let you in to a little secret. Double-tap the grey bar at the top and the browser very quickly scrolls all the way up showing the address bar in place. It would be good if the page didn&#8217;t scroll and just the address bar showed up, but hey its better than scrolling pages and pages isn&#8217;t it.</p>
<div class="wp-caption alignnone" style="width: 510px"><img title="Address Bar" src="http://www.roundedlabs.com/images/tips/iphonetip2.jpg" alt="Address Bar" width="500" height="500" /><p class="wp-caption-text">Address Bar</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.roundedlabs.com/blog/?feed=rss2&amp;p=9</wfw:commentRss>
		</item>
		<item>
		<title>a.k.a. Rounded Labs</title>
		<link>http://www.roundedlabs.com/blog/?p=1</link>
		<comments>http://www.roundedlabs.com/blog/?p=1#comments</comments>
		<pubDate>Tue, 17 Mar 2009 18:51:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Company News]]></category>

		<category><![CDATA[brand]]></category>

		<category><![CDATA[company-name]]></category>

		<guid isPermaLink="false">http://www.roundedlabs.com/blog/?p=1</guid>
		<description><![CDATA[Call it rebranding, strategic re-alignment, corporate restructuring or brand refinement. In anycase we&#8217;ve changed our company name to Rounded Labs as we think it makes us sound a lot cooler  
]]></description>
			<content:encoded><![CDATA[<p>Call it rebranding, strategic re-alignment, corporate restructuring or brand refinement. In anycase we&#8217;ve changed our company name to Rounded Labs as we think it makes us sound a lot cooler <img src='http://www.roundedlabs.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.roundedlabs.com/blog/?feed=rss2&amp;p=1</wfw:commentRss>
		</item>
		<item>
		<title>Happy Birthday Socoto :)</title>
		<link>http://www.roundedlabs.com/blog/?p=3</link>
		<comments>http://www.roundedlabs.com/blog/?p=3#comments</comments>
		<pubDate>Sun, 14 Dec 2008 17:02:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Company News]]></category>

		<category><![CDATA[happy-birthday]]></category>

		<guid isPermaLink="false">http://www.roundedlabs.com/blog/?p=3</guid>
		<description><![CDATA[Its been over a year and we&#8217;ve been so busy we totally forgot its our first birthday, so happy belated birthday Socoto.
Wow what a year it&#8217;s been:

12 new projects
3 new team members
1 office move
5 all nighters
&#8230;.and copious amounts of Tea/coffee &#38; Red Bull

A quick thankyou to all our clients and partners for putting their trust [...]]]></description>
			<content:encoded><![CDATA[<p>Its been over a year and we&#8217;ve been so busy we totally forgot its our first birthday, so happy belated birthday Socoto.</p>
<div class="wp-caption alignnone" style="width: 250px"><a href="http://farm4.static.flickr.com/3344/3197245786_8faf0c319c_m.jpg"><img title="Happy Birthday" src="http://farm4.static.flickr.com/3344/3197245786_8faf0c319c_m.jpg" alt="happy birthday socoto" width="240" height="180" /></a><p class="wp-caption-text">happy birthday socoto</p></div>
<p>Wow what a year it&#8217;s been:</p>
<ul>
<li>12 new projects</li>
<li>3 new team members</li>
<li>1 office move</li>
<li>5 all nighters</li>
<li>&#8230;.and copious amounts of Tea/coffee &amp; Red Bull</li>
</ul>
<p>A quick thankyou to all our clients and partners for putting their trust in us, and to our families for putting up with our hectic hours.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.roundedlabs.com/blog/?feed=rss2&amp;p=3</wfw:commentRss>
		</item>
	</channel>
</rss>
