<?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...  Aug 2006</title>
<link>http://znouza.meinlschmidt.org/blog/</link>
<description>we reached the dizzy heights...</description>
<language>en</language>
<item>
    <title>Foung new RP renderer</title>
    <link>http://znouza.meinlschmidt.org/blog/060829-2102.html</link>
    <description>&lt;p&gt;
&lt;a href=&quot;http://www.dimensio.cz&quot;&gt;Pif&lt;/a&gt; has noticed about new renderer, based on real
physics - like &lt;a href=&quot;http://www.maxwellrender.cz&quot;&gt;Maxwell Render&lt;/a&gt; is. Comes from Spain
(as M~R too), has (with high probability) the same problems with light and glass as M~R.. and the
price is awesome equal to M~R too. Circumstance? :) We&apos;ll see.
&lt;/p&gt;
&lt;p&gt;Yep.. The renderer is &lt;a href=&quot;http://www.fryrender.com&quot;&gt;Fryrender&lt;/a&gt;&lt;/p&gt;
&lt;p class=&quot;image&quot;&gt;
	&lt;img src=&quot;http://fryrender.com/phpbb2/templates/subSilver/images/logo_phpBB.gif&quot; alt=&quot;&quot;&gt;
&lt;p&gt;
</description>
  </item>
<item>
    <title>Using GOOGLE API (WSDL example)</title>
    <link>http://znouza.meinlschmidt.org/blog/programming/rails/060829-2048.html</link>
    <description>
&lt;pre class=&quot;prettyprint&quot;&gt;
def search
 require &apos;soap/wsdlDriver&apos;
 @title = &apos;Search Results&apos;
 key = &apos;YOUR GOOGLE API KEY HERE&apos;
 yoursite = &apos;YOUR SITE ADDRESS HERE&apos;
 driver = SOAP::WSDLDriverFactory.new(&quot;http://api.google.com/GoogleSearch.wsdl&quot;).createDriver
 @results = driver.doGoogleSearch(key, @params[&apos;term&apos;]+&quot; site:#{yoursite}&quot;, 0, 10, true, &quot; &quot;, false, &quot; &quot;, &quot; &quot;, &quot; &quot;)
end
&lt;/pre&gt;

and parsing data

&lt;pre class=&quot;prettyprint&quot;&gt;
&lt;% for result in @results.resultElements %&gt;
 &lt;h2&gt;&lt;%= result.title %&gt;&lt;/h2&gt;
 &lt;p&gt;&lt;%= result.snippet %&gt;&lt;/p&gt;
 &lt;p&gt;&lt;a href=&quot;&lt;%= result.URL %&gt;&quot;&gt;&lt;%= result.URL %&gt;&lt;/a&gt;&lt;/p&gt;
&lt;% end %&gt;
&lt;/pre&gt;
</description>
  </item>
<item>
    <title>Cannondales Caffeine 2</title>
    <link>http://znouza.meinlschmidt.org/blog/060829-1232.html</link>
    <description>I&apos;m very close to order this beautiful bike. Can&apos;t wait until first ride...:)
It has famous Lefty... And crankbrothers candy c, FSA V-drive MegaExo, Shimano LX/XT, LX disc brakes.
Will have ball burnished gloss variant.

&lt;p class=&quot;image&quot;&gt;
	&lt;img src=&quot;http://blog:blog@g2.meinlschmidt.org/d/10666-2/Caffeine_2.jpg&quot; alt=&quot;Cannondale Caffeine 2&quot;&gt;
&lt;/p&gt;
</description>
  </item>
<item>
    <title>Trip experince</title>
    <link>http://znouza.meinlschmidt.org/blog/060807-1400.html</link>
    <description>We&apos;ve visited an &lt;a href=&quot;http://www.strasidla.cz&quot;&gt;exhibition of bogies&lt;/a&gt;. The price was set fairly up, but.. what would the man does for childs, right.
And experiences? Got preview of a short 3d movie with glasses, and walked through a few rooms with poorly made dragons,
skeletons, graves, cyclops etc. Rating? We returned at home dissapointed.
</description>
  </item>
   </channel>
</rss>