<?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>tapadoo &#187; Fun</title>
	<atom:link href="http://tapadoo.com/category/fun/feed/" rel="self" type="application/rss+xml" />
	<link>http://tapadoo.com</link>
	<description>Incredible Mobile App Development</description>
	<lastBuildDate>Mon, 23 Apr 2012 14:39:01 +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>Now we&#8217;ve made it</title>
		<link>http://tapadoo.com/2010/now-weve-made-it/</link>
		<comments>http://tapadoo.com/2010/now-weve-made-it/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 10:40:57 +0000</pubDate>
		<dc:creator>dermdaly</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://tapadoo.com/?p=432</guid>
		<description><![CDATA[I&#8217;ll be speaking at the dot conf next week. I&#8217;ve done a number of speaking engagements; Usually about iPhone development, and our experiences of becoming an iPhone developer. Somebody tweeted this to me today What can I say..Immortalised in Lego.&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll be speaking at the dot conf next week.  I&#8217;ve done a number of speaking engagements; Usually about iPhone development, and our experiences of becoming an iPhone developer.</p>
<p>Somebody tweeted this to me today<br />
<object width="494" height="300"><param name="movie" value="http://www.youtube.com/v/Zsni1woHPOI&amp;hl=en_US&amp;fs=1?rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Zsni1woHPOI&amp;hl=en_US&amp;fs=1?rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="494" height="300"></embed></object></p>
<p>What can I say..<strong>Immortalised in Lego.</strong>&#8230; Now we&#8217;ve made it.</p>
<hr />
<p>You&#8217;re reading the tapadoo blog.  Did you know that as well as publishing our own applications, we offer iPhone development services and consultancy?  If you have an idea, project or something you think we can help you with, please get in touch through <a href="http://www.tapadoo.com/contact/">our contact page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tapadoo.com/2010/now-weve-made-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tired of trying to create nice buttons for your iPhone app?  Try this.</title>
		<link>http://tapadoo.com/2010/tired-of-trying-to-create-nice-buttons-for-your-iphone-app-try-this/</link>
		<comments>http://tapadoo.com/2010/tired-of-trying-to-create-nice-buttons-for-your-iphone-app-try-this/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 17:29:19 +0000</pubDate>
		<dc:creator>dermdaly</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphonedev]]></category>

		<guid isPermaLink="false">http://tapadoo.com/?p=419</guid>
		<description><![CDATA[Flat iPhone buttons as offered in Interface builder suck. They don&#8217;t look nice. There&#8217;s the option of using Three20 to get good looking buttons. Its an option, but frankly, it feels a bit like using a sledgehammer to crack a [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Flat iPhone buttons as offered in Interface builder suck</strong>.  They don&#8217;t look nice.</p>
<p>There&#8217;s the option of using Three20 to get good looking buttons.  Its an option, but frankly, it feels a bit like using a sledgehammer to crack a nut.  You end up with a large addition to your code, just for nice buttons.  OK, you could go to the trouble of stripping out what you don&#8217;t need, but that again is more work.</p>
<p>All iPhone developers know about UIGlassButton &#8211; Its an undocumented API for making nice looking buttons, that exists only on the simulator and not on the iPhone itself.  Why couldn&#8217;t we just have that for iPhone OS?  I dunno, but its not there.</p>
<p>At some point in the past, I came across a nice snippet of code that used undocumented techniques for creating a glass button, and then saving the image to disk.  This could then be used as a background to a &#8220;custom button&#8221;, producing the nice glass buttons I&#8217;ve been looking for. I think it was <a href="http://twitter.com/schwa">schwa</a> on twitter; Nice.  Full credit where it&#8217;s due.</p>
<p>So, building upon this, I&#8217;ve thrown together a simple single-screen app for creating the images for glass buttons using that technique.  Basically, it allows you set the RGB values, and the size.  Hitting &#8220;Save&#8221; writes the pngs to the application&#8217;s documents directory.<br />
Now, you&#8217;ll have two png files, which you can use as images in custom buttons.  Hey presto.  Very simple UIGlassButtons.<br />
Here&#8217;s a screen shot:</p>
<div id="attachment_422" class="wp-caption aligncenter" style="width: 424px"><img class="size-full wp-image-422" title="Screen shot 2010-04-29 at 18.31.32" src="http://tapadoo.com/wp-content/uploads/2010/04/Screen-shot-2010-04-29-at-18.31.32.png" alt="Our very simple button maker" width="300" height="563" /><p class="wp-caption-text">Our very simple button maker</p></div>
<p>Full source is <a href="http://github.com/dermdaly/ButtonMaker">available on github</a>.  Comments welcome.</p>
<hr/>
<p>You&#8217;re reading the tapadoo blog.  Did you know that as well as publishing our own applications, we offer iPhone development services and consultancy?  If you have an idea, project or something you think we can help you with, please get in touch through <a href="http://www.tapadoo.com/contact/">our contact page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tapadoo.com/2010/tired-of-trying-to-create-nice-buttons-for-your-iphone-app-try-this/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>An easter project</title>
		<link>http://tapadoo.com/2010/an-easter-project/</link>
		<comments>http://tapadoo.com/2010/an-easter-project/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 12:03:19 +0000</pubDate>
		<dc:creator>dermdaly</dc:creator>
				<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://tapadoo.com/?p=400</guid>
		<description><![CDATA[I&#8217;ve been itching to do this for some time. Work pressures have meant I haven&#8217;t been able to prioritise it. But, its easter, and I&#8217;ve tried to have some time at home with the family. I&#8217;ve often mentioned where it [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been itching to do this for some time.  Work pressures have meant I haven&#8217;t been able to prioritise it.  But, its easter, and I&#8217;ve tried to have some time at home with the family. </p>
<p>I&#8217;ve often mentioned where it all started for me; I wrote my first code on a Sinclair ZX Spectrum, in 1984.  Back then myself and friends used to code up &#8220;adventure&#8221; games written in Basic, and saved onto Cassette Tapes.  We even toyed with Z80 assembler for a while.</p>
<p>Well, many years back, that machine gave up the ghost, but I knew it was not thrown out.  So I asked my parents to have a look around the attic and give me back my beloved speccy.</p>
<p>A few weeks back, may dad arrived with said spectrum in hand.  I was delighted to have it back, as I had this project in mind.</p>
<p>You see, I consider it an 80s design classic.  From the grey rubber keyboard, designed to keep the price low enough to put computers in every home, to the rainbow across the front to signify the fact that it was a colour computer.  (Sinclair&#8217;s earlier offerings, the ZX80 and ZX81 where monochrome affairs).</p>
<p>So&#8230;Here&#8217;s how I&#8217;ve turned my first computer into a &#8220;piece&#8221; which is going to get prominent placement in the tapadoo offices.  I want a constant reminder of why I love writing code.</p>
<p>Firstly, I purchased a standard black frame from Ikea.  This was not deep enough, but I&#8217;m lucky enough to have a brother who is a craft carpenter, running his own <a href="http://shinnay.com">shop fitting company</a>.  I asked John to see what he could do, and he came back with a new, deeper frame build from the original.<br />
<div id="attachment_401" class="wp-caption aligncenter" style="width: 310px"><img src="http://tapadoo.com/wp-content/uploads/2010/04/IMG_0644-300x225.jpg" alt="New deeper frame" title="IMG_0644" width="300" height="225" class="size-medium wp-image-401" /><p class="wp-caption-text">New deeper frame</p></div><br />
From here, I needed a white backing, as the supplied backing was an ugly brown.  I got a piece of mounting board from an art shop in Thomas St.; A steal at €2.99.  I also needed something to hold the computer in place; The best I could find were &#8220;Sticky Dots&#8221;; I was unsure if they could work, but worth a try.<br />
I was good to go<br />
<div id="attachment_402" class="wp-caption aligncenter" style="width: 310px"><img src="http://tapadoo.com/wp-content/uploads/2010/04/IMG_0643-300x225.jpg" alt="All the bits" title="IMG_0643" width="300" height="225" class="size-medium wp-image-402" /><p class="wp-caption-text">All the bits</p></div><br />
Here&#8217;s the steps I carried out</p>
<ol>
<li>I cut the mounting board down to size, using the original backing as a template</li>
<li>Figuring I&#8217;d need a sturdy mounting, I glued the original backing to the white backing using Pritt-Stick and some standard Bostik glue.  I placed my toolbox on top of them to add some pressure.</li>
<li>I placed the sticky dots on the original rubber feet on the computer.  I considered taking off the rubber feet, so I could use plenty of dots around the base of the computer, but I wanted to leave the computer as intact as I could</li>
<div id="attachment_403" class="wp-caption aligncenter" style="width: 160px"><img src="http://tapadoo.com/wp-content/uploads/2010/04/IMG_0652-150x150.jpg" alt="Sticky Dots" title="IMG_0652" width="150" height="150" class="size-thumbnail wp-image-403" /><p class="wp-caption-text">Sticky Dots</p></div>
<li>I meaasured on the mounting board where the computer would be centred.</li>
<div id="attachment_404" class="wp-caption aligncenter" style="width: 160px"><img src="http://tapadoo.com/wp-content/uploads/2010/04/IMG_0653-150x150.jpg" alt="Marked Out" title="IMG_0653" width="150" height="150" class="size-thumbnail wp-image-404" /><p class="wp-caption-text">Marked Out</p></div>
<li>I then stuck the computer onto the mounting board</li>
<li>Next, I didn&#8217;t feel comfortable with the sticky dots, so I decided to add some support under the computer itself.  A couple of screws put through the backing sorted this</li>
<li>I could then put the backing back into the frame, and using some small tacks, hold the back in place</li>
</ol>
<p>Here, is a grainy, finished product<br />
<div id="attachment_405" class="wp-caption aligncenter" style="width: 310px"><img src="http://tapadoo.com/wp-content/uploads/2010/04/IMG_0657-300x225.jpg" alt="Finished product" title="IMG_0657" width="300" height="225" class="size-medium wp-image-405" /><p class="wp-caption-text">Finished product</p></div></p>
<p>The only thing I&#8217;d add at this point, is I would like to add some lighting within the frame.  I&#8217;m open to suggestions; If anyone has ideas, please leave me a comment!</p>
<hr/>
<p>You&#8217;re reading the tapadoo blog.  Did you know that as well as publishing our own applications, we offer iPhone development services and consultancy?  If you have an idea, project or something you think we can help you with, please get in touch through <a href="http://www.tapadoo.com/contact/">our contact page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tapadoo.com/2010/an-easter-project/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

