Tue, 29 Aug 2006
Foung new RP renderer

Pif has noticed about new renderer, based on real physics - like Maxwell Render 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'll see.

Yep.. The renderer is Fryrender


(posted at 21:02 | filed under | link)    (comments | add new)
Using GOOGLE API (WSDL example)
def search
 require 'soap/wsdlDriver'
 @title = 'Search Results'
 key = 'YOUR GOOGLE API KEY HERE'
 yoursite = 'YOUR SITE ADDRESS HERE'
 driver = SOAP::WSDLDriverFactory.new("http://api.google.com/GoogleSearch.wsdl").createDriver
 @results = driver.doGoogleSearch(key, @params['term']+" site:#{yoursite}", 0, 10, true, " ", false, " ", " ", " ")
end
and parsing data
<% for result in @results.resultElements %>
 

<%= result.title %>

<%= result.snippet %>

<%= result.URL %>

<% end %>

(posted at 20:48 | filed under programming/rails | link)    (comments | add new)
Cannondales Caffeine 2
I'm very close to order this beautiful bike. Can'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.

Cannondale Caffeine 2


(posted at 12:32 | filed under | link)    (comments | add new)