<?xml version="1.0" encoding="iso-8859-2"?>
<!-- name="generator" content="pyblosxom/1.0.0 (May 24, 2004)" -->
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">
<channel>
<title>... with flags unfurled...  Sep 2006</title>
<link>http://znouza.meinlschmidt.org/blog/</link>
<description>we reached the dizzy heights...</description>
<language>en</language>
<item>
    <title>Damn IE JS event behaviour</title>
    <link>http://znouza.meinlschmidt.org/blog/programming/060919-1340.html</link>
    <description>I&apos;ve wrote some application in Rails, using prototype/scriptaculous javascript
library. It works great in FF, but in IE it has some fails...

&lt;p&gt;
I&apos;ve had following code:
&lt;pre class=&quot;code&quot;&gt;
&amp;lt;%= check_box &quot;adsl_cpe_chk&quot;, &quot;yes&quot;, {:onChange =&amp;gt; &quot;if (this.checked) { Element.show(&apos;adsl_cpe&apos;);} else { Element.hide(&apos;adsl_cpe&apos;);}&quot;}%&gt;
  &amp;lt;select name=&quot;adsl[cpe]&quot; id=&quot;adsl_cpe&quot; style=&quot;display:none&quot;&amp;gt;
    &amp;lt;%= options_from_collection_for_select @data_devices, :code, :name%&amp;gt;
  &amp;lt;/select&amp;gt;
&lt;/pre&gt;
and if I clicked (set) checkbox, the select field was still hidden - until I clicked somewhere else - with IE only.
I&apos;ve discovered, if I replace onChange with onClick, it works ok. A few hours of trying everything are gone :(
&lt;/p&gt;
</description>
  </item>
<item>
    <title>Piracy is killing the movie industry</title>
    <link>http://znouza.meinlschmidt.org/blog/060917-2109.html</link>
    <description>&lt;p&gt;Anti-piracy campaign by kalahari.net&lt;/p&gt;
&lt;p class=&quot;image&quot;&gt;
	&lt;img src=&quot;http://aycu35.webshots.com/image/4594/2006348425338374417_rs.jpg&quot; alt=&quot;&quot;&gt;
	&lt;img src=&quot;http://aycu17.webshots.com/image/5176/2006398688501205380_rs.jpg&quot; alt=&quot;&quot;&gt;
	&lt;img src=&quot;http://aycu26.webshots.com/image/3865/2006381763340476392_rs.jpg&quot; alt=&quot;&quot;&gt;
&lt;/p&gt;
</description>
  </item>
<item>
    <title>Retrieving user login/pass from HTTP_AUTH*</title>
    <link>http://znouza.meinlschmidt.org/blog/programming/rails/060913-1114.html</link>
    <description>&lt;p&gt;I&apos;m using this to get login information from mod_ldap_auth - user is authenticated
against Microsoft&apos;s Active Directory (AD)&lt;/p&gt;

&lt;p&gt;
&lt;pre class=&quot;code&quot;&gt;
&lt;font color=&quot;#c000c0&quot;&gt;def &lt;/font&gt;&lt;font color=&quot;#008080&quot;&gt;getAuthenticated&lt;/font&gt;
&lt;font color=&quot;#804000&quot;&gt;  if&lt;/font&gt; request.env[&lt;font color=&quot;#c000c0&quot;&gt;&apos;&lt;/font&gt;&lt;font color=&quot;#c00000&quot;&gt;HTTP_AUTHORIZATION&lt;/font&gt;&lt;font color=&quot;#c000c0&quot;&gt;&apos;&lt;/font&gt;] &lt;font color=&quot;#804000&quot;&gt;then&lt;/font&gt;
    authdata = request.env[&lt;font color=&quot;#c000c0&quot;&gt;&apos;&lt;/font&gt;&lt;font color=&quot;#c00000&quot;&gt;HTTP_AUTHORIZATION&lt;/font&gt;&lt;font color=&quot;#c000c0&quot;&gt;&apos;&lt;/font&gt;].to_s.split
    user,pass = &lt;font color=&quot;#c000c0&quot;&gt;Base64&lt;/font&gt;.decode64(authdata[&lt;font color=&quot;#c00000&quot;&gt;1&lt;/font&gt;]).split(&lt;font color=&quot;#c000c0&quot;&gt;&apos;&lt;/font&gt;&lt;font color=&quot;#c00000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#c000c0&quot;&gt;&apos;&lt;/font&gt;)[&lt;font color=&quot;#c00000&quot;&gt;0&lt;/font&gt;..&lt;font color=&quot;#c00000&quot;&gt;1&lt;/font&gt;]
    [ user, pass ]
  &lt;font color=&quot;#804000&quot;&gt;else&lt;/font&gt;
    [ &lt;font color=&quot;#c000c0&quot;&gt;&amp;quot;&amp;quot;&lt;/font&gt;, &lt;font color=&quot;#c000c0&quot;&gt;&amp;quot;&amp;quot;&lt;/font&gt; ]
  &lt;font color=&quot;#804000&quot;&gt;end&lt;/font&gt;
&lt;font color=&quot;#c000c0&quot;&gt;end&lt;/font&gt;
&lt;/pre&gt;
&lt;/p&gt;
</description>
  </item>
<item>
    <title>Chcete se poradne nasrat?</title>
    <link>http://znouza.meinlschmidt.org/blog/060912-1833.html</link>
    <description>&lt;p&gt;
Tak pak si staci precist nasledujici clanek &quot;&lt;a href=&quot;http://www.tyden.cz/text.asp?show=text&amp;tid=22790&quot; target=_blank&gt;Pohoda v socialni siti&lt;/a&gt;&quot;. (Czech only, sorry)
&lt;/p&gt;
</description>
  </item>
<item>
    <title>... :)</title>
    <link>http://znouza.meinlschmidt.org/blog/060912-1820.html</link>
    <description>&lt;p class=&quot;image&quot;&gt;
	&lt;img src=&quot;http://blogs.zecompadre.com/uploads/z/zecompadre/39.jpg&quot; alt=&quot;:))&quot;&gt;
&lt;/p&gt;
</description>
  </item>
<item>
    <title>Got new phone</title>
    <link>http://znouza.meinlschmidt.org/blog/060911-1109.html</link>
    <description>I&apos;ve signed an appendix to my agreement with mobile operator so I&apos;ve got a chance
to select and purchase some mobile phones for a discounted price. I&apos;ve selected
SonyEricsson K800i and Nokia 6131 (for wife). Both are fine, nice looking, filled
with a lot of functionality, but... I&apos;m a bit disappointed with K800i, eg:&lt;br/&gt;
&lt;p&gt;
- when store number with *31#+420..., caller is not indentified (when removed +420, it&apos;s OK)&lt;br/&gt;
- received/called number - when one number calls multiple times a day, only the last one is displayed :(&lt;br/&gt;
- SMS writing - when selecting number, I&apos;m unable to change the number (eg. remove *31#) easily
&lt;/p&gt;
&lt;p&gt;Now testing N6131, seems to be fine - except speaker located at right - the sound is going direct to the hand (if you hold the mobile phone in your right hand)&lt;/p&gt;
</description>
  </item>
<item>
    <title>Victoria &amp; Michael etc for free :)</title>
    <link>http://znouza.meinlschmidt.org/blog/060904-1105.html</link>
    <description>A bunch of free things were released during last few days. So, download free
Victoria &amp; Michal models from &lt;a href=&quot;http://www.daz3d.com/shop.php?op=itemdetails&amp;item=1098&quot;&gt;daz3d&lt;/a&gt;. Follow
&quot;Customers who bought Victoria 3.0 Base also purchased:&quot; table to download more
models for free.
</description>
  </item>
   </channel>
</rss>