<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>project hindenburg</title>
	<link>http://www.ivanturkovic.com</link>
	<description>affluent online socialite spiced up with technology and self promotion</description>
	<lastBuildDate>Sun, 23 Oct 2011 13:36:14 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>Install Compass in an existing Rails application with Semantic Blueprint using Sass</title>
		<description><![CDATA[compass init rails &#8211;using blueprint/semantic &#8211;syntax sass]]></description>
		<link>http://www.ivanturkovic.com/2011/10/23/install-compass-in-an-existing-rails-application-with-semantic-blueprint-using-sass/</link>
			</item>
	<item>
		<title>Capistrano + RVM = Problem with deployment?</title>
		<description><![CDATA[Most of the time when I had issues with deploying on rvm environment it helps you to do the following. Create a file in $home folder touch .rvmrc And paste following code: rvm_trust_rvmrcs_flag=1]]></description>
		<link>http://www.ivanturkovic.com/2011/10/18/capistrano-rvm-problem-with-deployment/</link>
			</item>
	<item>
		<title>Working OAuth2 with Foursquare on Sinatra</title>
		<description><![CDATA[123456789101112131415161718192021222324252627282930313233343536373839404142434445require 'rubygems' require 'sinatra' require 'oauth2' require 'json' require 'net/https' require 'foursquare2' set :port, 80 CLIENT_ID = '****************************************************' CLIENT_SECRET = '****************************************************' CALLBACK_PATH = '/callbacks/foursquare' def client &#160; OAuth2::Client.new&#40;CLIENT_ID, CLIENT_SECRET, &#160; &#160; &#160; &#123;:site &#160; &#160; &#160; &#160; &#160; &#160;=&#38;gt; 'https://foursquare.com/', &#160; &#160; &#160; :token_url &#160; &#160; &#160; &#160;=&#38;gt; &#34;/oauth2/access_token&#34;, &#160; &#160; &#160; :authorize_url &#160; &#160;=&#38;gt; [...]]]></description>
		<link>http://www.ivanturkovic.com/2011/09/19/working-oauth2-with-foursquare-on-sinatra/</link>
			</item>
	<item>
		<title>Latest eclipse app on Mac OS Lion preference pane</title>
		<description><![CDATA[When upgrading to a new eclipse app and selecting existing workspace it makes preference pane unavailable. So to be able to access settings you have to either create a new workspace and migrate projects to a new workspace or remove settings files from old one. This saved my time a couple of times.]]></description>
		<link>http://www.ivanturkovic.com/2011/09/12/latest-eclipse-app-on-mac-os-lion-preference-pane/</link>
			</item>
	<item>
		<title>Mac OS Lion and installing ruby 1.9.2</title>
		<description><![CDATA[I am always having trouble with installing fresh rvm instance, so here are all steps needed in fresh rvm to install new ruby 1.9.2 123456export ARCHFLAGS=&#34;-arch x86_64&#34; export CC=gcc-4.2 rvm pkg install readline rvm pkg install iconv rvm pkg install zlib rvm install 1.9.2 -C --with-readline-dir=$rvm_path/usr --with-iconv-dir=$rvm_path/usr --with-zlib-dir=$rvm_path/usr]]></description>
		<link>http://www.ivanturkovic.com/2011/09/08/mac-os-lion-ruby-1-9-2/</link>
			</item>
	<item>
		<title>Kindle still rules the ebook world</title>
		<description><![CDATA[First time when i saw kindle being presented I was thrilled, because i read a lot of books. I saw a future in electronic books. That was 2 years ago and I wasn&#8217;t wrong. Nowadays Amazon sells more ebooks than paper print books. So last year when they introduced third generation of Kindle, I&#8217;ve jumped [...]]]></description>
		<link>http://www.ivanturkovic.com/2011/06/19/kindle-still-rules-the-ebook-world/</link>
			</item>
	<item>
		<title>The inception</title>
		<description><![CDATA[It&#8217;s time to start over, blogs do go old over time and we don&#8217;t want to read old topics or out of date blog.  So i started from the beginning. For all who doesn&#8217;t know me I am mostly interested into technology, art and other modern esoteric interests. So stay tuned for my posts.]]></description>
		<link>http://www.ivanturkovic.com/2010/12/01/the-inception/</link>
			</item>
</channel>
</rss>

