<?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>mandazi &#187; Web Development</title>
	<atom:link href="http://www.amirsahib.com/category/web-development/feed" rel="self" type="application/rss+xml" />
	<link>http://www.amirsahib.com</link>
	<description>web development, gaming, sports, life, etc.</description>
	<lastBuildDate>Sat, 17 Dec 2011 22:38:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Empty Anchor Links Positioned Absolute Not Clickable in IE 6, 7 or 8?</title>
		<link>http://www.amirsahib.com/empty-anchor-links-positioned-absolute-not-clickable-in-ie-6-7-or-8</link>
		<comments>http://www.amirsahib.com/empty-anchor-links-positioned-absolute-not-clickable-in-ie-6-7-or-8#comments</comments>
		<pubDate>Wed, 05 Jan 2011 21:01:26 +0000</pubDate>
		<dc:creator>Amir Sahib</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[internet explorer]]></category>

		<guid isPermaLink="false">http://www.amirsahib.com/?p=596</guid>
		<description><![CDATA[So my co-worker at work had an issue with getting a link to be clickable in IE (any version).  The anchor had these styles: a { display: block; height:80px; left:45px; position:absolute; top:140px; width:500px; z-index:100; } It was working fine in FireFox but not in IE (which happens quite a lot at work).  I did some [...]]]></description>
			<content:encoded><![CDATA[<p>So my co-worker at work had an issue with getting a link to be clickable in IE (any version).  The anchor had these styles:</p>
<p>a { display: block;<br />
height:80px;<br />
left:45px;<br />
position:absolute;<br />
top:140px;<br />
width:500px;<br />
z-index:100; }</p>
<p>It was working fine in FireFox but not in IE (which happens quite a lot at work).  I did some R&amp;D (aka proceed to StackOverflow) and found <a href="http://stackoverflow.com/questions/1663919/how-to-make-an-empty-anchor-tag-clickable-in-ie7">this</a>.  The solution was to add a background-image that did not exist:</p>
<p>background:url(/img.png) no-repeat;</p>
<p>That worked.  I wonder why IE8 never bothered fixing this. Maybe IE9 will, but that&#8217;s wishful thinking with IE.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amirsahib.com/empty-anchor-links-positioned-absolute-not-clickable-in-ie-6-7-or-8/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>RoR Newb Note: Gems are installed per RubyGems version</title>
		<link>http://www.amirsahib.com/ror-newb-note-gems-are-installed-per-rubygems-version</link>
		<comments>http://www.amirsahib.com/ror-newb-note-gems-are-installed-per-rubygems-version#comments</comments>
		<pubDate>Tue, 31 Aug 2010 10:52:28 +0000</pubDate>
		<dc:creator>Amir Sahib</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[ror]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[rubygems]]></category>

		<guid isPermaLink="false">http://www.amirsahib.com/?p=561</guid>
		<description><![CDATA[So while working on ShoutReel, I had to upgrade to a newer version of RubyGems in order to use the i18n version of the geokit gem.  When I upgraded, it said I was missing all the gems for the app.  Consulting with my friend who told me that when upgrading RubyGems, you also have to [...]]]></description>
			<content:encoded><![CDATA[<p>So while working on <a href="http://www.shoutreel.com">ShoutReel</a>, I had to upgrade to a newer version of RubyGems in order to use the i18n version of the geokit gem.  When I upgraded, it said I was missing all the gems for the app.  Consulting with my friend who told me that when upgrading RubyGems, you also have to re-install all the gems for the app.</p>
<p>This is just a newb note for myself as well as anyone on the Internet having this issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amirsahib.com/ror-newb-note-gems-are-installed-per-rubygems-version/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ColorZilla not working on Ubuntu 10.04 64-bit / Firefox 3.6.8</title>
		<link>http://www.amirsahib.com/colorzilla-not-working-on-ubuntu-10-04-64-bit-firefox-3-6-8</link>
		<comments>http://www.amirsahib.com/colorzilla-not-working-on-ubuntu-10-04-64-bit-firefox-3-6-8#comments</comments>
		<pubDate>Sun, 22 Aug 2010 16:52:30 +0000</pubDate>
		<dc:creator>Amir Sahib</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[colorzilla]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[gcolor2]]></category>

		<guid isPermaLink="false">http://www.amirsahib.com/?p=549</guid>
		<description><![CDATA[So I couldn&#8217;t get ColoZilla working on Ubuntu 10.04 64-bit.  After checking out the Ubuntu forums and doing some Google search it seems that it doesn&#8217;t work for 64-bit versions of Ubuntu.  The solution is to use gcolor2.  You can get it via the Ubuntu Software Center or via the command line with: sudo aptitude [...]]]></description>
			<content:encoded><![CDATA[<p>So I couldn&#8217;t get ColoZilla working on Ubuntu 10.04 64-bit.  After checking out the Ubuntu forums and doing some Google search it seems that it doesn&#8217;t work for 64-bit versions of Ubuntu.  The solution is to use gcolor2.  You can get it via the Ubuntu Software Center or via the command line with:</p>
<p><code>sudo aptitude install gcolor2</code></p>
<p>It&#8217;s a separate application that functions the same as ColorZilla, so you will have to switch from window to window to get the color picker.  Not really ideal but its a solution for me.</p>
<p>If anyone knows of any working color pickers for Firefox, please share.  Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amirsahib.com/colorzilla-not-working-on-ubuntu-10-04-64-bit-firefox-3-6-8/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>1</slash:comments>
		</item>
		<item>
		<title>SMS linking on mobile browsers, Can&#8217;t add message to link</title>
		<link>http://www.amirsahib.com/sms-linking-on-mobile-browsers-cant-add-message-to-link</link>
		<comments>http://www.amirsahib.com/sms-linking-on-mobile-browsers-cant-add-message-to-link#comments</comments>
		<pubDate>Tue, 05 Jan 2010 21:28:03 +0000</pubDate>
		<dc:creator>Amir Sahib</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[sms]]></category>

		<guid isPermaLink="false">http://www.amirsahib.com/?p=493</guid>
		<description><![CDATA[So today at work I spent several minutes trying to figure out how to send an sms link with a message along with it. Turns out according to the iPhone URL Scheme, you can&#8217;t do it (at least for their phones). So to all those people who are going to try to search on the [...]]]></description>
			<content:encoded><![CDATA[<p>So today at work I spent several minutes trying to figure out how to send an sms link with a message along with it.  Turns out according to the <a href="http://www.docstoc.com/docs/3595962/iPhone-URL-Scheme">iPhone URL Scheme</a>, you can&#8217;t do it (at least for their phones). So to all those people who are going to try to search on the web (hopefully this blog post ranks high in the search results) I&#8217;ll make it easy for you and show you what you can do:</p>
<p>&lt;a href=&#8221;sms:1234567890&#8243;&gt;SMS Message&lt;/a&gt;</p>
<p>You can also add more than number:</p>
<p>&lt;a href=&#8221;sms:1234567890,1234567890&#8243;&gt;SMS Message&lt;/a&gt;</p>
<p>Nothing else.  You can&#8217;t add a message along with it.</p>
<p>You can also see what this guy tried <a href="http://groups.google.com/group/iphonewebdev/msg/09ba504a4bda25dc">here</a> and failed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amirsahib.com/sms-linking-on-mobile-browsers-cant-add-message-to-link/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check out Shoutreel!</title>
		<link>http://www.amirsahib.com/check-out-shoutreel</link>
		<comments>http://www.amirsahib.com/check-out-shoutreel#comments</comments>
		<pubDate>Mon, 07 Dec 2009 04:13:27 +0000</pubDate>
		<dc:creator>Amir Sahib</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[application development]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[shoutreel]]></category>

		<guid isPermaLink="false">http://www.amirsahib.com/?p=489</guid>
		<description><![CDATA[We&#8217;ve made some updates to Shoutreel. Check it out and tell me what you think.]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve made some updates to <a href="http://shoutreel.com">Shoutreel</a>.  Check it out and tell me what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amirsahib.com/check-out-shoutreel/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FF surpasses IE6 (finally!)</title>
		<link>http://www.amirsahib.com/ff-surpasses-ie6-finally</link>
		<comments>http://www.amirsahib.com/ff-surpasses-ie6-finally#comments</comments>
		<pubDate>Wed, 04 Nov 2009 15:16:38 +0000</pubDate>
		<dc:creator>Amir Sahib</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[ff]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[internet explorer]]></category>

		<guid isPermaLink="false">http://www.amirsahib.com/?p=477</guid>
		<description><![CDATA[Web developers have waited for what seems like ages for this month to come along. Internet Explorer remains ahead of the rest of the competition, but since month after month it continues to lose ground to all other browsers, Firefox has now finally surpassed IE6, which is easily the most hated version of Microsoft&#8217;s browser. [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Web developers have waited for what seems like ages for this month to come along. Internet Explorer remains ahead of the rest of the competition, but since month after month it continues to lose ground to all other browsers, Firefox has now finally surpassed IE6, which is easily the most hated version of Microsoft&#8217;s browser. Firefox&#8217;s steady gain continues, Safari remains in a nonthreatening third place, Chrome is happily carving out a small niche for itself, and poor Opera can&#8217;t seem to budge from fifth place. In October, all browsers except for IE and Opera showed positive growth.</p></blockquote>
<p><a href="http://arstechnica.com/microsoft/news/2009/11/october-2009-browser-stats-firefox-finally-passes-ie6.ars">Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.amirsahib.com/ff-surpasses-ie6-finally/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ShoutReel</title>
		<link>http://www.amirsahib.com/shoutreel</link>
		<comments>http://www.amirsahib.com/shoutreel#comments</comments>
		<pubDate>Mon, 19 Oct 2009 15:20:36 +0000</pubDate>
		<dc:creator>Amir Sahib</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.amirsahib.com/?p=473</guid>
		<description><![CDATA[My friends and I have been building this basic app called ShoutReel. The idea is basically taking the forum and making it simpler. An easier way to explain it is Twitter is micro blogging while ShoutReel is micro forums. Check it out here. Of course it&#8217;s still basic and still in beta or pre-beta. Let [...]]]></description>
			<content:encoded><![CDATA[<p>My friends and I have been building this basic app called ShoutReel.  The idea is basically taking the forum and making it simpler.  An easier way to explain it is Twitter is micro blogging while ShoutReel is micro forums.</p>
<p>Check it out <a href="http://www.shoutreel.com">here</a>.  Of course it&#8217;s still basic and still in beta or pre-beta.  Let me know what you guys think.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amirsahib.com/shoutreel/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: users_path,:html => { :class => ’standard-form’ } do &#124;f&#124; -%> That produces: As you can see I added a class called &#8220;standard-form&#8221; to the form tag.]]></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><br />
<% form_for :user, :url => users_path,:html => { :class => ’standard-form’ } do |f| -%><br />
</code></p>
<p>That produces:</p>
<p><code></p>
<form class="standard-form" method="post" action="/users">
</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>PhoneGap</title>
		<link>http://www.amirsahib.com/phonegap</link>
		<comments>http://www.amirsahib.com/phonegap#comments</comments>
		<pubDate>Fri, 09 Oct 2009 15:44:29 +0000</pubDate>
		<dc:creator>Amir Sahib</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.amirsahib.com/?p=454</guid>
		<description><![CDATA[Anyone use this before? Looks interesting. Planning on trying it out soon.]]></description>
			<content:encoded><![CDATA[<p>Anyone use <a href="http://phonegap.com/">this</a> before?</p>
<p>Looks interesting.  Planning on trying it out soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amirsahib.com/phonegap/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

