<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Photon Storm</title>
	
	<link>http://www.photonstorm.com</link>
	<description>AS3 and Indie Game Development</description>
	<lastBuildDate>Tue, 07 Sep 2010 14:35:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/PhotonStorm" /><feedburner:info uri="photonstorm" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>The Essential Guide to Flash Games: Book Review</title>
		<link>http://feedproxy.google.com/~r/PhotonStorm/~3/1vlVHVVy8vE/the-essential-guide-to-flash-games-book-review</link>
		<comments>http://www.photonstorm.com/archives/963/the-essential-guide-to-flash-games-book-review#comments</comments>
		<pubDate>Mon, 06 Sep 2010 22:28:34 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[ActionScript3]]></category>
		<category><![CDATA[Geek Shopping]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[8-bit rocket]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[game dev]]></category>
		<category><![CDATA[game development]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.photonstorm.com/?p=963</guid>
		<description><![CDATA[Update: For a 25% off Discount code read to the end! For the sake of transparency I just want to state: Friends of Ed offered me a free copy of this book for the purpose of reviewing it. However I declined as I had already pre-ordered my copy from Amazon, as I&#8217;m a great fan [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.8bitrocket.com/books/the-essential-guide-to-flash-games/"><img class="alignleft size-full wp-image-815" style="margin: 0px 20px 20px 0px;" title="The Essential Guide to Flash Games" src="http://www.photonstorm.com/wp-content/uploads/2010/03/FlashGamesinAS3.jpg" alt="" width="414" height="547" /></a><strong>Update: For a 25% off Discount code read to the end!</strong></p>
<p>For the sake of transparency I just want to state: Friends of Ed offered me a free copy of this book for the purpose of reviewing it. However I declined as I had already pre-ordered my copy from Amazon, as I&#8217;m a great fan and friends with the authors Jeff and Steve Fulton. That doesn&#8217;t mean I&#8217;m going to treat this book with kid gloves or sugar coat my review however.</p>
<h2>Dissecting a mammoth</h2>
<p>Jeff and Steve Fulton, the pair responsible for the ever popular <a href="http://www.8bitrocket.com" target="_blank">8-bit Rocket</a> web site, home to many tutorials on Flash game development, decided to combine their collective knowledge into one single tome. And this is the end result.</p>
<p>The book is split over 12 chapters which make up the majority of its 630+ pages. The chapters are split into two parts: <em>Basic Game Framework</em> and <em>Building Games</em>. It kicks off by going through their &#8220;Second Game Theory&#8221; which basically says your first game will always be utter tripe, and things only really start getting interesting from your second game and onwards (or if you are like me, your 10th game onwards). But it does cover some basic concepts such as proper object-orientated coding, but always in a game context. That is what I like most about this book, every snippet of information relates to making games, not some random computer science terminology you&#8217;ll never care about or commit to memory.</p>
<p>It then dives head first into building a game framework, including a solid and re-usable state machine, game timer and event model. By page 15 you have finished coding your first game, and while it&#8217;s a simple click counter it all runs from a well defined framework that is re-used and expanded upon throughout the rest of the book.</p>
<p>The second game is &#8220;Balloon Saw&#8221; in which you control a spinning blade with the mouse, and must take out as many floating balloons as possible. Again it&#8217;s simple, but it introduced more important new concepts: level progression, player controls, collision detection and scoring. By page 30 it&#8217;s all over, the lessons are learnt, you&#8217;ve another game under your belt and they waste no time in jumping into the 3rd game: Pixel Shooter.</p>
<p>Once Pixel Shooter is over you&#8217;ve got a complete space invaders style game finished, and more importantly they don&#8217;t dwell on every aspect of it &#8211; but only those aspects that differ from the previous game. I&#8217;m a big fan of learning through iterations, and that is certainly how this book approaches things.</p>
<p>Once you hit Chapter 2 it&#8217;s all about strengthening the framework you&#8217;ve already put in place. They add lots of powerful new features such as Custom Events handlers, a Basic Screen handler, Buttons and a Score Board (which is more the in-game UI for scores, not a Mochi Leaderboard type affair). Several pages are dedicated to the package structure, creating the game stub (which is done via FlashDevelop) and just setting your project up in a nice and clean way. Again I&#8217;m a big fan of this approach, and I have my own &#8220;template&#8221; project structure that I roll-out for all new games I write which matches theirs very closely. You don&#8217;t have to follow their structure to the letter (although it would be useful if following all of their game builds in the book), but by all means take from it the parts you find most useful, and settle on what works best for you. But the final message is the same: don&#8217;t be messy.</p>
<p>By page 100 the framework is in place. This is quite a hard-going chapter, and while vital for the rest of the book I can see a lot of developers getting that glazed look in their eye as they pour through page after page of class set-up and variable declarations. As important as it is I can&#8217;t help but feel that it may have been better to keep up the earlier frenetic pace of game building, and drip-fed more of the framework in the same manner.</p>
<p><a href="http://www.8bitrocket.com/2010/03/16/flak-cannon-essential-flash-games-book-demo-2010/"><img class="aligncenter size-full wp-image-965" title="Flak Cannon" src="http://www.photonstorm.com/wp-content/uploads/2010/09/flak.png" alt="" width="600" height="400" /></a></p>
<p>Once the framework is in place Chapter 3 creates the &#8220;Super Click&#8221; game, an iteration of the very first game made in the book. It starts off by getting the reader to create a really brief game design document. All it asks you to do is write a very short snippet about what the game is, and define the basics such as the name, the objective, a description of play and creating a list of required assets/logic/variables.</p>
<p>It may seem long-winded to be doing this for such a simple game, most of which you argue you could just &#8220;remember&#8221; rather than write down. But GDDs are a tried and tested practise found in the industry. Any game developer I have working in my team will all have to write GDDs before they touch a line of code, and Jeff and Steve are the same. So if you plan on making Flash games as a &#8220;pro&#8221;, don&#8217;t skip this part.</p>
<h2>Taking some Flak</h2>
<p>As you may expect by now Chapter 4 is all about creating yet another game. This time a homage to Missile Command only with boats and planes. Jeff and Steve are children of the 80s and the Atari blood runs deep through their veins. You&#8217;ll see this scattered through-out the book, not least of which is a whole page dedicated to the history of Missile Command and it&#8217;s variants opening this chapter! As a fellow Atari fan I loved these sections, but I can see why the younger developers reading the book may care a lot less.</p>
<p>Flak Cannon, and indeed all remaining games in the book, use sprites from Ari Feldman&#8217;s now infamous <a href="http://www.flyingyogi.com/spritelib.html" target="_blank">SpriteLib</a> collection. It also gets all sound effects from the SFXR app. So sadly it&#8217;s going to look and sound quite dated before it&#8217;s even left the gate. Now I&#8217;m a massive retro gaming fan, and I have utmost respect for the &#8220;classics&#8221; and reinventing them in Flash. But even I don&#8217;t feel that SpriteLib is a strong enough graphical resource for a book like this. Jeff and Steve would have benefited massively from employing the talents of a real pixel artist, who could have created something beautiful for each of the games in the book. I don&#8217;t think that visually any of the games portray just how solid and robust a framework is powering them. My concern is that developers will take one look at the games on offer and visually dismiss them, asking why they look so &#8220;old&#8221;. This is a crying shame, as internally they are as fresh as can be, employing all of the modern tricks and techniques you need for a flash game these days. It&#8217;s just the surface gloss that doesn&#8217;t match.</p>
<p>Work your way through the Flak Cannon game build and at the end you&#8217;ll have a really powerful Sound Manager class added to your arsenal, along with an understanding of vector movement and angles in Flash. This is where my second biggest criticism of the book stems: there are <em>many</em> absolute nuggets of code gold buried in the 630 pages of this book, but they require some serious digging to extract. Although the index and contents do a good job of explaining when you&#8217;re about to learn a new technique, such as Line of Sight, AI or 2D Cameras, being able to extract those techniques  out from the game in which you&#8217;re learning them is not an easy task. There&#8217;s very little &#8220;throw this code into the IDE and see&#8221;. For example the minimax-styled AI routine used in the game Dice Battle is so tightly ingrained into both their framework, and the game itself, that you&#8217;d have a harder than necessary time extracting it for your own project.</p>
<p><a href="http://www.8bitrocket.com/2010/03/16/dice-battle-essential-flash-games-book-demo-2010/"><img class="aligncenter size-full wp-image-966" title="Dice Battle" src="http://www.photonstorm.com/wp-content/uploads/2010/09/dicebattle.png" alt="" width="600" height="400" /></a></p>
<h2>It&#8217;s all about post-retro, baby!</h2>
<p>The love of all things bitmap starts with the Flak Cannon game, and really doesn&#8217;t let-up from there on. By the time you hit Chapter 6 (&#8220;No Tanks!&#8221;) you&#8217;re well down the road of tile editors, Mappy, sprite sheets and blitting. There is no denying that this is the fastest way to shift graphics around in Flash, but it&#8217;s not the only way. And it may feel very alien for devs coming direct from the Flash IDE to even bother with the likes of a sprite sheet and non-timelined animations. The tilemap system introduced in chapter 10 is again all about the blit and &#8220;old-school&#8221; tilesheets.</p>
<p>Personally I don&#8217;t have a problem with this, but I think it&#8217;s important for devs to realise that when coming to this book that is the approach they are going to be taken down. And while it&#8217;s a tried, tested and very fast route to pursue, it&#8217;s also not the only one. There were many times reading this book that I felt it should have been called &#8220;The Essential Guide to Building Bitmap Blitted Games in Flash&#8221;, because quite frankly there is no other book that covers this subject in the kind of depth the Fulton&#8217;s do. And I doubt there ever will be (unless they publish a 2nd edition!)</p>
<p>Towards the end of the book Chapter 12 deals with a host of important topics that you rarely see mentioned in any other Flash game book. They cover making money from your game, via both Mochi Ads and licenses / sponsorships. Securing your game with site locking and encryption, marketing, pre-loaders and Mochi leader boards. I thought this was a really nice touch, it just makes it all seem more &#8220;real&#8221; &#8211; as these are all the kinds of things that new Flash game devs will go through, and may not yet be aware of.</p>
<h2>Game Over Man, Game Over</h2>
<p>I truly admire Jeff and Steve for having had the balls to even write this book in the first place. I know just how much hard work it was, and how much effort they put into it. Does this cloud my judgement somewhat? Perhaps, but ultimately it&#8217;s up to you to decide if this book will be a &#8220;good fit&#8221; or not. Personally I&#8217;m a firm believer that you can never have too many game development books, and this is one that certainly has a place on my bookshelf. There are quite a few typos and spelling mistakes to be found (&#8220;MoveClip&#8221; being a popular one!), and even their game Super Click says &#8220;Click the blur circles&#8221; at the start (it should be &#8220;blue&#8221;). But I can overlook these small things. Hopefully they don&#8217;t extended into the source code too!</p>
<p>Yes it&#8217;s very &#8220;hardcore&#8221; about the approach (blit-mapped to the max), but only because they care about performance. They cover a lot of advanced game making topics, and a lot of subjects that no other book even looks at. They teach you and they teach you rapidly, pulling no punches, and without much filler.</p>
<p>If you&#8217;re the sort of developer who just &#8220;dips into&#8221; books, and extracts only the bits you need at that point in time, then you&#8217;re going to have to work a lot harder with this title. The content <em>is</em> there, but mining and then refining it into a usable state will take longer than perhaps should be necessary.</p>
<p>If however you have the tenacity to work through this book from start to finish, then I have no hesitation that you&#8217;ll come out the other end knowing a great deal about game development in Flash. You&#8217;ll have a whole ammo case full of fantastic routines to use, all sitting on-top of a solid and easily expanded framework. And to me that&#8217;s worth the cover price alone.</p>
<p><a href="http://astore.amazon.com/8bitrocketcom-20/detail/1430226145">Buy the paper version from Amazon</a></p>
<p><strong>Special Offer: <a href=" http://www.apress.com/book/view/1430226145">Buy the PDF eBook</a> version and get 25% off by using the code PHOTONSTORMECN</strong></p>
<p align="center"><a target="_blank" class="tt" href="http://twitter.com/home/?status=@photonstorm+The+Essential+Guide+to+Flash+Games%3A+Book+Review+http://tinyurl.com/3342sv7" title="Post to Twitter"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.photonstorm.com/archives/963/the-essential-guide-to-flash-games-book-review&amp;title=The+Essential+Guide+to+Flash+Games%3A+Book+Review" title="Post to Delicious"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-delicious-micro4.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.photonstorm.com/archives/963/the-essential-guide-to-flash-games-book-review&amp;title=The+Essential+Guide+to+Flash+Games%3A+Book+Review" title="Post to Digg"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-digg-micro4.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.photonstorm.com/archives/963/the-essential-guide-to-flash-games-book-review&amp;t=The+Essential+Guide+to+Flash+Games%3A+Book+Review" title="Post to Facebook"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-facebook-micro4.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=The+Essential+Guide+to+Flash+Games%3A+Book+Review&amp;link=http://www.photonstorm.com/archives/963/the-essential-guide-to-flash-games-book-review" title="Post to Ping.fm"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-ping-micro4.png" alt="Post to Ping.fm" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.photonstorm.com/archives/963/the-essential-guide-to-flash-games-book-review&amp;title=The+Essential+Guide+to+Flash+Games%3A+Book+Review" title="Post to Reddit"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-reddit-micro4.png" alt="Post to Reddit" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.photonstorm.com/archives/963/the-essential-guide-to-flash-games-book-review&amp;title=The+Essential+Guide+to+Flash+Games%3A+Book+Review" title="Post to StumbleUpon"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-su-micro4.png" alt="Post to StumbleUpon" /></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=1vlVHVVy8vE:TXchJeLkMzM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?i=1vlVHVVy8vE:TXchJeLkMzM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=1vlVHVVy8vE:TXchJeLkMzM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=1vlVHVVy8vE:TXchJeLkMzM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?i=1vlVHVVy8vE:TXchJeLkMzM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=1vlVHVVy8vE:TXchJeLkMzM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=1vlVHVVy8vE:TXchJeLkMzM:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=1vlVHVVy8vE:TXchJeLkMzM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?i=1vlVHVVy8vE:TXchJeLkMzM:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/PhotonStorm/~4/1vlVHVVy8vE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.photonstorm.com/archives/963/the-essential-guide-to-flash-games-book-review/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.photonstorm.com/archives/963/the-essential-guide-to-flash-games-book-review</feedburner:origLink></item>
		<item>
		<title>Twitter Weekly Updates for 2010-09-05</title>
		<link>http://feedproxy.google.com/~r/PhotonStorm/~3/i3o0dE14S-w/twitter-weekly-updates-for-2010-09-05</link>
		<comments>http://www.photonstorm.com/archives/962/twitter-weekly-updates-for-2010-09-05#comments</comments>
		<pubDate>Sun, 05 Sep 2010 09:00:00 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[twitter]]></category>
		<category><![CDATA[tweets]]></category>

		<guid isPermaLink="false">http://www.photonstorm.com/archives/962/twitter-weekly-updates-for-2010-09-05</guid>
		<description><![CDATA[I just ran 2350m. Along the way I &#039;made friends&#039; with 47 zombies in Monster Dash for iPhone! http://j.mp/monsterdash http://bit.ly/ddLwKY # Just ended a great day of playing with the kids by watching Panda Go Panda. Timeless classic! My 4yr old was in hysterics (as was I) # Trying out Gmail&#039;s Priority Inbox, and really [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>I just ran 2350m. Along the way I &#039;made friends&#039; with 47 zombies in Monster Dash for iPhone! <a href="http://j.mp/monsterdash" rel="nofollow">http://j.mp/monsterdash</a> <a href="http://bit.ly/ddLwKY" rel="nofollow">http://bit.ly/ddLwKY</a> <a href="http://twitter.com/photonstorm/statuses/22427970301" class="aktt_tweet_time">#</a></li>
<li>Just ended a great day of playing with the kids by watching Panda Go Panda. Timeless classic! My 4yr old was in hysterics (as was I) <a href="http://twitter.com/photonstorm/statuses/22454263164" class="aktt_tweet_time">#</a></li>
<li>Trying out Gmail&#039;s Priority Inbox, and really liking it so far! <a href="http://twitter.com/photonstorm/statuses/22616696776" class="aktt_tweet_time">#</a></li>
</ul>
<p align="center"><a target="_blank" class="tt" href="http://twitter.com/home/?status=@photonstorm+Twitter+Weekly+Updates+for+2010-09-05+http://tinyurl.com/29y9qpe" title="Post to Twitter"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.photonstorm.com/archives/962/twitter-weekly-updates-for-2010-09-05&amp;title=Twitter+Weekly+Updates+for+2010-09-05" title="Post to Delicious"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-delicious-micro4.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.photonstorm.com/archives/962/twitter-weekly-updates-for-2010-09-05&amp;title=Twitter+Weekly+Updates+for+2010-09-05" title="Post to Digg"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-digg-micro4.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.photonstorm.com/archives/962/twitter-weekly-updates-for-2010-09-05&amp;t=Twitter+Weekly+Updates+for+2010-09-05" title="Post to Facebook"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-facebook-micro4.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Twitter+Weekly+Updates+for+2010-09-05&amp;link=http://www.photonstorm.com/archives/962/twitter-weekly-updates-for-2010-09-05" title="Post to Ping.fm"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-ping-micro4.png" alt="Post to Ping.fm" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.photonstorm.com/archives/962/twitter-weekly-updates-for-2010-09-05&amp;title=Twitter+Weekly+Updates+for+2010-09-05" title="Post to Reddit"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-reddit-micro4.png" alt="Post to Reddit" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.photonstorm.com/archives/962/twitter-weekly-updates-for-2010-09-05&amp;title=Twitter+Weekly+Updates+for+2010-09-05" title="Post to StumbleUpon"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-su-micro4.png" alt="Post to StumbleUpon" /></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=i3o0dE14S-w:hMRZ98Y5zfg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?i=i3o0dE14S-w:hMRZ98Y5zfg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=i3o0dE14S-w:hMRZ98Y5zfg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=i3o0dE14S-w:hMRZ98Y5zfg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?i=i3o0dE14S-w:hMRZ98Y5zfg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=i3o0dE14S-w:hMRZ98Y5zfg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=i3o0dE14S-w:hMRZ98Y5zfg:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=i3o0dE14S-w:hMRZ98Y5zfg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?i=i3o0dE14S-w:hMRZ98Y5zfg:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/PhotonStorm/~4/i3o0dE14S-w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.photonstorm.com/archives/962/twitter-weekly-updates-for-2010-09-05/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.photonstorm.com/archives/962/twitter-weekly-updates-for-2010-09-05</feedburner:origLink></item>
		<item>
		<title>Twitter Weekly Updates for 2010-08-29</title>
		<link>http://feedproxy.google.com/~r/PhotonStorm/~3/k4w9_qS7scA/twitter-weekly-updates-for-2010-08-29-2</link>
		<comments>http://www.photonstorm.com/archives/961/twitter-weekly-updates-for-2010-08-29-2#comments</comments>
		<pubDate>Sun, 29 Aug 2010 09:00:00 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[twitter]]></category>
		<category><![CDATA[tweets]]></category>

		<guid isPermaLink="false">http://www.photonstorm.com/archives/961/twitter-weekly-updates-for-2010-08-29-2</guid>
		<description><![CDATA[can anyone think of some good techie interview questions to ask Junior PHP devs? # @JimSterling got a free app of the day recommendation for you: http://itunes.apple.com/app/quartet/id373768592?mt=8 # @sidchip that&#039;s Shockwave, not Flash.. still awesome though # Hemp Vodka! http://twurl.nl/ftctab # It cost £20 for the dentist to take 30 seconds looking at my teeth, [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>can anyone think of some good techie interview questions to ask Junior PHP devs? <img src='http://www.photonstorm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://twitter.com/photonstorm/statuses/21927571925" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/JimSterling" class="aktt_username">JimSterling</a> got a free app of the day recommendation for you: <a href="http://itunes.apple.com/app/quartet/id373768592?mt=8" rel="nofollow">http://itunes.apple.com/app/quartet/id373768592?mt=8</a> <a href="http://twitter.com/photonstorm/statuses/21947638728" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/sidchip" class="aktt_username">sidchip</a> that&#039;s Shockwave, not Flash.. still awesome though <a href="http://twitter.com/photonstorm/statuses/21948506140" class="aktt_tweet_time">#</a></li>
<li>Hemp Vodka! <a href="http://twurl.nl/ftctab" rel="nofollow">http://twurl.nl/ftctab</a> <a href="http://twitter.com/photonstorm/statuses/21999383318" class="aktt_tweet_time">#</a></li>
<li>It cost £20 for the dentist to take 30 seconds looking at my teeth, confirming that yes I do actually brush them. Time for a career change?! <a href="http://twitter.com/photonstorm/statuses/22080451890" class="aktt_tweet_time">#</a></li>
<li>New PC ordered.. Core i7 loveliness this way cometh&#8230; booyaa <img src='http://www.photonstorm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://twitter.com/photonstorm/statuses/22092938745" class="aktt_tweet_time">#</a></li>
<li>&quot;You could win £100 worth of FREE books&quot; &#8211; wtf? if they were free in the first place, how do I get £100 worth of them? <a href="http://twitter.com/photonstorm/statuses/22103349377" class="aktt_tweet_time">#</a></li>
<li>I know I shouldn&#039;t bid on it, but Ultima V Warriors of Destiny, with map and coin.. god damn you ebay <a href="http://tinyurl.com/ultima5" rel="nofollow">http://tinyurl.com/ultima5</a> <a href="http://twitter.com/photonstorm/statuses/22126272523" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/troygilbert" class="aktt_username">troygilbert</a> without, I get a noticeable FPS &quot;bump&quot; whenever gc feels like kicking in, which is usually when I want it least! <a href="http://twitter.com/troygilbert/statuses/22126364904" class="aktt_tweet_reply">in reply to troygilbert</a> <a href="http://twitter.com/photonstorm/statuses/22126474504" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/benje" class="aktt_username">benje</a> upgraded already? <img src='http://www.photonstorm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://twitter.com/benje/statuses/22180098711" class="aktt_tweet_reply">in reply to benje</a> <a href="http://twitter.com/photonstorm/statuses/22180235737" class="aktt_tweet_time">#</a></li>
<li>CRM systems are like the most boring thing in the world. Ever. <a href="http://twitter.com/photonstorm/statuses/22277027744" class="aktt_tweet_time">#</a></li>
</ul>
<p align="center"><a target="_blank" class="tt" href="http://twitter.com/home/?status=@photonstorm+Twitter+Weekly+Updates+for+2010-08-29+http://tinyurl.com/325fy4o" title="Post to Twitter"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.photonstorm.com/archives/961/twitter-weekly-updates-for-2010-08-29-2&amp;title=Twitter+Weekly+Updates+for+2010-08-29" title="Post to Delicious"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-delicious-micro4.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.photonstorm.com/archives/961/twitter-weekly-updates-for-2010-08-29-2&amp;title=Twitter+Weekly+Updates+for+2010-08-29" title="Post to Digg"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-digg-micro4.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.photonstorm.com/archives/961/twitter-weekly-updates-for-2010-08-29-2&amp;t=Twitter+Weekly+Updates+for+2010-08-29" title="Post to Facebook"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-facebook-micro4.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Twitter+Weekly+Updates+for+2010-08-29&amp;link=http://www.photonstorm.com/archives/961/twitter-weekly-updates-for-2010-08-29-2" title="Post to Ping.fm"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-ping-micro4.png" alt="Post to Ping.fm" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.photonstorm.com/archives/961/twitter-weekly-updates-for-2010-08-29-2&amp;title=Twitter+Weekly+Updates+for+2010-08-29" title="Post to Reddit"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-reddit-micro4.png" alt="Post to Reddit" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.photonstorm.com/archives/961/twitter-weekly-updates-for-2010-08-29-2&amp;title=Twitter+Weekly+Updates+for+2010-08-29" title="Post to StumbleUpon"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-su-micro4.png" alt="Post to StumbleUpon" /></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=k4w9_qS7scA:F86fxK2sbo0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?i=k4w9_qS7scA:F86fxK2sbo0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=k4w9_qS7scA:F86fxK2sbo0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=k4w9_qS7scA:F86fxK2sbo0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?i=k4w9_qS7scA:F86fxK2sbo0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=k4w9_qS7scA:F86fxK2sbo0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=k4w9_qS7scA:F86fxK2sbo0:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=k4w9_qS7scA:F86fxK2sbo0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?i=k4w9_qS7scA:F86fxK2sbo0:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/PhotonStorm/~4/k4w9_qS7scA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.photonstorm.com/archives/961/twitter-weekly-updates-for-2010-08-29-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.photonstorm.com/archives/961/twitter-weekly-updates-for-2010-08-29-2</feedburner:origLink></item>
		<item>
		<title>Twitter Weekly Updates for 2010-08-29</title>
		<link>http://feedproxy.google.com/~r/PhotonStorm/~3/i1qMzkL1gcI/twitter-weekly-updates-for-2010-08-29</link>
		<comments>http://www.photonstorm.com/archives/960/twitter-weekly-updates-for-2010-08-29#comments</comments>
		<pubDate>Sun, 29 Aug 2010 09:00:00 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[twitter]]></category>
		<category><![CDATA[tweets]]></category>

		<guid isPermaLink="false">http://www.photonstorm.com/archives/960/twitter-weekly-updates-for-2010-08-29</guid>
		<description><![CDATA[can anyone think of some good techie interview questions to ask Junior PHP devs? # @JimSterling got a free app of the day recommendation for you: http://itunes.apple.com/app/quartet/id373768592?mt=8 # @sidchip that&#039;s Shockwave, not Flash.. still awesome though # Hemp Vodka! http://twurl.nl/ftctab # It cost £20 for the dentist to take 30 seconds looking at my teeth, [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>can anyone think of some good techie interview questions to ask Junior PHP devs? <img src='http://www.photonstorm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://twitter.com/photonstorm/statuses/21927571925" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/JimSterling" class="aktt_username">JimSterling</a> got a free app of the day recommendation for you: <a href="http://itunes.apple.com/app/quartet/id373768592?mt=8" rel="nofollow">http://itunes.apple.com/app/quartet/id373768592?mt=8</a> <a href="http://twitter.com/photonstorm/statuses/21947638728" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/sidchip" class="aktt_username">sidchip</a> that&#039;s Shockwave, not Flash.. still awesome though <a href="http://twitter.com/photonstorm/statuses/21948506140" class="aktt_tweet_time">#</a></li>
<li>Hemp Vodka! <a href="http://twurl.nl/ftctab" rel="nofollow">http://twurl.nl/ftctab</a> <a href="http://twitter.com/photonstorm/statuses/21999383318" class="aktt_tweet_time">#</a></li>
<li>It cost £20 for the dentist to take 30 seconds looking at my teeth, confirming that yes I do actually brush them. Time for a career change?! <a href="http://twitter.com/photonstorm/statuses/22080451890" class="aktt_tweet_time">#</a></li>
<li>New PC ordered.. Core i7 loveliness this way cometh&#8230; booyaa <img src='http://www.photonstorm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://twitter.com/photonstorm/statuses/22092938745" class="aktt_tweet_time">#</a></li>
<li>&quot;You could win £100 worth of FREE books&quot; &#8211; wtf? if they were free in the first place, how do I get £100 worth of them? <a href="http://twitter.com/photonstorm/statuses/22103349377" class="aktt_tweet_time">#</a></li>
<li>I know I shouldn&#039;t bid on it, but Ultima V Warriors of Destiny, with map and coin.. god damn you ebay <a href="http://tinyurl.com/ultima5" rel="nofollow">http://tinyurl.com/ultima5</a> <a href="http://twitter.com/photonstorm/statuses/22126272523" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/troygilbert" class="aktt_username">troygilbert</a> without, I get a noticeable FPS &quot;bump&quot; whenever gc feels like kicking in, which is usually when I want it least! <a href="http://twitter.com/troygilbert/statuses/22126364904" class="aktt_tweet_reply">in reply to troygilbert</a> <a href="http://twitter.com/photonstorm/statuses/22126474504" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/benje" class="aktt_username">benje</a> upgraded already? <img src='http://www.photonstorm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://twitter.com/benje/statuses/22180098711" class="aktt_tweet_reply">in reply to benje</a> <a href="http://twitter.com/photonstorm/statuses/22180235737" class="aktt_tweet_time">#</a></li>
<li>CRM systems are like the most boring thing in the world. Ever. <a href="http://twitter.com/photonstorm/statuses/22277027744" class="aktt_tweet_time">#</a></li>
</ul>
<p align="center"><a target="_blank" class="tt" href="http://twitter.com/home/?status=@photonstorm+Twitter+Weekly+Updates+for+2010-08-29+http://tinyurl.com/2uybnd6" title="Post to Twitter"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.photonstorm.com/archives/960/twitter-weekly-updates-for-2010-08-29&amp;title=Twitter+Weekly+Updates+for+2010-08-29" title="Post to Delicious"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-delicious-micro4.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.photonstorm.com/archives/960/twitter-weekly-updates-for-2010-08-29&amp;title=Twitter+Weekly+Updates+for+2010-08-29" title="Post to Digg"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-digg-micro4.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.photonstorm.com/archives/960/twitter-weekly-updates-for-2010-08-29&amp;t=Twitter+Weekly+Updates+for+2010-08-29" title="Post to Facebook"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-facebook-micro4.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Twitter+Weekly+Updates+for+2010-08-29&amp;link=http://www.photonstorm.com/archives/960/twitter-weekly-updates-for-2010-08-29" title="Post to Ping.fm"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-ping-micro4.png" alt="Post to Ping.fm" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.photonstorm.com/archives/960/twitter-weekly-updates-for-2010-08-29&amp;title=Twitter+Weekly+Updates+for+2010-08-29" title="Post to Reddit"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-reddit-micro4.png" alt="Post to Reddit" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.photonstorm.com/archives/960/twitter-weekly-updates-for-2010-08-29&amp;title=Twitter+Weekly+Updates+for+2010-08-29" title="Post to StumbleUpon"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-su-micro4.png" alt="Post to StumbleUpon" /></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=i1qMzkL1gcI:4_3FETMArIQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?i=i1qMzkL1gcI:4_3FETMArIQ:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=i1qMzkL1gcI:4_3FETMArIQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=i1qMzkL1gcI:4_3FETMArIQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?i=i1qMzkL1gcI:4_3FETMArIQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=i1qMzkL1gcI:4_3FETMArIQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=i1qMzkL1gcI:4_3FETMArIQ:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=i1qMzkL1gcI:4_3FETMArIQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?i=i1qMzkL1gcI:4_3FETMArIQ:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/PhotonStorm/~4/i1qMzkL1gcI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.photonstorm.com/archives/960/twitter-weekly-updates-for-2010-08-29/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.photonstorm.com/archives/960/twitter-weekly-updates-for-2010-08-29</feedburner:origLink></item>
		<item>
		<title>Twitter Weekly Updates for 2010-08-22</title>
		<link>http://feedproxy.google.com/~r/PhotonStorm/~3/TCWleqit7_Y/twitter-weekly-updates-for-2010-08-22</link>
		<comments>http://www.photonstorm.com/archives/959/twitter-weekly-updates-for-2010-08-22#comments</comments>
		<pubDate>Sun, 22 Aug 2010 09:00:00 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[twitter]]></category>
		<category><![CDATA[tweets]]></category>

		<guid isPermaLink="false">http://www.photonstorm.com/archives/959/twitter-weekly-updates-for-2010-08-22</guid>
		<description><![CDATA[Took Tommy to see Toy Story 3, how super cool was that?! Loved the touch with the clouds at the end. # @RetroGT does this mean my t-shirt order will be delayed? in reply to RetroGT # @retroremakes distill them down low enough, and all games ARE pretty much the same thing in reply to [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Took Tommy to see Toy Story 3, how super cool was that?! Loved the touch with the clouds at the end. <a href="http://twitter.com/photonstorm/statuses/21253725958" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/RetroGT" class="aktt_username">RetroGT</a> does this mean my t-shirt order will be delayed? <img src='http://www.photonstorm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://twitter.com/RetroGT/statuses/21308580092" class="aktt_tweet_reply">in reply to RetroGT</a> <a href="http://twitter.com/photonstorm/statuses/21309123197" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/retroremakes" class="aktt_username">retroremakes</a> distill them down low enough, and all games ARE pretty much the same thing <a href="http://twitter.com/retroremakes/statuses/21312779375" class="aktt_tweet_reply">in reply to retroremakes</a> <a href="http://twitter.com/photonstorm/statuses/21312873182" class="aktt_tweet_time">#</a></li>
<li>Level 1 Double Wookiee Birdrider ftw <a href="http://bit.ly/cOHfQC" rel="nofollow">http://bit.ly/cOHfQC</a> <a href="http://twitter.com/photonstorm/statuses/21321177505" class="aktt_tweet_time">#</a></li>
<li>What&#039;s your Geek Mind score? <a href="http://bit.ly/dtBSoi" rel="nofollow">http://bit.ly/dtBSoi</a> (lovely video game quiz by @<a href="http://twitter.com/dom2d" class="aktt_username">dom2d</a> ) <a href="http://twitter.com/photonstorm/statuses/21431918583" class="aktt_tweet_time">#</a></li>
<li>Steak and Beer &#8211; literally <a href="http://bit.ly/bQAcza" rel="nofollow">http://bit.ly/bQAcza</a> (jpg) <a href="http://twitter.com/photonstorm/statuses/21482390976" class="aktt_tweet_time">#</a></li>
<li>Wow, Realtime Worlds goes into Administration (<a href="http://bit.ly/dvqx0f" rel="nofollow">http://bit.ly/dvqx0f</a>) mostly because APB was  expensive pap! <a href="http://twitter.com/photonstorm/statuses/21486370226" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/stewartgilray" class="aktt_username">stewartgilray</a> away from a computer &#8211; a bit like you right now, after all your &quot;where are you?&quot; messages <img src='http://www.photonstorm.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  <a href="http://twitter.com/stewartgilray/statuses/21487105918" class="aktt_tweet_reply">in reply to stewartgilray</a> <a href="http://twitter.com/photonstorm/statuses/21487200293" class="aktt_tweet_time">#</a></li>
<li>My Twifficiency score is 33%. What&#039;s yours? <a href="http://twifficiency.com/" rel="nofollow">http://twifficiency.com/</a> <a href="http://twitter.com/photonstorm/statuses/21488756703" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/moshboy" class="aktt_username">moshboy</a> I didn&#039;t realise it would auto-tweet! I&#039;ve just revoked it&#039;s access <a href="http://twitter.com/moshboy/statuses/21488901456" class="aktt_tweet_reply">in reply to moshboy</a> <a href="http://twitter.com/photonstorm/statuses/21488934306" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/UntoldEnt" class="aktt_username">UntoldEnt</a> I killed it the second it auto-tweeted.. that&#039;s too lame for words <a href="http://twitter.com/UntoldEnt/statuses/21489233317" class="aktt_tweet_reply">in reply to UntoldEnt</a> <a href="http://twitter.com/photonstorm/statuses/21489317965" class="aktt_tweet_time">#</a></li>
<li>Can anyone recommend a good site to register a .de domain? (and transfer an existing one there) <a href="http://twitter.com/photonstorm/statuses/21496995794" class="aktt_tweet_time">#</a></li>
<li>My son is all gowned up and happily playing in the children&#039;s ward. 15 mins to go until his op. Am nervous as hell! <a href="http://twitter.com/photonstorm/statuses/21559809201" class="aktt_tweet_time">#</a></li>
<li>I hate waiting &#8230;&#8230;&#8230; <a href="http://twitter.com/photonstorm/statuses/21564209653" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/annilita" class="aktt_username">annilita</a> 40 mins, but that was 1.5 hrs ago <a href="http://twitter.com/annilita/statuses/21564353414" class="aktt_tweet_reply">in reply to annilita</a> <a href="http://twitter.com/photonstorm/statuses/21564386056" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/annilita" class="aktt_username">annilita</a> exactly.. I&#039;m sure everything is fine. I just never was any good at waiting! <img src='http://www.photonstorm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://twitter.com/annilita/statuses/21564525988" class="aktt_tweet_reply">in reply to annilita</a> <a href="http://twitter.com/photonstorm/statuses/21564586090" class="aktt_tweet_time">#</a></li>
<li>Just got the best txt ever from my wife: &quot;He&#039;s out and snuggled on my lap xx&quot; &#8211; woohoo! I can stop shaking now <img src='http://www.photonstorm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://twitter.com/photonstorm/statuses/21565003589" class="aktt_tweet_time">#</a></li>
<li>And to celebrate, an awesome Pringles picture <a href="http://bit.ly/cVv5rp" rel="nofollow">http://bit.ly/cVv5rp</a> <img src='http://www.photonstorm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://twitter.com/photonstorm/statuses/21565295336" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/fhd" class="aktt_username">fhd</a> ahhh congrats <img src='http://www.photonstorm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  my son is 4, but it doesn&#039;t really matter what age, they&#039;re still your babies <img src='http://www.photonstorm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://twitter.com/fhd/statuses/21565263666" class="aktt_tweet_reply">in reply to fhd</a> <a href="http://twitter.com/photonstorm/statuses/21569941071" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/flazm" class="aktt_username">flazm</a> cool, who sponsored it? <a href="http://twitter.com/flazm/statuses/21641326308" class="aktt_tweet_reply">in reply to flazm</a> <a href="http://twitter.com/photonstorm/statuses/21652194695" class="aktt_tweet_time">#</a></li>
<li>Glad to have my family back together again. Everyone super tired, but happy <img src='http://www.photonstorm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://twitter.com/photonstorm/statuses/21654259432" class="aktt_tweet_time">#</a></li>
<li>Wow, that&#039;s quite some storm outside <a href="http://twitter.com/photonstorm/statuses/21654308523" class="aktt_tweet_time">#</a></li>
</ul>
<p align="center"><a target="_blank" class="tt" href="http://twitter.com/home/?status=@photonstorm+Twitter+Weekly+Updates+for+2010-08-22+http://tinyurl.com/32e5yxd" title="Post to Twitter"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.photonstorm.com/archives/959/twitter-weekly-updates-for-2010-08-22&amp;title=Twitter+Weekly+Updates+for+2010-08-22" title="Post to Delicious"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-delicious-micro4.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.photonstorm.com/archives/959/twitter-weekly-updates-for-2010-08-22&amp;title=Twitter+Weekly+Updates+for+2010-08-22" title="Post to Digg"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-digg-micro4.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.photonstorm.com/archives/959/twitter-weekly-updates-for-2010-08-22&amp;t=Twitter+Weekly+Updates+for+2010-08-22" title="Post to Facebook"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-facebook-micro4.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Twitter+Weekly+Updates+for+2010-08-22&amp;link=http://www.photonstorm.com/archives/959/twitter-weekly-updates-for-2010-08-22" title="Post to Ping.fm"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-ping-micro4.png" alt="Post to Ping.fm" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.photonstorm.com/archives/959/twitter-weekly-updates-for-2010-08-22&amp;title=Twitter+Weekly+Updates+for+2010-08-22" title="Post to Reddit"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-reddit-micro4.png" alt="Post to Reddit" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.photonstorm.com/archives/959/twitter-weekly-updates-for-2010-08-22&amp;title=Twitter+Weekly+Updates+for+2010-08-22" title="Post to StumbleUpon"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-su-micro4.png" alt="Post to StumbleUpon" /></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=TCWleqit7_Y:yavv1qeA7Pc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?i=TCWleqit7_Y:yavv1qeA7Pc:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=TCWleqit7_Y:yavv1qeA7Pc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=TCWleqit7_Y:yavv1qeA7Pc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?i=TCWleqit7_Y:yavv1qeA7Pc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=TCWleqit7_Y:yavv1qeA7Pc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=TCWleqit7_Y:yavv1qeA7Pc:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=TCWleqit7_Y:yavv1qeA7Pc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?i=TCWleqit7_Y:yavv1qeA7Pc:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/PhotonStorm/~4/TCWleqit7_Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.photonstorm.com/archives/959/twitter-weekly-updates-for-2010-08-22/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.photonstorm.com/archives/959/twitter-weekly-updates-for-2010-08-22</feedburner:origLink></item>
		<item>
		<title>Twitter Weekly Updates for 2010-08-15</title>
		<link>http://feedproxy.google.com/~r/PhotonStorm/~3/nQ06MAqY4eg/twitter-weekly-updates-for-2010-08-15</link>
		<comments>http://www.photonstorm.com/archives/958/twitter-weekly-updates-for-2010-08-15#comments</comments>
		<pubDate>Sun, 15 Aug 2010 09:00:00 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[twitter]]></category>
		<category><![CDATA[tweets]]></category>

		<guid isPermaLink="false">http://www.photonstorm.com/archives/958/twitter-weekly-updates-for-2010-08-15</guid>
		<description><![CDATA[Ceasefire by CNCD vs. Fairlight &#8211; staggeringly good demo from Assembly 2010 http://youtu.be/vQ2iQQvofCE # @mikeysee yeah that one was awesome &#8211; brilliant soundtrack! in reply to mikeysee # Spent 6 hours in a game design meeting, brain slightly fried. Now to type it all up! # Genius Photoshop interface http://flic.kr/p/5D4GwD # I&#039;m actually using a [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Ceasefire by CNCD vs. Fairlight &#8211; staggeringly good demo from Assembly 2010 <a href="http://youtu.be/vQ2iQQvofCE" rel="nofollow">http://youtu.be/vQ2iQQvofCE</a> <a href="http://twitter.com/photonstorm/statuses/20647163907" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/mikeysee" class="aktt_username">mikeysee</a> yeah that one was awesome &#8211; brilliant soundtrack! <a href="http://twitter.com/mikeysee/statuses/20647841890" class="aktt_tweet_reply">in reply to mikeysee</a> <a href="http://twitter.com/photonstorm/statuses/20648321398" class="aktt_tweet_time">#</a></li>
<li>Spent 6 hours in a game design meeting, brain slightly fried. Now to type it all up! <a href="http://twitter.com/photonstorm/statuses/20711390825" class="aktt_tweet_time">#</a></li>
<li>Genius Photoshop interface <a href="http://flic.kr/p/5D4GwD" rel="nofollow">http://flic.kr/p/5D4GwD</a> <a href="http://twitter.com/photonstorm/statuses/20871619679" class="aktt_tweet_time">#</a></li>
<li>I&#039;m actually using a Usenet group. This feels very 1995. <a href="http://twitter.com/photonstorm/statuses/20882375681" class="aktt_tweet_time">#</a></li>
<li>&quot;Now, it is beginning of a fantastic story!! Let&#039;s make a journey to the cave of monsters! Good luck!&quot; <a href="http://twitter.com/photonstorm/statuses/20966430266" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/stewartgilray" class="aktt_username">stewartgilray</a>  check out Retro Gamer, Issue 80, page 9 <img src='http://www.photonstorm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://twitter.com/photonstorm/statuses/20968041225" class="aktt_tweet_time">#</a></li>
<li>AY-RIDERS: &quot;ATARIDERS&quot; new album (Atari chiptune covers) is out <a href="http://bit.ly/bsmQDv" rel="nofollow">http://bit.ly/bsmQDv</a> (via @<a href="http://twitter.com/demoscenepouet" class="aktt_username">demoscenepouet</a>) <a href="http://twitter.com/photonstorm/statuses/20969448656" class="aktt_tweet_time">#</a></li>
<li>my wife bought me a Kinect and made me an Atari birthday cake.. awesomeness <img src='http://www.photonstorm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://twitter.com/photonstorm/statuses/20974033031" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/UntoldEnt" class="aktt_username">UntoldEnt</a> isn&#039;t the FB DataStore disabled now? hasn&#039;t been updated since 2009 <a href="http://twitter.com/UntoldEnt/statuses/20978747972" class="aktt_tweet_reply">in reply to UntoldEnt</a> <a href="http://twitter.com/photonstorm/statuses/20980008472" class="aktt_tweet_time">#</a></li>
</ul>
<p align="center"><a target="_blank" class="tt" href="http://twitter.com/home/?status=@photonstorm+Twitter+Weekly+Updates+for+2010-08-15+http://tinyurl.com/29sr8oo" title="Post to Twitter"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.photonstorm.com/archives/958/twitter-weekly-updates-for-2010-08-15&amp;title=Twitter+Weekly+Updates+for+2010-08-15" title="Post to Delicious"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-delicious-micro4.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.photonstorm.com/archives/958/twitter-weekly-updates-for-2010-08-15&amp;title=Twitter+Weekly+Updates+for+2010-08-15" title="Post to Digg"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-digg-micro4.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.photonstorm.com/archives/958/twitter-weekly-updates-for-2010-08-15&amp;t=Twitter+Weekly+Updates+for+2010-08-15" title="Post to Facebook"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-facebook-micro4.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Twitter+Weekly+Updates+for+2010-08-15&amp;link=http://www.photonstorm.com/archives/958/twitter-weekly-updates-for-2010-08-15" title="Post to Ping.fm"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-ping-micro4.png" alt="Post to Ping.fm" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.photonstorm.com/archives/958/twitter-weekly-updates-for-2010-08-15&amp;title=Twitter+Weekly+Updates+for+2010-08-15" title="Post to Reddit"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-reddit-micro4.png" alt="Post to Reddit" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.photonstorm.com/archives/958/twitter-weekly-updates-for-2010-08-15&amp;title=Twitter+Weekly+Updates+for+2010-08-15" title="Post to StumbleUpon"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-su-micro4.png" alt="Post to StumbleUpon" /></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=nQ06MAqY4eg:pxaBr__5VCY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?i=nQ06MAqY4eg:pxaBr__5VCY:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=nQ06MAqY4eg:pxaBr__5VCY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=nQ06MAqY4eg:pxaBr__5VCY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?i=nQ06MAqY4eg:pxaBr__5VCY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=nQ06MAqY4eg:pxaBr__5VCY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=nQ06MAqY4eg:pxaBr__5VCY:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=nQ06MAqY4eg:pxaBr__5VCY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?i=nQ06MAqY4eg:pxaBr__5VCY:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/PhotonStorm/~4/nQ06MAqY4eg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.photonstorm.com/archives/958/twitter-weekly-updates-for-2010-08-15/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.photonstorm.com/archives/958/twitter-weekly-updates-for-2010-08-15</feedburner:origLink></item>
		<item>
		<title>Twitter Weekly Updates for 2010-08-08</title>
		<link>http://feedproxy.google.com/~r/PhotonStorm/~3/tbwXvwx_7Xo/twitter-weekly-updates-for-2010-08-08</link>
		<comments>http://www.photonstorm.com/archives/957/twitter-weekly-updates-for-2010-08-08#comments</comments>
		<pubDate>Sun, 08 Aug 2010 09:00:00 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[twitter]]></category>
		<category><![CDATA[tweets]]></category>

		<guid isPermaLink="false">http://www.photonstorm.com/archives/957/twitter-weekly-updates-for-2010-08-08</guid>
		<description><![CDATA[Come and work at Aardman Digital with us! (php developer wanted) http://bit.ly/aKNqz1 # if you took all the render data from Avatar and made it an mp3, it would play for 32 years # @candystand pointless questions on twitter in reply to candystand # some poor sap thinks my gmail address is his.. so far [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Come and work at Aardman Digital with us! (php developer wanted) <a href="http://bit.ly/aKNqz1" rel="nofollow">http://bit.ly/aKNqz1</a> <a href="http://twitter.com/photonstorm/statuses/20092355347" class="aktt_tweet_time">#</a></li>
<li>if you took all the render data from Avatar and made it an mp3, it would play for 32 years <a href="http://twitter.com/photonstorm/statuses/20130424457" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/candystand" class="aktt_username">candystand</a> pointless questions on twitter <img src='http://www.photonstorm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://twitter.com/candystand/statuses/20145504237" class="aktt_tweet_reply">in reply to candystand</a> <a href="http://twitter.com/photonstorm/statuses/20145671095" class="aktt_tweet_time">#</a></li>
<li>some poor sap thinks my gmail address is his.. so far I&#039;ve got his AT&amp;T statements, internet banking details and an Amazon receipt *sigh* <a href="http://twitter.com/photonstorm/statuses/20170165810" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/retrogamer4ever" class="aktt_username">retrogamer4ever</a> I just wish he&#039;d stop! it makes me feel uneasy <a href="http://twitter.com/retrogamer4ever/statuses/20170239559" class="aktt_tweet_reply">in reply to retrogamer4ever</a> <a href="http://twitter.com/photonstorm/statuses/20170302793" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/danielalbu" class="aktt_username">danielalbu</a> tell me about it! I have replied to the AT&amp;T one saying &quot;this isn&#039;t me!&quot; so I hope they pass the message on.. but i doubt it <a href="http://twitter.com/danielalbu/statuses/20170476998" class="aktt_tweet_reply">in reply to danielalbu</a> <a href="http://twitter.com/photonstorm/statuses/20170515779" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/terrypaton1" class="aktt_username">terrypaton1</a> all MTV Network sites are useless at paying! 90 days+ in some cases <a href="http://twitter.com/terrypaton1/statuses/20170556617" class="aktt_tweet_reply">in reply to terrypaton1</a> <a href="http://twitter.com/photonstorm/statuses/20170642574" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/danielalbu" class="aktt_username">danielalbu</a> I&#039;m now paranoid he gets all of MY emails as well! <img src='http://www.photonstorm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://twitter.com/danielalbu/statuses/20170574185" class="aktt_tweet_reply">in reply to danielalbu</a> <a href="http://twitter.com/photonstorm/statuses/20170693184" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/terrypaton1" class="aktt_username">terrypaton1</a> yeah I feel your pain.. it&#039;s not like they even pay that well <img src='http://www.photonstorm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://twitter.com/terrypaton1/statuses/20170848822" class="aktt_tweet_reply">in reply to terrypaton1</a> <a href="http://twitter.com/photonstorm/statuses/20170891043" class="aktt_tweet_time">#</a></li>
<li>Time to get my mind back into pitch work.. uber massive FaceBook app gameplay concepts are flowing <a href="http://twitter.com/photonstorm/statuses/20209247845" class="aktt_tweet_time">#</a></li>
<li>He attacked everything in life with a mix of extraordinary genius and naive incompetence, and it was often difficult to tell which was which <a href="http://twitter.com/photonstorm/statuses/20209382120" class="aktt_tweet_time">#</a></li>
<li>RT @<a href="http://twitter.com/TheGameCreators" class="aktt_username">TheGameCreators</a>: Get ready for a big competition announcement tomorrow (Wednesday 4th) <a href="http://bit.ly/9wTa63" rel="nofollow">http://bit.ly/9wTa63</a> <a href="http://twitter.com/photonstorm/statuses/20209417660" class="aktt_tweet_time">#</a></li>
<li>UK &quot;Northern Lights&quot; total failure down here.. anyone else? <a href="http://twitter.com/photonstorm/statuses/20256267499" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/Chronotron" class="aktt_username">Chronotron</a> it doesn&#039;t? we use it all the time without issue here.. wassup with it? <a href="http://twitter.com/Chronotron/statuses/20260910053" class="aktt_tweet_reply">in reply to Chronotron</a> <a href="http://twitter.com/photonstorm/statuses/20260975163" class="aktt_tweet_time">#</a></li>
<li>Going through CVs for a PHP dev role, one had a portfolio URL as <a href="http://localhost/portfolio/" rel="nofollow">http://localhost/portfolio/</a> &#8211; erm &#8230; #<a href="http://search.twitter.com/search?q=%23fail" class="aktt_hashtag">fail</a> <a href="http://twitter.com/photonstorm/statuses/20394541568" class="aktt_tweet_time">#</a></li>
<li>See what happens in Bejeweled Blitz when 2 hyper cubes move into each other: <a href="http://bit.ly/bdys6A" rel="nofollow">http://bit.ly/bdys6A</a> <a href="http://twitter.com/photonstorm/statuses/20421964598" class="aktt_tweet_time">#</a></li>
<li>Missing out on the awesome Aardman Friday bacon rolls in order to get this pitch finished.. booyah <a href="http://twitter.com/photonstorm/statuses/20454068932" class="aktt_tweet_time">#</a></li>
<li>Beautiful pixel art game demakes <a href="http://bit.ly/9YCVGv" rel="nofollow">http://bit.ly/9YCVGv</a> (I love Bayonetta!) <a href="http://twitter.com/photonstorm/statuses/20459342885" class="aktt_tweet_time">#</a></li>
<li>Toxic HummStar Rescue are on the way! <a href="http://bit.ly/bxrOdX" rel="nofollow">http://bit.ly/bxrOdX</a> <img src='http://www.photonstorm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://twitter.com/photonstorm/statuses/20463563788" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/cristinas_den" class="aktt_username">cristinas_den</a> congrats <img src='http://www.photonstorm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  are the games up anywhere to see? <a href="http://twitter.com/cristinas_den/statuses/20466187448" class="aktt_tweet_reply">in reply to cristinas_den</a> <a href="http://twitter.com/photonstorm/statuses/20466392415" class="aktt_tweet_time">#</a></li>
<li>STS9 Collab toon &#8211; pure undiluted awesomeness <a href="http://bit.ly/94YbAi" rel="nofollow">http://bit.ly/94YbAi</a> (cheers @<a href="http://twitter.com/stewartgilray" class="aktt_username">stewartgilray</a> ) <a href="http://twitter.com/photonstorm/statuses/20466929919" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/OllieClarke" class="aktt_username">OllieClarke</a> great tune isn&#039;t it <img src='http://www.photonstorm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://twitter.com/OllieClarke/statuses/20467637728" class="aktt_tweet_reply">in reply to OllieClarke</a> <a href="http://twitter.com/photonstorm/statuses/20468403285" class="aktt_tweet_time">#</a></li>
<li>Someone get me away from 1320records.com, it can&#039;t be right to have 28 items in my basket <a href="http://twitter.com/photonstorm/statuses/20469642615" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/OllieClarke" class="aktt_username">OllieClarke</a> I agree, I just bought his album (excellent for $10!), it&#039;s very demoscene <a href="http://twitter.com/OllieClarke/statuses/20468986449" class="aktt_tweet_reply">in reply to OllieClarke</a> <a href="http://twitter.com/photonstorm/statuses/20470919471" class="aktt_tweet_time">#</a></li>
<li>I&#039;m buying them! Razer&#039;s TRON keyboard and mouse <a href="http://bit.ly/af2dVb" rel="nofollow">http://bit.ly/af2dVb</a> (via @<a href="http://twitter.com/danielalbu" class="aktt_username">danielalbu</a>) <a href="http://twitter.com/photonstorm/statuses/20475503889" class="aktt_tweet_time">#</a></li>
<li>Watching the Assembly 2010 Old Skool demo compo. Some nice C64 fx up atm. <a href="http://twitter.com/photonstorm/statuses/20502063268" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/JINX" class="aktt_username">JINX</a> where have the bigger sizes gone?! #<a href="http://search.twitter.com/search?q=%23fail" class="aktt_hashtag">fail</a> <a href="http://twitter.com/JINX/statuses/20504515047" class="aktt_tweet_reply">in reply to JINX</a> <a href="http://twitter.com/photonstorm/statuses/20505318156" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/canofpopcom" class="aktt_username">canofpopcom</a> tire her out <img src='http://www.photonstorm.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  <a href="http://twitter.com/canofpopcom/statuses/20506670142" class="aktt_tweet_reply">in reply to canofpopcom</a> <a href="http://twitter.com/photonstorm/statuses/20506705563" class="aktt_tweet_time">#</a></li>
</ul>
<p align="center"><a target="_blank" class="tt" href="http://twitter.com/home/?status=@photonstorm+Twitter+Weekly+Updates+for+2010-08-08+http://tinyurl.com/39ju8ne" title="Post to Twitter"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.photonstorm.com/archives/957/twitter-weekly-updates-for-2010-08-08&amp;title=Twitter+Weekly+Updates+for+2010-08-08" title="Post to Delicious"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-delicious-micro4.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.photonstorm.com/archives/957/twitter-weekly-updates-for-2010-08-08&amp;title=Twitter+Weekly+Updates+for+2010-08-08" title="Post to Digg"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-digg-micro4.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.photonstorm.com/archives/957/twitter-weekly-updates-for-2010-08-08&amp;t=Twitter+Weekly+Updates+for+2010-08-08" title="Post to Facebook"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-facebook-micro4.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Twitter+Weekly+Updates+for+2010-08-08&amp;link=http://www.photonstorm.com/archives/957/twitter-weekly-updates-for-2010-08-08" title="Post to Ping.fm"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-ping-micro4.png" alt="Post to Ping.fm" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.photonstorm.com/archives/957/twitter-weekly-updates-for-2010-08-08&amp;title=Twitter+Weekly+Updates+for+2010-08-08" title="Post to Reddit"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-reddit-micro4.png" alt="Post to Reddit" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.photonstorm.com/archives/957/twitter-weekly-updates-for-2010-08-08&amp;title=Twitter+Weekly+Updates+for+2010-08-08" title="Post to StumbleUpon"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-su-micro4.png" alt="Post to StumbleUpon" /></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=tbwXvwx_7Xo:0p_Ca4cqVEs:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?i=tbwXvwx_7Xo:0p_Ca4cqVEs:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=tbwXvwx_7Xo:0p_Ca4cqVEs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=tbwXvwx_7Xo:0p_Ca4cqVEs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?i=tbwXvwx_7Xo:0p_Ca4cqVEs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=tbwXvwx_7Xo:0p_Ca4cqVEs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=tbwXvwx_7Xo:0p_Ca4cqVEs:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=tbwXvwx_7Xo:0p_Ca4cqVEs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?i=tbwXvwx_7Xo:0p_Ca4cqVEs:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/PhotonStorm/~4/tbwXvwx_7Xo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.photonstorm.com/archives/957/twitter-weekly-updates-for-2010-08-08/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.photonstorm.com/archives/957/twitter-weekly-updates-for-2010-08-08</feedburner:origLink></item>
		<item>
		<title>Toxic HummStar Rescue are on the way!</title>
		<link>http://feedproxy.google.com/~r/PhotonStorm/~3/NPTAjJAtDmg/toxic-hummstar-rescue-are-on-the-way</link>
		<comments>http://www.photonstorm.com/archives/951/toxic-hummstar-rescue-are-on-the-way#comments</comments>
		<pubDate>Fri, 06 Aug 2010 12:19:27 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[hummstar]]></category>
		<category><![CDATA[iLKke]]></category>

		<guid isPermaLink="false">http://www.photonstorm.com/?p=951</guid>
		<description><![CDATA[If you&#8217;ve got a problem. If no-one else can help. You need Team HummStar. Sneaky peaks ahoy]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve got a problem.</p>
<p>If no-one else can help.</p>
<p>You need <strong><em>Team HummStar</em></strong>.</p>
<p><img class="size-full wp-image-952 alignnone" title="HummStar-Are-On-The-Way" src="http://www.photonstorm.com/wp-content/uploads/2010/08/HummStar-Are-On-The-Way.png" alt="" width="256" height="98" /></p>
<p><img class="alignnone size-full wp-image-954" title="hummster" src="http://www.photonstorm.com/wp-content/uploads/2010/08/hummster.png" alt="" width="640" height="512" /></p>
<p>Sneaky peaks ahoy <img src='http://www.photonstorm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p align="center"><a target="_blank" class="tt" href="http://twitter.com/home/?status=@photonstorm+Toxic+HummStar+Rescue+are+on+the+way...+http://tinyurl.com/2btj8y4" title="Post to Twitter"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.photonstorm.com/archives/951/toxic-hummstar-rescue-are-on-the-way&amp;title=Toxic+HummStar+Rescue+are+on+the+way..." title="Post to Delicious"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-delicious-micro4.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.photonstorm.com/archives/951/toxic-hummstar-rescue-are-on-the-way&amp;title=Toxic+HummStar+Rescue+are+on+the+way..." title="Post to Digg"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-digg-micro4.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.photonstorm.com/archives/951/toxic-hummstar-rescue-are-on-the-way&amp;t=Toxic+HummStar+Rescue+are+on+the+way..." title="Post to Facebook"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-facebook-micro4.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Toxic+HummStar+Rescue+are+on+the+way...&amp;link=http://www.photonstorm.com/archives/951/toxic-hummstar-rescue-are-on-the-way" title="Post to Ping.fm"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-ping-micro4.png" alt="Post to Ping.fm" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.photonstorm.com/archives/951/toxic-hummstar-rescue-are-on-the-way&amp;title=Toxic+HummStar+Rescue+are+on+the+way..." title="Post to Reddit"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-reddit-micro4.png" alt="Post to Reddit" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.photonstorm.com/archives/951/toxic-hummstar-rescue-are-on-the-way&amp;title=Toxic+HummStar+Rescue+are+on+the+way..." title="Post to StumbleUpon"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-su-micro4.png" alt="Post to StumbleUpon" /></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=NPTAjJAtDmg:uI_rYHHLkp0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?i=NPTAjJAtDmg:uI_rYHHLkp0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=NPTAjJAtDmg:uI_rYHHLkp0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=NPTAjJAtDmg:uI_rYHHLkp0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?i=NPTAjJAtDmg:uI_rYHHLkp0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=NPTAjJAtDmg:uI_rYHHLkp0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=NPTAjJAtDmg:uI_rYHHLkp0:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=NPTAjJAtDmg:uI_rYHHLkp0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?i=NPTAjJAtDmg:uI_rYHHLkp0:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/PhotonStorm/~4/NPTAjJAtDmg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.photonstorm.com/archives/951/toxic-hummstar-rescue-are-on-the-way/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.photonstorm.com/archives/951/toxic-hummstar-rescue-are-on-the-way</feedburner:origLink></item>
		<item>
		<title>Junior PHP Developer required at Aardman Digital</title>
		<link>http://feedproxy.google.com/~r/PhotonStorm/~3/rP4T34HA2r0/junior-php-developer-required-at-aardman-digital</link>
		<comments>http://www.photonstorm.com/archives/949/junior-php-developer-required-at-aardman-digital#comments</comments>
		<pubDate>Sun, 01 Aug 2010 22:43:50 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[Game Development]]></category>
		<category><![CDATA[aardman]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[php5]]></category>

		<guid isPermaLink="false">http://www.photonstorm.com/?p=949</guid>
		<description><![CDATA[We&#8217;re hiring for a Junior PHP Developer at Aardman Digital. This role would suit a University graduate or someone relatively new to the digital industry, with a couple of years experience under their belt. We&#8217;re a fun and fast growing team, working on some really cool stuff. If you live in and around Bristol (UK) [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re hiring for a Junior PHP Developer at <a href="http://www.aardman.com/digital/" target="_blank">Aardman Digital</a>. This role would suit a University graduate or someone relatively new to the digital industry, with a couple of years experience under their belt.</p>
<p>We&#8217;re a fun and fast growing team, working on some really cool stuff. If you live in and around Bristol (UK) and are interested then please <a href="http://www.aardman.com/about-us/jobs/junior-php-developer-%E2%80%93-aardman-digital/" target="_blank">go here</a> and apply. I promise to go easy on you in the interview <img src='http://www.photonstorm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p align="center"><a target="_blank" class="tt" href="http://twitter.com/home/?status=@photonstorm+Junior+PHP+Developer+required+at+Aardman+Digital+http://tinyurl.com/27h2y67" title="Post to Twitter"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.photonstorm.com/archives/949/junior-php-developer-required-at-aardman-digital&amp;title=Junior+PHP+Developer+required+at+Aardman+Digital" title="Post to Delicious"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-delicious-micro4.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.photonstorm.com/archives/949/junior-php-developer-required-at-aardman-digital&amp;title=Junior+PHP+Developer+required+at+Aardman+Digital" title="Post to Digg"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-digg-micro4.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.photonstorm.com/archives/949/junior-php-developer-required-at-aardman-digital&amp;t=Junior+PHP+Developer+required+at+Aardman+Digital" title="Post to Facebook"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-facebook-micro4.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Junior+PHP+Developer+required+at+Aardman+Digital&amp;link=http://www.photonstorm.com/archives/949/junior-php-developer-required-at-aardman-digital" title="Post to Ping.fm"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-ping-micro4.png" alt="Post to Ping.fm" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.photonstorm.com/archives/949/junior-php-developer-required-at-aardman-digital&amp;title=Junior+PHP+Developer+required+at+Aardman+Digital" title="Post to Reddit"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-reddit-micro4.png" alt="Post to Reddit" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.photonstorm.com/archives/949/junior-php-developer-required-at-aardman-digital&amp;title=Junior+PHP+Developer+required+at+Aardman+Digital" title="Post to StumbleUpon"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-su-micro4.png" alt="Post to StumbleUpon" /></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=rP4T34HA2r0:Ld4u5lnazpI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?i=rP4T34HA2r0:Ld4u5lnazpI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=rP4T34HA2r0:Ld4u5lnazpI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=rP4T34HA2r0:Ld4u5lnazpI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?i=rP4T34HA2r0:Ld4u5lnazpI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=rP4T34HA2r0:Ld4u5lnazpI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=rP4T34HA2r0:Ld4u5lnazpI:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=rP4T34HA2r0:Ld4u5lnazpI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?i=rP4T34HA2r0:Ld4u5lnazpI:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/PhotonStorm/~4/rP4T34HA2r0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.photonstorm.com/archives/949/junior-php-developer-required-at-aardman-digital/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.photonstorm.com/archives/949/junior-php-developer-required-at-aardman-digital</feedburner:origLink></item>
		<item>
		<title>Twitter Weekly Updates for 2010-08-01</title>
		<link>http://feedproxy.google.com/~r/PhotonStorm/~3/IsjUQQFnukQ/twitter-weekly-updates-for-2010-08-01</link>
		<comments>http://www.photonstorm.com/archives/948/twitter-weekly-updates-for-2010-08-01#comments</comments>
		<pubDate>Sun, 01 Aug 2010 09:00:00 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[twitter]]></category>
		<category><![CDATA[tweets]]></category>

		<guid isPermaLink="false">http://www.photonstorm.com/archives/948/twitter-weekly-updates-for-2010-08-01</guid>
		<description><![CDATA[Went to see Inception with my wife last night.. truly excellent film, really enjoyed the twists and turns. Great score too. # RT @thibault_imbert: Publish SWC to a different location than SWF. Vote for this : http://bit.ly/bobCq9 # PlayStation Emulator for Android devices: http://twurl.nl/bl2wlv # Very impression html5/css3 game engine http://twurl.nl/ovhimr # @iainlobb yes the [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Went to see Inception with my wife last night.. truly excellent film, really enjoyed the twists and turns. Great score too. <a href="http://twitter.com/photonstorm/statuses/19513215297" class="aktt_tweet_time">#</a></li>
<li>RT @<a href="http://twitter.com/thibault_imbert" class="aktt_username">thibault_imbert</a>: Publish SWC to a different location than SWF. Vote for this : <a href="http://bit.ly/bobCq9" rel="nofollow">http://bit.ly/bobCq9</a> <a href="http://twitter.com/photonstorm/statuses/19525552899" class="aktt_tweet_time">#</a></li>
<li>PlayStation Emulator for Android devices: <a href="http://twurl.nl/bl2wlv" rel="nofollow">http://twurl.nl/bl2wlv</a> <a href="http://twitter.com/photonstorm/statuses/19574742731" class="aktt_tweet_time">#</a></li>
<li>Very impression html5/css3 game engine <a href="http://twurl.nl/ovhimr" rel="nofollow">http://twurl.nl/ovhimr</a> <a href="http://twitter.com/photonstorm/statuses/19577089576" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/iainlobb" class="aktt_username">iainlobb</a> yes the 360 upscales DVDs, it makes a great job of mine (if your TV is quality enough to warrant it!) <a href="http://twitter.com/iainlobb/statuses/19642029513" class="aktt_tweet_reply">in reply to iainlobb</a> <a href="http://twitter.com/photonstorm/statuses/19642335902" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/kdsh7" class="aktt_username">kdsh7</a> @iainlobb upscaling over hdmi has been around for ages, and over VGA since Spring Update <a href="http://twitter.com/kdsh7/statuses/19643370619" class="aktt_tweet_reply">in reply to kdsh7</a> <a href="http://twitter.com/photonstorm/statuses/19643654474" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/kdsh7" class="aktt_username">kdsh7</a> don&#039;t worry, i&#039;m sure it won&#039;t be long before your old one breaks <img src='http://www.photonstorm.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  <a href="http://twitter.com/kdsh7/statuses/19655622278" class="aktt_tweet_reply">in reply to kdsh7</a> <a href="http://twitter.com/photonstorm/statuses/19656859159" class="aktt_tweet_time">#</a></li>
<li>had an awesome time with Martyn and Team17 about an exciting new project &#8211; fingers crossed! <a href="http://twitter.com/photonstorm/statuses/19839234339" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/iainlobb" class="aktt_username">iainlobb</a> the very same, yes.. great offices, great people <a href="http://twitter.com/iainlobb/statuses/19839841607" class="aktt_tweet_reply">in reply to iainlobb</a> <a href="http://twitter.com/photonstorm/statuses/19839968340" class="aktt_tweet_time">#</a></li>
</ul>
<p align="center"><a target="_blank" class="tt" href="http://twitter.com/home/?status=@photonstorm+Twitter+Weekly+Updates+for+2010-08-01+http://tinyurl.com/22rwvok" title="Post to Twitter"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://www.photonstorm.com/archives/948/twitter-weekly-updates-for-2010-08-01&amp;title=Twitter+Weekly+Updates+for+2010-08-01" title="Post to Delicious"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-delicious-micro4.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://www.photonstorm.com/archives/948/twitter-weekly-updates-for-2010-08-01&amp;title=Twitter+Weekly+Updates+for+2010-08-01" title="Post to Digg"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-digg-micro4.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://www.photonstorm.com/archives/948/twitter-weekly-updates-for-2010-08-01&amp;t=Twitter+Weekly+Updates+for+2010-08-01" title="Post to Facebook"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-facebook-micro4.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Twitter+Weekly+Updates+for+2010-08-01&amp;link=http://www.photonstorm.com/archives/948/twitter-weekly-updates-for-2010-08-01" title="Post to Ping.fm"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-ping-micro4.png" alt="Post to Ping.fm" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://www.photonstorm.com/archives/948/twitter-weekly-updates-for-2010-08-01&amp;title=Twitter+Weekly+Updates+for+2010-08-01" title="Post to Reddit"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-reddit-micro4.png" alt="Post to Reddit" /></a> <a target="_blank" class="tt" href="http://stumbleupon.com/submit?url=http://www.photonstorm.com/archives/948/twitter-weekly-updates-for-2010-08-01&amp;title=Twitter+Weekly+Updates+for+2010-08-01" title="Post to StumbleUpon"><img class="nothumb" src="http://www.photonstorm.com/wp-content/plugins/tweet-this/icons/tt-su-micro4.png" alt="Post to StumbleUpon" /></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=IsjUQQFnukQ:O4m_2YpFDGw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?i=IsjUQQFnukQ:O4m_2YpFDGw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=IsjUQQFnukQ:O4m_2YpFDGw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=IsjUQQFnukQ:O4m_2YpFDGw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?i=IsjUQQFnukQ:O4m_2YpFDGw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=IsjUQQFnukQ:O4m_2YpFDGw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=IsjUQQFnukQ:O4m_2YpFDGw:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/PhotonStorm?a=IsjUQQFnukQ:O4m_2YpFDGw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/PhotonStorm?i=IsjUQQFnukQ:O4m_2YpFDGw:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/PhotonStorm/~4/IsjUQQFnukQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.photonstorm.com/archives/948/twitter-weekly-updates-for-2010-08-01/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.photonstorm.com/archives/948/twitter-weekly-updates-for-2010-08-01</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 2.315 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-09-07 15:36:07 --><!-- Compression = gzip -->
