<?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:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:yt="http://gdata.youtube.com/schemas/2007" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
   <channel>
      <title>aralbalkan.com</title>
      <description>This is the combined posts and Qik videos feed for my blog.</description>
      <link>http://pipes.yahoo.com/pipes/pipe.info?_id=1BB1b2ez3RGTQYw9BR50VA</link>
      <pubDate>Sat, 21 Nov 2009 10:03:09 -0800</pubDate>
      <generator>http://pipes.yahoo.com/pipes/</generator>
      <creativeCommons:license>http://creativecommons.org/licenses/by-nc/3.0/</creativeCommons:license><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/aralbalkan" type="application/rss+xml" /><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2Faralbalkan" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2Faralbalkan" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2Faralbalkan" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.feedburner.com/aralbalkan" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2Faralbalkan" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2Faralbalkan" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2Faralbalkan" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
         <title>Importing YouTube comments into your Wordpress blog</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/MR6lXjCE3jM/2584</link>
         <description>So you just embedded a YouTube video in your Wordpress post and people are commenting on it… on YouTube – oops! You probably don't want half your comments on YouTube and the half on your post. Thankfully, there's a plugin for that! Genki Wordpress Plugin
The Genki YouTube Comments Wordpress plugin imports YouTube comments into your Wordpress [...]</description>
         <guid isPermaLink="false">http://aralbalkan.com/?p=2584</guid>
         <pubDate>Sat, 21 Nov 2009 06:44:52 -0800</pubDate>
         <content:encoded><![CDATA[<p id="top"/>So you just embedded a YouTube video in your Wordpress post and people are commenting on it… on YouTube – oops! 
<p>You probably don't want half your comments on YouTube and the half on your post. Thankfully, there's a plugin for that!</p>
<p><span id="more-2584"></span></p>
<h3>Genki Wordpress Plugin</h3>
<p>The <a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/genki-youtube-comments/">Genki YouTube Comments Wordpress plugin</a> imports YouTube comments into your Wordpress posts. It's great for keeping the conversation on your blog. You can schedule comments to be imported at regular intervals or import them manually through the Admin interface. </p>
<p>For any post that you want to import YouTube comments into, you just add a Custom Field with youtubevidid as the key and the actual YouTube Video ID of your video as the value.</p>
<h3>Making it pretty: adding a YouTube Gravatar</h3>
<p><img alt="YouTube gravatar" style="float:right;margin-left:1em;">By default, the imported comments use the default Gravatar. If you want to use a custom gravatar, instead, hack the code to change the email address used for imported posts to youtube@aralbalkan.com:</p>
<pre class="php"><span style="color:#0000ff;">$comment_author_email</span> = <span style="color:#ff0000;">'youtube@aralbalkan.com'</span>;</pre>
<p>I registered this Gravatar account and mocked up a quick YouTube icon for it. Feel free to use it.</p>
<p>By the way, I also removed the default (and butt-ugly) " [..YouTube..] " prefix that the plugin adds to comments:</p>
<pre class="php"><span style="color:#0000ff;">$comment_content</span> = <a rel="nofollow" target="_blank" href="http://www.php.net/addslashes"><span style="color:#000066;">addslashes</span></a><span style="color:#66cc66;">&#40;</span><span style="color:#0000ff;">$ytvideo</span>-&gt;<span style="color:#006600;">CONTENT</span><span style="color:#66cc66;">&#91;</span><span style="color:#cc66cc;">0</span><span style="color:#66cc66;">&#93;</span>-&gt;_text<span style="color:#66cc66;">&#41;</span>;</pre>
<p>You can see the plugin at work on my <a rel="nofollow" target="_blank" href="http://aralbalkan.com/2563">Star Trek: The Movie on USB Stick post</a>.</p>
<p>Enjoy!</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/aralbalkan?a=MR6lXjCE3jM:WtqX-V271w0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=MR6lXjCE3jM:WtqX-V271w0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=MR6lXjCE3jM:WtqX-V271w0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/aralbalkan?i=MR6lXjCE3jM:WtqX-V271w0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=MR6lXjCE3jM:WtqX-V271w0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/aralbalkan?i=MR6lXjCE3jM:WtqX-V271w0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=MR6lXjCE3jM:WtqX-V271w0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/aralbalkan?i=MR6lXjCE3jM:WtqX-V271w0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=MR6lXjCE3jM:WtqX-V271w0:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/aralbalkan/~4/MR6lXjCE3jM" height="1" width="1"/>]]></content:encoded>
      <feedburner:origLink>http://aralbalkan.com/2584</feedburner:origLink></item>
      <item>
         <title>Star Trek: The Movie on USB Stick</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/JD7ksKz7rrs/2563</link>
         <description>Today I saw something I'd been hoping to see for some time now: a movie released on USB stick. Specifically, the latest Star Trek movie in a limited-edition USB stick shaped like a Communicator.
Unboxing The Precious
You can watch my unboxing of it, above, to see that they really did put some care into the packaging. [...]</description>
         <guid isPermaLink="false">http://aralbalkan.com/?p=2563</guid>
         <pubDate>Fri, 20 Nov 2009 10:45:15 -0800</pubDate>
         <content:encoded><![CDATA[<p id="top"/><iframe class="embeddedvideo" src="http://www.youtube.com/v/Sdi8tWXMqaM&hl=en_US&fs=1&color1=0x3a3a3a&color2=0x999999" type="application/x-shockwave-flash" width="480" height="385"></iframe>
<p>Today I saw something I'd been hoping to see for some time now: a movie released on USB stick. Specifically, the latest Star Trek movie in a limited-edition USB stick shaped like a Communicator.<span id="more-2563"></span></p>
<h3>Unboxing The Precious</h3>
<p>You can watch my unboxing of it, above, to see that they really did put some care into the packaging. Unfortunately, the same care didn't seem to go into the software side of it (e.g., when you plug it into your Mac, it shows up as "NO NAME" – quite a large oversight.) </p>
<h3>Watching the movie: DivX VOD</h3>
<p>To watch the movie, you have to download the <a rel="nofollow" target="_blank" href="http://www.divx.com/en/products/software/mac/divx">DivX player</a>, get a DivX account, and activate the movie online using the activation code in the package and your email address.</p>
<p>The first time I did this, I got an error telling me that I wasn't licensed to view the movie. What I missed (and it's easy to miss) was this tiny little link in Step 3 of the activation process instructing me to download a <em>.tix</em> file with my license in it.</p>
<p><img src="http://aralbalkan.com/images/27ab902cc436d0775a9b590a19e05c44.png" alt="The tiny download link for the Star Trek license file." style="float:right;margin-left:1em;">Needless to say, this is a huge usability FAIL that the Star Trek folks need to address. Center that baby, make it 30pt or something and heck, add an icon for good measure so no one can possibly miss it.</p>
<p>Once you download the license file, double click it to launch it and you should be up and running with the movie in the DivX player. </p>
<p>You can apparently play the film in up to 7 devices, including your PS3. </p>
<h3>Watching the movie on a PS3</h3>
<p>To get it up and running on the PS3, you need to register for an account with DivX and download the DivX player, as mentioned above. Then, on your PS3, go to Settings &#x2192; System Settings &#x2192; DivX VOD Registration Code and note down the code displayed on that screen. </p>
<p><img src="http://aralbalkan.com/images/90ea1b5b0743b6a369532776f9b8aaf7.png" alt="Register a DivX Certified Device menu option in the DivX Player" style="float:right;margin-left:1em;">Finally, in the DivX player on your computer, go to VOD &#x2192; Register a DivX Certified Device… &#x2192; and enter the DivX VOD Registration Code you noted from the PS3. </p>
<p>The DivX player should tell you that you need to download a registration video and play it back on your PS3 to complete the registration process.</p>
<p>This is where the Star Trek USB key comes in handy. Download the registration video and copy it on to your USB key. Then plug that into the PS3 and navigate to Video &#x2192; USB Device (Flash Disk) from the main menu. </p>
<p>Do <em>not</em> enter the USB Device (Flash Disk) option using the "X" button the controller as you will see a message alerting you that "there are no titles" (usability FAIL). Instead, use the <em>green triangle</em> button to bring up the Options screen and then select the highlighted Display All option.</p>
<p><img src="http://aralbalkan.com/wp-content/uploads/2009/11/divx-activation.jpg" alt="DivX VOD activation screen on the PS3" title="divx-activation" width="500" height="264" class="aligncenter size-full"/></p>
<p>Now, you should see the PS3 DivX activation movie and the Star Trek movie. Play the DivX activation movie and you should see a screen telling you that your PS3 has now been activated. You should now be set up to watch DivX VOD movies on your PS3. Of course, you can test this right away by watching your new Star Trek movie in glorious HD.</p>
<h3>USB to the Future</h3>
<p>I have to say, this feels far more like the future than Blu-Ray. Me likes. And yet the usability can be improved and the process simplified. If anyone from Sony/DivX/etc. is reading this, <a rel="nofollow">feel free to get in touch with me</a> as I'd love to work with you on improving the flow.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/aralbalkan?a=JD7ksKz7rrs:b_5dmZMbUeo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=JD7ksKz7rrs:b_5dmZMbUeo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=JD7ksKz7rrs:b_5dmZMbUeo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/aralbalkan?i=JD7ksKz7rrs:b_5dmZMbUeo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=JD7ksKz7rrs:b_5dmZMbUeo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/aralbalkan?i=JD7ksKz7rrs:b_5dmZMbUeo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=JD7ksKz7rrs:b_5dmZMbUeo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/aralbalkan?i=JD7ksKz7rrs:b_5dmZMbUeo:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=JD7ksKz7rrs:b_5dmZMbUeo:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/aralbalkan/~4/JD7ksKz7rrs" height="1" width="1"/>]]></content:encoded>
      <feedburner:origLink>http://aralbalkan.com/2563</feedburner:origLink></item>
      <item>
         <title>Thoughts on Paul Graham’s post: “Apple’s Mistake”</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/hXymcYqMG60/2560</link>
         <description>I just read Paul Graham's blog post titled Apple's Mistake. If Steve Jobs doesn't read that post and finally take some action on the farce that is the App Store approval process, Apple will have made two mistakes. And you should read it too because it is overflowing with wisdom.
It is telling in itself that [...]</description>
         <guid isPermaLink="false">http://aralbalkan.com/?p=2560</guid>
         <pubDate>Fri, 20 Nov 2009 05:30:10 -0800</pubDate>
         <content:encoded><![CDATA[<p id="top"/>I just read Paul Graham's blog post titled <a rel="nofollow" target="_blank" href="http://www.paulgraham.com/apple.html">Apple's Mistake</a>. If Steve Jobs doesn't read that post and finally take some action on the farce that is the App Store approval process, Apple will have made two mistakes. And you should read it too because it is overflowing with wisdom.
<p>It is telling in itself that Paul doesn't feel the need to make the case that Apple's App Store approval process is broken. I feel we can all safely agree that it is. The real problem, according to Paul, however, is a greater one:<span id="more-2560"></span></p>
<blockquote><p>I don't think Apple realizes how badly the App Store approval process is broken. Or rather, I don't think they realize how much it matters that it's broken.</p>
<p>The way Apple runs the App Store has harmed their reputation with programmers more than anything else they've ever done. Their reputation with programmers used to be great. It used to be the most common complaint you heard about Apple was that their fans admired them too uncritically. The App Store has changed that. Now a lot of programmers have started to see Apple as evil.</p></blockquote>
<p>Perception. </p>
<p>Good will.</p>
<p>We're not talking about how many applications there are on the App Store today or how many developers there are currently on the platform. We're talking about how happy those developers are. About what they think of Apple. </p>
<p>We're not talking about things that will necessarily affect Apple today but may have a profound affect on the iPhone platform one month/one year/maybe years from now.</p>
<p>I already wrote about how <a rel="nofollow" target="_blank" href="http://aralbalkan.com/2514">Apple has already begun to lose iPhone Value Adders</a> and <a rel="nofollow" target="_blank" href="http://aralbalkan.com/2530">how I've personally been hurt by Apple's App Store approval process</a>. Not surprisingly, I find myself left with a very sour taste in my mouth (and writing posts <a rel="nofollow" target="_blank" href="http://aralbalkan.com/2508">extolling the virtues of open web technologies</a> and praising the innovative open approach of companies like Palm and Google.) </p>
<p>All this and I haven't even submitted my app to Apple yet. (I hope to by this Monday, the latest!) </p>
<p>I am scared, however, of how I will support my users when updates takes weeks to get approved. </p>
<p>Wait a second, <em>I'm scared</em>. </p>
<p>I'm scared of how Apple's lengthy approval process will impact my reputation if I can't deploy a bug fix in a timely manner. I am a developer and I am scared of the platform I am developing for. </p>
<p>Something is very wrong here. </p>
<p>Paul asks:</p>
<blockquote><p>How did Apple get into this mess? Their fundamental problem is that they don't understand software.</p></blockquote>
<p>Apple understands that User Experience is about control. That's why they control both the hardware and the software that goes into a Mac. They understand that UX requires a dictatorial iron fist to avoid feature creep and maintain consistency. They understand that the magic word is "no", not yes. And this works wonderfully for them on the desktop because they don't attempt to extend this control to third parties. </p>
<p>There is an honor system of sorts for Mac software developers. Apple leads by example, not direct control. Developers create beautiful, engaging apps for the Mac because they want to and because they want to match the elegance of the operating system and the default applications. It is, however, possible to create ugly apps that don't work for the Mac and no one can stop you from doing that if that's what rocks your boat. </p>
<p>If this works on the desktop, why not implement it on the iPhone? Why not let developers put whatever they like up on the App Store (and update it as frequently as they like), <a rel="nofollow" target="_blank" href="http://aralbalkan.com/2460">implement a cooling off/refund period to protect users</a>, and let users and the market decide which apps rise to the top and which get buried?</p>
<p>To understand Apple's thinking, here are more words of wisdom from Paul:</p>
<blockquote><p>They treat iPhone apps the way they treat the music they sell through iTunes. Apple is the channel; they own the user; if you want to reach users, you do it on their terms. The record labels agreed, reluctantly. But this model doesn't work for software. It doesn't work for an intermediary to own the user… If software publishing didn't work in 1980, it works even less now that software development has evolved from a small number of big releases to a constant stream of small ones.</p></blockquote>
<p>Software definitely isn't music. A piece of music, once published, is finished. File corruption aside, you never need to update a piece of music (I'd personally love a system where artists could push new versions and updates to their songs as they evolved them but that's definitely the topic of a separate blog post). Software, on the other hand, is ever-evolving. The only time a piece of software is "finished" is when it is no longer being developed or supported. In other words, the only time a piece of software is "finished" is when it is dead. </p>
<blockquote><p>But Apple doesn't understand that either. Their model of product development derives from hardware. They work on something till they think it's finished, then they release it. You have to do that with hardware, but because software is so easy to change, its design can benefit from evolution. The standard way to develop applications now is to launch fast and iterate. Which means it's a disaster to have long, random delays each time you release a new version.</p></blockquote>
<p>More than anything else, it is the potential nightmare of not being able to release timely updates that scares me about the iPhone. More than anything else, this is the reason I am actively looking into alternative platforms like Palm's WebOS and Google's Android. I love the iPhone but I also love my reputation and I would hate for Apple to ruin it.</p>
<p>To understand how important timely updates is to software, consider this: </p>
<blockquote><p>How would Apple like it if when they discovered a serious bug in OS X, instead of releasing a software update immediately, they had to submit their code to an intermediary who sat on it for a month and then rejected it because it contained an icon they didn't like?</p>
<p>By breaking software development, Apple gets the opposite of what they intended: the version of an app currently available in the App Store tends to be an old and buggy one.</p></blockquote>
<p>And this is where Apple is failing its users, developers, and, ultimately, its shareholders:</p>
<p>A buggy app on the App Store means lost sales for the developer and for Apple.</p>
<p>Apple has to realize that – like it or not – it is in bed with developers. This is an intimate relationship. If Apple's policies mean that developers and their apps get ill, Apple's eventually going to catch it too. </p>
<p>In the short term, it may feel like it's just a few disgruntled developers whining about their experiences but trust me, we're just the vocal ones. We act as the pressure valves, voicing concerns that a much larger group may share even if they don't necessarily have the platform or desire to voice them as loudly. Apple's worries will truly begin when the silent developers simply stop developing for the iPhone and take their efforts elsewhere. </p>
<p>The problem with that is that you don't hear it happen.</p>
<p>* * *</p>
<p>There is far more to Paul's post that I have addressed here so, do yourself a favor and <a rel="nofollow" target="_blank" href="http://www.paulgraham.com/apple.html">read the full article</a>.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/aralbalkan?a=hXymcYqMG60:nifQNUFmbm4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=hXymcYqMG60:nifQNUFmbm4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=hXymcYqMG60:nifQNUFmbm4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/aralbalkan?i=hXymcYqMG60:nifQNUFmbm4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=hXymcYqMG60:nifQNUFmbm4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/aralbalkan?i=hXymcYqMG60:nifQNUFmbm4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=hXymcYqMG60:nifQNUFmbm4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/aralbalkan?i=hXymcYqMG60:nifQNUFmbm4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=hXymcYqMG60:nifQNUFmbm4:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/aralbalkan/~4/hXymcYqMG60" height="1" width="1"/>]]></content:encoded>
      <feedburner:origLink>http://aralbalkan.com/2560</feedburner:origLink></item>
      <item>
         <title>Geomurder</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/QCJ6ZjjA6uw/2558</link>
         <description>Mr. Reed was royally pissed off. The virtual whore house those scrawny-necked geeks had set up at his geocoordinates was a blemish on the otherwise spotless reputation of his fine foods business. Bitches and caviar didn't mix. And Mr. Reed was not about to let anyone jeopardize the success he had scraped together from the [...]</description>
         <guid isPermaLink="false">http://aralbalkan.com/?p=2558</guid>
         <pubDate>Thu, 19 Nov 2009 07:04:52 -0800</pubDate>
         <content:encoded><![CDATA[<p id="top"/>Mr. Reed was royally pissed off. 
<p>The virtual whore house those scrawny-necked geeks had set up at his geocoordinates was a blemish on the otherwise spotless reputation of his fine foods business. Bitches and caviar didn't mix. And Mr. Reed was not about to let anyone jeopardize the success he had scraped together from the crumbs of so many sacrifices.</p>
<p>Follow request: The_Cleaner_Brighton. </p>
<p><span id="more-2558"></span></p>
<p>The_Cleaner_Brighton is now following you on Twitter.</p>
<p>d @The_Cleaner_Brighton: Need to remove porn geolayer at 50.826298,-0.139132. Pls help.</p>
<p>d @RitchesFoods: £5K to TheCleanerBrigton@googlemail.com via PayPal. I will handle it Tues. </p>
<p>d @The_Cleaner_Brighton: Sent. </p>
<p>Tuesday, May 23rd, 2013.</p>
<p>Refresh… porn… refresh… hookers… refresh… nothing.</p>
<p>Mr. Reed smiled for the first time in months. The_Cleaner_Brighton was good. The seedy geolayer would soon be a distant memory; a humorous conversation piece at the club. How refreshing to have one's top worry once again be whether to stock Norwegian or Scottish salmon next month.</p>
<p>His smile faded as his glance fell on the morning paper.</p>
<p>GEOHACKERS FOUND DEAD IN BRIGHTON.</p>
<p>d @The_Cleaner_Brighton What did you do?</p>
<p>d @RitchesFoods I handled it.</p>
<p>@The_Cleaner_Brighton You killed them?</p>
<p>d @RitchesFoods That wasn't a direct message.</p>
<p>d @RitchesFoods Don't worry, I'll handle it.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/aralbalkan?a=QCJ6ZjjA6uw:61HLl1dODJU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=QCJ6ZjjA6uw:61HLl1dODJU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=QCJ6ZjjA6uw:61HLl1dODJU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/aralbalkan?i=QCJ6ZjjA6uw:61HLl1dODJU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=QCJ6ZjjA6uw:61HLl1dODJU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/aralbalkan?i=QCJ6ZjjA6uw:61HLl1dODJU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=QCJ6ZjjA6uw:61HLl1dODJU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/aralbalkan?i=QCJ6ZjjA6uw:61HLl1dODJU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=QCJ6ZjjA6uw:61HLl1dODJU:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/aralbalkan/~4/QCJ6ZjjA6uw" height="1" width="1"/>]]></content:encoded>
      <feedburner:origLink>http://aralbalkan.com/2558</feedburner:origLink></item>
      <item>
         <title>Links for 2009-11-18</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/iPOKH97g5ng/2555</link>
         <description>The Really Mobile Project » Blog Archive » Shopping at the OVI store…
A tale of woe about shopping in the OVI store… “Would you like a Hannah Montana screen-saver with that?” It would be funny if it weren’t true.
(via James Governor)
(tags: ovi, nokia, ux) Apple&amp;#039;s App Store Rejections &amp;#124; Ted Landau&amp;#039;s User Friendly Blog &amp;#124; The Mac [...]</description>
         <guid isPermaLink="false">http://aralbalkan.com/2555</guid>
         <pubDate>Wed, 18 Nov 2009 15:06:41 -0800</pubDate>
         <content:encoded><![CDATA[<p id="top"/>
<ul class="delicious">
<li>
<div class="delicious-link"><a rel="nofollow" target="_blank" href="http://thereallymobileproject.com/2009/10/shopping-at-the-ovi-store/">The Really Mobile Project » Blog Archive » Shopping at the OVI store…</a></div>
<div class="delicious-extended">A tale of woe about shopping in the OVI store… “Would you like a Hannah Montana screen-saver with that?”
<p><span id="more-2555"></span></p>
<p>It would be funny if it weren’t true.</p>
<p>(via <a rel="nofollow" target="_blank" href="http://twitter.com/monkchips">James Governor</a>)</div>
<div class="delicious-tags">(tags: <a rel="nofollow" target="_blank" href="http://delicious.com/aralbalkan/ovi%2C">ovi,</a> <a rel="nofollow" target="_blank" href="http://delicious.com/aralbalkan/nokia%2C">nokia,</a> <a rel="nofollow" target="_blank" href="http://delicious.com/aralbalkan/ux">ux</a>)</div>
</li>
<li>
<div class="delicious-link"><a rel="nofollow" target="_blank" href="http://www.macobserver.com/tmo/article/apples_app_store_rejections/">Apple&#039;s App Store Rejections | Ted Landau&#039;s User Friendly Blog | The Mac Observer</a></div>
</li>
<li>
<div class="delicious-link"><a rel="nofollow" target="_blank" href="http://www.msnbc.msn.com/id/33835003/ns/technology_and_science-tech_and_gadgets/">Apple doesn’t seem to like mixing apps, politics - Tech and gadgets- msnbc.com</a></div>
</li>
<li>
<div class="delicious-link"><a rel="nofollow" target="_blank" href="http://arstechnica.com/apple/news/2009/11/respected-developers-fleeing-from-app-store-platform.ars">Respected developers begin fleeing from App Store platform - Ars Technica</a></div>
</li>
</ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/aralbalkan?a=iPOKH97g5ng:bdXGNbdY_xM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=iPOKH97g5ng:bdXGNbdY_xM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=iPOKH97g5ng:bdXGNbdY_xM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/aralbalkan?i=iPOKH97g5ng:bdXGNbdY_xM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=iPOKH97g5ng:bdXGNbdY_xM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/aralbalkan?i=iPOKH97g5ng:bdXGNbdY_xM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=iPOKH97g5ng:bdXGNbdY_xM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/aralbalkan?i=iPOKH97g5ng:bdXGNbdY_xM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=iPOKH97g5ng:bdXGNbdY_xM:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/aralbalkan/~4/iPOKH97g5ng" height="1" width="1"/>]]></content:encoded>
         <category>Links</category>
      <feedburner:origLink>http://aralbalkan.com/2555</feedburner:origLink></item>
      <item>
         <title>How Apple’s App Store review process hurt Occipital’s RedLaser SDK and my very own ‘avit iPhone app</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/A_zpx6YeGEg/2530</link>
         <description>Occipital is the company behind RedLaser (iTunes link), a hugely-successful barcode scanning app for the iPhone that is one of the top-selling and highest-grossing apps on the App Store. Beyond that, however, Occipital is a Value Adder, just like Joe Hewitt. Instead of being content with having one of the top-selling apps on the App [...]</description>
         <guid isPermaLink="false">http://aralbalkan.com/?p=2530</guid>
         <pubDate>Tue, 17 Nov 2009 07:45:02 -0800</pubDate>
         <content:encoded><![CDATA[<p id="top"/><a rel="nofollow" target="_blank" href="http://www.occipital.com/">Occipital</a> is the company behind <a rel="nofollow" target="_blank" href="http://click.linksynergy.com/fs-bin/stat?id=USWiahm1z0M&offerid=146261&type=3&subid=0&tmpid=1826&RD_PARM1=http%253A%252F%252Fitunes.apple.com%252Fus%252Fapp%252Fredlaser%252Fid312720263%253Fmt%253D8%2526uo%253D6%2526partnerId%253D30">RedLaser (iTunes link)</a>, a hugely-successful barcode scanning app for the iPhone that is one of the top-selling and highest-grossing apps on the App Store. 
<p>Beyond that, however, Occipital is <a rel="nofollow" target="_blank" href="http://aralbalkan.com/2514">a Value Adder, just like Joe Hewitt</a>. </p>
<p><span id="more-2530"></span></p>
<p>Instead of being content with having one of the top-selling apps on the App Store, as a Value Adder, Occipital decided to devote considerable time, effort, and money into <em>extending</em> the iPhone platform by sharing their technology and giving any developer the ability to add 1D barcode scanning to their apps via a commercial SDK called the <a rel="nofollow" target="_blank" href="http://www.redlaser.com/SDK.aspx">RedLaser SDK</a>.</p>
<p>(Occipital takes a well-deserved 10% cut of commercial apps that use the RedLaser SDK.) </p>
<h3>The RedLaser SDK</h3>
<p>The RedLaser SDK is a beautiful plug-and-play library that makes it trivial to add high-accuracy 1D barcode scanning for any generation iPhone (not just the 3GS with its auto-focus camera). This is huge. It opens up the iPhone platform to a whole slew of new applications hitherto made infeasible by the poor quality cameras on older iPhone models and the complexity of implementing accurate and efficient 1D barcode scanning from the ground up.</p>
<p>So how do you think Apple responded to such a wonderful addition to the iPhone platform? By working closely with Occipital to help them in any way they could? By buying Occipital and adding their technology to the official iPhone SDK?</p>
<p>Nope, you guessed it: by rejecting apps built with the RedLaser SDK. </p>
<p>Why?</p>
<p>Because Occipital used <em>an undocumented API call in a public framework</em> (not a private API call) to bring real-time barcode scanning to the iPhone platform in the RedLaser SDK.</p>
<h3>The technical details</h3>
<p>The RedLaser SDK which Apple rejected – let's call it the RedLaser Realtime SDK – uses the undocumented UIGetScreenImage call to constantly sample the video stream, trying to detect the presence of a barcode in the image. </p>
<p>In my extensive tests with the RedLaser RealTime SDK while bulding <a rel="nofollow" target="_blank" href="http://avitapp.com">'avit</a>, I did not encounter any crashes whatsoever and neither did I find any other negative repercussions from the use of this call. As far as I'm concerned, there is no technical reason whatsoever for Apple to have rejected the use of this call apart from the fact that it is an undocumented API call in an otherwise public framework.</p>
<h3>Get it straight: This is not Occipital's fault but Apple's shortsightedness</h3>
<p>After it came to light that Apple was rejecting the RedLaser Realtime SDK some people mistakenly began to blame Occipital and RedLaser.</p>
<p>The most public of these came from Nick Lansley from Tesco, in his blog post titled <a rel="nofollow" target="_blank" href="http://techfortesco.blogspot.com/2009/11/barcode-scanning-for-iphone-anyone-help.html">Barcode scanning for iPhone – anyone help?</a> wherein he lamented the RedLaser Realtime SDK's use of "'hidden' iPhone API calls" and put out a call for someone to create a barcode scanning component using "published iPhone/Cocoa-Touch API calls and not in any way try and use hacked internal knowledge of iPhone."</p>
<p>Unfortunately, what Nick didn't understand was that any real-time solution that anyone created would have had to use the same undocumented API call and that the only other alternative was what RedLaser ended up implementing in the next version of their SDK – let's call it the RedLaser Burst SDK – which was to use a "tap to scan" flow and the takePicture() API call.</p>
<p>Thankfully, <a rel="nofollow" target="_blank" href="http://techfortesco.blogspot.com/2009/11/new-version-of-redlaser-uses-only.html">Nick did post a retraction on his blog</a> after this clear explanation by Jeffrey Powers, co-founder of Occipital:</p>
<blockquote><p>I thought you would like to know that RedLaser, as an algorithm, has nothing to do with unpublished APIs, but that video processing in general is currently impossible without unpublished API use. We have some confidence that Apple will course-correct on this issue with their next OS update.</p>
<p>In the meantime, we do have a version of RedLaser that avoids this problem which became publicly available as of yesterday. It uses what we call "Photo-Burst" instead of the unpublished API, which means it takes a couple of snapshots very rapidly and then processes those momentarily. At the core it still uses RedLaser's state of the art barcode recognition, and it still works on all iPhone models.</p></blockquote>
<h3>Apple to developers: your app's UX be damned?</h3>
<p>From the user's perspective, the realtime nature of the barcode scanner in the RedLaser Realtime SDK provides a beautiful user experience:</p>
<p>You simply aim your iPhone's camera at a barcode and move it around slightly until the phone recognizes the barcode. The flow incorporates elements of game dynamics as the user quickly learns the ideal range that a barcode is sampled at via play. </p>
<p>Unfortunately, since Apple decided to reject apps built on the realtime RedLaser SDK, this user experience is now not available to iPhone users. </p>
<h3>The alternative</h3>
<p>In light of Apple's rejection of apps built on the RedLaser Realtime SDK, Occipital was forced to devote yet more development time, effort, and money, to reworking a perfectly functional SDK to create the RedLaser Burst SDK, which doesn't use the undocumented API call. </p>
<p>This means that the RedLaser Burst SDK doesn't perform realtime analysis of the video image. Instead, the user has to align the barcode and tap the screen (or a button). At this point, the phone takes two or three pictures of the barcode in rapid succession and attempts to detect the barcode within those images. If it cannot detect it, the user has to align the barcode again and tap to scan again.</p>
<p>This, of course, is a step backwards insofar as the user experience is concerned.</p>
<p>In place of a playful process of continuous feedback, you potentially have a series of failures and retries. </p>
<p>Now, thankfully, RedLaser's barcode recognition algorithms are really advanced so in most cases a single scan with the Burst SDK is all it takes to recognize a barcode. However, the accuracy does drop on older handsets and it may take the user a little while to find the best focal distance for capturing barcodes without continuous feedback. </p>
<p>The saddest part of all this is that Apple has made the decision to reject the RedLaser Realtime SDK not based on any sound technical decision but rather on its shortsighted and inconsistent App Store review policies. Furthermore, it has done so in full knowledge that this decision would lead to less-than-optimal user experiences in apps that used the non-realtime alternative.</p>
<p>Can you see how Apple is acting contrary to its own interests here? </p>
<p>Apple is <em>all about</em> user experience. </p>
<p>Here, they are saying that app developers have to sacrifice the user experience of their apps because, well…, because Apple said so, that's why!</p>
<p>And this decision isn't even in Apple's own best interests or, perhaps more importantly, in those of its shareholders.</p>
<h3>How Apple's App Store review process is failing its shareholders</h3>
<p>If you understand that Apple's bottom line is inextricably linked to sales of apps on the iPhone platform, you begin to understand how its App Store review process actually hurts Apple and its shareholders. </p>
<p>Let's see how Apple's decision to reject apps based on the RedLaser Realtime SDK, hurts itself and its shareholders:</p>
<ul>
<li>Apple makes 30% of all app sales</li>
<li>Apps that use the RedLaser Realtime SDK will have the best possible user experience and will sell the most possible units, making Apple the highest profit.</li>
<li>Apps that use the RedLaser Burst SDK will have a sub-optimal user experience – even though that may still be a good user experience, it will not, by definition, be the <em>best possible</em> one. This will likely lead to less units of the app being sold and thus Apple will make less profit than it otherwise could have.</li>
</ul>
<p>Let me state it plainly: by rejecting apps and whole SDKs based on its shortsighted App Store review process policies instead of based on the value they add to the platform and their user experience, Apple is reducing its own profit and thus failing its stockholders.</p>
<p>And I'm not the only one who thinks so.</p>
<p>Apple's shortsighted policy on disallowing real-time analysis of the video image on iPhones is blocking a whole range of potential augmented reality applications and thus further reducing Apple's potential profits.</p>
<h3>Another app not created, another sale unrealized.</h3>
<p>Just last night, when I was thinking of writing this blog post, I read <a rel="nofollow" target="_blank" href="http://twitter.com/u2elan/status/5772482598">a tweet</a> from <a rel="nofollow" target="_blank" href="http://twitter.com/u2elan">Tim Sears</a>, author of the excellent <a rel="nofollow" target="_blank" href="http://click.linksynergy.com/fs-bin/stat?id=USWiahm1z0M&offerid=146261&type=3&subid=0&tmpid=1826&RD_PARM1=http%253A%252F%252Fitunes.apple.com%252Fus%252Fapp%252Frobotvision%252Fid329678544%253Fmt%253D8%2526uo%253D6%2526partnerId%253D30">Robotvision augmented reality iPhone app (iTunes link)</a>:</p>
<blockquote><p>Spent a few hours last night playing around with face tracking on the iPhone. Too bad rapid image capturing isn't supported. Too bad.</p></blockquote>
<p>Here was a developer complaining that he couldn't build a cool new iPhone app that used face tracking because of Apple's policy disallowing real-time analysis of the video image from the iPhone's camera. I decided to contact him to ask him what his thoughts were on the subject and he responded with this gem of a quote, which I wholeheartedly agree with (emphasis mine):</p>
<blockquote><p>I believe Apple needs to change their philosophy to the App Review process, <em>making it less about what technology you use and more about good business decisions.</em> They should be rejecting apps that are abusing infrastructure and are creating a poor experience for the user and accepting apps that are driving innovation. It shouldn't be based around logistical red-tape such as what supported libraries you are using and what text you are entering into your marketing description.</p></blockquote>
<p>What can I say? Tim said everything I was thinking in one succinct paragraph. I can only hope that someone at Apple reads this, prints out that paragraph in 72pt text, and pastes it all around the Apple campus.</p>
<h3>Apple stifling augmented reality apps on the iPhone</h3>
<p>Tim goes on to talk about how the burgeoning augmented reality industry on the iPhone is suffering due to Apple's shortsightedness on this issue:</p>
<blockquote><p>UIGetScreenImage is just one more case for this (on top of the many others such as the CameraOverlay, and the Google Voice fiasco). The young and fertile augmented reality industry is suffering because of it, as well, as there are many more doors to be opened once we can leverage the iPhone for marker-based tracking and object recognition. These are core technical requirements critical to the continued innovation of this industry.</p></blockquote>
<p>As you can probably tell, Apple's stance on this issue is hurting not just iPhone apps that want to perform barcode scanning but also the take off of what is perhaps the hottest and most exciting mobile application category of our day: augmented reality.</p>
<h3>Why this matters to me</h3>
<p>As you may already know, this is an issue that is close to my heart since my first iPhone app, <a rel="nofollow" target="_blank" href="http://avitapp.com">'avit</a>, uses the RedLaser SDK. </p>
<p>Because of Apple's rejection of RedLaser's Realtime SDK, I've had to re-architect 'avit to use the RedLaser Burst SDK. </p>
<p>As an independent developer, this delay has cost me unnecessary time and money. </p>
<p>And yet, it hasn't been all bad. </p>
<p>Although Apple's rejection of the SDK meant that the release of 'avit was delayed (I still haven't submitted it to the App Store – I hope to do so this week after we've signed the license agreement for RedLaser with Occipital), it also meant that I was able to use the extra time to improve the user experience of other parts of the application. </p>
<p>Once I've had a chance to record a new screencast for 'avit, I will write up another post comparing and contrasting the user experience between RedLaser's Realtime and Burst SDK versions in more detail.</p>
<p>And just in case I didn't make it painfully clear earlier, Occipital is in no way to blame for any of this. Their only crime was to try and make the best possible barcode reader for the iPhone. </p>
<p>If anything, Occipital have performed brilliantly and with great patience while firmly lodged between a rock and hard place. They've also been very helpful to me personally during all this with Jeffrey constantly and personally keeping me updated on the latest developments and working with me to make the transition to the new SDK as painless as possible. </p>
<p>Also, before anyone jumps to any conclusions, Occipital in no way asked me to write any of this nor have they had prior knowledge of this post. In fact, knowing Jeffrey's humble and non-confrontational approach, he would probably have preferred it had I not written anything at all. That, of course, would not have been possible since I had to explain to you guys why the user experience changed in 'avit since <a rel="nofollow" target="_blank" href="http://avitapp.com">the initial screencast</a> and I couldn't do that without addressing this issue.</p>
<p>Beyond that, I also feel that the issue <em>needs</em> to be addressed as it pertains to more than just my app but concerns the long-term health of the platform itself. Furthermore, we as developers cannot live in fear of offending the gatekeepers of the platforms that we develop for. To paraphrase Thomas Jefferson: </p>
<blockquote><p>When developers fear their platform, there is tyranny; when the platform fears developers, there is liberty.</p></blockquote>
<p>All this to say that I hope Apple will come to its senses and start supporting the real-time analysis of the video image on iPhones so that I can go back to enabling realtime barcode scanning in 'avit, Tim can create his awesome new face-tracking app, and so that someone out there reading this can build something revolutionary that none of us has even thought of yet.</p>
<p>Apple, please hear the rising chorus of discontent from developers who are unhappy with your App Store review process, stop playing gatekeeper and limiting the potential of this awesome platform, and address these issues before the cacophonous crescendo is replaced by a deafening silence.</p>
<p><em>If you're an Apple engineer, access <a rel="nofollow">Radar ticket 7400523</a> for this issue (thanks, <a rel="nofollow" target="_blank" href="http://nikf.org/">Nik</a>.)</em></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/aralbalkan?a=A_zpx6YeGEg:oxqOqEGPEz4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=A_zpx6YeGEg:oxqOqEGPEz4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=A_zpx6YeGEg:oxqOqEGPEz4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/aralbalkan?i=A_zpx6YeGEg:oxqOqEGPEz4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=A_zpx6YeGEg:oxqOqEGPEz4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/aralbalkan?i=A_zpx6YeGEg:oxqOqEGPEz4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=A_zpx6YeGEg:oxqOqEGPEz4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/aralbalkan?i=A_zpx6YeGEg:oxqOqEGPEz4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=A_zpx6YeGEg:oxqOqEGPEz4:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/aralbalkan/~4/A_zpx6YeGEg" height="1" width="1"/>]]></content:encoded>
      <feedburner:origLink>http://aralbalkan.com/2530</feedburner:origLink></item>
      <item>
         <title>A little Bash script for speeding up Ad Hoc iPhone distribution builds</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/BvePs8RNYag/2527</link>
         <description>When deploying beta builds of your iPhone apps, you make what is known is an Ad Hoc distribution. Apple's instructions tell you that you should zip up the Ad Hoc distribution and send it to your testers along with your .mobileprovision file. As John Hartzog discovered, however, using the Compress option in Finder for Ad [...]</description>
         <guid isPermaLink="false">http://aralbalkan.com/?p=2527</guid>
         <pubDate>Tue, 17 Nov 2009 03:04:39 -0800</pubDate>
         <content:encoded><![CDATA[<p id="top"/>When deploying beta builds of your iPhone apps, you make what is known is an Ad Hoc distribution. Apple's instructions tell you that you should zip up the Ad Hoc distribution and send it to your testers along with your .mobileprovision file. As <a rel="nofollow" target="_blank" href="http://twitter.com/LongJohnnyE">John Hartzog</a> discovered, however, <a rel="nofollow" target="_blank" href="http://johnehartzog.com/2009/04/iphone-app-ad-hoc-gotchas/">using the Compress option in Finder for Ad Hoc distribution has drawbacks</a> so you should use the command line to package up your Ad Hoc distributions.
<p>John provides a few simple commands that let you do this in his blog post and I've been using this for the beta builds of <a rel="nofollow" target="_blank" href="http://avitapp.com">'avit</a> but I soon got bored of manually typing these in. So, instead, I wrote up a quick re-usable Bash script, building on John's, that makes packing up an Ad Hoc distribution very easy. </p>
<p><span id="more-2527"></span></p>
<p>Here's the script: </p>
<pre class="bash"><span style="color:#808080;font-style:italic;">#!/bin/bash</span>
<span style="color:#000000;font-weight:bold;">if</span> <span style="color:#7a0874;font-weight:bold;">&#91;</span> <span style="color:#ff0000;">"$1"</span> == <span style="color:#ff0000;">""</span> <span style="color:#7a0874;font-weight:bold;">&#93;</span> ; <span style="color:#000000;font-weight:bold;">then</span>
<span style="color:#7a0874;font-weight:bold;">echo</span> <span style="color:#ff0000;">"Usage: adhoc &lt;NameOfApp&gt;"</span>
<span style="color:#000000;font-weight:bold;">else</span>
<span style="color:#7a0874;font-weight:bold;">echo</span> <span style="color:#ff0000;">"Deploying $1…"</span>
<span style="color:#c20cb9;font-weight:bold;">mkdir</span> Payload
<span style="color:#c20cb9;font-weight:bold;">cp</span> -rp <span style="color:#ff0000;">"$1"</span>.app Payload/
<span style="color:#c20cb9;font-weight:bold;">zip</span> -r <span style="color:#ff0000;">"$1"</span>.ipa iTunesArtwork Payload
<span style="color:#000000;font-weight:bold;">fi</span>
<span style="color:#7a0874;font-weight:bold;">echo</span> <span style="color:#ff0000;">"Done! Send your .mobileprovision and $1.ipa file to your beta testers."</span></pre>
<p>Either save the above code in a file called adhoc (and don't forget to <code>chmod +x adhoc</code>) or </p>
<h3>Download the script</h3>
<p><a rel="nofollow">adhoc.zip</a> (352 bytes) </p>
<h3>Usage instructions</h3>
<ol>
<li>Create a folder for your distribution, e.g., "MyApp Beta X"</li>
<li>Download the <a rel="nofollow" target="_blank" href="http://developer.apple.com/iphone/manage/provisioningprofiles/index.action">mobile provisioning file</a> you created in the <a rel="nofollow" target="_blank" href="http://developer.apple.com/iphone/manage/overview/index.action">iPhone Developer Program Portal</a> and make sure that it includes all the <a rel="nofollow">Devices</a> you want this build to run on (i.e., the Device IDs of your beta testers' iPhones, iPods, etc.)</li>
<li>Copy the AdHoc script into the "MyApp Beta X" folder</li>
<li>Create a 512x512 PNG or JPEG of your icon, name it iTunesArtwork (without an extension; this is important) and place that in the "MyApp Beta X" folder also.</li>
<li>In XCode, create a new Distribution build of your app, making sure to select the correct mobile provisioning profile in the Code Signing Identity section of your Project Settings.</li>
<li>Under the Products section of the Groups & Files pane in XCode, right-click the name of your app (e.g., MyApp) and select Reveal in Finder. Copy this executable to your "MyApp Beta X" folder also.</li>
<li>Finally, in Terminal, switch to your "MyApp Beta X" folder (tip: you can drag the folder into the Terminal window to get its path)</li>
<li>Type: <code>./adhoc MyApp</code>, substituting the name of your application's executable with MyApp.</li>
<li>That's it! When the script is done, you will find MyApp.ipa in the "MyApp Beta X"</li>
</ol>
<p>When distributing your Ad Hoc build, make sure you send both the MyApp.ipa and your .mobileprovision file to your testers. </p>
<p>I hope this little script helps speed up your process.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/aralbalkan?a=BvePs8RNYag:pkO1JKkRbQ0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=BvePs8RNYag:pkO1JKkRbQ0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=BvePs8RNYag:pkO1JKkRbQ0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/aralbalkan?i=BvePs8RNYag:pkO1JKkRbQ0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=BvePs8RNYag:pkO1JKkRbQ0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/aralbalkan?i=BvePs8RNYag:pkO1JKkRbQ0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=BvePs8RNYag:pkO1JKkRbQ0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/aralbalkan?i=BvePs8RNYag:pkO1JKkRbQ0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=BvePs8RNYag:pkO1JKkRbQ0:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/aralbalkan/~4/BvePs8RNYag" height="1" width="1"/>]]></content:encoded>
      <feedburner:origLink>http://aralbalkan.com/2527</feedburner:origLink></item>
      <item>
         <title>A dating guide for the discerning mobile platform: how to attract and keep your dream developer.</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/urtkc3p1alA/2519</link>
         <description>Why, hello there! I couldn't help but notice you smiling at me across the room. Oh, you're a mobile platform? How interesting. Me? Why yes, it just so happens that I am a developer. How'd you know? Oh, my sexy three keyboard cats howling at the moon t-shirt gave me away, eh? So, you [...]</description>
         <guid isPermaLink="false">http://aralbalkan.com/?p=2519</guid>
         <pubDate>Mon, 16 Nov 2009 13:19:02 -0800</pubDate>
         <content:encoded><![CDATA[<p id="top"/>Why, hello there! I couldn't help but notice you smiling at me across the room. Oh, you're a mobile platform? 
<p>How interesting. </p>
<p><span id="more-2519"></span></p>
<p>Me? Why yes, it just so happens that I <em>am</em> a developer. How'd you know? Oh, my sexy three keyboard cats howling at the moon t-shirt gave me away, eh? </p>
<p>So, you wanna know how to seduce me into your mobile boudoir so I can give you lots and lots of beautiful apps? (Man, you don't waste time do you? That's OK, I like a mobile platform that isn't afraid to take the lead.) </p>
<p>I know you're really excited about smartphones. I mean, who isn't? And apps? Oh, yes! Apps <em>really</em> turn you on, don't they? Those delicious little bundles of pure profit. I can see that you're getting hot under the collar just thinking about how much you can make from them. You know, like how That Other Plaform does today. Oh, I shouldn't mention her? OK, I'll try not to. No, no, I don't think your UI looks fat in that.</p>
<p>OK, so lets cut to the chase. I'm going to be blunt with you. I'm somewhat in demand and I don't just develop for any platform that calls. And you know I'm a professional, right? I mean, I don't do this for free. Goodness knows Mr. A. Dobe tried for years to hypnotize me with his magic Flash Lite thingy but I kept telling him: "Dobe, you ain't getting my apps for free... monetize me, sweetheart". But did he listen? Nuh-huh!</p>
<p>So, if you don't have some way of paying me, you know, like That Other Platform does, we can stop talking right now. Oh, you do... ok, then... you got my attention.</p>
<p>Now, if you want to <em>keep</em> my attention, here are some ground rules:</p>
<p>First of all, Don't Make Me Think!</p>
<p>Yep, just like Steve Krug, I don't like to use my gray matter more than I absolutely have to. You see, it's not that I'm lazy, it's just that there are so many other fish in the sea. If you want me to evaluate you as a suitable mate, you can't afford to play hard to get. </p>
<p>So give me everything I need to start developing on your platform in one neat package that Just Works. Put it all in one DMG, baby, and make it just one click away. One click to download, one click to install, and by the third click you got me up and running! Zero to "Hello, world!" in under 60 seconds or I'm out the door, evaluating your sexy neighbor next door.</p>
<p>What? You've got a few extra pounds and don't think you'll fit into a DMG? That's OK, baby. I don't mind a little meat on my IDE. I understand there's more to you than the size of your SDK. You got baggage, I can deal with that. But how about squeezing all that into a virtual machine for me so I don't have to worry about any of it?</p>
<p>See, I was talking to Sam the other week and I told him just that – not sure if he heard me, though. Sam? Yeah, Sam Sung, you know him? He wanted to get in my pants big time but I just don't think it's going to work out. [Oh man, now I feel dirty!] See I'm a Mac guy and Sam told me I needed a PC to rock his boat. And he's visual in the studio sense, if you know what I mean. "So wait a minute, Sam," I said, "let me get this straight..." </p>
<p>"So you want me to install Windows, then Visual Studio, then your SDK, then a gazillion updates for Windows and Visual Studio before I can even say 'Hello, world?' I don't think this is going to work out."</p>
<p>"Oh, don't worry", he said, all smiles under his $300 suit, "in a year you won't need any of that. I'm going under the knife big time. Yeah, baby, can you say 'proprietary C++ framework'. Uh, huh, that's right sweet cheeks." </p>
<p>"Don't call me sweet cheeks," I found myself yelling as my hand closed round my pepper spray... </p>
<p>Hmm? What? Oh, no, no, you're nothing like Sam. Where were we again?</p>
<p>Oh yes, so what I'm trying to say is, this is no time to be playing hard to get. Don't make me fiddle with your fiddly bits; configure your own dependencies so I can get right down to the fun stuff.</p>
<p>What else? Well, don't pull a Sung on me. Let me use the tools and technologies I already know instead of forcing me to learn a whole new set. Give me some open web technologies to play with and I might just stay the night. Heck, give me some Java-style robot love and I might still be game. But whatever you do, don't force your homegrown bloated framework down my throat. [Eww, ewww, eeeewww!] You're not that Other Company, after all. You have no clue how to pull it off gracefully. [Ba-da-bing-ba-da-boom!] </p>
<p>But you know what? At the end of the day, all I really want is to be treated with a little bit of respect. I only put up with the abuse that That Other Company dishes out because of her supermodel looks and her promises of riches. You've got a lot to prove. Don't pull the same crap she pulls on me. Make my life easier. Be more open. Don't chain me to your whims. And I may even end up liking you better.</p>
<p>Just maybe.</p>
<p>xxx</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/aralbalkan?a=urtkc3p1alA:evCJoTRFffk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=urtkc3p1alA:evCJoTRFffk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=urtkc3p1alA:evCJoTRFffk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/aralbalkan?i=urtkc3p1alA:evCJoTRFffk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=urtkc3p1alA:evCJoTRFffk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/aralbalkan?i=urtkc3p1alA:evCJoTRFffk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=urtkc3p1alA:evCJoTRFffk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/aralbalkan?i=urtkc3p1alA:evCJoTRFffk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=urtkc3p1alA:evCJoTRFffk:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/aralbalkan/~4/urtkc3p1alA" height="1" width="1"/>]]></content:encoded>
      <feedburner:origLink>http://aralbalkan.com/2519</feedburner:origLink></item>
      <item>
         <title>Apple is losing its iPhone Value Adders</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/4xVKHDdkfag/2514</link>
         <description>Before I start, for those of you who don't know me (or haven't attended any of my talks on User Experience), let me reiterate that I have the utmost admiration for Apple's focus on UX. A strong focus on UX necessitates saying "no" many more times than "yes". It appears, however, that this "no" culture [...]</description>
         <guid isPermaLink="false">http://aralbalkan.com/?p=2514</guid>
         <pubDate>Mon, 16 Nov 2009 08:26:44 -0800</pubDate>
         <content:encoded><![CDATA[<p id="top"/>Before I start, for those of you who don't know me (or haven't attended any of my talks on User Experience), let me reiterate that I have the utmost admiration for Apple's focus on UX. A strong focus on UX necessitates saying "no" many more times than "yes". It appears, however, that this "no" culture can also permeate into other parts of a company's psyche, and create a certain arrogance that can damage a company's relations with its developer community.
<p>The company in question, of course, is Apple and the issue I'm writing about is the App Store review process.<span id="more-2514"></span></p>
<h3>Apple is losing its Value Adders</h3>
<p>You all know the numbers: there are more than 100,000 apps on the App Store and there are thousands, if not tens of thousands of iPhone developers out there. But numbers never tell the whole story and a company like Apple, with such a strong focus on UX, must understand that quality trumps quantity in the Age of User Experience. </p>
<p>So there are developers that create fart apps and there are developers that not only create apps overflowing with value but also contribute to the community by sharing their knowledge, creating open source projects, and extending the platform. These are the sort of developers I call Value Adders and their presence or absence can make or break a platform. </p>
<p>One such developer is <a rel="nofollow" target="_blank" href="http://www.joehewitt.com/">Joe Hewitt</a>.</p>
<h3>How Apple lost Joe</h3>
<p>When Joe first started developing for the iPhone, he started with web applications. And his first contribution to the community was the <a rel="nofollow" target="_blank" href="http://code.google.com/p/iui/">iUI</a> framework.</p>
<p>Then, after he started working on native apps and created the excellent Facebook application, he didn't stop there. Instead, he went the extra mile to create and release an open source framework called <a rel="nofollow" target="_blank" href="http://github.com/facebook/three20">Three20</a>, which he then used to build the next version of the Facebook app.</p>
<p>Joe is a Value Adder. He doesn't just consume a platform, he extends it. He is exactly the developer you want working on your platform. And he is exactly the developer that Apple just lost. </p>
<p>Back in August, <a rel="nofollow" target="_blank" href="http://joehewitt.com/post/innocent-until-proven-guilty/">Joe voiced his misgivings about the App Store review process</a>. They apparently fell on deaf ears. Then, this week, he announced in a Tweet that he was <a rel="nofollow" target="_blank" href="http://twitter.com/joehewitt/status/5631765190">leaving iPhone development</a> due to his disenchantment with – you guessed it – the App Store review process. You can read more about Joe's views on the subject in his blog post titled <a rel="nofollow" target="_blank" href="http://joehewitt.com/post/on-middle-men/">On Middle Men</a>, where he talks about the importance of the web to the future of software (a topic that is close to my heart and one that I <a rel="nofollow" target="_blank" href="http://aralbalkan.com/2508">recently attempted to address</a>):</p>
<blockquote><p>We're at a critical juncture in the evolution of software. The web is still here and it is still strong. Anyone can still put any information or applications on a web server without asking for permission, and anyone in the world can still access it just by typing a URL. I don't think I appreciated how important that is until recently. Nobody designs new systems like that anymore, or at least few of them succeed. What an incredible stroke of luck the web was, and what a shame it would be to let that freedom slip away.</p></blockquote>
<p>His conclusion, especially, is one that we all should take to heart:</p>
<blockquote><p>In short, the mobile web needs better tools, better standards, and better browsers, and it needs them fast, before the only technologies that matter are the ones controlled by the gatekeepers.</p></blockquote>
<p>You can read more about Joe's departure in a Techcrunch article titled <a rel="nofollow" target="_blank" href="http://www.techcrunch.com/2009/11/11/joe-hewitt-developer-of-facebooks-massively-popular-iphone-app-quits-the-project/">Facebook iPhone Dev Quits Project Over Apple Tyranny</a>. Om Malik also has a thoughtful piece on the subject titled <a rel="nofollow" target="_blank" href="http://gigaom.com/2009/11/13/cupertino-you-have-a-problem/">Cupertino, You Have a Problem</a>.</p>
<p>Joe is not a fart app developer. And his loss to Apple and the iPhone is more than just the loss of a great developer working on one of the most successful iPhone apps out there. It spells the loss of two existing open source projects on the iPhone platform and the loss of the potential future contributions that Joe would have made to the platform. </p>
<p>If investors understood the value of Joe's loss, Apple's stock would be affected.</p>
<p>And Joe is not the only one. </p>
<h3>No more amoebas</h3>
<p>Hot on the heels of Joe's departure, Mac dev house <a rel="nofollow" target="_blank" href="http://www.rogueamoeba.com/utm/2009/11/13/airfoil-speakers-touch-1-0-1-finally-ships/">Rouge Amoeba announced that they will be discontinuing iPhone development</a> because of their harrowing experience with the App Store review process:</p>
<blockquote><p>In the future, we hope that developers will be allowed to ship software without needing Apple’s approval at all, the same way we do on Mac OS X. We hope the App Store will get better, review times will be shorter, reviews will be more intelligent, and that we can all focus on making great software. Right now, however, the platform is a mess.</p></blockquote>
<p>How many more prominent developers and Value Adders have to quit the iPhone platform before Apple starts listening? It's time for Apple to at least address the App Store review process issue and tell us what they are planning to do about it. Preferably before all we're left with on the platform are fart app developers. </p>
<p>In the meanwhile, I urge developers to at least keep an eye on the alternatives. Especially gatekeeper-free and more transparent alternatives like Palm's WebOS and Google's Android. </p>
<h3>A personal note</h3>
<p>This isn't just a current interest item for me as I've been developing for the iPhone for quite a few months now and I've personally been affected by Apple's faulty App Store review process – but that, as they say, is the topic of a separate blog post. </p>
<p>Stay tuned.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/aralbalkan?a=4xVKHDdkfag:WAXmLNlzJJA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=4xVKHDdkfag:WAXmLNlzJJA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=4xVKHDdkfag:WAXmLNlzJJA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/aralbalkan?i=4xVKHDdkfag:WAXmLNlzJJA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=4xVKHDdkfag:WAXmLNlzJJA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/aralbalkan?i=4xVKHDdkfag:WAXmLNlzJJA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=4xVKHDdkfag:WAXmLNlzJJA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/aralbalkan?i=4xVKHDdkfag:WAXmLNlzJJA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=4xVKHDdkfag:WAXmLNlzJJA:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/aralbalkan/~4/4xVKHDdkfag" height="1" width="1"/>]]></content:encoded>
      <feedburner:origLink>http://aralbalkan.com/2514</feedburner:origLink></item>
      <item>
         <title>Maximizing your DROIT, or: why you should learn HTML5, CSS3, and JavaScript for mobile development.</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/2I8bR6QkAig/2508</link>
         <description>As a developer you have one resource that is more valuable than any other. It is also the scarcest resource you have. That resource is time.
Given such a limited and valuable resource, you should be looking to make the most of how you invest it. In other words, which tools and technologies should you devote [...]</description>
         <guid isPermaLink="false">http://aralbalkan.com/?p=2508</guid>
         <pubDate>Sun, 15 Nov 2009 11:59:49 -0800</pubDate>
         <content:encoded><![CDATA[<p id="top"/>As a developer you have one resource that is more valuable than any other. It is also the scarcest resource you have. That resource is time.
<p>Given such a limited and valuable resource, you should be looking to make the most of how you invest it. In other words, which tools and technologies should you devote this limited resource to learning?</p>
<p><span id="more-2508"></span></p>
<p>If you want to develop on mobile devices, you have a plethora of choices: do you invest time, like I did, into learning Objective-C and Cocoa to develop native applications for the iPhone? Or do you devote that same time into learning Java to develop for the Android? Or do you devote that same time instead into learning C++ and some proprietary framework that will only let you develop for Samsung's upcoming smartphone platform? </p>
<p>The question you should be asking yourself as a developer whenever you decide to invest your most valuable resource is this: how much of a return can I get from this investment? In other words, you need to calculate your Developer's Return on Investment on Time (DROIT). </p>
<p>Developers considering ROI, has the world gone mad?</p>
<h3>These are not the DROITs you're looking for</h3>
<p>Here's a very simple guide to help you decide whether or not you should invest time in learning a new tool, technology, or platform:</p>
<p>Seek: open standards and open platforms.</p>
<p>Avoid: proprietary platforms and walled gardens.</p>
<p>Let's examine why proprietary platforms and walled gardens constitute bad investments of your time and why open standards and platforms are the logical alternative.</p>
<h3>Avoid: proprietary platforms and walled gardens</h3>
<p>A proprietary platform is a platform that is developed and controlled by one (or primarily one) commercial entity. While there may be short-term economic incentives for learning and developing on proprietary platforms (for example, the evangelizing company may offer economic incentives or run high-cash-prize contests, or there may be lucrative enterprise contracts), their long-term return may be less certain. More dangerously, you will be locked into developing for a single platform and may have a harder time re-using your knowledge elsewhere. And what if the company in question decides to abandon the technology or stop investing in it?</p>
<p>Case in point: say you decided to learn the proprietary platform that Samsung is building for its next generation of smartphones. You cannot use those skills to develop for the iPhone or Android devices (or for the Web, or for desktop applications). This is a bad investment with a very low DROIT. This is one of the reasons why Samsung will fail dramatically in smartphones – they don't understand developers or the importance of maximizing DROIT.</p>
<h3>Semi-open and Openwashing</h3>
<p>Unlike Samsung, most companies with proprietary platforms are usually well aware of how unattractive lock-in can be for developers and this is why they often to embrace – at least superficially – open standards. Of course, just because a platform supports XML or some other open technology or standard, it doesn't mean that the platform is open. Most proprietary platforms feature some degree of Openwashing wherein the owners of the platform go to great lengths to make the platform appear more open than it truly is. Adobe did this for a long with the Flash Platform, stating that SWF was an open standard while actively barring anyone else from creating a Flash Player (this has now changed, and the SWF format has truly been opened up but its development and future direction are still primarily controlled by Adobe.) </p>
<p>When in doubt, of course, prefer proprietary platforms that do support as many open standards as possible to increase the reusability of your knowledge and maximize your DROIT. So, a good rule of thumb is:</p>
<p>Prefer semi-open over closed. </p>
<p>But there's an even better rule:</p>
<h3>Prefer open over semi-open or closed</h3>
<p>Open standards, technologies and platforms – by their very nature – offer you the highest DROIT. </p>
<p>As a developer who wants to maximize her DROIT, you owe it to yourself and your career to invest time in learning these open technologies. The advantages of open over closed are the following:</p>
<ul>
<li>No lock-in and skill reuse: the technologies you learn will be applicable across different platforms and devices; both today and in the future</li>
<li> No walled gardens: to paraphrase Oliver, you don't have to ask "please, sir, may I deploy my app" to deploy or sell your apps</li>
</ul>
<p>So, as a developer looking to enter the exciting world of mobile development, what technologies should you learn? </p>
<p>Based on the simple guide, above, and on a desire to maximize your DROIT, the answer is plainly clear: </p>
<h3>Learn HTML5, CSS3, and JavaScript</h3>
<p>The web is the best example of an open platform that we have today. It is the antithesis of a walled garden: you can deploy what you want, when you want, and don't have to ask anyone for permission. </p>
<p>While iPhone developers wait months on end for a response from Father Apple, you can deploy dozens of apps to the web without hassle.</p>
<p>And the technologies of the web, open standards all, have the highest reusability of any technology to date. Perhaps the saying should go: Learn HTML, CSS, and JavaScript and you shall never go hungry. </p>
<p>"But, Aral," I hear you say, "surely there are drawbacks to building apps using web technologies." </p>
<p>"Surely someone like yourself, with such a strong focus on User Experience, should understand that it would be untenable to create experiences using such generic technologies that match the experiences possible with native tools and technologies on mobile platforms."</p>
<p>Thus, surely, an iPhone web app must offer a lesser experience than the same app built using Objective-C and Cocoa Touch. Thus, surely, we must embrace the Lowest Common Denominator and sacrifice UX if we develop using cross-platform technologies.</p>
<p>Not at all.</p>
<h3>Embracing Write Once, Compile Anywhere, not Write Once, Run Anywhere.</h3>
<p>The ability to re-use code and easily port your applications between platforms and devices does not imply that we take a Lowest Common Denominator, Write Once, Run Anywhere (WORA) approach to UX. </p>
<p>Write Once, Run Anywhere has long been seen as the Holy Grail of software development. Sun promised us this elusive ideal years ago with Java and failed to deliver on it. Flash managed to deliver it across browsers and operating systems insofar as the web was concerned but Adobe then decided to embark on a futile mission to replicate this success across desktop applications and mobile devices. And browsers – and HTML, CSS, and JavaScript – were, and continue to be, criticized for failing to deliver on this due to the many browser incompatibilities that plagued developers in the early days of the web before we had better standards support in browsers and JavaScript libraries like JQuery that abstract out the more painful inconsistencies in the DOM. </p>
<p>But what do we mean by Write Once, Run Anywhere in today's world? And is it even a goal worth having?</p>
<p>No, it's not. </p>
<p>Not as the term has traditionally been understood in any case. </p>
<h3>Defining Write Once, Run Anywhere (WORA)</h3>
<p>Write Once, Run Anywhere implies that you create an application once and it runs the same way (or similarly) on <em>anything</em>. If you're Adobe, pushing Flash, "anything" may include the Web, desktop, and mobile devices. </p>
<p>If you have any understanding of User Experience, you will instinctively realize that regardless of whether or not WORA is technically attainable, it is definitely <em>not</em> a desirable goal to have as far as the user experience is concerned. </p>
<p>User Experience is about <em>focus</em> and optimization. You <em>cannot</em> write a web application and have it be a great user experience on the iPhone, for example, without optimizing the user experience for the iPhone. Optimizing in this sense of the word doesn't just mean scaling your interface down to fit within the dimensions of the iPhone's screen. It may mean having to completely recreate the UI of your app, including user gestures and interactions, to give your iPhone users the best possible experience on their device. </p>
<p>The same goes for when you want to run that same application on an Android phone or the Palm Pre. Where the changes may be less pronounced than those required to go from Web or Desktop to Mobile, the difference in feature sets and operating system expectations between the devices will require UX optimizations that may dramatically affect the structure of your user interfaces. </p>
<p>So while you can port an application that uses open web technologies across platforms and devices, you must still optimize the User Experience for each platform and device that you support. I won't downplay the importance of this: it may mean that you have to do a lot of work and invest a lot of time and money into altering your user interface radically to best support the unique features of the platform or device you are supporting. </p>
<p>However, it will mean that you do so without changing technologies and without changing your entire codebase (this is where maintaining a clear separation of concerns between your View and Model begins to pay real dividends.) </p>
<p>Even though Write Once, Run Anywhere is undesirable insofar as UX is concerned, it doesn't reduce your DROIT in open technologies. While the re-usability of your applications may not extend to the UI layer (or may apply less to it depending on how similar your various target platforms are), it will still apply to other parts of your application. </p>
<p>Using open technologies will make it easier to port your applications across platforms and devices. This does not mean, however, that there is a magic bullet that will make your applications usable on every platform. The concept of Write Once, Run Anywhere is a relic from the Age of Features that has no place in the Age of User Experience.</p>
<p>But what about the argument that applications built using web technologies cannot be as optimized for UX as native applications? </p>
<p>In a nutshell, it fails to hold water, and brings us to the alternative to WORA. </p>
<h3>The alternative to WORA: Write Once, Compile Anywhere (WOCA)</h3>
<p>There are currently a plethora of tools and technologies – both open and closed – that allow you to re-use your DROIT in open technologies to build native applications across various platforms without sacrificing UX. In fact, this is one the most exciting trends of our time and one of the reasons why it's a great time to be a developer.</p>
<p>Examples abound: the open source <a rel="nofollow" target="_blank" href="http://phonegap.com/" title="Phonegap: cross-platform mobile app framework">Phonegap</a> framework, for example, lets you build applications using your existing DROIT in open web technologies while compiling your app into native applications on iPhone, Android, and Blackberry. </p>
<p>And it's not the only one. Check out Titanium and Appcelerator, and also look at web frameworks like <a rel="nofollow" target="_blank" href="http://phonegap.pbworks.com/iUI">iUI</a>, <a rel="nofollow" target="_blank" href="http://xuijs.com/">xUI</a>, <a rel="nofollow" target="_blank" href="http://www.jeffmcfadden.com/projects/Magic%20Framework/">Magic Framework</a>, and <a rel="nofollow" target="_blank" href="http://jqtouch.com">JQTouch</a> – all of which increase your DROIT. </p>
<p>Commercial and proprietary platforms are also embracing WOCA. Adobe, for example, realized that WOCA was the way to stay relevant with the iPhone and their upcoming Flash IDE in CS5 allows developers to create iPhone applications by re-using their DROIT in the Flash IDE while outputting native iPhone apps. (I hope Adobe wakes up and realizes that it has a far brighter future if it focusses on its development tools and native compilation with WOCA instead of spending time and money on trying to get native support for Flash on devices. Flash support in mobile browsers is necessary for a faithful rendering of today's web but native Flash support for applications adds absolutely no value to a platform.)</p>
<p>(Another proprietary WOCA solution to keep an eye on is <a rel="nofollow" target="_blank" href="http://unity3d.com">Unity3D</a>.)</p>
<h3>Beyond WOCA: Palm leads the way with WebOS</h3>
<p>The WOCA solutions we have today are a wonderful way of increasing DROIT in open web technologies. But mobile platforms can do better by actually embracing web technologies as first class citizens on their platform. (Not as crippled subsets like Apple's initial foray on the iPhone.) In fact, one company is already doing that and doing it beautifully. </p>
<p>While Microsoft drifts aimlessly with Windows Mobile trying to play a fruitless game of cat and mouse with Apple, and while Google – the defender of all things open and web – invests in Java with Android, one company has come out of left field with a solid vision to embrace open web technologies for its mobile platform. That company is Palm and its platform is called <a rel="nofollow" target="_blank" href="http://developer.palm.com/">WebOS</a>. And you should stand up and take notice because it is one of the most important developments in the mobile world today.</p>
<p>With WebOS, you don't need to compile your HTML, CSS, and JavaScript to native applications because they <em>are</em> the native technologies of the platform.</p>
<p>Beyond supporting open web technologies, Palm also supports the ethos of the Web. You are not bound to Palm's store (even though they have one) and can deploy your apps to the web without asking permission from anyone. (If you do want to use their store, you can do that also and get the best of both worlds – the impulse buys and worry-free purchasing that the store provides coupled with the freedom to also distribute your apps yourself.) </p>
<p>More than that (and this is a personal point), having been to the Palm developer event in London recently and met <a rel="nofollow">Dion</a> and <a rel="nofollow" target="_blank" href="http://benzilla.galbraiths.org/">Ben</a> (who head up Palm's developer relations), I have to say that Palm has some genuinely nice people working for them. I love their approach and their vision. They have hired developers who have contributed to the open web and believe in its future. In other words, Palm has the right people running the show. And I wish them all the success. </p>
<p>(And this has nothing to do with the fact that they gave me a free Palm Pre to play with. In fact, if anything, I find it unfortunate that the hardware of the Pre doesn't allow the software and Palm's vision to shine currently. But it is a Version 1.0 phone and I look forward to seeing how the hardware evolves with the Palm Pixi.) </p>
<h3>In conclusion</h3>
<p>As a developer, your scarcest resource is time. It is thus of paramount importance that you invest this time wisely in learning the relevant open web technologies of today – namely HTML5, CSS3, and JavaScript – in order to maximize your DROIT. </p>
<p>Thanks to WOCA solutions like Phonegap and native web platforms like Palm's WebOS, you no longer have to sacrifice either your investment in open web technologies or your commitment to creating great user experiences. In other words, you can have your cake and eat it too! </p>
<p>Bon appetite! </p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/aralbalkan?a=2I8bR6QkAig:ZQPY4-Iz-Rc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=2I8bR6QkAig:ZQPY4-Iz-Rc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=2I8bR6QkAig:ZQPY4-Iz-Rc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/aralbalkan?i=2I8bR6QkAig:ZQPY4-Iz-Rc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=2I8bR6QkAig:ZQPY4-Iz-Rc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/aralbalkan?i=2I8bR6QkAig:ZQPY4-Iz-Rc:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=2I8bR6QkAig:ZQPY4-Iz-Rc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/aralbalkan?i=2I8bR6QkAig:ZQPY4-Iz-Rc:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/aralbalkan?a=2I8bR6QkAig:ZQPY4-Iz-Rc:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/aralbalkan/~4/2I8bR6QkAig" height="1" width="1"/>]]></content:encoded>
         <category>General</category>
      <feedburner:origLink>http://aralbalkan.com/2508</feedburner:origLink></item>
      <item>
         <title>Wonderful tonight</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/NeOkmKLE_aA/627714</link>
         <description>&lt;a rel="nofollow" target="_blank" href="http://qik.com/video/627714"&gt;&lt;img alt="Wherein I learn that Qik is not the right medium for live songs. Me singing wonderful tonight, butchering the piano part, and getting butchered in turn by the sound quality of Qik. (FYI I don't usually sound like a robot out of a 1960s sci-fi flick!)
" src="http://media.qik.com/media.thumbnails.128/61117c396fd04ae48143205107698f7b.jpg"/&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=NeOkmKLE_aA:Vhf-I2VSY6w:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=NeOkmKLE_aA:Vhf-I2VSY6w:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=NeOkmKLE_aA:Vhf-I2VSY6w:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=NeOkmKLE_aA:Vhf-I2VSY6w:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=NeOkmKLE_aA:Vhf-I2VSY6w:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=NeOkmKLE_aA:Vhf-I2VSY6w:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=NeOkmKLE_aA:Vhf-I2VSY6w:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=NeOkmKLE_aA:Vhf-I2VSY6w:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=NeOkmKLE_aA:Vhf-I2VSY6w:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/aralbalkan/~4/NeOkmKLE_aA" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">61117c396fd04ae48143205107698f7b</guid>
         <pubDate>Fri, 28 Nov 2008 13:05:29 -0800</pubDate>
         <media:content url="http://media.qik.com/download/61117c396fd04ae48143205107698f7b.flv" medium="video" type="video/x-flv" />
         <media:title>Wonderful tonight</media:title>
         <media:description>Wherein I learn that Qik is not the right medium for live songs. Me singing wonderful tonight, butchering the piano part, and getting butchered in turn by the sound quality of Qik. (FYI I don't usually sound like a robot out of a 1960s sci-fi flick!)</media:description>
         <media:keywords>ltheadgt-web-conference</media:keywords>
         <media:thumbnail width="128" url="http://media.qik.com/media.thumbnails.128/61117c396fd04ae48143205107698f7b.jpg" height="96" />
         <media:credit>head</media:credit>
         <media:text>country:</media:text>
         <media:text>city:</media:text>
         <media:text>latitude:</media:text>
         <media:text>longitude:</media:text>
      <feedburner:origLink>http://qik.com/video/627714</feedburner:origLink></item>
      <item>
         <title>Flash Brighton Meetup w. Chris Allen - 1</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/oY-UkaFY-sc/614452</link>
         <description>&lt;a rel="nofollow" target="_blank" href="http://qik.com/video/614452"&gt;&lt;img alt="mobile video" src="http://media.qik.com/media.thumbnails.128/0f17243121e1435eae933ba5d01e06b0.jpg"/&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=oY-UkaFY-sc:BozzxSNaRvc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=oY-UkaFY-sc:BozzxSNaRvc:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=oY-UkaFY-sc:BozzxSNaRvc:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=oY-UkaFY-sc:BozzxSNaRvc:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=oY-UkaFY-sc:BozzxSNaRvc:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=oY-UkaFY-sc:BozzxSNaRvc:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=oY-UkaFY-sc:BozzxSNaRvc:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=oY-UkaFY-sc:BozzxSNaRvc:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=oY-UkaFY-sc:BozzxSNaRvc:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/aralbalkan/~4/oY-UkaFY-sc" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">0f17243121e1435eae933ba5d01e06b0</guid>
         <pubDate>Tue, 25 Nov 2008 13:30:09 -0800</pubDate>
         <media:content url="http://media.qik.com/download/0f17243121e1435eae933ba5d01e06b0.flv" medium="video" type="video/x-flv" />
         <media:title>Flash Brighton Meetup w. Chris Allen - 1</media:title>
         <media:description>mobile video</media:description>
         <media:keywords>ltheadgt-web-conference</media:keywords>
         <media:thumbnail width="128" url="http://media.qik.com/media.thumbnails.128/0f17243121e1435eae933ba5d01e06b0.jpg" height="96" />
         <media:credit>head</media:credit>
         <media:text>country:</media:text>
         <media:text>city:</media:text>
         <media:text>latitude:</media:text>
         <media:text>longitude:</media:text>
      <feedburner:origLink>http://qik.com/video/614452</feedburner:origLink></item>
      <item>
         <title>Flash Brighton Meetup w. Chris Allen - 2</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/fJ5vX8-UlCU/614080</link>
         <description>&lt;a rel="nofollow" target="_blank" href="http://qik.com/video/614080"&gt;&lt;img alt="mobile video" src="http://media.qik.com/media.thumbnails.128/8d73841356404dbeb872089147bddfaf.jpg"/&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=fJ5vX8-UlCU:La1wwk_AMtI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=fJ5vX8-UlCU:La1wwk_AMtI:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=fJ5vX8-UlCU:La1wwk_AMtI:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=fJ5vX8-UlCU:La1wwk_AMtI:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=fJ5vX8-UlCU:La1wwk_AMtI:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=fJ5vX8-UlCU:La1wwk_AMtI:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=fJ5vX8-UlCU:La1wwk_AMtI:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=fJ5vX8-UlCU:La1wwk_AMtI:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=fJ5vX8-UlCU:La1wwk_AMtI:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/aralbalkan/~4/fJ5vX8-UlCU" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">8d73841356404dbeb872089147bddfaf</guid>
         <pubDate>Tue, 25 Nov 2008 12:00:29 -0800</pubDate>
         <media:content url="http://media.qik.com/download/8d73841356404dbeb872089147bddfaf.flv" medium="video" type="video/x-flv" />
         <media:title>Flash Brighton Meetup w. Chris Allen - 2</media:title>
         <media:description>mobile video</media:description>
         <media:keywords>ltheadgt-web-conference</media:keywords>
         <media:thumbnail width="128" url="http://media.qik.com/media.thumbnails.128/8d73841356404dbeb872089147bddfaf.jpg" height="96" />
         <media:credit>head</media:credit>
         <media:text>country:</media:text>
         <media:text>city:</media:text>
         <media:text>latitude:</media:text>
         <media:text>longitude:</media:text>
      <feedburner:origLink>http://qik.com/video/614080</feedburner:origLink></item>
      <item>
         <title>Magicians.co.uk party</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/AEBDurXUcqQ/609962</link>
         <description>&lt;a rel="nofollow" target="_blank" href="http://qik.com/video/609962"&gt;&lt;img alt="I didn't get to video any magicians but it was a lovely night out in London, despite it being in London :)" src="http://media.qik.com/media.thumbnails.128/21fc0411b8f24eab8301cf751f6441cd.jpg"/&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=AEBDurXUcqQ:3Aks-INwUMo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=AEBDurXUcqQ:3Aks-INwUMo:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=AEBDurXUcqQ:3Aks-INwUMo:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=AEBDurXUcqQ:3Aks-INwUMo:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=AEBDurXUcqQ:3Aks-INwUMo:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=AEBDurXUcqQ:3Aks-INwUMo:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=AEBDurXUcqQ:3Aks-INwUMo:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=AEBDurXUcqQ:3Aks-INwUMo:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=AEBDurXUcqQ:3Aks-INwUMo:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/aralbalkan/~4/AEBDurXUcqQ" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">21fc0411b8f24eab8301cf751f6441cd</guid>
         <pubDate>Mon, 24 Nov 2008 12:22:39 -0800</pubDate>
         <media:content url="http://media.qik.com/download/21fc0411b8f24eab8301cf751f6441cd.flv" medium="video" type="video/x-flv" />
         <media:title>Magicians.co.uk party</media:title>
         <media:description>I didn't get to video any magicians but it was a lovely night out in London, despite it being in London :)</media:description>
         <media:keywords>mary ward house london magicians.co.uk, ltheadgt-web-conference</media:keywords>
         <media:thumbnail width="128" url="http://media.qik.com/media.thumbnails.128/21fc0411b8f24eab8301cf751f6441cd.jpg" height="96" />
         <media:credit>head</media:credit>
         <media:text>country:</media:text>
         <media:text>city:</media:text>
         <media:text>latitude:</media:text>
         <media:text>longitude:</media:text>
      <feedburner:origLink>http://qik.com/video/609962</feedburner:origLink></item>
      <item>
         <title>Linux Format mag highlights</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/eDty_SAxONo/567287</link>
         <description>&lt;a rel="nofollow" target="_blank" href="http://qik.com/video/567287"&gt;&lt;img alt="Instalinux (http://instalinux.com) for configuring your own linux distros online and hosted linux desktops with Ulteo (http://ulteo.com)." src="http://media.qik.com/media.thumbnails.128/0127413f3fa94002834fde93dfe26e4b.jpg"/&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=eDty_SAxONo:wsScfyQijSI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=eDty_SAxONo:wsScfyQijSI:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=eDty_SAxONo:wsScfyQijSI:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=eDty_SAxONo:wsScfyQijSI:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=eDty_SAxONo:wsScfyQijSI:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=eDty_SAxONo:wsScfyQijSI:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=eDty_SAxONo:wsScfyQijSI:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=eDty_SAxONo:wsScfyQijSI:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=eDty_SAxONo:wsScfyQijSI:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/aralbalkan/~4/eDty_SAxONo" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">0127413f3fa94002834fde93dfe26e4b</guid>
         <pubDate>Fri, 14 Nov 2008 08:37:12 -0800</pubDate>
         <media:content url="http://media.qik.com/download/0127413f3fa94002834fde93dfe26e4b.flv" medium="video" type="video/x-flv" />
         <media:title>Linux Format mag highlights</media:title>
         <media:description>Instalinux (http://instalinux.com) for configuring your own linux distros online and hosted linux desktops with Ulteo (http://ulteo.com).</media:description>
         <media:keywords>ltheadgt-web-conference</media:keywords>
         <media:thumbnail width="128" url="http://media.qik.com/media.thumbnails.128/0127413f3fa94002834fde93dfe26e4b.jpg" height="96" />
         <media:credit>head</media:credit>
         <media:text>country:</media:text>
         <media:text>city:</media:text>
         <media:text>latitude:</media:text>
         <media:text>longitude:</media:text>
      <feedburner:origLink>http://qik.com/video/567287</feedburner:origLink></item>
      <item>
         <title>Looking through the Official Playstation mag</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/meu56u6N1I8/567045</link>
         <description>&lt;a rel="nofollow" target="_blank" href="http://qik.com/video/567045"&gt;&lt;img alt="mobile video" src="http://media.qik.com/media.thumbnails.128/fc1c21beb6c140349478a7c055ca1072.jpg"/&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=meu56u6N1I8:gkgYcIVj-jI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=meu56u6N1I8:gkgYcIVj-jI:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=meu56u6N1I8:gkgYcIVj-jI:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=meu56u6N1I8:gkgYcIVj-jI:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=meu56u6N1I8:gkgYcIVj-jI:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=meu56u6N1I8:gkgYcIVj-jI:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=meu56u6N1I8:gkgYcIVj-jI:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=meu56u6N1I8:gkgYcIVj-jI:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=meu56u6N1I8:gkgYcIVj-jI:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/aralbalkan/~4/meu56u6N1I8" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">fc1c21beb6c140349478a7c055ca1072</guid>
         <pubDate>Fri, 14 Nov 2008 07:25:05 -0800</pubDate>
         <media:content url="http://media.qik.com/download/fc1c21beb6c140349478a7c055ca1072.flv" medium="video" type="video/x-flv" />
         <media:title>Looking through the Official Playstation mag</media:title>
         <media:description>mobile video</media:description>
         <media:keywords>ltheadgt-web-conference</media:keywords>
         <media:thumbnail width="128" url="http://media.qik.com/media.thumbnails.128/fc1c21beb6c140349478a7c055ca1072.jpg" height="96" />
         <media:credit>head</media:credit>
         <media:text>country:</media:text>
         <media:text>city:</media:text>
         <media:text>latitude:</media:text>
         <media:text>longitude:</media:text>
      <feedburner:origLink>http://qik.com/video/567045</feedburner:origLink></item>
      <item>
         <title>Fun with Little Big Planet</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/ufZ4HertREg/534841</link>
         <description>&lt;a rel="nofollow" target="_blank" href="http://qik.com/video/534841"&gt;&lt;img alt="Paul got me Little Big Planet as a birthday present. It's fun! Woot!" src="http://media.qik.com/media.thumbnails.128/20bac1278b3b42fdafabb55b37cd3949.jpg"/&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=ufZ4HertREg:Lxp7H7jvStc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=ufZ4HertREg:Lxp7H7jvStc:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=ufZ4HertREg:Lxp7H7jvStc:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=ufZ4HertREg:Lxp7H7jvStc:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=ufZ4HertREg:Lxp7H7jvStc:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=ufZ4HertREg:Lxp7H7jvStc:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=ufZ4HertREg:Lxp7H7jvStc:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=ufZ4HertREg:Lxp7H7jvStc:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=ufZ4HertREg:Lxp7H7jvStc:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/aralbalkan/~4/ufZ4HertREg" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">20bac1278b3b42fdafabb55b37cd3949</guid>
         <pubDate>Thu, 06 Nov 2008 14:43:45 -0800</pubDate>
         <media:content url="http://media.qik.com/download/20bac1278b3b42fdafabb55b37cd3949.flv" medium="video" type="video/x-flv" />
         <media:title>Fun with Little Big Planet</media:title>
         <media:description>Paul got me Little Big Planet as a birthday present. It's fun! Woot!</media:description>
         <media:keywords>ltheadgt-web-conference</media:keywords>
         <media:thumbnail width="128" url="http://media.qik.com/media.thumbnails.128/20bac1278b3b42fdafabb55b37cd3949.jpg" height="96" />
         <media:credit>head</media:credit>
         <media:text>country:</media:text>
         <media:text>city:</media:text>
         <media:text>latitude:</media:text>
         <media:text>longitude:</media:text>
      <feedburner:origLink>http://qik.com/video/534841</feedburner:origLink></item>
      <item>
         <title>Untitled</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/a6Sx823VlOk/460403</link>
         <description>&lt;a rel="nofollow" target="_blank" href="http://qik.com/video/460403"&gt;&lt;img alt="mobile video" src="http://media.qik.com/media.thumbnails.128/da2d918c45ee4e5faf48b5b2a236e176.jpg"/&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=a6Sx823VlOk:WTZSOKTsNBE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=a6Sx823VlOk:WTZSOKTsNBE:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=a6Sx823VlOk:WTZSOKTsNBE:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=a6Sx823VlOk:WTZSOKTsNBE:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=a6Sx823VlOk:WTZSOKTsNBE:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=a6Sx823VlOk:WTZSOKTsNBE:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=a6Sx823VlOk:WTZSOKTsNBE:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=a6Sx823VlOk:WTZSOKTsNBE:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=a6Sx823VlOk:WTZSOKTsNBE:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/aralbalkan/~4/a6Sx823VlOk" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">da2d918c45ee4e5faf48b5b2a236e176</guid>
         <pubDate>Mon, 27 Oct 2008 04:03:06 -0700</pubDate>
         <media:content url="http://media.qik.com/download/da2d918c45ee4e5faf48b5b2a236e176.flv" medium="video" type="video/x-flv" />
         <media:title>Untitled</media:title>
         <media:description>mobile video</media:description>
         <media:keywords>ltheadgt-web-conference</media:keywords>
         <media:thumbnail width="128" url="http://media.qik.com/media.thumbnails.128/da2d918c45ee4e5faf48b5b2a236e176.jpg" height="96" />
         <media:credit>head</media:credit>
         <media:text>country:</media:text>
         <media:text>city:</media:text>
         <media:text>latitude:</media:text>
         <media:text>longitude:</media:text>
      <feedburner:origLink>http://qik.com/video/460403</feedburner:origLink></item>
      <item>
         <title>Untitled</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/QAodmK26NOM/447023</link>
         <description>&lt;a rel="nofollow" target="_blank" href="http://qik.com/video/447023"&gt;&lt;img alt="mobile video" src="http://media.qik.com/media.thumbnails.128/79b3d30f9b104ef783bc91546ee5a1af.jpg"/&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=QAodmK26NOM:kkABnAWKmV8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=QAodmK26NOM:kkABnAWKmV8:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=QAodmK26NOM:kkABnAWKmV8:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=QAodmK26NOM:kkABnAWKmV8:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=QAodmK26NOM:kkABnAWKmV8:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=QAodmK26NOM:kkABnAWKmV8:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=QAodmK26NOM:kkABnAWKmV8:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=QAodmK26NOM:kkABnAWKmV8:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=QAodmK26NOM:kkABnAWKmV8:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/aralbalkan/~4/QAodmK26NOM" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">79b3d30f9b104ef783bc91546ee5a1af</guid>
         <pubDate>Fri, 24 Oct 2008 09:43:46 -0700</pubDate>
         <media:content url="http://media.qik.com/download/79b3d30f9b104ef783bc91546ee5a1af.flv" medium="video" type="video/x-flv" />
         <media:title>Untitled</media:title>
         <media:description>mobile video</media:description>
         <media:keywords>ltheadgt-web-conference</media:keywords>
         <media:thumbnail width="128" url="http://media.qik.com/media.thumbnails.128/79b3d30f9b104ef783bc91546ee5a1af.jpg" height="96" />
         <media:credit>head</media:credit>
         <media:text>country:</media:text>
         <media:text>city:</media:text>
         <media:text>latitude:</media:text>
         <media:text>longitude:</media:text>
      <feedburner:origLink>http://qik.com/video/447023</feedburner:origLink></item>
      <item>
         <title>Untitled</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/AsaTGcY2Trk/446439</link>
         <description>&lt;a rel="nofollow" target="_blank" href="http://qik.com/video/446439"&gt;&lt;img alt="mobile video" src="http://media.qik.com/media.thumbnails.128/97ff2d83cae444f9989bc58bdcf7c6a3.jpg"/&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=AsaTGcY2Trk:OvcesXZOyY4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=AsaTGcY2Trk:OvcesXZOyY4:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=AsaTGcY2Trk:OvcesXZOyY4:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=AsaTGcY2Trk:OvcesXZOyY4:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=AsaTGcY2Trk:OvcesXZOyY4:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=AsaTGcY2Trk:OvcesXZOyY4:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=AsaTGcY2Trk:OvcesXZOyY4:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=AsaTGcY2Trk:OvcesXZOyY4:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=AsaTGcY2Trk:OvcesXZOyY4:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/aralbalkan/~4/AsaTGcY2Trk" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">97ff2d83cae444f9989bc58bdcf7c6a3</guid>
         <pubDate>Fri, 24 Oct 2008 07:42:24 -0700</pubDate>
         <media:content url="http://media.qik.com/download/97ff2d83cae444f9989bc58bdcf7c6a3.flv" medium="video" type="video/x-flv" />
         <media:title>Untitled</media:title>
         <media:description>mobile video</media:description>
         <media:keywords>ltheadgt-web-conference</media:keywords>
         <media:thumbnail width="128" url="http://media.qik.com/media.thumbnails.128/97ff2d83cae444f9989bc58bdcf7c6a3.jpg" height="96" />
         <media:credit>head</media:credit>
         <media:text>country:</media:text>
         <media:text>city:</media:text>
         <media:text>latitude:</media:text>
         <media:text>longitude:</media:text>
      <feedburner:origLink>http://qik.com/video/446439</feedburner:origLink></item>
      <item>
         <title>Untitled</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/VtG-qSY3NKI/446257</link>
         <description>&lt;a rel="nofollow" target="_blank" href="http://qik.com/video/446257"&gt;&lt;img alt="mobile video" src="http://media.qik.com/media.thumbnails.128/faf8cb06093048b89564dbcce79adcb7.jpg"/&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=VtG-qSY3NKI:_FoEnJswV6k:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=VtG-qSY3NKI:_FoEnJswV6k:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=VtG-qSY3NKI:_FoEnJswV6k:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=VtG-qSY3NKI:_FoEnJswV6k:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=VtG-qSY3NKI:_FoEnJswV6k:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=VtG-qSY3NKI:_FoEnJswV6k:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=VtG-qSY3NKI:_FoEnJswV6k:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=VtG-qSY3NKI:_FoEnJswV6k:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=VtG-qSY3NKI:_FoEnJswV6k:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/aralbalkan/~4/VtG-qSY3NKI" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">faf8cb06093048b89564dbcce79adcb7</guid>
         <pubDate>Fri, 24 Oct 2008 07:00:11 -0700</pubDate>
         <media:content url="http://media.qik.com/download/faf8cb06093048b89564dbcce79adcb7.flv" medium="video" type="video/x-flv" />
         <media:title>Untitled</media:title>
         <media:description>mobile video</media:description>
         <media:keywords>ltheadgt-web-conference</media:keywords>
         <media:thumbnail width="128" url="http://media.qik.com/media.thumbnails.128/faf8cb06093048b89564dbcce79adcb7.jpg" height="96" />
         <media:credit>head</media:credit>
         <media:text>country:</media:text>
         <media:text>city:</media:text>
         <media:text>latitude:</media:text>
         <media:text>longitude:</media:text>
      <feedburner:origLink>http://qik.com/video/446257</feedburner:origLink></item>
      <item>
         <title>Untitled</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/XvUaPjWthu0/446256</link>
         <description>&lt;a rel="nofollow" target="_blank" href="http://qik.com/video/446256"&gt;&lt;img alt="mobile video" src="http://media.qik.com/media.thumbnails.128/c05e4a61b81846a0b66befe997f8de67.jpg"/&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=XvUaPjWthu0:GH_Ra4Adx_g:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=XvUaPjWthu0:GH_Ra4Adx_g:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=XvUaPjWthu0:GH_Ra4Adx_g:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=XvUaPjWthu0:GH_Ra4Adx_g:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=XvUaPjWthu0:GH_Ra4Adx_g:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=XvUaPjWthu0:GH_Ra4Adx_g:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=XvUaPjWthu0:GH_Ra4Adx_g:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=XvUaPjWthu0:GH_Ra4Adx_g:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=XvUaPjWthu0:GH_Ra4Adx_g:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/aralbalkan/~4/XvUaPjWthu0" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">c05e4a61b81846a0b66befe997f8de67</guid>
         <pubDate>Fri, 24 Oct 2008 07:00:05 -0700</pubDate>
         <media:content url="http://media.qik.com/download/c05e4a61b81846a0b66befe997f8de67.flv" medium="video" type="video/x-flv" />
         <media:title>Untitled</media:title>
         <media:description>mobile video</media:description>
         <media:keywords>ltheadgt-web-conference</media:keywords>
         <media:thumbnail width="128" url="http://media.qik.com/media.thumbnails.128/c05e4a61b81846a0b66befe997f8de67.jpg" height="96" />
         <media:credit>head</media:credit>
         <media:text>country:</media:text>
         <media:text>city:</media:text>
         <media:text>latitude:</media:text>
         <media:text>longitude:</media:text>
      <feedburner:origLink>http://qik.com/video/446256</feedburner:origLink></item>
      <item>
         <title>Untitled</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/AxYQuZOWyC8/445629</link>
         <description>&lt;a rel="nofollow" target="_blank" href="http://qik.com/video/445629"&gt;&lt;img alt="mobile video" src="http://media.qik.com/media.thumbnails.128/c233d28f47a54f21ad495962e0d68a6c.jpg"/&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=AxYQuZOWyC8:CqT2SCzDXxc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=AxYQuZOWyC8:CqT2SCzDXxc:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=AxYQuZOWyC8:CqT2SCzDXxc:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=AxYQuZOWyC8:CqT2SCzDXxc:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=AxYQuZOWyC8:CqT2SCzDXxc:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=AxYQuZOWyC8:CqT2SCzDXxc:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=AxYQuZOWyC8:CqT2SCzDXxc:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=AxYQuZOWyC8:CqT2SCzDXxc:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=AxYQuZOWyC8:CqT2SCzDXxc:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/aralbalkan/~4/AxYQuZOWyC8" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">c233d28f47a54f21ad495962e0d68a6c</guid>
         <pubDate>Fri, 24 Oct 2008 02:24:37 -0700</pubDate>
         <media:content url="http://media.qik.com/download/c233d28f47a54f21ad495962e0d68a6c.flv" medium="video" type="video/x-flv" />
         <media:title>Untitled</media:title>
         <media:description>mobile video</media:description>
         <media:keywords>ltheadgt-web-conference</media:keywords>
         <media:thumbnail width="128" url="http://media.qik.com/media.thumbnails.128/c233d28f47a54f21ad495962e0d68a6c.jpg" height="96" />
         <media:credit>head</media:credit>
         <media:text>country:</media:text>
         <media:text>city:</media:text>
         <media:text>latitude:</media:text>
         <media:text>longitude:</media:text>
      <feedburner:origLink>http://qik.com/video/445629</feedburner:origLink></item>
      <item>
         <title>Untitled</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/Hjs9Q1wPDS8/445580</link>
         <description>&lt;a rel="nofollow" target="_blank" href="http://qik.com/video/445580"&gt;&lt;img alt="mobile video" src="http://media.qik.com/media.thumbnails.128/2ef7b9c239d149009a0c70c62879f9a0.jpg"/&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=Hjs9Q1wPDS8:wNes90sEnXU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=Hjs9Q1wPDS8:wNes90sEnXU:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=Hjs9Q1wPDS8:wNes90sEnXU:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=Hjs9Q1wPDS8:wNes90sEnXU:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=Hjs9Q1wPDS8:wNes90sEnXU:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=Hjs9Q1wPDS8:wNes90sEnXU:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=Hjs9Q1wPDS8:wNes90sEnXU:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=Hjs9Q1wPDS8:wNes90sEnXU:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=Hjs9Q1wPDS8:wNes90sEnXU:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/aralbalkan/~4/Hjs9Q1wPDS8" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">2ef7b9c239d149009a0c70c62879f9a0</guid>
         <pubDate>Fri, 24 Oct 2008 01:59:33 -0700</pubDate>
         <media:content url="http://media.qik.com/download/2ef7b9c239d149009a0c70c62879f9a0.flv" medium="video" type="video/x-flv" />
         <media:title>Untitled</media:title>
         <media:description>mobile video</media:description>
         <media:keywords>ltheadgt-web-conference</media:keywords>
         <media:thumbnail width="128" url="http://media.qik.com/media.thumbnails.128/2ef7b9c239d149009a0c70c62879f9a0.jpg" height="96" />
         <media:credit>head</media:credit>
         <media:text>country:</media:text>
         <media:text>city:</media:text>
         <media:text>latitude:</media:text>
         <media:text>longitude:</media:text>
      <feedburner:origLink>http://qik.com/video/445580</feedburner:origLink></item>
      <item>
         <title>Untitled</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/WYRp09bI3wY/445569</link>
         <description>&lt;a rel="nofollow" target="_blank" href="http://qik.com/video/445569"&gt;&lt;img alt="mobile video" src="http://media.qik.com/media.thumbnails.128/52681bd2c9a44ee095bc50a9f99ceab7.jpg"/&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=WYRp09bI3wY:Pvc1aU-2qdc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=WYRp09bI3wY:Pvc1aU-2qdc:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=WYRp09bI3wY:Pvc1aU-2qdc:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=WYRp09bI3wY:Pvc1aU-2qdc:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=WYRp09bI3wY:Pvc1aU-2qdc:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=WYRp09bI3wY:Pvc1aU-2qdc:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=WYRp09bI3wY:Pvc1aU-2qdc:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=WYRp09bI3wY:Pvc1aU-2qdc:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=WYRp09bI3wY:Pvc1aU-2qdc:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/aralbalkan/~4/WYRp09bI3wY" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">52681bd2c9a44ee095bc50a9f99ceab7</guid>
         <pubDate>Fri, 24 Oct 2008 01:56:40 -0700</pubDate>
         <media:content url="http://media.qik.com/download/52681bd2c9a44ee095bc50a9f99ceab7.flv" medium="video" type="video/x-flv" />
         <media:title>Untitled</media:title>
         <media:description>mobile video</media:description>
         <media:keywords>ltheadgt-web-conference</media:keywords>
         <media:thumbnail width="128" url="http://media.qik.com/media.thumbnails.128/52681bd2c9a44ee095bc50a9f99ceab7.jpg" height="96" />
         <media:credit>head</media:credit>
         <media:text>country:</media:text>
         <media:text>city:</media:text>
         <media:text>latitude:</media:text>
         <media:text>longitude:</media:text>
      <feedburner:origLink>http://qik.com/video/445569</feedburner:origLink></item>
      <item>
         <title>Untitled</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/Oq32X3M1QHA/435623</link>
         <description>&lt;a rel="nofollow" target="_blank" href="http://qik.com/video/435623"&gt;&lt;img alt="mobile video" src="http://media.qik.com/media.thumbnails.128/f20efe6132a2473b81bac0d5e5491538.jpg"/&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=Oq32X3M1QHA:_NXQdSKUGhk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=Oq32X3M1QHA:_NXQdSKUGhk:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=Oq32X3M1QHA:_NXQdSKUGhk:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=Oq32X3M1QHA:_NXQdSKUGhk:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=Oq32X3M1QHA:_NXQdSKUGhk:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=Oq32X3M1QHA:_NXQdSKUGhk:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=Oq32X3M1QHA:_NXQdSKUGhk:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=Oq32X3M1QHA:_NXQdSKUGhk:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=Oq32X3M1QHA:_NXQdSKUGhk:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/aralbalkan/~4/Oq32X3M1QHA" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">f20efe6132a2473b81bac0d5e5491538</guid>
         <pubDate>Wed, 22 Oct 2008 02:53:37 -0700</pubDate>
         <media:content url="http://media.qik.com/download/f20efe6132a2473b81bac0d5e5491538.flv" medium="video" type="video/x-flv" />
         <media:title>Untitled</media:title>
         <media:description>mobile video</media:description>
         <media:keywords>ltheadgt-web-conference</media:keywords>
         <media:thumbnail width="128" url="http://media.qik.com/media.thumbnails.128/f20efe6132a2473b81bac0d5e5491538.jpg" height="96" />
         <media:credit>head</media:credit>
         <media:text>country:</media:text>
         <media:text>city:</media:text>
         <media:text>latitude:</media:text>
         <media:text>longitude:</media:text>
      <feedburner:origLink>http://qik.com/video/435623</feedburner:origLink></item>
      <item>
         <title>Untitled</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/8RTEhbggUuI/435585</link>
         <description>&lt;a rel="nofollow" target="_blank" href="http://qik.com/video/435585"&gt;&lt;img alt="mobile video" src="http://media.qik.com/media.thumbnails.128/b76d7d07024c4c46905fb9c26ba5bdf7.jpg"/&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=8RTEhbggUuI:AuGVVip2KPQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=8RTEhbggUuI:AuGVVip2KPQ:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=8RTEhbggUuI:AuGVVip2KPQ:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=8RTEhbggUuI:AuGVVip2KPQ:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=8RTEhbggUuI:AuGVVip2KPQ:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=8RTEhbggUuI:AuGVVip2KPQ:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=8RTEhbggUuI:AuGVVip2KPQ:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=8RTEhbggUuI:AuGVVip2KPQ:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=8RTEhbggUuI:AuGVVip2KPQ:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/aralbalkan/~4/8RTEhbggUuI" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">b76d7d07024c4c46905fb9c26ba5bdf7</guid>
         <pubDate>Wed, 22 Oct 2008 02:39:23 -0700</pubDate>
         <media:content url="http://media.qik.com/download/b76d7d07024c4c46905fb9c26ba5bdf7.flv" medium="video" type="video/x-flv" />
         <media:title>Untitled</media:title>
         <media:description>mobile video</media:description>
         <media:keywords>ltheadgt-web-conference</media:keywords>
         <media:thumbnail width="128" url="http://media.qik.com/media.thumbnails.128/b76d7d07024c4c46905fb9c26ba5bdf7.jpg" height="96" />
         <media:credit>head</media:credit>
         <media:text>country:</media:text>
         <media:text>city:</media:text>
         <media:text>latitude:</media:text>
         <media:text>longitude:</media:text>
      <feedburner:origLink>http://qik.com/video/435585</feedburner:origLink></item>
      <item>
         <title>Seb Lee Delisle and the FlashBrighton pack</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/5fgB9_Ji_Kw/432214</link>
         <description>&lt;a rel="nofollow" target="_blank" href="http://qik.com/video/432214"&gt;&lt;img alt="A crashed the FlashBrighton code-a-thon and spoke with Seb Lee Delisle, one of our &amp;lt;head&amp;gt; speakers, and the other Flashbrightoners :)" src="http://media.qik.com/media.thumbnails.128/aab4bd4375a04f3aa1259dbeb62930e3.jpg"/&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=5fgB9_Ji_Kw:qQUbht7-YRM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=5fgB9_Ji_Kw:qQUbht7-YRM:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=5fgB9_Ji_Kw:qQUbht7-YRM:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=5fgB9_Ji_Kw:qQUbht7-YRM:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=5fgB9_Ji_Kw:qQUbht7-YRM:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=5fgB9_Ji_Kw:qQUbht7-YRM:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=5fgB9_Ji_Kw:qQUbht7-YRM:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=5fgB9_Ji_Kw:qQUbht7-YRM:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=5fgB9_Ji_Kw:qQUbht7-YRM:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/aralbalkan/~4/5fgB9_Ji_Kw" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">aab4bd4375a04f3aa1259dbeb62930e3</guid>
         <pubDate>Tue, 21 Oct 2008 14:09:50 -0700</pubDate>
         <media:content url="http://media.qik.com/download/aab4bd4375a04f3aa1259dbeb62930e3.flv" medium="video" type="video/x-flv" />
         <media:title>Seb Lee Delisle and the FlashBrighton pack</media:title>
         <media:description>A crashed the FlashBrighton code-a-thon and spoke with Seb Lee Delisle, one of our &amp;lt;head&amp;gt; speakers, and the other Flashbrightoners :)</media:description>
         <media:keywords>ltheadgt-web-conference</media:keywords>
         <media:thumbnail width="128" url="http://media.qik.com/media.thumbnails.128/aab4bd4375a04f3aa1259dbeb62930e3.jpg" height="96" />
         <media:credit>head</media:credit>
         <media:text>country:</media:text>
         <media:text>city:</media:text>
         <media:text>latitude:</media:text>
         <media:text>longitude:</media:text>
      <feedburner:origLink>http://qik.com/video/432214</feedburner:origLink></item>
      <item>
         <title>Second Life pre-party 3</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/QJ5F9Jd-Lso/422602</link>
         <description>&lt;a rel="nofollow" target="_blank" href="http://qik.com/video/422602"&gt;&lt;img alt="mobile video" src="http://media.qik.com/media.thumbnails.128/13f53b900e4b494c9a2896c9c196c5e7.jpg"/&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=QJ5F9Jd-Lso:6AVLYXtT8I8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=QJ5F9Jd-Lso:6AVLYXtT8I8:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=QJ5F9Jd-Lso:6AVLYXtT8I8:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=QJ5F9Jd-Lso:6AVLYXtT8I8:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=QJ5F9Jd-Lso:6AVLYXtT8I8:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=QJ5F9Jd-Lso:6AVLYXtT8I8:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=QJ5F9Jd-Lso:6AVLYXtT8I8:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=QJ5F9Jd-Lso:6AVLYXtT8I8:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=QJ5F9Jd-Lso:6AVLYXtT8I8:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/aralbalkan/~4/QJ5F9Jd-Lso" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">13f53b900e4b494c9a2896c9c196c5e7</guid>
         <pubDate>Sun, 19 Oct 2008 13:15:39 -0700</pubDate>
         <media:content url="http://media.qik.com/download/13f53b900e4b494c9a2896c9c196c5e7.flv" medium="video" type="video/x-flv" />
         <media:title>Second Life pre-party 3</media:title>
         <media:description>mobile video</media:description>
         <media:keywords>ltheadgt-web-conference</media:keywords>
         <media:thumbnail width="128" url="http://media.qik.com/media.thumbnails.128/13f53b900e4b494c9a2896c9c196c5e7.jpg" height="96" />
         <media:credit>head</media:credit>
         <media:text>country:</media:text>
         <media:text>city:</media:text>
         <media:text>latitude:</media:text>
         <media:text>longitude:</media:text>
      <feedburner:origLink>http://qik.com/video/422602</feedburner:origLink></item>
      <item>
         <title>Second Life pre-party 2</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/1hnLtyMPVVk/422168</link>
         <description>&lt;a rel="nofollow" target="_blank" href="http://qik.com/video/422168"&gt;&lt;img alt="mobile video" src="http://media.qik.com/media.thumbnails.128/7783753dcaa242f58689861a65bf9810.jpg"/&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=1hnLtyMPVVk:kiIZCAnl_0M:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=1hnLtyMPVVk:kiIZCAnl_0M:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=1hnLtyMPVVk:kiIZCAnl_0M:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=1hnLtyMPVVk:kiIZCAnl_0M:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=1hnLtyMPVVk:kiIZCAnl_0M:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=1hnLtyMPVVk:kiIZCAnl_0M:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=1hnLtyMPVVk:kiIZCAnl_0M:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=1hnLtyMPVVk:kiIZCAnl_0M:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=1hnLtyMPVVk:kiIZCAnl_0M:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/aralbalkan/~4/1hnLtyMPVVk" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">7783753dcaa242f58689861a65bf9810</guid>
         <pubDate>Sun, 19 Oct 2008 10:58:48 -0700</pubDate>
         <media:content url="http://media.qik.com/download/7783753dcaa242f58689861a65bf9810.flv" medium="video" type="video/x-flv" />
         <media:title>Second Life pre-party 2</media:title>
         <media:description>mobile video</media:description>
         <media:keywords>ltheadgt-web-conference</media:keywords>
         <media:thumbnail width="128" url="http://media.qik.com/media.thumbnails.128/7783753dcaa242f58689861a65bf9810.jpg" height="96" />
         <media:credit>head</media:credit>
         <media:text>country:</media:text>
         <media:text>city:</media:text>
         <media:text>latitude:</media:text>
         <media:text>longitude:</media:text>
      <feedburner:origLink>http://qik.com/video/422168</feedburner:origLink></item>
      <item>
         <title>Second Life pre-party</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/fLnttjCIh8Y/422086</link>
         <description>&lt;a rel="nofollow" target="_blank" href="http://qik.com/video/422086"&gt;&lt;img alt="mobile video" src="http://media.qik.com/media.thumbnails.128/462d291ea1c34f38b40ff1a2fec8348f.jpg"/&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=fLnttjCIh8Y:UJqNGf1Nn04:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=fLnttjCIh8Y:UJqNGf1Nn04:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=fLnttjCIh8Y:UJqNGf1Nn04:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=fLnttjCIh8Y:UJqNGf1Nn04:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=fLnttjCIh8Y:UJqNGf1Nn04:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=fLnttjCIh8Y:UJqNGf1Nn04:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=fLnttjCIh8Y:UJqNGf1Nn04:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=fLnttjCIh8Y:UJqNGf1Nn04:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=fLnttjCIh8Y:UJqNGf1Nn04:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/aralbalkan/~4/fLnttjCIh8Y" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">462d291ea1c34f38b40ff1a2fec8348f</guid>
         <pubDate>Sun, 19 Oct 2008 10:23:55 -0700</pubDate>
         <media:content url="http://media.qik.com/download/462d291ea1c34f38b40ff1a2fec8348f.flv" medium="video" type="video/x-flv" />
         <media:title>Second Life pre-party</media:title>
         <media:description>mobile video</media:description>
         <media:keywords>ltheadgt-web-conference</media:keywords>
         <media:thumbnail width="128" url="http://media.qik.com/media.thumbnails.128/462d291ea1c34f38b40ff1a2fec8348f.jpg" height="96" />
         <media:credit>head</media:credit>
         <media:text>country:</media:text>
         <media:text>city:</media:text>
         <media:text>latitude:</media:text>
         <media:text>longitude:</media:text>
      <feedburner:origLink>http://qik.com/video/422086</feedburner:origLink></item>
      <item>
         <title>The new MacBook Pros</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/822yilVOLd0/417445</link>
         <description>&lt;a rel="nofollow" target="_blank" href="http://qik.com/video/417445"&gt;&lt;img alt="mobile video" src="http://media.qik.com/media.thumbnails.128/024cef948b7b459cbdb071819f056a15.jpg"/&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=822yilVOLd0:tuj1PU5_0rA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=822yilVOLd0:tuj1PU5_0rA:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=822yilVOLd0:tuj1PU5_0rA:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=822yilVOLd0:tuj1PU5_0rA:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=822yilVOLd0:tuj1PU5_0rA:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=822yilVOLd0:tuj1PU5_0rA:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=822yilVOLd0:tuj1PU5_0rA:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=822yilVOLd0:tuj1PU5_0rA:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=822yilVOLd0:tuj1PU5_0rA:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/aralbalkan/~4/822yilVOLd0" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">024cef948b7b459cbdb071819f056a15</guid>
         <pubDate>Sat, 18 Oct 2008 02:44:44 -0700</pubDate>
         <media:content url="http://media.qik.com/download/024cef948b7b459cbdb071819f056a15.flv" medium="video" type="video/x-flv" />
         <media:title>The new MacBook Pros</media:title>
         <media:description>mobile video</media:description>
         <media:keywords>ltheadgt-web-conference</media:keywords>
         <media:thumbnail width="128" url="http://media.qik.com/media.thumbnails.128/024cef948b7b459cbdb071819f056a15.jpg" height="96" />
         <media:credit>head</media:credit>
         <media:text>country:</media:text>
         <media:text>city:</media:text>
         <media:text>latitude:</media:text>
         <media:text>longitude:</media:text>
      <feedburner:origLink>http://qik.com/video/417445</feedburner:origLink></item>
      <item>
         <title>At ClearLeft with Jeremy Keith</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/auTu5OLSB_0/380771</link>
         <description>&lt;a rel="nofollow" target="_blank" href="http://qik.com/video/380771"&gt;&lt;img alt="And, of course, by James Paterson, I mean Jonathan Harris -- I'll blame the sleepless nights :)" src="http://media.qik.com/media.thumbnails.128/d6aa440a4d554977a77eb32f55eed0b7.jpg"/&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=auTu5OLSB_0:8Cst8hmy57M:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=auTu5OLSB_0:8Cst8hmy57M:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=auTu5OLSB_0:8Cst8hmy57M:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=auTu5OLSB_0:8Cst8hmy57M:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=auTu5OLSB_0:8Cst8hmy57M:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=auTu5OLSB_0:8Cst8hmy57M:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=auTu5OLSB_0:8Cst8hmy57M:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=auTu5OLSB_0:8Cst8hmy57M:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=auTu5OLSB_0:8Cst8hmy57M:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/aralbalkan/~4/auTu5OLSB_0" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">d6aa440a4d554977a77eb32f55eed0b7</guid>
         <pubDate>Wed, 08 Oct 2008 07:33:38 -0700</pubDate>
         <media:content url="http://media.qik.com/download/d6aa440a4d554977a77eb32f55eed0b7.flv" medium="video" type="video/x-flv" />
         <media:title>At ClearLeft with Jeremy Keith</media:title>
         <media:description>And, of course, by James Paterson, I mean Jonathan Harris -- I'll blame the sleepless nights :)</media:description>
         <media:keywords>ltheadgt-web-conference</media:keywords>
         <media:thumbnail width="128" url="http://media.qik.com/media.thumbnails.128/d6aa440a4d554977a77eb32f55eed0b7.jpg" height="96" />
         <media:credit>head</media:credit>
         <media:text>country:</media:text>
         <media:text>city:</media:text>
         <media:text>latitude:</media:text>
         <media:text>longitude:</media:text>
      <feedburner:origLink>http://qik.com/video/380771</feedburner:origLink></item>
      <item>
         <title>Brighton rocks!</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/LukHjJEe2tM/380533</link>
         <description>&lt;a rel="nofollow" target="_blank" href="http://qik.com/video/380533"&gt;&lt;img alt="mobile video" src="http://media.qik.com/media.thumbnails.128/190b7fcf6a5644fe9b956fe6a8813600.jpg"/&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=LukHjJEe2tM:nlAfbBI4HhE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=LukHjJEe2tM:nlAfbBI4HhE:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=LukHjJEe2tM:nlAfbBI4HhE:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=LukHjJEe2tM:nlAfbBI4HhE:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=LukHjJEe2tM:nlAfbBI4HhE:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=LukHjJEe2tM:nlAfbBI4HhE:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=LukHjJEe2tM:nlAfbBI4HhE:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=LukHjJEe2tM:nlAfbBI4HhE:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=LukHjJEe2tM:nlAfbBI4HhE:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/aralbalkan/~4/LukHjJEe2tM" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">190b7fcf6a5644fe9b956fe6a8813600</guid>
         <pubDate>Wed, 08 Oct 2008 05:58:17 -0700</pubDate>
         <media:content url="http://media.qik.com/download/190b7fcf6a5644fe9b956fe6a8813600.flv" medium="video" type="video/x-flv" />
         <media:title>Brighton rocks!</media:title>
         <media:description>mobile video</media:description>
         <media:keywords>ltheadgt-web-conference</media:keywords>
         <media:thumbnail width="128" url="http://media.qik.com/media.thumbnails.128/190b7fcf6a5644fe9b956fe6a8813600.jpg" height="96" />
         <media:credit>head</media:credit>
         <media:text>country:</media:text>
         <media:text>city:</media:text>
         <media:text>latitude:</media:text>
         <media:text>longitude:</media:text>
      <feedburner:origLink>http://qik.com/video/380533</feedburner:origLink></item>
      <item>
         <title>Brighton hub.</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/tU8fC9wtZ34/380189</link>
         <description>&lt;a rel="nofollow" target="_blank" href="http://qik.com/video/380189"&gt;&lt;img alt="A quick tour of The Werks, the co-working space in Brighton that's sponsoring the local hub." src="http://media.qik.com/media.thumbnails.128/a3874ba73e63434ab72e54a40f519081.jpg"/&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=tU8fC9wtZ34:XbEiHRihjEM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=tU8fC9wtZ34:XbEiHRihjEM:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=tU8fC9wtZ34:XbEiHRihjEM:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=tU8fC9wtZ34:XbEiHRihjEM:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=tU8fC9wtZ34:XbEiHRihjEM:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=tU8fC9wtZ34:XbEiHRihjEM:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=tU8fC9wtZ34:XbEiHRihjEM:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=tU8fC9wtZ34:XbEiHRihjEM:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=tU8fC9wtZ34:XbEiHRihjEM:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/aralbalkan/~4/tU8fC9wtZ34" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">a3874ba73e63434ab72e54a40f519081</guid>
         <pubDate>Wed, 08 Oct 2008 02:58:24 -0700</pubDate>
         <media:content url="http://media.qik.com/download/a3874ba73e63434ab72e54a40f519081.flv" medium="video" type="video/x-flv" />
         <media:title>Brighton hub.</media:title>
         <media:description>A quick tour of The Werks, the co-working space in Brighton that's sponsoring the local hub.</media:description>
         <media:keywords>ltheadgt-web-conference</media:keywords>
         <media:thumbnail width="128" url="http://media.qik.com/media.thumbnails.128/a3874ba73e63434ab72e54a40f519081.jpg" height="96" />
         <media:credit>head</media:credit>
         <media:text>country:</media:text>
         <media:text>city:</media:text>
         <media:text>latitude:</media:text>
         <media:text>longitude:</media:text>
      <feedburner:origLink>http://qik.com/video/380189</feedburner:origLink></item>
      <item>
         <title>Instructions - final</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/wjv9wSVny6g/375217</link>
         <description>&lt;a rel="nofollow" target="_blank" href="http://qik.com/video/375217"&gt;&lt;img alt="Sorry for all the conflicting information. To add your videos, join the _event_ and _then_ make your videos and they will show up in the stream." src="http://media.qik.com/media.thumbnails.128/e09e125f5d864786ab4c7a87397feedd.jpg"/&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=wjv9wSVny6g:GBJioipFa4I:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=wjv9wSVny6g:GBJioipFa4I:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=wjv9wSVny6g:GBJioipFa4I:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=wjv9wSVny6g:GBJioipFa4I:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=wjv9wSVny6g:GBJioipFa4I:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=wjv9wSVny6g:GBJioipFa4I:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=wjv9wSVny6g:GBJioipFa4I:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=wjv9wSVny6g:GBJioipFa4I:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=wjv9wSVny6g:GBJioipFa4I:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/aralbalkan/~4/wjv9wSVny6g" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">e09e125f5d864786ab4c7a87397feedd</guid>
         <pubDate>Mon, 06 Oct 2008 12:33:34 -0700</pubDate>
         <media:content url="http://media.qik.com/download/e09e125f5d864786ab4c7a87397feedd.flv" medium="video" type="video/x-flv" />
         <media:title>Instructions - final</media:title>
         <media:description>Sorry for all the conflicting information. To add your videos, join the _event_ and _then_ make your videos and they will show up in the stream.</media:description>
         <media:keywords>ltheadgt-web-conference</media:keywords>
         <media:thumbnail width="128" url="http://media.qik.com/media.thumbnails.128/e09e125f5d864786ab4c7a87397feedd.jpg" height="96" />
         <media:credit>head</media:credit>
         <media:text>country:</media:text>
         <media:text>city:</media:text>
         <media:text>latitude:</media:text>
         <media:text>longitude:</media:text>
      <feedburner:origLink>http://qik.com/video/375217</feedburner:origLink></item>
      <item>
         <title>Book here!</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/tV-qNf0TDwY/374569</link>
         <description>&lt;a rel="nofollow" target="_blank" href="http://qik.com/video/374569"&gt;&lt;img alt="mobile video" src="http://media.qik.com/media.thumbnails.128/9b2937721581424586df7930816dd76e.jpg"/&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=tV-qNf0TDwY:oITeYFos7_8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=tV-qNf0TDwY:oITeYFos7_8:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=tV-qNf0TDwY:oITeYFos7_8:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=tV-qNf0TDwY:oITeYFos7_8:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=tV-qNf0TDwY:oITeYFos7_8:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=tV-qNf0TDwY:oITeYFos7_8:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=tV-qNf0TDwY:oITeYFos7_8:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=tV-qNf0TDwY:oITeYFos7_8:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=tV-qNf0TDwY:oITeYFos7_8:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/aralbalkan/~4/tV-qNf0TDwY" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">9b2937721581424586df7930816dd76e</guid>
         <pubDate>Mon, 06 Oct 2008 09:21:25 -0700</pubDate>
         <media:content url="http://media.qik.com/download/9b2937721581424586df7930816dd76e.flv" medium="video" type="video/x-flv" />
         <media:title>Book here!</media:title>
         <media:description>mobile video</media:description>
         <media:keywords>ltheadgt-web-conference</media:keywords>
         <media:thumbnail width="128" url="http://media.qik.com/media.thumbnails.128/9b2937721581424586df7930816dd76e.jpg" height="96" />
         <media:credit>head</media:credit>
         <media:text>country:</media:text>
         <media:text>city:</media:text>
         <media:text>latitude:</media:text>
         <media:text>longitude:</media:text>
      <feedburner:origLink>http://qik.com/video/374569</feedburner:origLink></item>
      <item>
         <title>Why head? English weather :)</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/pns76NbBvq8/374484</link>
         <description>&lt;a rel="nofollow" target="_blank" href="http://qik.com/video/374484"&gt;&lt;img alt="mobile video" src="http://media.qik.com/media.thumbnails.128/d8b0212268c44bdaa0baca17eb167217.jpg"/&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=pns76NbBvq8:_lJvMxuW5pw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=pns76NbBvq8:_lJvMxuW5pw:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=pns76NbBvq8:_lJvMxuW5pw:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=pns76NbBvq8:_lJvMxuW5pw:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=pns76NbBvq8:_lJvMxuW5pw:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=pns76NbBvq8:_lJvMxuW5pw:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=pns76NbBvq8:_lJvMxuW5pw:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=pns76NbBvq8:_lJvMxuW5pw:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=pns76NbBvq8:_lJvMxuW5pw:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/aralbalkan/~4/pns76NbBvq8" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">d8b0212268c44bdaa0baca17eb167217</guid>
         <pubDate>Mon, 06 Oct 2008 08:55:57 -0700</pubDate>
         <media:content url="http://media.qik.com/download/d8b0212268c44bdaa0baca17eb167217.flv" medium="video" type="video/x-flv" />
         <media:title>Why head? English weather :)</media:title>
         <media:description>mobile video</media:description>
         <media:keywords>ltheadgt-web-conference</media:keywords>
         <media:thumbnail width="128" url="http://media.qik.com/media.thumbnails.128/d8b0212268c44bdaa0baca17eb167217.jpg" height="96" />
         <media:credit>head</media:credit>
         <media:text>country:</media:text>
         <media:text>city:</media:text>
         <media:text>latitude:</media:text>
         <media:text>longitude:</media:text>
      <feedburner:origLink>http://qik.com/video/374484</feedburner:origLink></item>
      <item>
         <title>Welcome</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/2bWogx0Z-2w/374146</link>
         <description>&lt;a rel="nofollow" target="_blank" href="http://qik.com/video/374146"&gt;&lt;img alt="This is the group for the &amp;lt;head&amp;gt; web conference." src="http://media.qik.com/media.thumbnails.128/528d80daca934b2292afb431662eec34.jpg"/&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=2bWogx0Z-2w:bzBk0j-fK0A:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=2bWogx0Z-2w:bzBk0j-fK0A:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=2bWogx0Z-2w:bzBk0j-fK0A:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=2bWogx0Z-2w:bzBk0j-fK0A:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=2bWogx0Z-2w:bzBk0j-fK0A:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=2bWogx0Z-2w:bzBk0j-fK0A:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=2bWogx0Z-2w:bzBk0j-fK0A:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=2bWogx0Z-2w:bzBk0j-fK0A:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=2bWogx0Z-2w:bzBk0j-fK0A:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/aralbalkan/~4/2bWogx0Z-2w" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">528d80daca934b2292afb431662eec34</guid>
         <pubDate>Mon, 06 Oct 2008 06:56:45 -0700</pubDate>
         <media:content url="http://media.qik.com/download/528d80daca934b2292afb431662eec34.flv" medium="video" type="video/x-flv" />
         <media:title>Welcome</media:title>
         <media:description>This is the group for the &amp;lt;head&amp;gt; web conference.</media:description>
         <media:keywords>ltheadgt-web-conference</media:keywords>
         <media:thumbnail width="128" url="http://media.qik.com/media.thumbnails.128/528d80daca934b2292afb431662eec34.jpg" height="96" />
         <media:credit>head</media:credit>
         <media:text>country:</media:text>
         <media:text>city:</media:text>
         <media:text>latitude:</media:text>
         <media:text>longitude:</media:text>
      <feedburner:origLink>http://qik.com/video/374146</feedburner:origLink></item>
      <item>
         <title>First test</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/bkq2w17a7V4/371777</link>
         <description>&lt;a rel="nofollow" target="_blank" href="http://qik.com/video/371777"&gt;&lt;img alt="Testing the studio setup for future &amp;lt;head&amp;gt; qik videos." src="http://media.qik.com/media.thumbnails.128/8b3a3724c5944989aebbbf8313a9952f.jpg"/&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=bkq2w17a7V4:Flxs9ka8f9Q:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=bkq2w17a7V4:Flxs9ka8f9Q:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=bkq2w17a7V4:Flxs9ka8f9Q:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=bkq2w17a7V4:Flxs9ka8f9Q:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=bkq2w17a7V4:Flxs9ka8f9Q:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=bkq2w17a7V4:Flxs9ka8f9Q:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=bkq2w17a7V4:Flxs9ka8f9Q:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=bkq2w17a7V4:Flxs9ka8f9Q:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=bkq2w17a7V4:Flxs9ka8f9Q:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/aralbalkan/~4/bkq2w17a7V4" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">8b3a3724c5944989aebbbf8313a9952f</guid>
         <pubDate>Sun, 05 Oct 2008 12:11:19 -0700</pubDate>
         <media:content url="http://media.qik.com/download/8b3a3724c5944989aebbbf8313a9952f.flv" medium="video" type="video/x-flv" />
         <media:title>First test</media:title>
         <media:description>Testing the studio setup for future &amp;lt;head&amp;gt; qik videos.</media:description>
         <media:keywords>ltheadgt-web-conference</media:keywords>
         <media:thumbnail width="128" url="http://media.qik.com/media.thumbnails.128/8b3a3724c5944989aebbbf8313a9952f.jpg" height="96" />
         <media:credit>head</media:credit>
         <media:text>country:</media:text>
         <media:text>city:</media:text>
         <media:text>latitude:</media:text>
         <media:text>longitude:</media:text>
      <feedburner:origLink>http://qik.com/video/371777</feedburner:origLink></item>
      <item>
         <title>First test</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/KeOt_w3fbxU/371719</link>
         <description>&lt;a rel="nofollow" target="_blank" href="http://qik.com/video/371719"&gt;&lt;img alt="mobile video" src="http://media.qik.com/media.thumbnails.128/f7d40ed5e1094a68a9fc4c8cf2f78e83.jpg"/&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=KeOt_w3fbxU:kaT74y_gllM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=KeOt_w3fbxU:kaT74y_gllM:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=KeOt_w3fbxU:kaT74y_gllM:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=KeOt_w3fbxU:kaT74y_gllM:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=KeOt_w3fbxU:kaT74y_gllM:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=KeOt_w3fbxU:kaT74y_gllM:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=KeOt_w3fbxU:kaT74y_gllM:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=KeOt_w3fbxU:kaT74y_gllM:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=KeOt_w3fbxU:kaT74y_gllM:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/aralbalkan/~4/KeOt_w3fbxU" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">f7d40ed5e1094a68a9fc4c8cf2f78e83</guid>
         <pubDate>Sun, 05 Oct 2008 11:48:01 -0700</pubDate>
         <media:content url="http://media.qik.com/download/f7d40ed5e1094a68a9fc4c8cf2f78e83.flv" medium="video" type="video/x-flv" />
         <media:title>First test</media:title>
         <media:description>mobile video</media:description>
         <media:keywords>ltheadgt-web-conference</media:keywords>
         <media:thumbnail width="128" url="http://media.qik.com/media.thumbnails.128/f7d40ed5e1094a68a9fc4c8cf2f78e83.jpg" height="96" />
         <media:credit>head</media:credit>
         <media:text>country:</media:text>
         <media:text>city:</media:text>
         <media:text>latitude:</media:text>
         <media:text>longitude:</media:text>
      <feedburner:origLink>http://qik.com/video/371719</feedburner:origLink></item>
      <item>
         <title>First test</title>
         <link>http://feedproxy.google.com/~r/aralbalkan/~3/BRsaMFpKKDk/371709</link>
         <description>&lt;a rel="nofollow" target="_blank" href="http://qik.com/video/371709"&gt;&lt;img alt="mobile video" src="http://media.qik.com/media.thumbnails.128/6e7f4af81c1945318d1d892b01ac33fb.jpg"/&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=BRsaMFpKKDk:26DbALqihv0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=BRsaMFpKKDk:26DbALqihv0:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=BRsaMFpKKDk:26DbALqihv0:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=BRsaMFpKKDk:26DbALqihv0:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=BRsaMFpKKDk:26DbALqihv0:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=BRsaMFpKKDk:26DbALqihv0:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=BRsaMFpKKDk:26DbALqihv0:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?i=BRsaMFpKKDk:26DbALqihv0:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/aralbalkan?a=BRsaMFpKKDk:26DbALqihv0:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/aralbalkan?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/aralbalkan/~4/BRsaMFpKKDk" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">6e7f4af81c1945318d1d892b01ac33fb</guid>
         <pubDate>Sun, 05 Oct 2008 11:43:17 -0700</pubDate>
         <media:content url="http://media.qik.com/download/6e7f4af81c1945318d1d892b01ac33fb.flv" medium="video" type="video/x-flv" />
         <media:title>First test</media:title>
         <media:description>mobile video</media:description>
         <media:keywords>ltheadgt-web-conference</media:keywords>
         <media:thumbnail width="128" url="http://media.qik.com/media.thumbnails.128/6e7f4af81c1945318d1d892b01ac33fb.jpg" height="96" />
         <media:credit>head</media:credit>
         <media:text>country:</media:text>
         <media:text>city:</media:text>
         <media:text>latitude:</media:text>
         <media:text>longitude:</media:text>
      <feedburner:origLink>http://qik.com/video/371709</feedburner:origLink></item>
   </channel>
</rss><!-- fe3.pipes.re3.yahoo.com uncompressed/chunked Sat Nov 21 10:03:06 PST 2009 -->
