<?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>unorganized.net (Entries tagged as Coding)</title>
    <link>http://unorganized.net/blog/</link>
    <description>directly from the brain of Eike Bernhardt</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.5.3 - http://www.s9y.org/</generator>
    
    

<item>
    <title>Webseiten Render Dienst für IE6+7</title>
    <link>http://unorganized.net/blog/archives/12-Webseiten-Render-Dienst-fuer-IE6+7.html</link>
            <category>Coding</category>
            <category>Computers</category>
    
    <comments>http://unorganized.net/blog/archives/12-Webseiten-Render-Dienst-fuer-IE6+7.html#comments</comments>
    <wfw:comment>http://unorganized.net/blog/wfwcomment.php?cid=12</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://unorganized.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=12</wfw:commentRss>
    

    <author>nospam@example.com (Eike Bernhardt)</author>
    <content:encoded>
    &lt;p&gt;Da man beim Entwickeln von Webseiten (leider) immer wieder darauf achten muss, das eine Seite auch im Internet Explorer gut aussieht, ist der Dienst von &lt;a href=&quot;http://meineipadresse.de/netrenderer/index.php&quot;&gt;http://meineipadresse.de/netrenderer/&lt;/a&gt; sehr praktisch, um  mal schnell ohne ein vorhandenes Windows das Aussehen einer Seite auszutesten.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 23 Nov 2006 14:35:00 +0100</pubDate>
    <guid isPermaLink="false">http://unorganized.net/blog/archives/12-guid.html</guid>
    <category>Coding</category>
<category>Computers</category>

</item>
<item>
    <title>Element.toggle</title>
    <link>http://unorganized.net/blog/archives/13-Element.toggle.html</link>
            <category>Coding</category>
    
    <comments>http://unorganized.net/blog/archives/13-Element.toggle.html#comments</comments>
    <wfw:comment>http://unorganized.net/blog/wfwcomment.php?cid=13</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://unorganized.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=13</wfw:commentRss>
    

    <author>nospam@example.com (Eike Bernhardt)</author>
    <content:encoded>
    &lt;p&gt;Note to self: Wenn man mit Prototype und versteckten &lt;code&gt;div&lt;/code&gt;s spielt, muss &lt;code&gt;display:hidden&lt;/code&gt; inline definiert werden, also im &lt;code&gt;style&lt;/code&gt;-Attribute des &lt;code&gt;div&lt;/code&gt;-Elements selber, sonst klappt das nicht.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 10 Oct 2006 09:52:00 +0200</pubDate>
    <guid isPermaLink="false">http://unorganized.net/blog/archives/13-guid.html</guid>
    <category>Coding</category>

</item>
<item>
    <title>Ajax und IE</title>
    <link>http://unorganized.net/blog/archives/14-Ajax-und-IE.html</link>
            <category>Coding</category>
    
    <comments>http://unorganized.net/blog/archives/14-Ajax-und-IE.html#comments</comments>
    <wfw:comment>http://unorganized.net/blog/wfwcomment.php?cid=14</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://unorganized.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=14</wfw:commentRss>
    

    <author>nospam@example.com (Eike Bernhardt)</author>
    <content:encoded>
    &lt;p&gt;Da ich grad auf der Arbeit mit Ajax rumspiele &amp;#8230;&lt;/p&gt;&lt;p&gt;Der IE hat nen Bug, wenn man den Inhalt von &lt;code&gt;select&lt;/code&gt;-Elementen mit &lt;code&gt;innerHTML&lt;/code&gt; austauschen will, dabei geht das erste &lt;code&gt;option&lt;/code&gt;-Element kaputt.&lt;/p&gt;&lt;p&gt;Workaround: Das &lt;code&gt;select&lt;/code&gt;-Element mit einem &lt;code&gt;div&lt;/code&gt; umgeben und das &lt;code&gt;select&lt;/code&gt; komplett austauschen, das geht.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Mon, 25 Sep 2006 11:39:00 +0200</pubDate>
    <guid isPermaLink="false">http://unorganized.net/blog/archives/14-guid.html</guid>
    <category>Coding</category>

</item>
<item>
    <title>Ruby Version von print_r</title>
    <link>http://unorganized.net/blog/archives/22-Ruby-Version-von-print_r.html</link>
            <category>Coding</category>
    
    <comments>http://unorganized.net/blog/archives/22-Ruby-Version-von-print_r.html#comments</comments>
    <wfw:comment>http://unorganized.net/blog/wfwcomment.php?cid=22</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://unorganized.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=22</wfw:commentRss>
    

    <author>nospam@example.com (Eike Bernhardt)</author>
    <content:encoded>
    &lt;p&gt;Grad auf der Suche nach einem von &lt;span class=&quot;caps&quot;&gt;PHP&lt;/span&gt; bekanntem print_r gewesen, und &lt;a href=&quot;http://source.mihelac.org/articles/2006/03/31/ruby-rails-alternative-to-php-print_r-and-var_dump&quot;&gt;hier&lt;/a&gt; in den Kommentaren die Antwort gefunden:&lt;/p&gt;

&lt;pre&gt;
require &amp;#39;pp&amp;#39;
pp object
&lt;/pre&gt;

&lt;p&gt;Sehr praktisch, grade wenn man mit &lt;code&gt;irb&lt;/code&gt; am rumtesten ist.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 05 May 2006 18:29:00 +0200</pubDate>
    <guid isPermaLink="false">http://unorganized.net/blog/archives/22-guid.html</guid>
    <category>Coding</category>

</item>
<item>
    <title>Ruby on Rails: serialize</title>
    <link>http://unorganized.net/blog/archives/27-Ruby-on-Rails-serialize.html</link>
            <category>Coding</category>
            <category>Ruby on Rails</category>
    
    <comments>http://unorganized.net/blog/archives/27-Ruby-on-Rails-serialize.html#comments</comments>
    <wfw:comment>http://unorganized.net/blog/wfwcomment.php?cid=27</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://unorganized.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=27</wfw:commentRss>
    

    <author>nospam@example.com (Eike Bernhardt)</author>
    <content:encoded>
    &lt;p&gt;Da ich inzwischen immer mehr mit &lt;a href=&quot;http://www.rubyonrails.org/&quot;&gt;Ruby on Rails&lt;/a&gt; arbeite, brauch ich auch hier mal wieder ne Sammelstelle für gute Tips und Ideen .. und Sachen die ich praktisch finde.&lt;/p&gt;&lt;p&gt;Los gehts mit “:serialize”:&lt;/p&gt;

	&lt;p&gt;&lt;pre&gt;&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
class User &amp;lt; ActiveRecord::Base
 serialize :preferences&lt;br /&gt;
end&lt;/p&gt;

	&lt;p&gt;user = User.create(:preferences) =&gt; { &amp;#8220;details&amp;#8221; =&gt; &amp;#8220;full&amp;#8221;, &amp;#8220;stylesheet&amp;#8221; =&gt; &amp;#8220;old&amp;#8221; })&lt;br /&gt;
User.find(user.id).preferences # =&gt; { &amp;#8220;details&amp;#8221; =&gt; &amp;#8220;full&amp;#8221;, &amp;#8220;stylesheet&amp;#8221; =&gt; &amp;#8220;old&amp;#8221; }&lt;br /&gt;
&lt;/code&gt;&lt;br /&gt;
&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;Und mit diesem bischen Code kann man ohne Probleme Arrays oder Hashes oder was man will in User.preferences speichern, für den Programmierer ist es völlig transparent, die komplette “Arbeit” wird einem von RoR abgenommen. Sehr praktisch!&lt;/p&gt;

 
    </content:encoded>

    <pubDate>Tue, 11 Apr 2006 10:58:00 +0200</pubDate>
    <guid isPermaLink="false">http://unorganized.net/blog/archives/27-guid.html</guid>
    <category>Coding</category>
<category>Ruby on Rails</category>

</item>

</channel>
</rss>