<?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>Time tests &#187; Ruby</title>
	<atom:link href="http://www.khokhar.info/category/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.khokhar.info</link>
	<description>. lessons .</description>
	<lastBuildDate>Thu, 29 Dec 2011 06:02:16 +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>Ruby: Can&#8217;t modify frozen string</title>
		<link>http://www.khokhar.info/2007/06/11/ruby-cant-modify-frozen-string/</link>
		<comments>http://www.khokhar.info/2007/06/11/ruby-cant-modify-frozen-string/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 09:14:25 +0000</pubDate>
		<dc:creator>Vivek Khokhar</dc:creator>
				<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://khokhar.info/2007/06/11/ruby-cant-modify-frozen-string/</guid>
		<description><![CDATA[Workaround: _use_me = frozen_string.dup]]></description>
		<wfw:commentRss>http://www.khokhar.info/2007/06/11/ruby-cant-modify-frozen-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails RJS redirect</title>
		<link>http://www.khokhar.info/2007/06/11/rails-rjs-redirect/</link>
		<comments>http://www.khokhar.info/2007/06/11/rails-rjs-redirect/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 09:12:36 +0000</pubDate>
		<dc:creator>Vivek Khokhar</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://khokhar.info/2007/06/11/rails-rjs-redirect/</guid>
		<description><![CDATA[page.redirect_to :action => &#8216;thanks&#8217;, :p1 => @g_resp.params["_code"], :p2 => @r_id]]></description>
		<wfw:commentRss>http://www.khokhar.info/2007/06/11/rails-rjs-redirect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>textbox image alignment problem</title>
		<link>http://www.khokhar.info/2007/04/19/textbox-image-alignment-problem/</link>
		<comments>http://www.khokhar.info/2007/04/19/textbox-image-alignment-problem/#comments</comments>
		<pubDate>Thu, 19 Apr 2007 08:40:20 +0000</pubDate>
		<dc:creator>Vivek Khokhar</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://khokhar.info/2007/04/19/textbox-image-alignment-problem/</guid>
		<description><![CDATA[Problem: [code] text_field(:member, :dob,:size=>"20", :maxlength => "50",:tabindex=>"22") img_tag [/code] Fix: [code] text_field(:member, :dob,:size=>"20", :maxlength => "50",:tabindex=>"22") img_tag {:style="position:absolute"} [/code]]]></description>
		<wfw:commentRss>http://www.khokhar.info/2007/04/19/textbox-image-alignment-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

