<?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>Red Robot Studios &#187; ipad</title>
	<atom:link href="http://www.redrobotstudios.com/blog/tag/ipad/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redrobotstudios.com/blog</link>
	<description>Web development company specialising in Django and mobile development for clients around the world</description>
	<lastBuildDate>Fri, 30 Dec 2011 12:51:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Glowing and soft shadowed text on iPhone</title>
		<link>http://www.redrobotstudios.com/blog/2010/04/29/create-glow-soft-shadow-text-on-iphone/</link>
		<comments>http://www.redrobotstudios.com/blog/2010/04/29/create-glow-soft-shadow-text-on-iphone/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 08:28:03 +0000</pubDate>
		<dc:creator>Andrew Gleave</dc:creator>
				<category><![CDATA[cocoa]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipad]]></category>

		<guid isPermaLink="false">http://www.redrobotstudios.com/blog/?p=171</guid>
		<description><![CDATA[iPhone OS&#8217;s UILabel provides basic shadowing properties which can be used to create inset text effects and basic text shadows. However, the shadow has no blur and gives a sharp edge which is not particularly useful if you&#8217;re looking for a soft or subtle shadow.
Recently I needed to create a &#8220;glowing&#8221; text effect – essentially [...]]]></description>
			<content:encoded><![CDATA[<p>iPhone OS&#8217;s UILabel provides basic shadowing properties which can be used to create inset text effects and basic text shadows. However, the shadow has no blur and gives a sharp edge which is not particularly useful if you&#8217;re looking for a soft or subtle shadow.</p>
<p>Recently I needed to create a &#8220;glowing&#8221; text effect – essentially a soft shadow without the offset – so I wrote a simple UILabel subclass which let me specify an offset, colour and blur amount.</p>
<p><a style="text-decoration: none;" href="http://www.redrobotstudios.com/blog/wp-content/uploads/2010/04/glow1.png"><img class="aligncenter size-full wp-image-175" title="glow" src="http://www.redrobotstudios.com/blog/wp-content/uploads/2010/04/glow1.png" alt="" width="325" height="482" /></a></p>
<p>The screenshot shows a how the class can be used to create a glow effect but it&#8217;s equally easy to create soft shadows for your text.</p>
<p>You can find the <a href="http://github.com/andrewgleave/TextGlowDemo">source here</a> on GitHub.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.redrobotstudios.com/blog/2010/04/29/create-glow-soft-shadow-text-on-iphone/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Simple iPhone &amp; iPad Video Streaming with Streamory</title>
		<link>http://www.redrobotstudios.com/blog/2010/04/20/simple-iphone-ipad-video-streaming/</link>
		<comments>http://www.redrobotstudios.com/blog/2010/04/20/simple-iphone-ipad-video-streaming/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 14:33:22 +0000</pubDate>
		<dc:creator>Andrew Gleave</dc:creator>
				<category><![CDATA[Company]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[streamory]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[streaming]]></category>

		<guid isPermaLink="false">http://www.redrobotstudios.com/blog/?p=154</guid>
		<description><![CDATA[For the last couple of months we’ve been working on technology to enable anyone to stream live and pre-recorded video to iPhone, iPad and iPod Touch devices.
Today, we’re pleased to announce Streamory, our in-alpha service which lets users easily stream their own video and audio to the iPhone with only a couple of clicks. Streamory [...]]]></description>
			<content:encoded><![CDATA[<p>For the last couple of months we’ve been working on technology to enable anyone to stream live and pre-recorded video to iPhone, iPad and iPod Touch devices.</p>
<p>Today, we’re pleased to announce <a href="http://www.streamory.com/">Streamory</a>, our in-alpha service which lets users easily stream their own video and audio to the iPhone with only a couple of clicks. Streamory takes the hard work of configuring and setting up a streaming infrastructure, and instead lets you simply upload a video or input stream and, with a single click, publish a stream for use in your site or iPhone / iPad app.</p>
<p style="text-align: center;"><a href="http://www.streamory.com/"><img class="size-full wp-image-165 aligncenter" title="Streamory – Simple iPhone Streaming Service" src="http://www.redrobotstudios.com/blog/wp-content/uploads/2010/04/logo1.png" alt="Simple iPhone and iPad media streaming service" width="313" height="76" /></a></p>
<p>You can check our simple web-based demo iPhone app on the <a href="http://www.streamory.com/">Streamory site</a> – make sure you’re using an iPhone or iPad for best experience, though! The demo app demonstrates some different types of output Streamory can generate, as well as adaptive bandwidth streams which give you higher or lower quality content automatically as available bandwidth changes.</p>
<p>We’ve already got some great ideas to make it easy for users to create iPhone-ready video streams without the fuss, but we’d love to hear what you think so <a href="mailto:info@streamory.com">get in touch</a> and let us know! :)</p>
<p>We’re not ready for beta testers yet, but if you’d be interested in participating, drop us a line and we’ll get back to you when we’re ready.</p>
<p><em>Andrew Gleave is the lead developer of <a href="http://www.redrobotstudios.com/mobile-development/">iPhone and mobile apps</a> at Red Robot Studios. Considering developing a mobile app? <a href="http://www.redrobotstudios.com/contact/">Contact Red Robot Studios</a> to see how we can help.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.redrobotstudios.com/blog/2010/04/20/simple-iphone-ipad-video-streaming/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

