<?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>Attachment Computing &#187; miket</title>
	<atom:link href="http://www.attachmentcomputing.com/author/miket/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.attachmentcomputing.com</link>
	<description>If you don&#039;t game with us, please, game somewhere</description>
	<lastBuildDate>Thu, 01 Apr 2010 13:09:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom:link rel='hub' href='http://www.attachmentcomputing.com/?pushpress=hub'/>
		<item>
		<title>iKid covered on Wired&#8217;s GeekDad</title>
		<link>http://www.attachmentcomputing.com/2010/04/ikid-covered-on-wireds-geekdad/</link>
		<comments>http://www.attachmentcomputing.com/2010/04/ikid-covered-on-wireds-geekdad/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 13:08:24 +0000</pubDate>
		<dc:creator>miket</dc:creator>
				<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://www.attachmentcomputing.com/?p=188</guid>
		<description><![CDATA[Go read it! Learn more on our product page!
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wired.com/geekdad/2010/04/are-you-a-real-geekdad-get-an-ikid/">Go read it!</a> Learn more on our <a href="/apps/ikid/">product page</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attachmentcomputing.com/2010/04/ikid-covered-on-wireds-geekdad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We need your burps!</title>
		<link>http://www.attachmentcomputing.com/2010/03/we-need-your-burps/</link>
		<comments>http://www.attachmentcomputing.com/2010/03/we-need-your-burps/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 15:46:47 +0000</pubDate>
		<dc:creator>miket</dc:creator>
				<category><![CDATA[Doodle Burp]]></category>

		<guid isPermaLink="false">http://www.attachmentcomputing.com/?p=150</guid>
		<description><![CDATA[Doodle Burp is available now on the App Store now, and we need your burps! That&#8217;s right, the next Doodle Burp update will include new and exciting burps, and one of them might be yours! Record your best burp in WAV or MP3 format (please try to keep the background noise down), and email it [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://itunes.apple.com/us/app/doodle-burp/id362000848?mt=8&#038;uo=6">Doodle Burp</a> is available now on the App Store now, and we need your burps! That&#8217;s right, the next Doodle Burp update will include new and exciting burps, and one of them might be yours! Record your best burp in WAV or MP3 format (please try to keep the background noise down), and email it to <a href="mailto:burps@attachmentcomputing.com">burps@attachmentcomputing.com</a>. Include the name you&#8217;d like us to use when we thank you in the credits. We won&#8217;t be able to accept every burp, and submitted burp recordings become our property.</p>
<p>Your burps can make a difference. Send them in today!</p>
<p style="text-align: center;"><a href="http://itunes.apple.com/us/app/doodle-burp/id362000848?mt=8&#038;uo=6"><img class="alignnone size-full wp-image-28" title="Available on the iPhone App Store" src="/wp-content/uploads/2009/11/app-store-badge-transparent.png" alt="Available on the iPhone App Store" width="219" height="72" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.attachmentcomputing.com/2010/03/we-need-your-burps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Teragati&#8217;s main loop</title>
		<link>http://www.attachmentcomputing.com/2010/03/teragatis-main-loop/</link>
		<comments>http://www.attachmentcomputing.com/2010/03/teragatis-main-loop/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 19:41:23 +0000</pubDate>
		<dc:creator>miket</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.attachmentcomputing.com/?p=119</guid>
		<description><![CDATA[Welcome to the first &#8220;Geek&#8221; category post. We launched our first game, Teragati, on February 16, 2010, and in the weeks since then we&#8217;ve been spending more time on marketing. Time to take a break and talk a little about engineering!
Teragati is based on cocos2d for iPhone, which is a popular open-source iPhone/iPod Touch game [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to the first &#8220;Geek&#8221; category post. We launched our first game, <a href="http://bit.ly/a5h4BL">Teragati</a>, on February 16, 2010, and in the weeks since then we&#8217;ve been spending more time on marketing. Time to take a break and talk a little about engineering!</p>
<p>Teragati is based on <a href="http://www.cocos2d-iphone.org/">cocos2d for iPhone</a>, which is a popular open-source iPhone/iPod Touch game library. We used version 0.90 but backported a few improvements from later versions as they became available. Teragati also uses the physics library <a href="http://www.box2d.org/">Box2D</a>, which is helpfully integrated with current versions of cocos2d. There are a few great tutorials on the web to help with initial cocos2d-Box2D integration, but because cocos2d has been moving so fast, they&#8217;re typically out of date by the time you need them. I also ran into a few issues throughout game development that others will probably hit, too. To help other developers looking to get started, here&#8217;s our main loop. We&#8217;ve removed a few parts that don&#8217;t serve any educational purpose.</p>
<pre>
<pre class="brush: cpp;">-(void) tick:(ccTime)dt {
  Player *player = (Player *)[self getChildByTag:kPlayerTag];
  if (player != nil &amp;&amp; player.isDead) {
    // flash the screen
    // start game-over countdown
  }
  if (gameStats.gameOver) {
    [[SoundPlayer get] stopAllLoopingSounds];
    [[CCDirector sharedDirector] replaceScene:[TitleLayer scene]];
    return;
  }

  // This needs to happen before we convert body
  // coordinates because otherwise we'll possibly
  // create a body and display its sprite before the
  // sprite coordinates have been assigned at least
  // once. In most cases this would cause the sprite
  // to flicker for one frame down in the lower-left corner.
  [gameStats tick:dt];
  if (!gameStats.gameNearOver &amp;&amp; !gameStats.gameOver) {
    [self handleLevelLogic:dt];
    [currentLevelLogic tick:dt];
  }

  // http://gafferongames.com/game-physics/fix-your-timestep/
  const int32 velocityIterations = 8;
  const int32 positionIterations = 1;
  world-&gt;Step(dt, velocityIterations, positionIterations);
  world-&gt;ClearForces();

  // Iterate over the bodies in the physics world
  b2Body *bodiesToDelete[128];
  int b2d = 0;
  for (b2Body* b = world-&gt;GetBodyList(); b != NULL;
         b = b-&gt;GetNext()) {
    if (b-&gt;GetUserData() != NULL) {
      Actor *actor = static_cast&lt;Actor *&gt;(b-&gt;GetUserData());
      if (actor.isHibernating) {
        continue;
      }

      if (actor.isDead) {
        if (actor.isRecyclable) {
          [actorFactory returnActor:actor];
        } else {
          bodiesToDelete[b2d++] = b;
          [actor cleanUp];
        }
        continue;
      }

      [actor tick:dt];
    }
  }
  for (int i = 0; i &lt; b2d; ++i) {
     world-&gt;DestroyBody(bodiesToDelete[i]);
  }

  // One of our local variables might have been invalidated,
  // so we get it again.
  player = (Player *)[self getChildByTag:kPlayerTag];

  if (player != nil) {
    evCamera.targetPosition = b2Vec2(player.body-&gt;GetPosition());
  }
  [evCamera tick:dt];
  starLayer.cameraPosition = evCamera.globalPosition;

  // Now we loop again. See comments above about flicker
  // in lower-left corner.
  for (b2Body* b = world-&gt;GetBodyList(); b != NULL;
         b = b-&gt;GetNext()) {
    if (b-&gt;GetUserData() != NULL) {
      Actor *actor = static_cast&lt;Actor *&gt;(b-&gt;GetUserData());
      if (actor.isHibernating) {
        continue;
      }
      [actor updateTransform:evCamera];
    }
  }
}</pre>
</pre>
<p>You&#8217;ll recognize some of this from the cocos2d-Box2D template that comes with cocos2d. A few quick points to get out of the way:</p>
<ul>
<li>We didn&#8217;t have to keep a reference to the Player object around at all times; that&#8217;s why we start out the loop by grabbing it from the root node (which in this case happens to be ourselves). We certainly could have kept the reference as a member variable, but midway through development a light went off in my head that the cocos2d tagging feature gave us the freedom to kill CCNodes without needing to worry about who still had dangling references to them. Instead, consumers ask for the reference each time, and properly handle the case where it&#8217;s gone.</li>
<li>I never experimented with changing the Box2D iteration values. There was never a need to decrease them (presumably to increase speed) or increase them (presumably to improve simulation accuracy).</li>
<li>The &#8220;world->ClearForces();&#8221; change is necessary for newer versions of Box2D. Otherwise your forces accumulate, and the first time you update your Box2D version, your objects quickly accelerate off the screen.</li>
<li>I&#8217;m not sure whether it&#8217;s strictly necessary to avoid destroying Box2D bodies while looping through them, but in order to keep the doubly-linked list working properly, I&#8217;d have had to make the code awkward. So we accumulate the bodies that are done and then delete them in a batch afterward.</li>
</ul>
<p>The &#8220;isRecyclable&#8221; concept at line 43 refers to certain kinds of Actors (which bind CCSprites, Box2D bodies, and character logic together) that can be reused. A perfect example is the big rock, which appears at the top of the screen, floats to the bottom, and is never seen again &#8212; try killing a missile head-on so your ship bounces backward and you&#8217;ll note a big space void behind you. Rather than constantly allocing and releasing the BigRock Actors, we hide them offscreen in an ActorFactory and then recycle them when needed at the top of the screen. Most Actors are recyclable. Exceptions are transient objects such as the blooms of particles that appear when the ship runs over a powerup.</p>
<p>As a side note, I suspect that Objective C &#8220;protocols&#8221; are a better language-specific way for interfaces to express that they can or can&#8217;t do certain things. I&#8217;ve been meaning to look into what a protocol is. Maybe next project.</p>
<p>The main thing I wanted to share about this loop was the ordering of certain major operations:</p>
<ol>
<li>Create new objects.</li>
<li>Let each object run its individual logic.</li>
<li>Map Box2D positions to screen positions.</li>
</ol>
<p>During early development, I frequently rearranged loop logic to suit syntactic needs (e.g., variable declaration). I occasionally had problems where an object would come into existence and blink for a moment at an arbitrary spot on the screen. What was happening was the object was created and displayed without getting a chance to get its own bearings at least once. This was a real problem when one Actor created other Actors as needed (e.g., a collision or a timer). So the object-creating code got extensively refactored into LevelLogic classes (which are in charge of creating rocks, powerups, and missiles), and they always run first in the main loop. Then individual Actors get their slice of time, possibly flagging that other objects should be created on the next loop iteration. Finally, after everyone is in place, we use the camera to map Box2D world positions to screen coordinates.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attachmentcomputing.com/2010/03/teragatis-main-loop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We&#8217;re sending our best Teragati player to see Tron Legacy!</title>
		<link>http://www.attachmentcomputing.com/2010/03/were-sending-our-best-teragati-player-to-see-tron-legacy/</link>
		<comments>http://www.attachmentcomputing.com/2010/03/were-sending-our-best-teragati-player-to-see-tron-legacy/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 19:05:19 +0000</pubDate>
		<dc:creator>miket</dc:creator>
				<category><![CDATA[Teragati]]></category>

		<guid isPermaLink="false">http://www.attachmentcomputing.com/?p=113</guid>
		<description><![CDATA[Just added to the App Store description:
SPECIAL! We love retro video games from the 1980s (can&#8217;t you tell from Teragati?), so we had to celebrate the upcoming sequel to our favorite 1982 light-cycle movie (and game) Tron. If you have the highest verified Teragati score on OpenFeint by noon Pacific time on July 15, 2010, [...]]]></description>
			<content:encoded><![CDATA[<p>Just added to the <a href="http://itunes.apple.com/us/app/teragati/id355132533?mt=8">App Store description</a>:</p>
<blockquote><p>SPECIAL! We love retro video games from the 1980s (can&#8217;t you tell from Teragati?), so we had to celebrate the upcoming sequel to our favorite 1982 light-cycle movie (and game) Tron. If you have the highest verified Teragati score on OpenFeint by noon Pacific time on July 15, 2010, we&#8217;ll buy Tron Legacy 3D movie tickets for you and a friend! Write us at our support email address below for full details. Void where prohibited, etc. Good luck!</p></blockquote>
<p>So here&#8217;s the deal:</p>
<ul>
<li>Play <a href="http://bit.ly/9c39Io">Teragati</a>. Get good at it. Make sure you&#8217;re using OpenFeint and that your scores are appearing on the Highest Score Leaderboard.</li>
<li>On July 15, 2010, at noon Pacific time, we&#8217;ll note the OpenFeint account that has the highest verified Teragati score. We&#8217;ll be using our top-secret algorithms to eliminate faked scores.</li>
<li>We&#8217;ll arrange an OpenFeint IM with that account, where we&#8217;ll get contact information. We&#8217;ll then send that account $40 USD, which we are pretty sure should cover two tickets to go see <a href="http://www.imdb.com/title/tt1104001/">Tron Legacy 3D</a> anywhere in the world. Note that the movie is scheduled to open in December 2010 (<a href="http://trailers.apple.com/trailers/disney/tronlegacy/">see the trailer now</a>! It rocks!). The winner doesn&#8217;t have to spend the money on the movie, but we&#8217;ll be <em>very, very disappointed</em> otherwise.</li>
<li>Legalese: Attachment Computing LLC (&#8220;AC&#8221;) makes the final decision who wins. AC&#8217;s decision is final. Total amount awarded is $40. Ties or multiple winners split the $40 evenly. AC has no affiliation with Tron Legacy or its makers; we&#8217;re just big fans of the movie and have a feeling that Teragati players are, too. In the event that AC can&#8217;t determine a winner, AC will pick one at random from the OpenFeint high-score leaderboard. All winners must be age 18 or older. Winners are responsible for all taxes, fees, popcorn, parking, and gas. AC reserves the right to cancel this contest at any time. Void where prohibited. Employees of AC aren&#8217;t eligible, and they&#8217;ll all be going to see the movie anyway.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attachmentcomputing.com/2010/03/were-sending-our-best-teragati-player-to-see-tron-legacy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wired.com is hooked on Teragati!</title>
		<link>http://www.attachmentcomputing.com/2010/03/wired-com-is-hooked-on-teragati/</link>
		<comments>http://www.attachmentcomputing.com/2010/03/wired-com-is-hooked-on-teragati/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 13:37:04 +0000</pubDate>
		<dc:creator>miket</dc:creator>
				<category><![CDATA[Teragati]]></category>

		<guid isPermaLink="false">http://www.attachmentcomputing.com/?p=101</guid>
		<description><![CDATA[Great news &#8212; Wired.com can&#8217;t stop playing Teragati!  Thanks, GeekDad Jonathan Liu, for the amazing review!

]]></description>
			<content:encoded><![CDATA[<p>Great news &#8212; <a href="http://www.wired.com/geekdad/2010/03/weave-your-way-to-glory-teragati-for-the-iphone/">Wired.com can&#8217;t stop playing Teragati</a>!  Thanks, GeekDad Jonathan Liu, for the amazing review!</p>
<p><a href="http://www.attachmentcomputing.com/wp-content/uploads/2010/03/wired-teragati-ss-n.jpg"><img src="http://www.attachmentcomputing.com/wp-content/uploads/2010/03/wired-teragati-ss-n.jpg" alt="Wired Teragati Review" title="Wired Teragati Review" width="602" height="535" class="aligncenter size-full wp-image-108" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.attachmentcomputing.com/2010/03/wired-com-is-hooked-on-teragati/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Teragati 1.2 is live!</title>
		<link>http://www.attachmentcomputing.com/2010/03/1-2-is-live/</link>
		<comments>http://www.attachmentcomputing.com/2010/03/1-2-is-live/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 03:06:01 +0000</pubDate>
		<dc:creator>miket</dc:creator>
				<category><![CDATA[Teragati]]></category>

		<guid isPermaLink="false">http://www.attachmentcomputing.com/?p=97</guid>
		<description><![CDATA[Teragati 1.2 went live in the App Store a few hours ago, and we&#8217;re pretty excited about it! We added one new enemy, the electrodes, and to compensate for the pain we&#8217;ve caused, the crystal magnet powerup (using patent-pending superconducting technology) makes a rare appearance.
Other stuff: a level indicator, a shield indicator, a slightly easier [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://bit.ly/a5h4BL">Teragati</a> 1.2 went live in the App Store a few hours ago, and we&#8217;re pretty excited about it! We added one new enemy, the electrodes, and to compensate for the pain we&#8217;ve caused, the crystal magnet powerup (using patent-pending superconducting technology) makes a rare appearance.</p>
<p>Other stuff: a level indicator, a shield indicator, a slightly easier Level 2 (which our stats showed is where most games ended), a switch-player button for shared devices, a new Highest Level leaderboard. There are a few more things inserted into 1.2, but we&#8217;ll leave those up to you to discover.</p>
<p>One hint about the electrodes: although they can&#8217;t be killed, and although shields do nothing against them, it might be worth your while to experiment a bit with them. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attachmentcomputing.com/2010/03/1-2-is-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving to OpenFeint for 1.1.1</title>
		<link>http://www.attachmentcomputing.com/2010/02/moving-to-openfeint-for-1-1-1/</link>
		<comments>http://www.attachmentcomputing.com/2010/02/moving-to-openfeint-for-1-1-1/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 18:55:04 +0000</pubDate>
		<dc:creator>miket</dc:creator>
				<category><![CDATA[Teragati]]></category>

		<guid isPermaLink="false">http://www.attachmentcomputing.com/blog/?p=85</guid>
		<description><![CDATA[1.1.1 is in review at the App Store. The biggest change is that we&#8217;re moving from our own high score server to OpenFeint. Although it was certainly fun developing our own server, OpenFeint offers many social features that were going to be hard to deliver on our own.
When you upgrade Teragati to 1.1.1, the first [...]]]></description>
			<content:encoded><![CDATA[<p>1.1.1 is in review at the App Store. The biggest change is that we&#8217;re moving from our own high score server to <a href="http://openfeint.com/">OpenFeint</a>. Although it was certainly fun developing our own server, OpenFeint offers many social features that were going to be hard to deliver on our own.</p>
<p>When you upgrade <a href="http://bit.ly/a5h4BL">Teragati</a> to 1.1.1, the first time you log in to OpenFeint, your top score will be migrated. So don&#8217;t worry &#8212; you won&#8217;t lose that achievement!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attachmentcomputing.com/2010/02/moving-to-openfeint-for-1-1-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Teragati Promo Video on YouTube</title>
		<link>http://www.attachmentcomputing.com/2010/02/teragati-promo-video-on-youtube/</link>
		<comments>http://www.attachmentcomputing.com/2010/02/teragati-promo-video-on-youtube/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 21:04:00 +0000</pubDate>
		<dc:creator>miket</dc:creator>
				<category><![CDATA[Teragati]]></category>

		<guid isPermaLink="false">http://www.attachmentcomputing.com/blog/?p=75</guid>
		<description><![CDATA[I finally figured out how to make a promotional video. Here it is:

I wish YouTube handled portrait-orientation videos better. Watch it full-screen to minimize the shrinkage.
]]></description>
			<content:encoded><![CDATA[<p>I finally figured out how to make a promotional video. Here it is:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/C3RZY1RENRY&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/C3RZY1RENRY&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>I wish YouTube handled portrait-orientation videos better. Watch it full-screen to minimize the shrinkage.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attachmentcomputing.com/2010/02/teragati-promo-video-on-youtube/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Teragati friend codes</title>
		<link>http://www.attachmentcomputing.com/2010/02/teragati-friend-codes/</link>
		<comments>http://www.attachmentcomputing.com/2010/02/teragati-friend-codes/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 20:32:11 +0000</pubDate>
		<dc:creator>miket</dc:creator>
				<category><![CDATA[Teragati]]></category>

		<guid isPermaLink="false">http://www.attachmentcomputing.com/blog/?p=70</guid>
		<description><![CDATA[We&#8217;re trying a fun idea to help promote the game. Upgrade to Teragati 1.1 (to be available shortly in the App Store), find another friend with the game, and enter that person&#8217;s friend code in your game. Something special will happen!

(By the time you read this, that code will have expired, so don&#8217;t bother entering [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re trying a fun idea to help promote the game. Upgrade to <a href="http://bit.ly/a5h4BL">Teragati</a> 1.1 (to be available shortly in the App Store), find another friend with the game, and enter that person&#8217;s friend code in your game. Something special will happen!</p>
<p><a href="./wp-content/uploads/2010/02/friend_code_thumbnail.jpg"><img src="./wp-content/uploads/2010/02/friend_code_thumbnail.jpg" alt="Teragati Friend Code" title="Teragati Friend Code" width="480" height="360" class="aligncenter size-full wp-image-72" /></a></p>
<p>(By the time you read this, that code will have expired, so don&#8217;t bother entering it!)</p>
<p><strong>Update 31 March 2010</strong>: We&#8217;re removing this feature with the 1.3 update. It wasn&#8217;t that popular, and it generated more support questions than any other feature.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attachmentcomputing.com/2010/02/teragati-friend-codes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Green Thumb</title>
		<link>http://www.attachmentcomputing.com/2010/02/green-thumb/</link>
		<comments>http://www.attachmentcomputing.com/2010/02/green-thumb/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 19:42:22 +0000</pubDate>
		<dc:creator>miket</dc:creator>
				<category><![CDATA[Company]]></category>

		<guid isPermaLink="false">http://www.attachmentcomputing.com/blog/?p=67</guid>
		<description><![CDATA[A fun iPhone game from some friends. Check it out!

]]></description>
			<content:encoded><![CDATA[<p>A fun iPhone game from some friends. <a href="http://click.linksynergy.com/fs-bin/stat?id=0c/vXGd3YDw&#038;offerid=146261&#038;type=3&#038;subid=0&#038;tmpid=1826&#038;RD_PARM1=http%253A%252F%252Fitunes.apple.com%252Fus%252Fapp%252Fgreen-thumb-for-iphone%252Fid318774589%253Fmt%253D8%2526uo%253D6%2526partnerId%253D30">Check it out</a>!</p>
<p><a href="http://click.linksynergy.com/fs-bin/stat?id=0c/vXGd3YDw&#038;offerid=146261&#038;type=3&#038;subid=0&#038;tmpid=1826&#038;RD_PARM1=http%253A%252F%252Fitunes.apple.com%252Fus%252Fapp%252Fgreen-thumb-for-iphone%252Fid318774589%253Fmt%253D8%2526uo%253D6%2526partnerId%253D30" target="itunes_store"><img height="15" width="61" alt="Green Thumb for iPhone" src="http://ax.phobos.apple.com.edgesuite.net/images/badgeitunes61x15lite.gif" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.attachmentcomputing.com/2010/02/green-thumb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Teragati High Scores</title>
		<link>http://www.attachmentcomputing.com/2010/02/teragati-high-scores/</link>
		<comments>http://www.attachmentcomputing.com/2010/02/teragati-high-scores/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 03:49:22 +0000</pubDate>
		<dc:creator>miket</dc:creator>
				<category><![CDATA[Teragati]]></category>

		<guid isPermaLink="false">http://www.attachmentcomputing.com/blog/?p=62</guid>
		<description><![CDATA[While we&#8217;re waiting for the 1.1 release to hit the App Store, we whipped up a quick high score server to see how your Teragati scores compare to the competition. Have fun!
(Update: we&#8217;ve migrated to OpenFeint, so we&#8217;ve removed the link in this post.)
]]></description>
			<content:encoded><![CDATA[<p>While we&#8217;re waiting for the 1.1 release to hit the App Store, we whipped up a quick high score server to see how your <a href="http://bit.ly/a5h4BL">Teragati</a> scores compare to the competition. Have fun!</p>
<p>(Update: we&#8217;ve migrated to OpenFeint, so we&#8217;ve removed the link in this post.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attachmentcomputing.com/2010/02/teragati-high-scores/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iLetDown mentioned on SheKnows</title>
		<link>http://www.attachmentcomputing.com/2010/02/iletdown-mentioned-on-sheknows/</link>
		<comments>http://www.attachmentcomputing.com/2010/02/iletdown-mentioned-on-sheknows/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 17:09:17 +0000</pubDate>
		<dc:creator>miket</dc:creator>
				<category><![CDATA[iLetDown]]></category>

		<guid isPermaLink="false">http://www.attachmentcomputing.com/?p=49</guid>
		<description><![CDATA[iLetDown has been mentioned on the Pregnancy and Baby section of SheKnows! Thanks, Nancy, for the great coverage!

]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.attachmentcomputing.com/products/iletdown/">iLetDown</a> has been mentioned on the Pregnancy and Baby section of <a href="http://pregnancyandbaby.sheknows.com/blog/breastfeeding/new-iphone-app-for-breastfeeding-mamas/">SheKnows</a>! Thanks, Nancy, for the great coverage!</p>
<p><a href="http://click.linksynergy.com/fs-bin/stat?id=0c/vXGd3YDw&#038;offerid=146261&#038;type=3&#038;subid=0&#038;tmpid=1826&#038;RD_PARM1=http%253A%252F%252Fitunes.apple.com%252Fus%252Fapp%252Filetdown%252Fid320100355%253Fmt%253D8%2526uo%253D6%2526partnerId%253D30" target="itunes_store"><img height="15" width="61" alt="iLetDown" src="http://ax.phobos.apple.com.edgesuite.net/images/badgeitunes61x15lite.gif" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.attachmentcomputing.com/2010/02/iletdown-mentioned-on-sheknows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Teragati is for sale at the App Store</title>
		<link>http://www.attachmentcomputing.com/2010/02/teragati-is-for-sale-at-the-app-store/</link>
		<comments>http://www.attachmentcomputing.com/2010/02/teragati-is-for-sale-at-the-app-store/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 18:48:05 +0000</pubDate>
		<dc:creator>miket</dc:creator>
				<category><![CDATA[Teragati]]></category>

		<guid isPermaLink="false">http://www.attachmentcomputing.com/?p=45</guid>
		<description><![CDATA[We got approved last night:

Go buy Teragati now!
]]></description>
			<content:encoded><![CDATA[<p>We got approved last night:</p>
<p><img src="./wp-content/uploads/2010/02/photo-3.jpg" alt="Your application is Ready for Sale" title="Your application is Ready for Sale" width="320" height="480" class="alignnone size-full wp-image-46" /></p>
<p>Go <a href="http://bit.ly/a5h4BL">buy Teragati now</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attachmentcomputing.com/2010/02/teragati-is-for-sale-at-the-app-store/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Welcome!</title>
		<link>http://www.attachmentcomputing.com/2009/11/welcome/</link>
		<comments>http://www.attachmentcomputing.com/2009/11/welcome/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 18:00:46 +0000</pubDate>
		<dc:creator>miket</dc:creator>
				<category><![CDATA[Company]]></category>

		<guid isPermaLink="false">http://www.sowbug.com/wordpress/?p=32</guid>
		<description><![CDATA[Follow Attachment Computing (@atcomp) on Twitter: http://twitter.com/atcomp
Like Teragati? Become a fan of Teragati on Facebook!
]]></description>
			<content:encoded><![CDATA[<p>Follow Attachment Computing (@atcomp) on Twitter: <a href="http://twitter.com/atcomp">http://twitter.com/atcomp</a></p>
<p>Like <a href="http://bit.ly/a5h4BL">Teragati</a>? Become a fan of <a href="http://www.facebook.com/pages/Teragati/336745688501">Teragati on Facebook</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attachmentcomputing.com/2009/11/welcome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
