<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>Rails Uprooted - By RK</title>
	<link>http://railsuprooted.blogvis.com</link>
	<description>Yet Another Rails Blog</description>
	<pubDate>Fri, 11 Apr 2008 13:22:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>ERROR:href=&#8221;#&#8221; shifting the brower scroll on top&#8230;!</title>
		<link>http://railsuprooted.blogvis.com/2008/04/11/errorhref-shifting-the-brower-scroll-on-top/</link>
		<comments>http://railsuprooted.blogvis.com/2008/04/11/errorhref-shifting-the-brower-scroll-on-top/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 13:19:12 +0000</pubDate>
		<dc:creator>Raghavendra</dc:creator>
		
		<category><![CDATA[javascript]]></category>

		<category><![CDATA[window scroll moving upwards]]></category>

		<guid isPermaLink="false">http://railsuprooted.blogvis.com/2008/04/11/errorhref-shifting-the-brower-scroll-on-top/</guid>
		<description><![CDATA[ Have you people ever noticed that for a hyperlink of type
&#60;a href=&#8220;#&#8221;&#62;test&#60;/a&#62;

after clicking causes the window scroll position to move upwards giving a weird sense of behaviour to the link.
I just managed to find out a workaround for this problem.What I did was I re-coded the hyperlink in the following manner

&#60;a href=&#8220;javascript:void(0);&#8221; &#62;test&#60;/a&#62;

Here I am doing [...]]]></description>
		<wfw:commentRss>http://railsuprooted.blogvis.com/2008/04/11/errorhref-shifting-the-brower-scroll-on-top/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Threads and Synchronization in Ruby..!</title>
		<link>http://railsuprooted.blogvis.com/2008/03/17/threads-and-synchronization-in-ruby/</link>
		<comments>http://railsuprooted.blogvis.com/2008/03/17/threads-and-synchronization-in-ruby/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 13:55:36 +0000</pubDate>
		<dc:creator>Raghavendra</dc:creator>
		
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://railsuprooted.blogvis.com/2008/03/17/threads-and-synchronization-in-ruby/</guid>
		<description><![CDATA[I was just free this weekend,so just gotta a chance and dropped myself with a little program on threads and synchronization in ruby.This program  generates a secret number which is implemented as sync_server_thread on the server side and then assigns the same variable on the the client side.

In this program , I took care of things like [...]]]></description>
		<wfw:commentRss>http://railsuprooted.blogvis.com/2008/03/17/threads-and-synchronization-in-ruby/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Climb And Hack The Firewall</title>
		<link>http://railsuprooted.blogvis.com/2008/03/12/climb-and-hack-the-firewall/</link>
		<comments>http://railsuprooted.blogvis.com/2008/03/12/climb-and-hack-the-firewall/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 11:23:55 +0000</pubDate>
		<dc:creator>Raghavendra</dc:creator>
		
		<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://railsuprooted.blogvis.com/2008/03/12/climb-and-hack-the-firewall/</guid>
		<description><![CDATA[Climb And Hack The Firewall  

Have You ever wondered about how to bypass firewall which blocks your favourites sites and presents before you some dummy page saying  “This Page Is Blocked under the category  “FUN/HUMOUR”. Then here I present before you a work around to climb over the firewall and access your favourite site. 
Just download [...]]]></description>
		<wfw:commentRss>http://railsuprooted.blogvis.com/2008/03/12/climb-and-hack-the-firewall/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Rails Song..!</title>
		<link>http://railsuprooted.blogvis.com/2008/03/11/the-rails-song/</link>
		<comments>http://railsuprooted.blogvis.com/2008/03/11/the-rails-song/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 09:29:09 +0000</pubDate>
		<dc:creator>Raghavendra</dc:creator>
		
		<category><![CDATA[Fun On Rails]]></category>

		<guid isPermaLink="false">http://railsuprooted.blogvis.com/2008/03/11/the-rails-song/</guid>
		<description><![CDATA[Presenting before you the &#8220;The Rails Song&#8221;&#8230;

]]></description>
		<wfw:commentRss>http://railsuprooted.blogvis.com/2008/03/11/the-rails-song/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Rails KeyNotes By DHH</title>
		<link>http://railsuprooted.blogvis.com/2008/03/11/rails-keynotes-by-dhh/</link>
		<comments>http://railsuprooted.blogvis.com/2008/03/11/rails-keynotes-by-dhh/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 09:25:23 +0000</pubDate>
		<dc:creator>Raghavendra</dc:creator>
		
		<category><![CDATA[Rails Videos]]></category>

		<guid isPermaLink="false">http://railsuprooted.blogvis.com/2008/03/11/rails-keynotes-by-dhh/</guid>
		<description><![CDATA[Poested below are a few keynotes On Rails by David Heinemer Hansson during RailsConf in Europe

 
]]></description>
		<wfw:commentRss>http://railsuprooted.blogvis.com/2008/03/11/rails-keynotes-by-dhh/feed/</wfw:commentRss>
		</item>
		<item>
		<title>If Not Agile Then Project Goes Fragile</title>
		<link>http://railsuprooted.blogvis.com/2008/03/09/if-not-agile-then-project-fragile/</link>
		<comments>http://railsuprooted.blogvis.com/2008/03/09/if-not-agile-then-project-fragile/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 05:22:28 +0000</pubDate>
		<dc:creator>Raghavendra</dc:creator>
		
		<category><![CDATA[Rails Articles]]></category>

		<guid isPermaLink="false">http://railsuprooted.blogvis.com/2008/03/09/if-not-agile-then-project-fragile/</guid>
		<description><![CDATA[As my post name &#8220;If Not Agile Then Project Fragile&#8221; itself tells us that what will happen to your project if its not agile and will also tell us that what will happen if it goes agile.
Whats Agility??????
 Agile also called as Agility is the ability to change the body&#8217;s position, and requires a combination of balance, coordination [...]]]></description>
		<wfw:commentRss>http://railsuprooted.blogvis.com/2008/03/09/if-not-agile-then-project-fragile/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Circular Arrays in Ruby</title>
		<link>http://railsuprooted.blogvis.com/2008/02/29/circular-arrays-in-ruby/</link>
		<comments>http://railsuprooted.blogvis.com/2008/02/29/circular-arrays-in-ruby/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 07:28:21 +0000</pubDate>
		<dc:creator>Raghavendra</dc:creator>
		
		<category><![CDATA[Ruby On Rails]]></category>

		<guid isPermaLink="false">http://railsuprooted.blogvis.com/2008/02/29/circular-arrays-in-ruby/</guid>
		<description><![CDATA[Circular Array In ruby
The main logic behind this post says that &#8220;How do we move through the array indices in a circular manner&#8221; i.e whenever we reach the last index the control should be transferred back to the first index and vice versa. I actally means to say the array should navigate like a circular linked list.
So,The [...]]]></description>
		<wfw:commentRss>http://railsuprooted.blogvis.com/2008/02/29/circular-arrays-in-ruby/feed/</wfw:commentRss>
		</item>
		<item>
		<title>String in Ruby-Tutorials&#8230;!</title>
		<link>http://railsuprooted.blogvis.com/2008/02/28/string-in-ruby-tutorials/</link>
		<comments>http://railsuprooted.blogvis.com/2008/02/28/string-in-ruby-tutorials/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 12:31:14 +0000</pubDate>
		<dc:creator>Raghavendra</dc:creator>
		
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://railsuprooted.blogvis.com/2008/02/28/string-in-ruby-tutorials/</guid>
		<description><![CDATA[Strings In Ruby
String is nothing but an object that holds a arbitrary sequence of bytes which typically represents characters.
The string .new is used to create new objects of strings.
The Secret of the Exclamation Mark(!)
Ex: Delete and Delete!
-The Method with ! mark tend to modify the behaviour of the receiver.
-Those method without a ! mark tend [...]]]></description>
		<wfw:commentRss>http://railsuprooted.blogvis.com/2008/02/28/string-in-ruby-tutorials/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ruby’s Believe It Or Not -2</title>
		<link>http://railsuprooted.blogvis.com/2008/02/27/ruby%e2%80%99s-believe-it-or-not-2/</link>
		<comments>http://railsuprooted.blogvis.com/2008/02/27/ruby%e2%80%99s-believe-it-or-not-2/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 05:40:41 +0000</pubDate>
		<dc:creator>Raghavendra</dc:creator>
		
		<category><![CDATA[Rails Articles]]></category>

		<guid isPermaLink="false">http://railsuprooted.blogvis.com/2008/02/27/ruby%e2%80%99s-believe-it-or-not-2/</guid>
		<description><![CDATA[
Here Documents in strings
Here documents are nothing but strings that are inherently multiline.
str=&#60;&#60;EOF
Raghu is giving a presenation,
he know ruby very well.
EOF
Here documents can also be stacked into a method like
def foobar(&#60;&#60;str1,&#60;&#60;str2,&#60;&#60;str3)
 This is a cool thing
 And this is great.
 str1
 This is the second cool thing
 and it is also great
 str2
 This is third cool thing
 and now its becoming hot
 str3
end
String [...]]]></description>
		<wfw:commentRss>http://railsuprooted.blogvis.com/2008/02/27/ruby%e2%80%99s-believe-it-or-not-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ruby&#8217;s Believe It Or Not</title>
		<link>http://railsuprooted.blogvis.com/2008/02/20/rubys-believe-it-or-not/</link>
		<comments>http://railsuprooted.blogvis.com/2008/02/20/rubys-believe-it-or-not/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 05:23:08 +0000</pubDate>
		<dc:creator>Raghavendra</dc:creator>
		
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://railsuprooted.blogvis.com/2008/02/20/rubys-believe-it-or-not/</guid>
		<description><![CDATA[Hi Folks, Just mentioning some cool facts and truths about my friendly programming language that is Ruby&#8230;
These are like brain teasers which any one can ask you at any point of time.

-Variables in ruby are not the object instead they are mere refrence to the objects that are being created.
Methods from the kernel are mixed into [...]]]></description>
		<wfw:commentRss>http://railsuprooted.blogvis.com/2008/02/20/rubys-believe-it-or-not/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
