<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Amir M. Sahib &#187; Programming</title>
	<atom:link href="http://www.amirsahib.com/category/programming/feed" rel="self" type="application/rss+xml" />
	<link>http://www.amirsahib.com</link>
	<description>echo life;</description>
	<lastBuildDate>Wed, 21 Jul 2010 05:08:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Diving into Ubuntu (again)</title>
		<link>http://www.amirsahib.com/diving-into-ubuntu-again</link>
		<comments>http://www.amirsahib.com/diving-into-ubuntu-again#comments</comments>
		<pubDate>Wed, 21 Jul 2010 05:08:32 +0000</pubDate>
		<dc:creator>Amir Sahib</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[andorid]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.amirsahib.com/?p=517</guid>
		<description><![CDATA[A while ago, I attempted to start using Ubuntu, but failed to install it on an old gateway laptop that didn&#8217;t have any linux drivers for audio, visual and wifi devices. Or at least I couldn&#8217;t find any online for the laptop. Due to the failure in getting it to work, I stopped my Ubuntu [...]]]></description>
			<content:encoded><![CDATA[<p>A while ago, I attempted to start using Ubuntu, but failed to install it on an old gateway laptop that didn&#8217;t have any linux drivers for audio, visual and wifi devices.  Or at least I couldn&#8217;t find any online for the laptop.  Due to the failure in getting it to work, I stopped my Ubuntu journey. I wasn&#8217;t ready for it.  Skip forward a year later and I found myself installing Ubuntu 10.04 on my newer HP laptop.  Installation was a breeze and everything worked out of the box except for some issues with double fingers on the touchpad and the right/left click ares on it.  I was impressed.  Wifi, bluetooth, sound, video, and pretty much everything worked instantly with Ubuntu.</p>
<p>As soon as I started to use it for a few hours, I noticed they took a some of their UI from Apple&#8217;s OS X and Windows.  It&#8217;s the best from both OSs combined into one. Workspaces is cool.  I&#8217;ve never experienced that working on Windows.  I find that very useful when multitasking. I also like the way alt-tab works when switching from one item to another.</p>
<p>The best part of it all is developing with Ubuntu, which is the main reason I switched.  I was having a hard time dealing with Windows and developing with Ruby on Rails.  On Ubuntu it was extremely fast for obvious reasons. I haven&#8217;t tried developing in PHP or Java yet, but will soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amirsahib.com/diving-into-ubuntu-again/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add a class to the form_for tag in Ruby on Rails</title>
		<link>http://www.amirsahib.com/how-to-add-class-to-the-form_for-tag-in-ruby-on-rails</link>
		<comments>http://www.amirsahib.com/how-to-add-class-to-the-form_for-tag-in-ruby-on-rails#comments</comments>
		<pubDate>Tue, 13 Oct 2009 03:40:49 +0000</pubDate>
		<dc:creator>Amir Sahib</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[form tag]]></category>
		<category><![CDATA[form_for]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ror]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.amirsahib.com/?p=461</guid>
		<description><![CDATA[I&#8217;ve searched for a while and couldn&#8217;t figure this out until I actually picked up my book and browsed the source of examples. I&#8217;ll get straight to the code: &#60;% form_for :user, :url =&#62; users_path,:html =&#62; { :class =&#62; ’standard-form’ } do &#124;f&#124; -%&#62; That produces: &#60;form class="standard-form" method="post" action="/users"&#62; As you can see I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve searched for a while and couldn&#8217;t figure this out until I actually picked up my book and browsed the source of examples.  I&#8217;ll get straight to the code:</p>
<p><code>&lt;% form_for :user, :url =&gt; users_path,:html =&gt; { :class =&gt; ’standard-form’ } do |f| -%&gt;</code></p>
<p>That produces:</p>
<p><code>&lt;form class="standard-form" method="post" action="/users"&gt;</code></p>
<p>As you can see I added a class called &#8220;standard-form&#8221; to the form tag.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amirsahib.com/how-to-add-class-to-the-form_for-tag-in-ruby-on-rails/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>300+ Free Programming Books</title>
		<link>http://www.amirsahib.com/300-free-programming-books</link>
		<comments>http://www.amirsahib.com/300-free-programming-books#comments</comments>
		<pubDate>Tue, 12 May 2009 21:51:40 +0000</pubDate>
		<dc:creator>Amir Sahib</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.amirsahib.com/?p=348</guid>
		<description><![CDATA[Excellent resource.]]></description>
			<content:encoded><![CDATA[<p>Excellent <a href="http://www.e-booksdirectory.com/programming.php">resource</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amirsahib.com/300-free-programming-books/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
