<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Andreas Dolinsek&#039;s Weblog</title>
	<atom:link href="http://doli.at/feed/" rel="self" type="application/rss+xml" />
	<link>http://doli.at</link>
	<description>iPhone/iPad developer @ sonicomobile.com</description>
	<lastBuildDate>Fri, 22 Jul 2011 21:56:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='doli.at' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Andreas Dolinsek&#039;s Weblog</title>
		<link>http://doli.at</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://doli.at/osd.xml" title="Andreas Dolinsek&#039;s Weblog" />
	<atom:link rel='hub' href='http://doli.at/?pushpress=hub'/>
		<item>
		<title>Appengine &#8211; Efficiently delete data with MapReduce</title>
		<link>http://doli.at/2011/07/22/appengine-efficiently-delete-data/</link>
		<comments>http://doli.at/2011/07/22/appengine-efficiently-delete-data/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 21:18:45 +0000</pubDate>
		<dc:creator>Andreas Dolinsek</dc:creator>
				<category><![CDATA[Appengine]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[app engine clear model]]></category>
		<category><![CDATA[appengine]]></category>
		<category><![CDATA[delete data]]></category>
		<category><![CDATA[delete data from app engine]]></category>
		<category><![CDATA[mapreduce]]></category>
		<category><![CDATA[truncate]]></category>

		<guid isPermaLink="false">http://doli.at/?p=584</guid>
		<description><![CDATA[The new method: The new (easier) way is to delete data is the builtin datastore-admin. The traditional mapreduce method: The mapreduce-technique won&#8217;t affect the latency of your application, but be careful with your quotas. You can also filter out entities you don&#8217;t want to delete in the clearmodel.process method. (1) Get MapReduce for AppEngine and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=doli.at&amp;blog=2846740&amp;post=584&amp;subd=dolinsek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>The new method:</strong> The new (easier) way is to delete data is the <a href="http://code.google.com/intl/it/appengine/docs/adminconsole/datastoreadmin.html#Deleting_Entities_in_Bulk">builtin datastore-admin</a>.</p>
<p><strong>The traditional mapreduce method:</strong> The mapreduce-technique won&#8217;t affect the latency of your application, but be careful with your quotas. You can also filter out entities you don&#8217;t want to delete in the <code>clearmodel.process</code> method.</p>
<p><span id="more-584"></span></p>
<div><strong>(1)</strong> Get MapReduce for AppEngine and check it out &#8230;<br />
<code>svn checkout http://appengine-mapreduce.googlecode.com/svn/trunk/ appengine-mapreduce-read-only</code></div>
<p></p>
<div><strong>(2)</strong> If you use AppEngine with python go to the <code>python/src/</code> directory and copy the <code>mapreduce </code>subdirectory into the <em>root directory</em> of your app engine project.</div>
<p></p>
<div><strong>(3)</strong> Then create download <code><a href="http://dl.dropbox.com/u/36082816/mapreduce.yaml">mapreduce.yaml</a></code> file in the root folder of your appengine-project (same folder where your app.yaml is). <strong>Edit this file an set your model you want to clear after</strong> <code>default:</code> <strong>at the last line of the file.</strong></div>
<p></p>
<div><strong>(4)</strong> Get the file <a href="http://dl.dropbox.com/u/36082816/clearmodel.py">clearmodel.py</a> and put it into the <code>mapreduce</code> subdirectory.</div>
<p></p>
<div><strong>(5)</strong> Install mapreduce in the <a href="http://dl.dropbox.com/u/36082816/app.yaml">app.yaml</a></div>
<p></p>
<div><strong>(6)</strong> Navigate to &lt;baseurl&gt;/mapreduce and login with your Appengine-User. You can start the clear-process with the webinterface.</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dolinsek.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dolinsek.wordpress.com/584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dolinsek.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dolinsek.wordpress.com/584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dolinsek.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dolinsek.wordpress.com/584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dolinsek.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dolinsek.wordpress.com/584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dolinsek.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dolinsek.wordpress.com/584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dolinsek.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dolinsek.wordpress.com/584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dolinsek.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dolinsek.wordpress.com/584/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=doli.at&amp;blog=2846740&amp;post=584&amp;subd=dolinsek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://doli.at/2011/07/22/appengine-efficiently-delete-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/163b0370e4189859717d038d27dc0d0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dolinsek</media:title>
		</media:content>
	</item>
		<item>
		<title>iTranslate for iPad &#8211; a huge success</title>
		<link>http://doli.at/2010/11/05/itranslate-for-ipad-a-huge-success/</link>
		<comments>http://doli.at/2010/11/05/itranslate-for-ipad-a-huge-success/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 23:51:26 +0000</pubDate>
		<dc:creator>Andreas Dolinsek</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Projekte]]></category>
		<category><![CDATA[Sonico Mobile Stuff]]></category>
		<category><![CDATA[itranslate for ipad]]></category>
		<category><![CDATA[itranslate ipad]]></category>
		<category><![CDATA[sonico]]></category>
		<category><![CDATA[sonicomobile]]></category>

		<guid isPermaLink="false">http://doli.at/?p=564</guid>
		<description><![CDATA[&#160; &#160; &#160; &#160; &#160; &#160; &#160; Our new product iTranslate for iPad is a huge success on the AppStore. Only a few hours after the launch we dominated nearly every country rankings. More Infos will be available soon @SonicoMobile or on our brand new website http://www.sonicomobile.com.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=doli.at&amp;blog=2846740&amp;post=564&amp;subd=dolinsek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://dolinsek.files.wordpress.com/2010/11/img1.jpg"><img class="alignleft size-medium wp-image-565" title="img1" src="http://dolinsek.files.wordpress.com/2010/11/img1.jpg?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Our new product <a href="http://www.sonicomobile.com/itranslate-ipad/">iTranslate for iPad</a> is a huge success on the AppStore. Only a few hours after the launch we dominated nearly every country rankings.</p>
<p><span id="more-564"></span></p>
<p>More Infos will be available soon <a href="http://twitter.com/sonicomobile">@SonicoMobile</a> or on our brand new website <a href="http://www.sonicomobile.com">http://www.sonicomobile.com</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dolinsek.wordpress.com/564/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dolinsek.wordpress.com/564/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dolinsek.wordpress.com/564/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dolinsek.wordpress.com/564/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dolinsek.wordpress.com/564/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dolinsek.wordpress.com/564/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dolinsek.wordpress.com/564/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dolinsek.wordpress.com/564/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dolinsek.wordpress.com/564/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dolinsek.wordpress.com/564/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dolinsek.wordpress.com/564/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dolinsek.wordpress.com/564/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dolinsek.wordpress.com/564/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dolinsek.wordpress.com/564/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=doli.at&amp;blog=2846740&amp;post=564&amp;subd=dolinsek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://doli.at/2010/11/05/itranslate-for-ipad-a-huge-success/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/163b0370e4189859717d038d27dc0d0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dolinsek</media:title>
		</media:content>

		<media:content url="http://dolinsek.files.wordpress.com/2010/11/img1.jpg?w=300" medium="image">
			<media:title type="html">img1</media:title>
		</media:content>
	</item>
		<item>
		<title>Trivia: A nice article about Sonico Mobile</title>
		<link>http://doli.at/2010/05/24/trivia-a-nice-article-about-sonico-mobile/</link>
		<comments>http://doli.at/2010/05/24/trivia-a-nice-article-about-sonico-mobile/#comments</comments>
		<pubDate>Mon, 24 May 2010 19:59:31 +0000</pubDate>
		<dc:creator>Andreas Dolinsek</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://doli.at/?p=558</guid>
		<description><![CDATA[Loquendo Vocal Technology and Services The developers at Sonico Mobile are experts on the iPhone &#38; iPad platforms, and have created several applications for the iPhone including iTranslate, Music-Quiz and Qype Radar. Their products have seen over 5 million downloads from the Apple App Store, and over 1 million people are using their apps on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=doli.at&amp;blog=2846740&amp;post=558&amp;subd=dolinsek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.loquendo.com/en/news/news-loquendo-itranslate.htm">Loquendo Vocal Technology and Services</a></p>
<blockquote><p>The developers at Sonico Mobile are experts on the iPhone &amp; iPad platforms, and have created several applications for the iPhone including iTranslate, Music-Quiz and Qype Radar. Their products have seen over 5 million downloads from the Apple App Store, and over 1 million people are using their apps on a regular basis. For more info:<a href="http://www.sonicomobile.com/" target="_blank">www.sonicomobile.com</a>.</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dolinsek.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dolinsek.wordpress.com/558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dolinsek.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dolinsek.wordpress.com/558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dolinsek.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dolinsek.wordpress.com/558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dolinsek.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dolinsek.wordpress.com/558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dolinsek.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dolinsek.wordpress.com/558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dolinsek.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dolinsek.wordpress.com/558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dolinsek.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dolinsek.wordpress.com/558/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=doli.at&amp;blog=2846740&amp;post=558&amp;subd=dolinsek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://doli.at/2010/05/24/trivia-a-nice-article-about-sonico-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/163b0370e4189859717d038d27dc0d0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dolinsek</media:title>
		</media:content>
	</item>
		<item>
		<title>First iPad commercial</title>
		<link>http://doli.at/2010/05/13/first-ipad-commercial/</link>
		<comments>http://doli.at/2010/05/13/first-ipad-commercial/#comments</comments>
		<pubDate>Thu, 13 May 2010 21:49:13 +0000</pubDate>
		<dc:creator>Andreas Dolinsek</dc:creator>
				<category><![CDATA[Sonico Mobile Stuff]]></category>

		<guid isPermaLink="false">http://doli.at/?p=552</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=doli.at&amp;blog=2846740&amp;post=552&amp;subd=dolinsek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='600' height='368' src='http://www.youtube.com/embed/fihOmQY-JxY?version=3&amp;rel=1&amp;fs=1&amp;showsearch=0&amp;showinfo=1&amp;iv_load_policy=1&amp;wmode=transparent' frameborder='0'></iframe></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dolinsek.wordpress.com/552/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dolinsek.wordpress.com/552/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dolinsek.wordpress.com/552/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dolinsek.wordpress.com/552/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dolinsek.wordpress.com/552/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dolinsek.wordpress.com/552/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dolinsek.wordpress.com/552/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dolinsek.wordpress.com/552/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dolinsek.wordpress.com/552/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dolinsek.wordpress.com/552/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dolinsek.wordpress.com/552/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dolinsek.wordpress.com/552/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dolinsek.wordpress.com/552/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dolinsek.wordpress.com/552/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=doli.at&amp;blog=2846740&amp;post=552&amp;subd=dolinsek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://doli.at/2010/05/13/first-ipad-commercial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/163b0370e4189859717d038d27dc0d0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dolinsek</media:title>
		</media:content>
	</item>
		<item>
		<title>Single line UITextView</title>
		<link>http://doli.at/2010/05/09/single-line-uitextview/</link>
		<comments>http://doli.at/2010/05/09/single-line-uitextview/#comments</comments>
		<pubDate>Sun, 09 May 2010 22:07:56 +0000</pubDate>
		<dc:creator>Andreas Dolinsek</dc:creator>
				<category><![CDATA[iOS SDK]]></category>
		<category><![CDATA[UITextView single line]]></category>

		<guid isPermaLink="false">http://doli.at/?p=545</guid>
		<description><![CDATA[The standard behaviour of the UITextView automatically resets the contentInset property to 32, which causes strange behaviour if you just want an UITextView with a single line. On responding the cursor disappears in the negative content area. The solution is simple. Just subclass the UITextView and force overwrite the property contentInset with UIEdgeInsetsZero. It just [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=doli.at&amp;blog=2846740&amp;post=545&amp;subd=dolinsek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The standard behaviour of the UITextView automatically resets the <strong>contentInset</strong> property to 32, which causes strange behaviour if you just want an UITextView with a single line. On responding the cursor disappears in the negative content area. The solution is simple. Just <strong>subclass</strong> the UITextView and force overwrite the property contentInset with <strong>UIEdgeInsetsZero</strong>. It just acts like an UITextField now. The SMS.app for example uses this behaviour for text-input with the ability to enter multiple lines.</p>
<p><span id="more-545"></span></p>
<p><pre class="brush: objc;">

@interface InputTextView : UITextView
@end

@implementation InputTextView

/*************************************************
* fixes the issue with single lined uitextview
*************************************************/
- (UIEdgeInsets) contentInset { return UIEdgeInsetsZero; }

@end
</pre></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dolinsek.wordpress.com/545/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dolinsek.wordpress.com/545/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dolinsek.wordpress.com/545/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dolinsek.wordpress.com/545/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dolinsek.wordpress.com/545/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dolinsek.wordpress.com/545/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dolinsek.wordpress.com/545/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dolinsek.wordpress.com/545/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dolinsek.wordpress.com/545/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dolinsek.wordpress.com/545/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dolinsek.wordpress.com/545/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dolinsek.wordpress.com/545/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dolinsek.wordpress.com/545/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dolinsek.wordpress.com/545/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=doli.at&amp;blog=2846740&amp;post=545&amp;subd=dolinsek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://doli.at/2010/05/09/single-line-uitextview/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/163b0370e4189859717d038d27dc0d0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dolinsek</media:title>
		</media:content>
	</item>
		<item>
		<title>Custom fonts since iPhone OS 3.2</title>
		<link>http://doli.at/2010/05/08/custom-fonts-ipad/</link>
		<comments>http://doli.at/2010/05/08/custom-fonts-ipad/#comments</comments>
		<pubDate>Sat, 08 May 2010 13:41:54 +0000</pubDate>
		<dc:creator>Andreas Dolinsek</dc:creator>
				<category><![CDATA[iOS SDK]]></category>
		<category><![CDATA[custom fonts]]></category>
		<category><![CDATA[ipad sdk]]></category>
		<category><![CDATA[iphone sdk]]></category>
		<category><![CDATA[iphone sdk 3.2]]></category>

		<guid isPermaLink="false">http://doli.at/?p=508</guid>
		<description><![CDATA[Finally iPhone OS 3.2 supports custom fonts. Here is a short summary what you have to do.. Supported font formats are .. TrueType-flavoured OpenType (extension .ttf) and PostScript-flavoured OpenType (extension .otf). Ok what you have to do is simple .. just add the key UIAppFonts as array to your Info.plist add the *.ttf or *.otf [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=doli.at&amp;blog=2846740&amp;post=508&amp;subd=dolinsek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Finally iPhone OS 3.2 supports custom fonts. Here is a short summary what you have to do..<br />
<a href="http://dolinsek.files.wordpress.com/2010/05/bildschirmfoto-2010-05-08-um-15-31-40.png"><img class="alignright size-medium wp-image-519" title="Bildschirmfoto 2010-05-08 um 15.31.40" src="http://dolinsek.files.wordpress.com/2010/05/bildschirmfoto-2010-05-08-um-15-31-40.png?w=141&#038;h=180" alt="" width="141" height="180" /></a><br />
Supported font formats are ..</p>
<ul>
<li>TrueType-flavoured OpenType (extension .ttf) and</li>
<li>PostScript-flavoured OpenType (extension .otf).</li>
</ul>
<p>Ok what you have to do is simple ..</p>
<p><span id="more-508"></span></p>
<ol>
<li>just add the key <strong>UIAppFonts </strong>as <strong>array </strong>to your<strong> Info.plist</strong></li>
<li>add the *.ttf or *.otf files to your bundle</li>
<li>insert the <strong>filenames </strong>as values to your UIAppFonts array</li>
<li>Load the fonts with ..</li>
</ol>
<p><pre class="brush: objc;">
// use the font name here, not the filename
UIFont *myCustomFont = [UIFont fontWithName:@&quot;AnnabelScript&quot; size:30];
</pre></p>

<a href='http://doli.at/2010/05/08/custom-fonts-ipad/bildschirmfoto-2010-05-08-um-15-32-01/' title='Bildschirmfoto 2010-05-08 um 15.32.01'><img data-attachment-id='509' data-orig-size='206,344' data-liked='0'width="89" height="150" src="http://dolinsek.files.wordpress.com/2010/05/bildschirmfoto-2010-05-08-um-15-32-01.png?w=89&#038;h=150" class="attachment-thumbnail" alt="Bildschirmfoto 2010-05-08 um 15.32.01" title="Bildschirmfoto 2010-05-08 um 15.32.01" /></a>
<a href='http://doli.at/2010/05/08/custom-fonts-ipad/bildschirmfoto-2010-05-08-um-15-32-18/' title='Bildschirmfoto 2010-05-08 um 15.32.18'><img data-attachment-id='510' data-orig-size='477,167' data-liked='0'width="150" height="52" src="http://dolinsek.files.wordpress.com/2010/05/bildschirmfoto-2010-05-08-um-15-32-18.png?w=150&#038;h=52" class="attachment-thumbnail" alt="Bildschirmfoto 2010-05-08 um 15.32.18" title="Bildschirmfoto 2010-05-08 um 15.32.18" /></a>
<a href='http://doli.at/2010/05/08/custom-fonts-ipad/bildschirmfoto-2010-05-08-um-15-31-40/' title='Bildschirmfoto 2010-05-08 um 15.31.40'><img data-attachment-id='519' data-orig-size='453,576' data-liked='0'width="117" height="150" src="http://dolinsek.files.wordpress.com/2010/05/bildschirmfoto-2010-05-08-um-15-31-40.png?w=117&#038;h=150" class="attachment-thumbnail" alt="Bildschirmfoto 2010-05-08 um 15.31.40" title="Bildschirmfoto 2010-05-08 um 15.31.40" /></a>

<p><strong>Note:</strong> You can also use the fonts in your UIWebViews with font-tags or CSS.</p>
<p><strong>Do you need the sample project? </strong></p>
<p>Just ask me on twitter: <a href="http://twitter.com/andidol">@andidol</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dolinsek.wordpress.com/508/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dolinsek.wordpress.com/508/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dolinsek.wordpress.com/508/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dolinsek.wordpress.com/508/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dolinsek.wordpress.com/508/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dolinsek.wordpress.com/508/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dolinsek.wordpress.com/508/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dolinsek.wordpress.com/508/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dolinsek.wordpress.com/508/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dolinsek.wordpress.com/508/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dolinsek.wordpress.com/508/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dolinsek.wordpress.com/508/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dolinsek.wordpress.com/508/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dolinsek.wordpress.com/508/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=doli.at&amp;blog=2846740&amp;post=508&amp;subd=dolinsek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://doli.at/2010/05/08/custom-fonts-ipad/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/163b0370e4189859717d038d27dc0d0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dolinsek</media:title>
		</media:content>

		<media:content url="http://dolinsek.files.wordpress.com/2010/05/bildschirmfoto-2010-05-08-um-15-31-40.png?w=235" medium="image">
			<media:title type="html">Bildschirmfoto 2010-05-08 um 15.31.40</media:title>
		</media:content>

		<media:content url="http://dolinsek.files.wordpress.com/2010/05/bildschirmfoto-2010-05-08-um-15-32-01.png?w=89" medium="image">
			<media:title type="html">Bildschirmfoto 2010-05-08 um 15.32.01</media:title>
		</media:content>

		<media:content url="http://dolinsek.files.wordpress.com/2010/05/bildschirmfoto-2010-05-08-um-15-32-18.png?w=150" medium="image">
			<media:title type="html">Bildschirmfoto 2010-05-08 um 15.32.18</media:title>
		</media:content>

		<media:content url="http://dolinsek.files.wordpress.com/2010/05/bildschirmfoto-2010-05-08-um-15-31-40.png?w=117" medium="image">
			<media:title type="html">Bildschirmfoto 2010-05-08 um 15.31.40</media:title>
		</media:content>
	</item>
		<item>
		<title>WWDC 2010 in San Francisco</title>
		<link>http://doli.at/2010/05/02/wwdc-2010-in-san-francisco/</link>
		<comments>http://doli.at/2010/05/02/wwdc-2010-in-san-francisco/#comments</comments>
		<pubDate>Sun, 02 May 2010 09:51:24 +0000</pubDate>
		<dc:creator>Andreas Dolinsek</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Sonico Mobile Stuff]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iphone development]]></category>
		<category><![CDATA[wwdc]]></category>

		<guid isPermaLink="false">http://doli.at/?p=486</guid>
		<description><![CDATA[Sonico Mobile is going to attend the World Wide Developers conference in San Francisco. We are looking forward to meet a lot of iPhone developers and Apple engineers from all over the world. I Just had a look at the Sessions &#38; Labs section. They provide a lot of useful informations about new techniques and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=doli.at&amp;blog=2846740&amp;post=486&amp;subd=dolinsek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://dolinsek.files.wordpress.com/2010/05/overlay-1.jpg"><img class="alignright size-medium wp-image-506" title="overlay-1" src="http://dolinsek.files.wordpress.com/2010/05/overlay-1.jpg?w=300&#038;h=187" alt="" width="300" height="187" /></a><a href="http://sonicomobile.com">Sonico Mobile</a> is going to attend the World Wide Developers conference in San Francisco. We are looking forward to meet a lot of iPhone developers and Apple engineers from all over the world.<br />
I Just had a look at the <a href="http://developer.apple.com/wwdc/sessions/">Sessions &amp; Labs</a> section. They provide a lot of useful informations about new techniques and frameworks of iPhone OS 4.0. I hope that we can take a look at some new products like the iPhone 4th generation or something <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> .</p>
<blockquote><p>The center of the app universe</p></blockquote>
<p style="text-align:center;">
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dolinsek.wordpress.com/486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dolinsek.wordpress.com/486/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dolinsek.wordpress.com/486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dolinsek.wordpress.com/486/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dolinsek.wordpress.com/486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dolinsek.wordpress.com/486/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dolinsek.wordpress.com/486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dolinsek.wordpress.com/486/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dolinsek.wordpress.com/486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dolinsek.wordpress.com/486/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dolinsek.wordpress.com/486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dolinsek.wordpress.com/486/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dolinsek.wordpress.com/486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dolinsek.wordpress.com/486/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=doli.at&amp;blog=2846740&amp;post=486&amp;subd=dolinsek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://doli.at/2010/05/02/wwdc-2010-in-san-francisco/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/163b0370e4189859717d038d27dc0d0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dolinsek</media:title>
		</media:content>

		<media:content url="http://dolinsek.files.wordpress.com/2010/05/overlay-1.jpg?w=300" medium="image">
			<media:title type="html">overlay-1</media:title>
		</media:content>
	</item>
		<item>
		<title>Just for fun &#8211; our iPad unboxing video :-)</title>
		<link>http://doli.at/2010/04/17/just-for-fun-our-ipad-unboxing-video/</link>
		<comments>http://doli.at/2010/04/17/just-for-fun-our-ipad-unboxing-video/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 08:10:14 +0000</pubDate>
		<dc:creator>Andreas Dolinsek</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Sonico Mobile Stuff]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[ipad unboxing]]></category>

		<guid isPermaLink="false">http://doli.at/?p=468</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=doli.at&amp;blog=2846740&amp;post=468&amp;subd=dolinsek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='600' height='368' src='http://www.youtube.com/embed/F2kl1OLprHs?version=3&amp;rel=1&amp;fs=1&amp;showsearch=0&amp;showinfo=1&amp;iv_load_policy=1&amp;wmode=transparent' frameborder='0'></iframe></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dolinsek.wordpress.com/468/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dolinsek.wordpress.com/468/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dolinsek.wordpress.com/468/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dolinsek.wordpress.com/468/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dolinsek.wordpress.com/468/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dolinsek.wordpress.com/468/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dolinsek.wordpress.com/468/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dolinsek.wordpress.com/468/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dolinsek.wordpress.com/468/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dolinsek.wordpress.com/468/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dolinsek.wordpress.com/468/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dolinsek.wordpress.com/468/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dolinsek.wordpress.com/468/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dolinsek.wordpress.com/468/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=doli.at&amp;blog=2846740&amp;post=468&amp;subd=dolinsek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://doli.at/2010/04/17/just-for-fun-our-ipad-unboxing-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/163b0370e4189859717d038d27dc0d0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dolinsek</media:title>
		</media:content>
	</item>
		<item>
		<title>Early iPad adopters</title>
		<link>http://doli.at/2010/04/09/early-ipad-adopters/</link>
		<comments>http://doli.at/2010/04/09/early-ipad-adopters/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 22:38:53 +0000</pubDate>
		<dc:creator>Andreas Dolinsek</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Sonico Mobile Stuff]]></category>
		<category><![CDATA[app store]]></category>
		<category><![CDATA[early adopting]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[the app store is not supported in this country]]></category>

		<guid isPermaLink="false">http://dolinsek.wordpress.com/2010/04/09/early-ipad-adaopters/</guid>
		<description><![CDATA[If you are an early adopter of the iPad, you get this error when accessing the App Store on the device .. &#8220;The App Store is not supported in this country&#8221; The solution is a little work around, but not difficult. Just open your desktop iTunes and search for the apps you want to purchase. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=doli.at&amp;blog=2846740&amp;post=462&amp;subd=dolinsek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you are an early adopter of the iPad, you get this error when accessing the App Store on the device .. &#8220;The App Store is not supported in this country&#8221;</p>
<p><img class="alignnone size-full" src="http://dolinsek.files.wordpress.com/2010/04/p_1024_768_4c5b299d-d28a-40ee-9fb2-134fea21222e.jpeg?w=288&#038;h=384" alt="" width="288" height="384" /></p>
<p>The solution is a little work around, but not difficult.</p>
<p><span id="more-462"></span></p>
<p>Just open your desktop iTunes and search for the apps you want to purchase. You can download them normally and sync them with your device. The background for this issue is, that developers can set release regions where their apps are available and so you can find them over normal search and purchase them in your country&#8217;s store.  Apps which are not available in your country, are not listed in the search results. Apple will enable the stores at the release date in your country (including the Apple apps like iBooks, Pages, Keynote and Numbers).</p>
<p>The solution to access all iPad apps available on the store now, is to create an US iTunes account.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dolinsek.wordpress.com/462/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dolinsek.wordpress.com/462/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dolinsek.wordpress.com/462/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dolinsek.wordpress.com/462/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dolinsek.wordpress.com/462/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dolinsek.wordpress.com/462/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dolinsek.wordpress.com/462/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dolinsek.wordpress.com/462/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dolinsek.wordpress.com/462/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dolinsek.wordpress.com/462/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dolinsek.wordpress.com/462/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dolinsek.wordpress.com/462/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dolinsek.wordpress.com/462/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dolinsek.wordpress.com/462/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=doli.at&amp;blog=2846740&amp;post=462&amp;subd=dolinsek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://doli.at/2010/04/09/early-ipad-adopters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/163b0370e4189859717d038d27dc0d0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dolinsek</media:title>
		</media:content>

		<media:content url="http://dolinsek.files.wordpress.com/2010/04/p_1024_768_4c5b299d-d28a-40ee-9fb2-134fea21222e.jpeg" medium="image" />
	</item>
		<item>
		<title>Sonico Mobile got 2 iPads for development</title>
		<link>http://doli.at/2010/04/09/sonico-mobile-got-2-ipads-for-development/</link>
		<comments>http://doli.at/2010/04/09/sonico-mobile-got-2-ipads-for-development/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 18:07:27 +0000</pubDate>
		<dc:creator>Andreas Dolinsek</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Sonico Mobile Stuff]]></category>
		<category><![CDATA[Austria]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[graz]]></category>
		<category><![CDATA[iPad]]></category>

		<guid isPermaLink="false">http://doli.at/?p=438</guid>
		<description><![CDATA[We ordered two iPads from US for development. Programming on simulator and on a device are two very different animals. With the simulator alone you cannot check the performance and user experience very well .. so this is the beginning of real iPad development.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=doli.at&amp;blog=2846740&amp;post=438&amp;subd=dolinsek&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We ordered two iPads from US for development. Programming on simulator and on a device are two very different animals. With the simulator alone you cannot check the performance and user experience very well .. so this is the beginning of real iPad development.</p>
<p><a href="http://dolinsek.files.wordpress.com/2010/04/l_800_600_322b9f59-655b-4448-8f11-402a68f0b767.jpeg"><img class="alignnone size-full" src="http://dolinsek.files.wordpress.com/2010/04/l_800_600_322b9f59-655b-4448-8f11-402a68f0b767.jpeg?w=600" alt="" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dolinsek.wordpress.com/438/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dolinsek.wordpress.com/438/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dolinsek.wordpress.com/438/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dolinsek.wordpress.com/438/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dolinsek.wordpress.com/438/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dolinsek.wordpress.com/438/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dolinsek.wordpress.com/438/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dolinsek.wordpress.com/438/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dolinsek.wordpress.com/438/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dolinsek.wordpress.com/438/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dolinsek.wordpress.com/438/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dolinsek.wordpress.com/438/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dolinsek.wordpress.com/438/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dolinsek.wordpress.com/438/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=doli.at&amp;blog=2846740&amp;post=438&amp;subd=dolinsek&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://doli.at/2010/04/09/sonico-mobile-got-2-ipads-for-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/163b0370e4189859717d038d27dc0d0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dolinsek</media:title>
		</media:content>

		<media:content url="http://dolinsek.files.wordpress.com/2010/04/l_800_600_322b9f59-655b-4448-8f11-402a68f0b767.jpeg" medium="image" />
	</item>
	</channel>
</rss>
