<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Alex Gorbatchev</title>
	<atom:link href="http://www.dreamprojections.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.dreamprojections.com/blog</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Sun, 06 Jul 2008 17:14:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>YUI Compressor - JavaScript minification</title>
		<link>http://www.dreamprojections.com/blog/?p=160</link>
		<comments>http://www.dreamprojections.com/blog/?p=160#comments</comments>
		<pubDate>Thu, 13 Dec 2007 14:52:11 +0000</pubDate>
		<dc:creator>Alex Gorbatchev</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[HTML]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[YUI]]></category>

		<guid isPermaLink="false">http://www.sameshirteveryday.com/2007/12/13/yui-compressor-javascript-minification/</guid>
		<description><![CDATA[In my current Silverlight project the amount of JavaScript is growing exponentially. Everything that I took for granted in Flash which took years to build and &#8220;perfect&#8221; now needed to be converted to JavaScript.
For the first beta release which is looming next week, the amount is about 130k. &#8220;Compressing&#8221; it with JSMin yields a file [...]]]></description>
			<content:encoded><![CDATA[<p>In my current Silverlight project the amount of JavaScript is growing exponentially. Everything that I took for granted in Flash which took years to build and &#8220;perfect&#8221; now needed to be converted to JavaScript.</p>
<p>For the first beta release which is looming next week, the amount is about 130k. &#8220;Compressing&#8221; it with <a href="http://crockford.com/javascript/jsmin">JSMin </a>yields a file of 75kb in size. Yesterday I tried <a href="http://developer.yahoo.com/yui/compressor/">YUI Compressor</a> which managed to squeeze it down to 65kb.</p>
<p>I&#8217;m very happy I no longer have to look at JSMin code which induces gag reflex and makes my eyes bleed. The amount of effort and self restraint it took not to rewrite it can not be described in words.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dreamprojections.com/blog/?feed=rss2&amp;p=160</wfw:commentRss>
		</item>
		<item>
		<title>RIO - wrong number of arguments on rmtree, mkpath etc</title>
		<link>http://www.dreamprojections.com/blog/?p=159</link>
		<comments>http://www.dreamprojections.com/blog/?p=159#comments</comments>
		<pubDate>Wed, 12 Dec 2007 17:11:22 +0000</pubDate>
		<dc:creator>Alex Gorbatchev</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.sameshirteveryday.com/2007/12/12/rio-wrong-number-of-arguments-on-rmtree-mkpath-etc/</guid>
		<description><![CDATA[It&#8217;s nice to do some Ruby once in a while. Lately I&#8217;ve been involved in a Silverlight project and haven&#8217;t touched Ruby in 2 months (hence the lack of activity on my Ruby blog). However, I&#8217;m making a build script in Ruby.
I have run into a weird exception when using my favorite IO gem RIO [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s nice to do some Ruby once in a while. Lately I&#8217;ve been involved in a Silverlight project and haven&#8217;t touched Ruby in 2 months (hence the lack of activity on my Ruby blog). However, I&#8217;m making a build script in Ruby.</p>
<p>I have run into a weird exception when using my favorite IO gem <a href="http://www.noobkit.com/show/ruby/gems/io/rio/rio.html">RIO</a> (btw, Noobkit page got beaten with the ugly stick and parser needs a spanking).</p>
<p>Exception occur when calling <code>rio(...).rmtree</code> or <code>rio(...).mkpath</code> or <code>rio(...).mkdir</code>. It reads as follows: &#8220;wrong number of arguments (0 for 1)&#8221;. I know for a fact that these methods don&#8217;t take any arguments, but just for kicks, passing a single random argument results in an ironic &#8220;wrong number of arguments (1 for 0)&#8221;.</p>
<p>Basically the problem came down to the fact that <strong>RIO doesn&#8217;t like Rake</strong>. I can live without Rake, but not without RIO.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dreamprojections.com/blog/?feed=rss2&amp;p=159</wfw:commentRss>
		</item>
		<item>
		<title>Morning Brew #89</title>
		<link>http://www.dreamprojections.com/blog/?p=158</link>
		<comments>http://www.dreamprojections.com/blog/?p=158#comments</comments>
		<pubDate>Sat, 01 Dec 2007 11:00:02 +0000</pubDate>
		<dc:creator>Alex Gorbatchev</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Ruby]]></category>

		<category><![CDATA[Morning Brew]]></category>

		<category><![CDATA[Ruby On Rails]]></category>

		<guid isPermaLink="false">http://www.sameshirteveryday.com/2007/12/01/morning-brew-83-2/</guid>
		<description><![CDATA[Another cup of fresh Rails and not so Rails brew. If you&#8217;d like to send in a link, please use this page.
Rails

 Rails 2.0: Release Candidate 2
Attachment_fu updated!
 Installing Mingle with Capistrano/Deprec
 RSpec and Inline RJS
 Master/Slave Databases with Ruby on Rails

Ruby

 Measuring your test coverage with Heckle and RCov
 How To Start Playing With [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.sameshirteveryday.com/images/coffee.png" alt="" align="left" />Another cup of fresh Rails and not so Rails brew. If you&#8217;d like to send in a link, please <a href="http://www.sameshirteveryday.com/contact/">use this page</a>.</p>
<h3>Rails</h3>
<ul>
<li> <a href="http://weblog.rubyonrails.com/2007/11/29/rails-2-0-release-candidate-2">Rails 2.0: Release Candidate 2</a></li>
<li><a href="http://railsontherun.com/2007/11/28/attachment_fu-updated">Attachment_fu updated!</a></li>
<li> <a href="http://drnicwilliams.com/2007/11/27/installing-mingle-with-capistranodeprec/">Installing Mingle with Capistrano/Deprec</a></li>
<li> <a href="http://jonathan.tron.name/articles/2007/11/24/rspec-and-inline-rjs">RSpec and Inline RJS</a></li>
<li> <a href="http://www.robbyonrails.com/articles/2007/11/15/master-slave-databases-with-ruby-on-rails">Master/Slave Databases with Ruby on Rails</a></li>
</ul>
<h3>Ruby</h3>
<ul>
<li> <a href="http://railspikes.com/2007/11/29/measuring-your-code-with-heckle-flog-rcov-and-saikuro">Measuring your test coverage with Heckle and RCov</a></li>
<li> <a rel="bookmark" href="http://www.rubyinside.com/how-to-start-playing-with-ruby-19-right-now-661.html">How To Start Playing With Ruby 1.9 Right Now!</a></li>
<li> <a href="http://www.adaruby.com/2007/11/27/ruby-dsl-blocks-a-common-pattern-for-developing-dsl/">Ruby DSL Blocks: A Common Pattern For Developing DSL</a></li>
<li> <a href="http://www.adaruby.com/2007/11/21/rddb-restful-ruby-document-oriented-database/">RDDB: RESTful Ruby Document-Oriented Database</a></li>
<li> <a href="http://www.adaruby.com/2007/11/17/sinatra-classy-web-development-dressed-in-a-dsl/">Sinatra: Classy web-development dressed in a DSL</a></li>
<li><a href="http://rubycocoa.sourceforge.net/RubyInject">RubyInject</a> - a Mac OS X framework that allows you to inject at runtime the Ruby interpreter into any running application.</li>
<li> <a href="http://blog.segment7.net/articles/2007/11/19/rubygems-0-9-5">RubyGems 0.9.5</a></li>
</ul>
<h3>Web Development</h3>
<ul>
<li><a href="http://aws.typepad.com/aws/2007/11/amazon-s3-post.html">Amazon S3 POST Support</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.dreamprojections.com/blog/?feed=rss2&amp;p=158</wfw:commentRss>
		</item>
		<item>
		<title>Morning Brew #88</title>
		<link>http://www.dreamprojections.com/blog/?p=157</link>
		<comments>http://www.dreamprojections.com/blog/?p=157#comments</comments>
		<pubDate>Mon, 26 Nov 2007 11:00:33 +0000</pubDate>
		<dc:creator>Alex Gorbatchev</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Ruby]]></category>

		<category><![CDATA[Morning Brew]]></category>

		<category><![CDATA[Ruby On Rails]]></category>

		<guid isPermaLink="false">http://www.sameshirteveryday.com/2007/11/26/morning-brew-82-2/</guid>
		<description><![CDATA[Another cup of fresh Rails and not so Rails brew. If you&#8217;d like to send in a link, please use this page.
Rails

Fixtures in Rails 2.0 - new Railscast.
Plugin: create better urls with has_wfid.
Sexy Chart - The video.
Create Builder Applications Using Cheri.

Ruby

Optimising Symbol#to_proc.
Ramaze: Another Light Ruby Web Framework, But With MVC!.

]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.sameshirteveryday.com/images/coffee.png" alt="" align="left" />Another cup of fresh Rails and not so Rails brew. If you&#8217;d like to send in a link, please <a href="http://www.sameshirteveryday.com/contact/">use this page</a>.</p>
<h3>Rails</h3>
<ul>
<li><a href="http://railscasts.com/episodes/81">Fixtures in Rails 2.0</a> - new Railscast.</li>
<li><a href="http://www.railsonwave.com/railsonwave/2007/11/26/better-urls-with-has_wfid">Plugin: create better urls with has_wfid</a>.</li>
<li><a href="http://railsontherun.com/2007/11/20/sexy-chart-the-video">Sexy Chart - The video</a>.</li>
<li><a href="http://www.adaruby.com/2007/11/23/create-builder-applications-using-cheri/">Create Builder Applications Using Cheri</a>.</li>
</ul>
<h3>Ruby</h3>
<ul>
<li><a href="http://www.lukeredpath.co.uk/2007/11/26/optimising-symbol-to_proc">Optimising Symbol#to_proc</a>.</li>
<li><a href="http://www.rubyinside.com/ramaze-another-light-ruby-web-framework-but-with-mvc-658.html">Ramaze: Another Light Ruby Web Framework, But With MVC!</a>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.dreamprojections.com/blog/?feed=rss2&amp;p=157</wfw:commentRss>
		</item>
		<item>
		<title>Morning Brew #87</title>
		<link>http://www.dreamprojections.com/blog/?p=156</link>
		<comments>http://www.dreamprojections.com/blog/?p=156#comments</comments>
		<pubDate>Mon, 12 Nov 2007 11:00:25 +0000</pubDate>
		<dc:creator>Alex Gorbatchev</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Ruby]]></category>

		<category><![CDATA[Morning Brew]]></category>

		<category><![CDATA[Ruby On Rails]]></category>

		<guid isPermaLink="false">http://www.sameshirteveryday.com/2007/11/12/morning-brew-88/</guid>
		<description><![CDATA[Another cup of fresh Rails and not so Rails brew. If you&#8217;d like to send in a link, please use this page.
Rails

Super fast IP to lat/lng in Rails (part 2)
Generate Named Routes - new Railscast.
iPhone subdomains with Rails.

Ruby

Backing up MySQL and Subversion with Ruby.
Getting Started with the wxRuby GUI Toolkit.
NetBeans Ruby IDE 6.0 Beta 2 [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.sameshirteveryday.com/images/coffee.png" alt="" align="left" />Another cup of fresh Rails and not so Rails brew. If you&#8217;d like to send in a link, please <a href="http://www.sameshirteveryday.com/contact/">use this page</a>.</p>
<h3>Rails</h3>
<ul>
<li><a href="http://blog.hungrymachine.com/2007/10/22/super-fast-ip-to-lat-lng-in-rails">Super fast IP to lat/lng in Rails</a> (<a href="http://blog.hungrymachine.com/2007/10/31/super-fast-ip-to-lat-lng-in-rails-part-2">part 2</a>)</li>
<li><a href="http://railscasts.com/episodes/79">Generate Named Routes</a> - new Railscast.</li>
<li><a href="http://railspikes.com/2007/11/8/iphone-subdomains-with-rails">iPhone subdomains with Rails</a>.</li>
</ul>
<h3>Ruby</h3>
<ul>
<li><a href="http://railstips.org/2007/11/1/kytcr-part-i-backups">Backing up MySQL and Subversion with Ruby</a>.</li>
<li><a href="http://rubyonwindows.blogspot.com/2007/11/getting-started-with-wxruby-gui-toolkit.html">Getting Started with the wxRuby GUI Toolkit</a>.</li>
<li><a href="http://www.adaruby.com/2007/11/12/netbeans-ruby-ide-60-beta-2/">NetBeans Ruby IDE 6.0 Beta 2</a> - my Ruby/Rails IDE of choice turns another version.</li>
<li><a href="http://www.rubyfleebie.com/an-introduction-to-rdoc/">An introduction to RDoc</a>.</li>
</ul>
<h3>Web Development</h3>
<ul>
<li><a href="http://weblogs.asp.net/wwright/archive/2007/11/11/gospel-of-the-guid-answers-to-your-burning-questions-comments-and-insults.aspx"> Gospel of the GUID - Answers to your Burning Questions, Comments and Insults</a>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.dreamprojections.com/blog/?feed=rss2&amp;p=156</wfw:commentRss>
		</item>
		<item>
		<title>Morning Brew #86</title>
		<link>http://www.dreamprojections.com/blog/?p=155</link>
		<comments>http://www.dreamprojections.com/blog/?p=155#comments</comments>
		<pubDate>Thu, 01 Nov 2007 11:00:31 +0000</pubDate>
		<dc:creator>Alex Gorbatchev</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Ruby]]></category>

		<category><![CDATA[Morning Brew]]></category>

		<category><![CDATA[Ruby On Rails]]></category>

		<guid isPermaLink="false">http://www.sameshirteveryday.com/2007/11/01/morning-brew-86/</guid>
		<description><![CDATA[Another cup of fresh Rails and not so Rails brew. If you&#8217;d like to send in a link, please use this page.
Rails

Avoid exception_notification message floods.
Rails Edge - making fixtures easier.
Showing off data on a timeline - using the amazing Timeline DHTML component in Rails.
Simplify your ActionMailer configuration with YAML.

Web Development

Ruby in Rails in Leopard.
Evidence Based [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.sameshirteveryday.com/images/coffee.png" alt="" align="left" />Another cup of fresh Rails and not so Rails brew. If you&#8217;d like to send in a link, please <a href="http://www.sameshirteveryday.com/contact/">use this page</a>.</p>
<h3>Rails</h3>
<ul>
<li><a href="http://blog.evanweaver.com/articles/2007/04/24/stop-drop-and-avoid-exception_notification-message-floods/">Avoid exception_notification message floods</a>.</li>
<li><a href="http://ryandaigle.com/articles/2007/10/26/what-s-new-in-edge-rails-fixtures-just-got-a-whole-lot-easier">Rails Edge</a> - making fixtures easier.</li>
<li><a href="http://drnicwilliams.com/2007/10/28/showing-off-data-on-a-timeline/">Showing off data on a timeline</a> - using the amazing <a href="http://simile.mit.edu/timeline/">Timeline DHTML component</a> in Rails.</li>
<li><a href="http://railspikes.com/2007/3/23/yaml-mail-config-plugin">Simplify your ActionMailer configuration with YAML</a>.</li>
</ul>
<h3>Web Development</h3>
<ul>
<li><a href="http://trac.macosforge.org/projects/ruby/wiki/WhatsNewInLeopard">Ruby in Rails in Leopard</a>.</li>
<li><a href="http://www.joelonsoftware.com/items/2007/10/26.html">Evidence Based Scheduling in FogBugz 6.0</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.dreamprojections.com/blog/?feed=rss2&amp;p=155</wfw:commentRss>
		</item>
		<item>
		<title>Morning Brew #85</title>
		<link>http://www.dreamprojections.com/blog/?p=154</link>
		<comments>http://www.dreamprojections.com/blog/?p=154#comments</comments>
		<pubDate>Fri, 26 Oct 2007 11:00:49 +0000</pubDate>
		<dc:creator>Alex Gorbatchev</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Ruby]]></category>

		<category><![CDATA[Morning Brew]]></category>

		<category><![CDATA[Ruby On Rails]]></category>

		<guid isPermaLink="false">http://www.sameshirteveryday.com/2007/10/26/morning-brew-85/</guid>
		<description><![CDATA[Another cup of fresh Rails and not so Rails brew. If you&#8217;d like to send in a link, please use this page.
Rails

 Plain Text RSpec Stories on Rails.
 Story Runner in Plain English.
In-browser editor for RSpec stories.
A Ruby on Rails OpenID Server.

Software

The 3 Rules of Self-Marketing.

]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.sameshirteveryday.com/images/coffee.png" alt="" align="left" />Another cup of fresh Rails and not so Rails brew. If you&#8217;d like to send in a link, please <a href="http://www.sameshirteveryday.com/contact/">use this page</a>.</p>
<h3>Rails</h3>
<ul>
<li><a href="http://blog.davidchelimsky.net/articles/2007/10/22/plain-text-stories-on-rails"> Plain Text RSpec Stories on Rails</a>.</li>
<li><a href="http://blog.davidchelimsky.net/articles/2007/10/21/story-runner-in-plain-english"> Story Runner in Plain English</a>.</li>
<li><a href="http://blog.aslakhellesoy.com/2007/10/24/in-browser-editor-for-rspec-stories">In-browser editor for RSpec stories</a>.</li>
<li><a href="http://jystewart.net/process/2007/10/a-ruby-on-rails-openid-server/">A Ruby on Rails OpenID Server</a>.</li>
</ul>
<h3>Software</h3>
<ul>
<li><a href="http://webworkerdaily.com/2007/10/24/3-rules-of-self-marketing/">The 3 Rules of Self-Marketing</a>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.dreamprojections.com/blog/?feed=rss2&amp;p=154</wfw:commentRss>
		</item>
		<item>
		<title>Bash script to install Gems</title>
		<link>http://www.dreamprojections.com/blog/?p=153</link>
		<comments>http://www.dreamprojections.com/blog/?p=153#comments</comments>
		<pubDate>Wed, 24 Oct 2007 15:16:19 +0000</pubDate>
		<dc:creator>Alex Gorbatchev</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Ruby]]></category>

		<category><![CDATA[Bash]]></category>

		<category><![CDATA[Code]]></category>

		<category><![CDATA[Gems]]></category>

		<guid isPermaLink="false">http://www.sameshirteveryday.com/2007/10/24/bash-script-to-install-gems/</guid>
		<description><![CDATA[I looked all over and couldn&#8217;t find a bash script which could check and if missing install a list of gems. I had to hack my own up:
GEMS=( `cat gems.txt` ) # gems.txt has one gem name per line

for gem in "${GEMS[@]}&#8221;; do
  found=`gem list $gem &#124; grep -i $gem`
  if [ "$found" [...]]]></description>
			<content:encoded><![CDATA[<p>I looked all over and couldn&#8217;t find a bash script which could check and if missing install a list of gems. I had to hack my own up:</p>
<pre>GEMS=( `cat gems.txt` ) # gems.txt has one gem name per line

for gem in "${GEMS[@]}&#8221;; do
  found=`gem list $gem | grep -i $gem`
  if [ "$found" != "" ]; then
    parts=( $found )
    echo &#8220;Found ${parts[0]} ${parts[1]}&#8221;
    continue
  fi

  echo &#8220;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8221;
  echo &#8220;Installing $gem&#8221;
  sudo gem install $gem -y
  echo &#8220;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8221;
done</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.dreamprojections.com/blog/?feed=rss2&amp;p=153</wfw:commentRss>
		</item>
		<item>
		<title>Morning Brew #84</title>
		<link>http://www.dreamprojections.com/blog/?p=151</link>
		<comments>http://www.dreamprojections.com/blog/?p=151#comments</comments>
		<pubDate>Wed, 24 Oct 2007 11:00:18 +0000</pubDate>
		<dc:creator>Alex Gorbatchev</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Ruby]]></category>

		<category><![CDATA[GUI]]></category>

		<category><![CDATA[Morning Brew]]></category>

		<guid isPermaLink="false">http://www.sameshirteveryday.com/2007/10/24/morning-brew-84/</guid>
		<description><![CDATA[Another cup of fresh Rails and not so Rails brew. If you&#8217;d like to send in a link, please use this page.
GUI edition

Shoes - a lightweight Ruby interface to Windows, Linux and OSX applications. Best for small utilities. (into one, two and three by Juxie)
Cheri::Swing - a full blow JRuby builder style interface to Java&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.sameshirteveryday.com/images/coffee.png" alt="" align="left" />Another cup of fresh Rails and not so Rails brew. If you&#8217;d like to send in a link, please <a href="http://www.sameshirteveryday.com/contact/">use this page</a>.</p>
<h3>GUI edition</h3>
<ul>
<li><a href="http://code.whytheluckystiff.net/shoes">Shoes</a> - a lightweight Ruby interface to Windows, Linux and OSX applications. Best for small utilities. (into <a href="http://www.juixe.com/techknow/index.php/2007/08/27/running-with-shoes-a-mini-gui/">one</a>, <a href="http://www.juixe.com/techknow/index.php/2007/10/23/running-with-shoes-colorfy/">two</a> and <a href="http://www.juixe.com/techknow/index.php/2007/10/24/running-with-shoes-show-me-more/">three</a> by Juxie)</li>
<li><a href="http://cheri.rubyforge.org/swing.html">Cheri::Swing</a> - a full blow JRuby builder style interface to Java&#8217;s Swing.</li>
<li><a href="http://ruby-gnome2.sourceforge.jp/">Ruby-GNOME2</a> - bindings for the GNOME 2.0 development environment.</li>
<li><a href="http://wxruby.rubyforge.org/wiki/wiki.pl?WxRuby">WxRuby</a> - allows writing native-looking desktop applications for Windows, OS X, Linux GTK and other platforms. Probably the most complete GUI package.</li>
<li><a href="http://www.fxruby.org/">FXRuby</a> - provides an interface to the <a href="http://www.fox-toolkit.com/" target="_top">FOX</a> GUI library.</li>
<li><a href="http://rubycocoa.sourceforge.net/HomePage">RubyCocoa</a> - OSX bindings for Ruby.</li>
<li><a href="http://www.osk.3web.ne.jp/~nyasu/vruby/vrproject-e.html">VisualuRuby</a> - Windows bindings for Ruby.</li>
<li><a title="Permanent Link to Linux GUI Programming with Ruby" rel="bookmark" href="http://robrohan.com/2007/05/21/linux-gui-programming-with-ruby/">Linux GUI Programming with Ruby</a> - a short video demonstrating <a href="http://glade.gnome.org/">Glade</a> based Linux GUI with Ruby.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.dreamprojections.com/blog/?feed=rss2&amp;p=151</wfw:commentRss>
		</item>
		<item>
		<title>Morning Brew #83</title>
		<link>http://www.dreamprojections.com/blog/?p=150</link>
		<comments>http://www.dreamprojections.com/blog/?p=150#comments</comments>
		<pubDate>Thu, 18 Oct 2007 11:00:57 +0000</pubDate>
		<dc:creator>Alex Gorbatchev</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Ruby]]></category>

		<category><![CDATA[Morning Brew]]></category>

		<category><![CDATA[Ruby On Rails]]></category>

		<guid isPermaLink="false">http://www.sameshirteveryday.com/2007/10/18/morning-brew-83/</guid>
		<description><![CDATA[Another cup of fresh Rails and not so Rails brew. If you&#8217;d like to send in a link, please use this page.
Rails

 Ruby 101: Naming Conventions.
Zero to Riding the Rails in Four Months.
Default Order Plugin - order_by :fields =&#62; ['last_name', 'first_name'], :mode =&#62; :desc

Ruby

Mailtrap - dummy SMTP server for testing your emails.
New netbeans update from [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.sameshirteveryday.com/images/coffee.png" alt="" align="left" />Another cup of fresh Rails and not so Rails brew. If you&#8217;d like to send in a link, please <a href="http://www.sameshirteveryday.com/contact/">use this page</a>.</p>
<h3>Rails</h3>
<ul>
<li><a href="http://www.softiesonrails.com/2007/10/18/ruby-101-naming-conventions"> Ruby 101: Naming Conventions</a>.</li>
<li><a href="http://hackd.wordpress.com/2007/10/14/zero-to-riding-the-rails-in-four-months/">Zero to Riding the Rails in Four Months</a>.</li>
<li><a href="http://blog.gwikzone.org/pages/ruby_on_rails_default_order_plugin">Default Order Plugin</a> - order_by :fields =&gt; ['last_name', 'first_name'], :mode =&gt; :desc</li>
</ul>
<h3>Ruby</h3>
<ul>
<li><a href="http://rubymatt.rubyforge.org/mailtrap/">Mailtrap</a> - dummy SMTP server for testing your emails.</li>
<li><a href="http://wiki.netbeans.org/wiki/view/RubyRecentChanges">New netbeans update from Oct 12th</a>.</li>
</ul>
<h3>Web Development</h3>
<ul>
<li><a href="http://css-tricks.com/the-perfect-fluid-width-layout/">The Perfect Fluid Width Layout</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.dreamprojections.com/blog/?feed=rss2&amp;p=150</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.275 seconds -->
