<?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>The IT Kraut - Comments</title>
    <link>http://www.itkrauts.com/</link>
    <description>The IT Kraut - Milchtüte 2.0 - Sebastian Bauer's blog, revised.. - Adobe AIR, Android and more</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.4.1 - http://www.s9y.org/</generator>
    <pubDate>Wed, 08 Sep 2010 12:39:29 GMT</pubDate>

    <image>
        <url>http://www.itkrauts.com/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: The IT Kraut - Comments - The IT Kraut - Milchtüte 2.0 - Sebastian Bauer's blog, revised.. - Adobe AIR, Android and more</title>
        <link>http://www.itkrauts.com/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Anonymous: Creating a simple &quot;About&quot; Dialog in Android (&gt;=1.6)</title>
    <link>http://www.itkrauts.com/archives/26-Creating-a-simple-About-Dialog-in-Android-1.6.html#c80</link>
            <category></category>
    
    <comments>http://www.itkrauts.com/archives/26-Creating-a-simple-About-Dialog-in-Android-1.6.html#comments</comments>
    <wfw:comment>http://www.itkrauts.com/wfwcomment.php?cid=26</wfw:comment>

    

    <author>nospam@example.com (Anonymous)</author>
    <content:encoded>
    Hi Sebastian,&lt;br /&gt;
&lt;br /&gt;
I just thought I&#039;d let you know I came across this page by googling when I just couldn&#039;t get something to work and it really helped me out. Even though there are no comments on here, people out there are reading and finding this stuff useful and I, for one, appreciate your effort &lt;img src=&quot;http://www.itkrauts.com/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Sat, 04 Sep 2010 01:23:55 +0200</pubDate>
    <guid isPermaLink="false">http://www.itkrauts.com/archives/26-guid.html#c80</guid>
    
</item>
<item>
    <title>IceMan: Creating Dummy Files with a specified size under Linux</title>
    <link>http://www.itkrauts.com/archives/9-Creating-Dummy-Files-with-a-specified-size-under-Linux.html#c79</link>
            <category></category>
    
    <comments>http://www.itkrauts.com/archives/9-Creating-Dummy-Files-with-a-specified-size-under-Linux.html#comments</comments>
    <wfw:comment>http://www.itkrauts.com/wfwcomment.php?cid=9</wfw:comment>

    

    <author>nospam@example.com (IceMan)</author>
    <content:encoded>
    Thanks for this useful post..&lt;br /&gt;
&lt;br /&gt;
@Treibholz, how do we use your command to generate multiple files. I changed the count=20 but still only one file was created 
    </content:encoded>

    <pubDate>Mon, 12 Jul 2010 14:47:38 +0200</pubDate>
    <guid isPermaLink="false">http://www.itkrauts.com/archives/9-guid.html#c79</guid>
    
</item>
<item>
    <title>Saad: Disable AIR's login dialog when using XMLHR with HTTP basic authentication</title>
    <link>http://www.itkrauts.com/archives/7-Disable-AIRs-login-dialog-when-using-XMLHR-with-HTTP-basic-authentication.html#c78</link>
            <category></category>
    
    <comments>http://www.itkrauts.com/archives/7-Disable-AIRs-login-dialog-when-using-XMLHR-with-HTTP-basic-authentication.html#comments</comments>
    <wfw:comment>http://www.itkrauts.com/wfwcomment.php?cid=7</wfw:comment>

    

    <author>nospam@example.com (Saad)</author>
    <content:encoded>
    I&#039;m using dojo js-framework for sending the AJAX-Request. Headers and user credentials are all setup correctly, only when disabling AIR&#039;s login dialog it doesn&#039;t work! Is there any way to catch this dialog maybe!? 
    </content:encoded>

    <pubDate>Wed, 30 Jun 2010 17:42:25 +0200</pubDate>
    <guid isPermaLink="false">http://www.itkrauts.com/archives/7-guid.html#c78</guid>
    
</item>
<item>
    <title>Sebastian: Disable AIR's login dialog when using XMLHR with HTTP basic authentication</title>
    <link>http://www.itkrauts.com/archives/7-Disable-AIRs-login-dialog-when-using-XMLHR-with-HTTP-basic-authentication.html#c77</link>
            <category></category>
    
    <comments>http://www.itkrauts.com/archives/7-Disable-AIRs-login-dialog-when-using-XMLHR-with-HTTP-basic-authentication.html#comments</comments>
    <wfw:comment>http://www.itkrauts.com/wfwcomment.php?cid=7</wfw:comment>

    

    <author>nospam@example.com (Sebastian)</author>
    <content:encoded>
    Thanks for your comment! &lt;img src=&quot;http://www.itkrauts.com/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; How exactly are you doing the authenticated request? Are you just prepending the credentials to the URL (like http://foo:bar@some.url) or are you putting the credentials as an custom HTTP header?&lt;br /&gt;
&lt;br /&gt;
As far as I remember, prepending the credentials in the URL did not work for AJAX calls. I had to explicitely generate an HttpBasicAuth header:&lt;br /&gt;
&lt;br /&gt;
Using prototype.js that would be done using the the &quot;requestHeaders&quot; property. The contents of the header must be &quot;Authorization: Basic &quot; 
    </content:encoded>

    <pubDate>Wed, 30 Jun 2010 17:11:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.itkrauts.com/archives/7-guid.html#c77</guid>
    
</item>
<item>
    <title>Saad: Disable AIR's login dialog when using XMLHR with HTTP basic authentication</title>
    <link>http://www.itkrauts.com/archives/7-Disable-AIRs-login-dialog-when-using-XMLHR-with-HTTP-basic-authentication.html#c76</link>
            <category></category>
    
    <comments>http://www.itkrauts.com/archives/7-Disable-AIRs-login-dialog-when-using-XMLHR-with-HTTP-basic-authentication.html#comments</comments>
    <wfw:comment>http://www.itkrauts.com/wfwcomment.php?cid=7</wfw:comment>

    

    <author>nospam@example.com (Saad)</author>
    <content:encoded>
    Hi Sebastian,&lt;br /&gt;
&lt;br /&gt;
Setting the htmlLoader.authenticate=false definitely disables the dialog box from popping up, but every request is now returned as a 401 even I&#039;m passing the right username and password. Any ideas why?&lt;br /&gt;
&lt;br /&gt;
Thanks 
    </content:encoded>

    <pubDate>Wed, 30 Jun 2010 14:33:21 +0200</pubDate>
    <guid isPermaLink="false">http://www.itkrauts.com/archives/7-guid.html#c76</guid>
    
</item>
<item>
    <title>PHP Gangsta: fgetcsv in PHP fails with Mac-created files</title>
    <link>http://www.itkrauts.com/archives/21-fgetcsv-in-PHP-fails-with-Mac-created-files.html#c74</link>
            <category></category>
    
    <comments>http://www.itkrauts.com/archives/21-fgetcsv-in-PHP-fails-with-Mac-created-files.html#comments</comments>
    <wfw:comment>http://www.itkrauts.com/wfwcomment.php?cid=21</wfw:comment>

    

    <author>nospam@example.com (PHP Gangsta)</author>
    <content:encoded>
    Oh, my last comment was stripped (bug in blog software, I used a &quot;less than&quot; character in my comment)&lt;br /&gt;
&lt;br /&gt;
@manuw: I don&#039;t understand your function.&lt;br /&gt;
chr(13) -- Carriage Return: \r is already in the list&lt;br /&gt;
chr(10) -- Line Feed: you replace \n with \n ?&lt;br /&gt;
chr(21) -- This is a NAK character, why is it in the list?&lt;br /&gt;
&lt;br /&gt;
What is \v, I&#039;ve never seen this?! 
    </content:encoded>

    <pubDate>Sat, 30 Jan 2010 02:38:25 +0100</pubDate>
    <guid isPermaLink="false">http://www.itkrauts.com/archives/21-guid.html#c74</guid>
    
</item>
<item>
    <title>PHP Gangsta: fgetcsv in PHP fails with Mac-created files</title>
    <link>http://www.itkrauts.com/archives/21-fgetcsv-in-PHP-fails-with-Mac-created-files.html#c73</link>
            <category></category>
    
    <comments>http://www.itkrauts.com/archives/21-fgetcsv-in-PHP-fails-with-Mac-created-files.html#comments</comments>
    <wfw:comment>http://www.itkrauts.com/wfwcomment.php?cid=21</wfw:comment>

    

    <author>nospam@example.com (PHP Gangsta)</author>
    <content:encoded>
    @manuw: I don&#039;t understand your function.&lt;br /&gt;
chr(13)  
    </content:encoded>

    <pubDate>Sat, 30 Jan 2010 02:35:34 +0100</pubDate>
    <guid isPermaLink="false">http://www.itkrauts.com/archives/21-guid.html#c73</guid>
    
</item>
<item>
    <title>Sebastian: Working with custom font faces in AIR and HTML - fail!</title>
    <link>http://www.itkrauts.com/archives/10-Working-with-custom-font-faces-in-AIR-and-HTML-fail!.html#c72</link>
            <category></category>
    
    <comments>http://www.itkrauts.com/archives/10-Working-with-custom-font-faces-in-AIR-and-HTML-fail!.html#comments</comments>
    <wfw:comment>http://www.itkrauts.com/wfwcomment.php?cid=10</wfw:comment>

    

    <author>nospam@example.com (Sebastian)</author>
    <content:encoded>
    Hi Luca,&lt;br /&gt;
&lt;br /&gt;
thanks for your comment. Yes, there are really some things which annoy me when working with CSS3 in Air. Hopefully this will become better, soon. 
    </content:encoded>

    <pubDate>Thu, 21 Jan 2010 11:12:34 +0100</pubDate>
    <guid isPermaLink="false">http://www.itkrauts.com/archives/10-guid.html#c72</guid>
    
</item>
<item>
    <title>Luca: Working with custom font faces in AIR and HTML - fail!</title>
    <link>http://www.itkrauts.com/archives/10-Working-with-custom-font-faces-in-AIR-and-HTML-fail!.html#c71</link>
            <category></category>
    
    <comments>http://www.itkrauts.com/archives/10-Working-with-custom-font-faces-in-AIR-and-HTML-fail!.html#comments</comments>
    <wfw:comment>http://www.itkrauts.com/wfwcomment.php?cid=10</wfw:comment>

    

    <author>nospam@example.com (Luca)</author>
    <content:encoded>
    Hi Sebastian,&lt;br /&gt;
actually font-face doesn&#039;t work on Linux too. Air sdk version 2.0 beta.&lt;br /&gt;
I&#039;m really disappointed because Adobe says &quot;support for css3 modules&quot; but actually I can see only poor support of it. 
    </content:encoded>

    <pubDate>Wed, 20 Jan 2010 23:53:56 +0100</pubDate>
    <guid isPermaLink="false">http://www.itkrauts.com/archives/10-guid.html#c71</guid>
    
</item>
<item>
    <title>manuw: fgetcsv in PHP fails with Mac-created files</title>
    <link>http://www.itkrauts.com/archives/21-fgetcsv-in-PHP-fails-with-Mac-created-files.html#c70</link>
            <category></category>
    
    <comments>http://www.itkrauts.com/archives/21-fgetcsv-in-PHP-fails-with-Mac-created-files.html#comments</comments>
    <wfw:comment>http://www.itkrauts.com/wfwcomment.php?cid=21</wfw:comment>

    

    <author>nospam@example.com (manuw)</author>
    <content:encoded>
    function breakdancer($line){&lt;br /&gt;
   return str_replace(array(&#039;\r\n&#039;,&#039;\0&#039;,&#039;\v&#039;,&#039;\t&#039;,&#039;\r&#039;,chr(13),chr(10),chr(21)),&#039;\n&#039;, trim($line));&lt;br /&gt;
} 
    </content:encoded>

    <pubDate>Thu, 14 Jan 2010 14:09:52 +0100</pubDate>
    <guid isPermaLink="false">http://www.itkrauts.com/archives/21-guid.html#c70</guid>
    
</item>
<item>
    <title>Sebastian: Working with custom font faces in AIR and HTML - fail!</title>
    <link>http://www.itkrauts.com/archives/10-Working-with-custom-font-faces-in-AIR-and-HTML-fail!.html#c69</link>
            <category></category>
    
    <comments>http://www.itkrauts.com/archives/10-Working-with-custom-font-faces-in-AIR-and-HTML-fail!.html#comments</comments>
    <wfw:comment>http://www.itkrauts.com/wfwcomment.php?cid=10</wfw:comment>

    

    <author>nospam@example.com (Sebastian)</author>
    <content:encoded>
    Hi Steve,&lt;br /&gt;
&lt;br /&gt;
thanks for your comment. Until now I did not find out anything more. The only information I found so far: AIR seems to only support OpenType fonts. But no clue about font-face support under Windows.&lt;br /&gt;
&lt;br /&gt;
I&#039;m currently trying to get a personal contact at Adobe. Maybe I can find out anything more using this way.&lt;br /&gt;
&lt;br /&gt;
Best,&lt;br /&gt;
Sebastian 
    </content:encoded>

    <pubDate>Wed, 21 Oct 2009 20:10:36 +0200</pubDate>
    <guid isPermaLink="false">http://www.itkrauts.com/archives/10-guid.html#c69</guid>
    
</item>
<item>
    <title>Steve Heffernan: Working with custom font faces in AIR and HTML - fail!</title>
    <link>http://www.itkrauts.com/archives/10-Working-with-custom-font-faces-in-AIR-and-HTML-fail!.html#c68</link>
            <category></category>
    
    <comments>http://www.itkrauts.com/archives/10-Working-with-custom-font-faces-in-AIR-and-HTML-fail!.html#comments</comments>
    <wfw:comment>http://www.itkrauts.com/wfwcomment.php?cid=10</wfw:comment>

    

    <author>nospam@example.com (Steve Heffernan)</author>
    <content:encoded>
    It actually does work on a mac. I&#039;ve spent the last few months building an app with custom fonts assuming that because it works in webkit on a mac, it would work in webkit on windows as well. Nope! Now I get to go through and re-font, image, or sifr everything.&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve found any more info please let me know. 
    </content:encoded>

    <pubDate>Mon, 19 Oct 2009 23:43:22 +0200</pubDate>
    <guid isPermaLink="false">http://www.itkrauts.com/archives/10-guid.html#c68</guid>
    
</item>
<item>
    <title>Martyn: Reading Application Information in HTML based AIR Applications</title>
    <link>http://www.itkrauts.com/archives/1-Reading-Application-Information-in-HTML-based-AIR-Applications.html#c67</link>
            <category></category>
    
    <comments>http://www.itkrauts.com/archives/1-Reading-Application-Information-in-HTML-based-AIR-Applications.html#comments</comments>
    <wfw:comment>http://www.itkrauts.com/wfwcomment.php?cid=1</wfw:comment>

    

    <author>nospam@example.com (Martyn)</author>
    <content:encoded>
    Very useful, works perfectly, cheers! 
    </content:encoded>

    <pubDate>Wed, 14 Oct 2009 16:52:30 +0200</pubDate>
    <guid isPermaLink="false">http://www.itkrauts.com/archives/1-guid.html#c67</guid>
    
</item>
<item>
    <title>Treibholz: Creating Dummy Files with a specified size under Linux</title>
    <link>http://www.itkrauts.com/archives/9-Creating-Dummy-Files-with-a-specified-size-under-Linux.html#c66</link>
            <category></category>
    
    <comments>http://www.itkrauts.com/archives/9-Creating-Dummy-Files-with-a-specified-size-under-Linux.html#comments</comments>
    <wfw:comment>http://www.itkrauts.com/wfwcomment.php?cid=9</wfw:comment>

    

    <author>nospam@example.com (Treibholz)</author>
    <content:encoded>
    if you use&lt;br /&gt;
&lt;br /&gt;
dd if=/dev/zero of=file${i} bs=1 seek=2048 count=0&lt;br /&gt;
&lt;br /&gt;
the files have the size of 2048, but don&#039;t need the space on the harddisk (sparse-files) 
    </content:encoded>

    <pubDate>Mon, 07 Sep 2009 14:30:05 +0200</pubDate>
    <guid isPermaLink="false">http://www.itkrauts.com/archives/9-guid.html#c66</guid>
    
</item>
<item>
    <title>Bill Bartmann: Disable AIR's login dialog when using XMLHR with HTTP basic authentication</title>
    <link>http://www.itkrauts.com/archives/7-Disable-AIRs-login-dialog-when-using-XMLHR-with-HTTP-basic-authentication.html#c9</link>
            <category></category>
    
    <comments>http://www.itkrauts.com/archives/7-Disable-AIRs-login-dialog-when-using-XMLHR-with-HTTP-basic-authentication.html#comments</comments>
    <wfw:comment>http://www.itkrauts.com/wfwcomment.php?cid=7</wfw:comment>

    

    <author>nospam@example.com (Bill Bartmann)</author>
    <content:encoded>
    Excellent site, keep up the good work 
    </content:encoded>

    <pubDate>Thu, 03 Sep 2009 00:48:50 +0200</pubDate>
    <guid isPermaLink="false">http://www.itkrauts.com/archives/7-guid.html#c9</guid>
    
</item>

</channel>
</rss>