<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Nils' Blog - HOWTOs</title>
    <link>http://blog.nils-hulsch.de/</link>
    <description></description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.3 - http://www.s9y.org/</generator>
    
    <image>
        <url>http://blog.nils-hulsch.de/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Nils' Blog - HOWTOs - </title>
        <link>http://blog.nils-hulsch.de/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Safari takes 100% cpu</title>
    <link>http://blog.nils-hulsch.de/archives/29-Safari-takes-100%25-cpu.html</link>
            <category>HOWTOs</category>
    
    <comments>http://blog.nils-hulsch.de/archives/29-Safari-takes-100%25-cpu.html#comments</comments>
    <wfw:comment>http://blog.nils-hulsch.de/wfwcomment.php?cid=29</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://blog.nils-hulsch.de/rss.php?version=2.0&amp;type=comments&amp;cid=29</wfw:commentRss>
    

    <author>nospam@example.com (Nils)</author>
    <content:encoded>
    Today I wondered that my safari browser (3.2.1) was taking 100% cpu just by displaying the apple page.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve noticed that the blacklist-database for fraudulent websites seems to be broken.&lt;br /&gt;
If you have these problems try to disable that feature in the settings -&gt; security dialog.&lt;br /&gt;
If you need the feature quit Safari first and execute the following command then:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;sudo rm -r /private/var/folders/*&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
If you restart Safari now it&#039;ll rebuild your blacklist-database. 
    </content:encoded>

    <pubDate>Fri, 01 May 2009 21:12:18 +0200</pubDate>
    <guid isPermaLink="false">http://blog.nils-hulsch.de/archives/29-guid.html</guid>
    <category>apple</category>
<category>os x</category>
<category>safari</category>

</item>
<item>
    <title>Mail and IMAP creates massive of .INBOX folders</title>
    <link>http://blog.nils-hulsch.de/archives/24-Mail-and-IMAP-creates-massive-of-.INBOX-folders.html</link>
            <category>HOWTOs</category>
    
    <comments>http://blog.nils-hulsch.de/archives/24-Mail-and-IMAP-creates-massive-of-.INBOX-folders.html#comments</comments>
    <wfw:comment>http://blog.nils-hulsch.de/wfwcomment.php?cid=24</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://blog.nils-hulsch.de/rss.php?version=2.0&amp;type=comments&amp;cid=24</wfw:commentRss>
    

    <author>nospam@example.com (Nils)</author>
    <content:encoded>
    I was getting tired of the mass of new INBOX folders with new Trashes and Sent folders. There is actually no real fix from apple, but some other guys found a workaround for it, and it worked perfect.&lt;br /&gt;
&lt;br /&gt;
So follow this link: &lt;a href=&quot;http://blog.nils-hulsch.de/exit.php?url=aHR0cDovL2Rpc2N1c3Npb25zLmFwcGxlLmNvbS9tZXNzYWdlLmpzcGE/bWVzc2FnZUlEPTgzNTczNTQjODM1NzM1NA==&amp;amp;entry_id=24&quot; title=&quot;http://discussions.apple.com/message.jspa?messageID=8357354#8357354&quot;  onmouseover=&quot;window.status=&#039;http://discussions.apple.com/message.jspa?messageID=8357354#8357354&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot; target=&quot;_blank&quot;&gt;http://discussions.apple.com/message.jspa?messageID=8357354#8357354&lt;/a&gt; 
    </content:encoded>

    <pubDate>Tue, 11 Nov 2008 12:27:16 +0100</pubDate>
    <guid isPermaLink="false">http://blog.nils-hulsch.de/archives/24-guid.html</guid>
    <category>apple</category>
<category>mail</category>
<category>os x</category>

</item>
<item>
    <title>Getting amr/3gp support to mplayer</title>
    <link>http://blog.nils-hulsch.de/archives/16-Getting-amr3gp-support-to-mplayer.html</link>
            <category>HOWTOs</category>
    
    <comments>http://blog.nils-hulsch.de/archives/16-Getting-amr3gp-support-to-mplayer.html#comments</comments>
    <wfw:comment>http://blog.nils-hulsch.de/wfwcomment.php?cid=16</wfw:comment>

    <slash:comments>8</slash:comments>
    <wfw:commentRss>http://blog.nils-hulsch.de/rss.php?version=2.0&amp;type=comments&amp;cid=16</wfw:commentRss>
    

    <author>nospam@example.com (Nils)</author>
    <content:encoded>
    Due to license reasons the support of 3GP is not implemented in mplayer. You can play 3GP movies in mplayer but you wont hear sound.&lt;br/&gt;
&lt;br/&gt;
Now you have to compile the amr support into your libavcodec.&lt;br/&gt;
&lt;br/&gt;
&lt;strong&gt;UPDATED&lt;/strong&gt; &lt;br /&gt;&lt;a href=&quot;http://blog.nils-hulsch.de/archives/16-Getting-amr3gp-support-to-mplayer.html#extended&quot;&gt;Continue reading &quot;Getting amr/3gp support to mplayer&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sun, 11 Mar 2007 17:55:00 +0100</pubDate>
    <guid isPermaLink="false">http://blog.nils-hulsch.de/archives/16-guid.html</guid>
    
</item>

</channel>
</rss>