<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Information Corner</title>
	<atom:link href="http://infostall.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://infostall.wordpress.com</link>
	<description>find_by_garbage_collection(web2.0)</description>
	<pubDate>Mon, 11 Aug 2008 05:46:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Abhinav Bindra won GOLD</title>
		<link>http://infostall.wordpress.com/2008/08/11/abhinav-bindra-won-gold/</link>
		<comments>http://infostall.wordpress.com/2008/08/11/abhinav-bindra-won-gold/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 05:46:38 +0000</pubDate>
		<dc:creator>infostall</dc:creator>
		
		<category><![CDATA[Around Me]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://infostall.wordpress.com/?p=120</guid>
		<description><![CDATA[
India&#8217;s Abhinav Bindra won a gold in men&#8217;s 10-metre Air Rifle event in Beijing. Bindra shot 104.5 to take his total to 700.5 in the final. This is India&#8217;s first ever Olympic gold in any individual event and ninth in total.
In ten rounds, Bindra shot 10.7, 10.3, 10.4, 10.5, 10.5, 10.5, 10.6, 10.0, 10.2, 10.8 [...]]]></description>
		<wfw:commentRss>http://infostall.wordpress.com/2008/08/11/abhinav-bindra-won-gold/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/infostall-128.jpg" medium="image">
			<media:title type="html">Prayas</media:title>
		</media:content>

		<media:content url="http://img09.beijing2008.cn/20080811/Img214528192.jpg" medium="image">
			<media:title type="html">Abhinav Bindra won GOLD MEDAL</media:title>
		</media:content>
	</item>
		<item>
		<title>Large development@Rails</title>
		<link>http://infostall.wordpress.com/2008/08/06/large-developmentrails/</link>
		<comments>http://infostall.wordpress.com/2008/08/06/large-developmentrails/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 07:16:37 +0000</pubDate>
		<dc:creator>infostall</dc:creator>
		
		<category><![CDATA[news@RoR]]></category>

		<category><![CDATA[43things]]></category>

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

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

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

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

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

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

		<guid isPermaLink="false">http://infostall.wordpress.com/?p=115</guid>
		<description><![CDATA[With my recent Googling, I could crawl through few sites, blogs and data analytic graphs. I was shocked to know the jumping intercourse relation of web development with RoR, Specially on the blog http://www.railsonwave.com/ about the migration of site http://www.yellowpages.com/ from JAVA to Rails with so many positive results. I won’t make you to go [...]]]></description>
		<wfw:commentRss>http://infostall.wordpress.com/2008/08/06/large-developmentrails/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/infostall-128.jpg" medium="image">
			<media:title type="html">Prayas</media:title>
		</media:content>
	</item>
		<item>
		<title>Visibility of a method</title>
		<link>http://infostall.wordpress.com/2008/07/03/visibility-of-a-method/</link>
		<comments>http://infostall.wordpress.com/2008/07/03/visibility-of-a-method/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 13:24:04 +0000</pubDate>
		<dc:creator>infostall</dc:creator>
		
		<category><![CDATA[Ruby]]></category>

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

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

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

		<guid isPermaLink="false">http://infostall.wordpress.com/?p=114</guid>
		<description><![CDATA[By default methods within a class in Ruby is PUBLIC. But as we know, ruby supports meta programming and hence a new/updated code can be generated on fly during the runtime.
here is a way to make the public class methods to private.

class Myclass
  def mymethod
    puts "I am public and wishing [...]]]></description>
		<wfw:commentRss>http://infostall.wordpress.com/2008/07/03/visibility-of-a-method/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/infostall-128.jpg" medium="image">
			<media:title type="html">Prayas</media:title>
		</media:content>
	</item>
		<item>
		<title>Regular expression</title>
		<link>http://infostall.wordpress.com/2008/07/03/regular-expression/</link>
		<comments>http://infostall.wordpress.com/2008/07/03/regular-expression/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 08:58:40 +0000</pubDate>
		<dc:creator>infostall</dc:creator>
		
		<category><![CDATA[coding]]></category>

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

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

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

		<guid isPermaLink="false">http://infostall.wordpress.com/?p=113</guid>
		<description><![CDATA[Here is the most frequently used special characters in regular expression of Java script. In a simple and concise way. [Background support : AMIT R.]

*   - 0/n chars &#62;&#62; /raj*/ -&#62; ra, raj,rajj,rajesh, krajesh too [talking about j]
+   - 1/n chars &#62;&#62; /raj=/ -&#62; raj,rajesh, krajesh too but not ra [talking [...]]]></description>
		<wfw:commentRss>http://infostall.wordpress.com/2008/07/03/regular-expression/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/infostall-128.jpg" medium="image">
			<media:title type="html">Prayas</media:title>
		</media:content>
	</item>
		<item>
		<title>Ruby security vulnerabilities</title>
		<link>http://infostall.wordpress.com/2008/06/23/ruby-security-vulnerabilities/</link>
		<comments>http://infostall.wordpress.com/2008/06/23/ruby-security-vulnerabilities/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 06:19:16 +0000</pubDate>
		<dc:creator>infostall</dc:creator>
		
		<category><![CDATA[news@RoR]]></category>

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

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

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

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

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

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

		<guid isPermaLink="false">http://infostall.wordpress.com/?p=110</guid>
		<description><![CDATA[Multiple arbitrary code execution vulnerabilities in Ruby have been revealed by the Apple Product Security team which could lead to Denial of Service attacks. A total of five vulnerabilities have been reported, with versions impacted being:
1.8.4 and all prior versions
1.8.5-p230 and all prior versions
1.8.6-p229 and all prior versions
1.8.7-p21 and all prior versions
1.9.0-1 and all prior [...]]]></description>
		<wfw:commentRss>http://infostall.wordpress.com/2008/06/23/ruby-security-vulnerabilities/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/infostall-128.jpg" medium="image">
			<media:title type="html">Prayas</media:title>
		</media:content>
	</item>
		<item>
		<title>Generate Unique ID</title>
		<link>http://infostall.wordpress.com/2008/06/23/generate-unique-id/</link>
		<comments>http://infostall.wordpress.com/2008/06/23/generate-unique-id/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 06:02:35 +0000</pubDate>
		<dc:creator>infostall</dc:creator>
		
		<category><![CDATA[RoR]]></category>

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

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://infostall.wordpress.com/?p=109</guid>
		<description><![CDATA[Here is a very simple way to generate a unique id.
[Background support : Abhishek S.]

def generate_unique_id( len )
    chars_pattern = ("a".."z").to_a + ("A".."Z").to_a + ("0".."9").to_a
    unique_id = ""
    1.upto(len) {
			&#124;i&#124; unique_id &#60;&#60; chars_pattern[rand(chars_pattern.size-1)]  }
    return unique_id
end
#generates a key of length 10
mykey = [...]]]></description>
		<wfw:commentRss>http://infostall.wordpress.com/2008/06/23/generate-unique-id/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/infostall-128.jpg" medium="image">
			<media:title type="html">Prayas</media:title>
		</media:content>
	</item>
	</channel>
</rss>