<?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>Ruby Programmer &#124; Ruby on Rails Developers &#124;  Ruby Programmers in India &#124; Ruby on Rails Programming &#124; Ruby On Rails Programming Developers &#187; Ruby Category </title>
	<atom:link href="http://www.rubyprogrammer.org/category/ruby/feed" rel="self" type="application/rss+xml" />
	<link>http://www.rubyprogrammer.org</link>
	<description>Ruby Programmer &#124; Ruby on Rails Developers &#124;  Ruby Programmers in India &#124; Ruby on Rails Programming &#124; Ruby On Rails Programming Developers</description>
	<lastBuildDate>Thu, 03 Feb 2011 07:26:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>5 Useful Tips for Ruby on Rails Developers</title>
		<link>http://www.rubyprogrammer.org/2011/02/03/78619/5-useful-tips-for-ruby-on-rails-developers/index.html</link>
		<comments>http://www.rubyprogrammer.org/2011/02/03/78619/5-useful-tips-for-ruby-on-rails-developers/index.html#comments</comments>
		<pubDate>Thu, 03 Feb 2011 07:26:45 +0000</pubDate>
		<dc:creator>Contributor</dc:creator>
				<category><![CDATA[Features of Ruby]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby Features]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.rubyprogrammer.org/?p=19</guid>
		<description><![CDATA[




 Ruby on Rails is an open source web application framework for the Ruby programming language. It is specially designed to be used by the web developers for rapid development. Like many web frameworks, Ruby on Rails uses the Model-View-Controller architecture pattern to organize application programming. It includes tools that make common development tasks easier. [...]]]></description>
			<content:encoded><![CDATA[<div style="padding: 5px; float: right;">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-4630710538321097";
/* Post Ads */
google_ad_slot = "0443546771";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div> <p>Ruby on Rails is an open source web application framework for the Ruby programming language. It is specially designed to be used by the web developers for rapid development. Like many web frameworks, Ruby on Rails uses the Model-View-Controller architecture pattern to organize application programming. It includes tools that make common development tasks easier. If you follow the correct conventions, you will be able to avoid lengthy configuration of files and you can have more time to focus on business logic.</p>
<p>If you are a developer, here are some useful points I would like to share with you. These points will help to make your jobs easier.</p>
<p>• Rails has a well-defined plug-in structure that allows the users to install and use plug-ins in the application easily. David Heinemeier Hansson, the founder of Rails stated that he used 5-6 plug-ins in each Rails application. Being the developer, you don&#8217;t need to waste your time writing the program. You just need to make use of the written plug-in available in the market that provides the functionality you require. You can also dump or load data by issuing a Rake command. You can examine the data you need easily.</p>
<p>• In order to increase our work efficiency, we need to make sure that the program is able to run smoothly. When you are working with Rails, you will be able to do &#8220;automated testing&#8221; to ensure that you do the right things. This testing helps to improve your workflow and increase your confidence in the results.</p>
<p>• As all of us are aware, projects often include more than just application-specific code. We need to create sample data and we need to move files. Web services have to be queried and codes need to be rewritten. By applying Ruby on Rails, the developers can save a lot of time solving these common problems.</p>
<p>• Rails runs on top of Rack. Rack makes it possible to mix and match between Ruby web frameworks and servers. For developers who are using a framework that supports Rails, they can choose from any of the servers such as Mongrel, Thin, Phusion Passenger, etc. to match with it.</p>
<p>• In some situations, the developers may have code that they are curious about. They may not know what the output is. By applying Rails, you can make use of its wonderful tool called console. By running console, you will be able to access your Rails code in an interactive way. You can peek at your data quickly without logging in to the database.
<div class='kouguu_fb_like_button'><iframe src="http://www.facebook.com/plugins/like.php?href=http://www.rubyprogrammer.org/2011/02/03/78619/5-useful-tips-for-ruby-on-rails-developers/index.html&#038;layout=standard&#038;show_faces=true&#038;width=450&#038;height=65&#038;action=like&#038;colorscheme=light&#038;" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:65px;"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.rubyprogrammer.org/2011/02/03/78619/5-useful-tips-for-ruby-on-rails-developers/index.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Versatility and Simplicity of Ruby Programming Language</title>
		<link>http://www.rubyprogrammer.org/2011/01/16/78618/the-versatility-and-simplicity-of-ruby-programming-language/index.html</link>
		<comments>http://www.rubyprogrammer.org/2011/01/16/78618/the-versatility-and-simplicity-of-ruby-programming-language/index.html#comments</comments>
		<pubDate>Mon, 17 Jan 2011 06:50:25 +0000</pubDate>
		<dc:creator>Contributor</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby Programming Language]]></category>
		<category><![CDATA[rubyprogrammer]]></category>

		<guid isPermaLink="false">http://www.rubyprogrammer.org/?p=18</guid>
		<description><![CDATA[




 Combining Perl-inspired syntax with features like those of Smalltalk, Ruby is a dynamic, reflective, general purpose object-oriented scripting language. It was developed and designed on February 24, 1993 by Yukihiro &#8220;Matz&#8221; Matsumoto in Japan. Perl, Smalltalk, Eiffel, Ada, and Lisp are the languages that it is based on.
Including object oriented, functional, reflective, and imperative, [...]]]></description>
			<content:encoded><![CDATA[<div style="padding: 5px; float: right;">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-4630710538321097";
/* Post Ads */
google_ad_slot = "0443546771";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div> <p>Combining Perl-inspired syntax with features like those of Smalltalk, Ruby is a dynamic, reflective, general purpose object-oriented scripting language. It was developed and designed on February 24, 1993 by Yukihiro &#8220;Matz&#8221; Matsumoto in Japan. Perl, Smalltalk, Eiffel, Ada, and Lisp are the languages that it is based on.</p>
<p>Including object oriented, functional, reflective, and imperative, multiple programming paradigms are supported by the script. Moreover, it has an automatic memory management and dynamic type system, which makes it analogous to CLU, Perl, Python, Dylan, and Lisp in varying respects.</p>
<p>C was used to write the implementation of the standard 1.8.7, as a single-pass interpreted language. At present, no specification of the language exists, and hence the de facto reference is its original implementation. As of 2008, several of its alternative implementations have arrived including YARV, JRuby, Rubinius, IronRuby, and MacRuby. Each of its alternatives takes a special approach while just-in-time compilation is provided by JRuby and IronRuby. YARV is used by the official 1.9 branch. Version 2.0 which is in development is said to be using this also and is said to be finally superseding the slower MRI of the language.</p>
<p>The concept that gave birth to the script was that there got to be a scripting language that balances functional programming with imperative programming. According to the designer and developer, Yukihiro, a scripting language that was more object-oriented than Python and more powerful than Perl was what he was looking for. And so he ended up creating the script. Yukihiro has stated that he designed the language from programmers&#8217; point of view as he believes that systems design should give emphasis to human needs more than computer needs. So, he followed the principles of good user interface design, and as a result it not only enhances a programmer&#8217;s productivity, but most programmers find working with it a fun, cool thing.</p>
<p>Rumor has it that Ruby follows the principle of least surprise (POLS) &#8211; the language behavior that minimizes confusion for experienced users. However, in a May 2005 discussion on the comp.lang.ruby newsgroup, Yukihiro tried to detach the script from POLS. Besides, he has stated that he had not applied the principle of least surprise to the design of the script. In spite of this, the script seems to be believed following POLS among some programmers.</p>
<p>Features of Ruby:</p>
<p>Following are the features of the script:</p>
<p>* Object-oriented<br />
* DLL/Shared library dynamic loading on most platforms<br />
* Six levels of variable scope:<br />
o global,<br />
o class,<br />
o class instance,<br />
o instance,<br />
o local, and<br />
o block</p>
<p>* Exception management<br />
* Methods can be called without parentheses, making Ruby trendy for putting into operation Domain Specific Languages<br />
* Automatic garbage assembling<br />
* Iterators and conclusions<br />
* Indigenous, Perl-like standard terminology at the language level<br />
* Operative overfilling<br />
* Greatly portable<br />
* Two-way multi-threading on all platforms by means of green threads<br />
* Introspection, reflection and meta-programming<br />
* Big standard library<br />
* Sustains reliance injection<br />
* Sustains object runtime modification<br />
* Continuance and initiators</p>
<p>Although Ruby has partial support for UTF-8, at present, it lacks full support for Unicode.
<div class='kouguu_fb_like_button'><iframe src="http://www.facebook.com/plugins/like.php?href=http://www.rubyprogrammer.org/2011/01/16/78618/the-versatility-and-simplicity-of-ruby-programming-language/index.html&#038;layout=standard&#038;show_faces=true&#038;width=450&#038;height=65&#038;action=like&#038;colorscheme=light&#038;" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:65px;"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.rubyprogrammer.org/2011/01/16/78618/the-versatility-and-simplicity-of-ruby-programming-language/index.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby Language In Web Hosting</title>
		<link>http://www.rubyprogrammer.org/2010/10/21/78617/ruby-language-in-web-hosting/index.html</link>
		<comments>http://www.rubyprogrammer.org/2010/10/21/78617/ruby-language-in-web-hosting/index.html#comments</comments>
		<pubDate>Thu, 21 Oct 2010 08:09:16 +0000</pubDate>
		<dc:creator>Contributor</dc:creator>
				<category><![CDATA[Features of Ruby]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby Features]]></category>
		<category><![CDATA[Ruby Introduction]]></category>
		<category><![CDATA[Ruby Programmer]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.rubyprogrammer.org/?p=17</guid>
		<description><![CDATA[




 Ruby is a dynamic script that released by a Japanese programmer called Yukihiro Matsumoto. It is an object-oriented programming language that can be program for all sorts of operations like processing text files to system management. It is a simple yet straight-forward language. Above all, it is an open sourced language.
It is not easy [...]]]></description>
			<content:encoded><![CDATA[<div style="padding: 5px; float: right;">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-4630710538321097";
/* Post Ads */
google_ad_slot = "0443546771";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div> <p>Ruby is a dynamic script that released by a Japanese programmer called Yukihiro Matsumoto. It is an object-oriented programming language that can be program for all sorts of operations like processing text files to system management. It is a simple yet straight-forward language. Above all, it is an open sourced language.</p>
<p>It is not easy to explain how Ruby operates to those who lack the technical knowledge due to the nature of this language. However, there are plenty of user friendly tools out there to help those who are less tech-savvy when it comes to sing Ruby.</p>
<p>The popularity of Ruby amongst programmers is due to the fact that it is a pure object oriented language. It is a very well- organized language and is easily understand when users learn to use it. With it, there is no use of syntax but the use of a more conventional file source code. Although simple, it is a very powerful and flexible programming language.</p>
<p>One of its best features is he Interpreter Shell that allows programmers to experiment with the language by viewing and evaluating the efficacy in real time when the task is assigned. Programmers can avoid the lack of efficient by editing and testing as they proceed with their steps one by one. According to the creator, he says that this programming language is designed to solve problems and not to complicate things.</p>
<p>Here is a list of features that you will get when you use Ruby with many of the scripting language that programmers use nowadays like ADA, C++, CLU, Eiffek, LISP, Python and Smalltalk.</p>
<p>• Multithreading<br />
• Mix-ins<br />
• Singleton Methods<br />
• Exception Handling<br />
• Fully-integrated Closures and Integrators<br />
• Automatic Mark-and-Sweep Garbage Collection<br />
• Proper Meta-classes (or Meta-Classes)<br />
• Fully regular expression support<br />
• Functions that give access to the operating system running Ruby<br />
• Fully-featured Debugger.
<div class='kouguu_fb_like_button'><iframe src="http://www.facebook.com/plugins/like.php?href=http://www.rubyprogrammer.org/2010/10/21/78617/ruby-language-in-web-hosting/index.html&#038;layout=standard&#038;show_faces=true&#038;width=450&#038;height=65&#038;action=like&#038;colorscheme=light&#038;" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:65px;"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.rubyprogrammer.org/2010/10/21/78617/ruby-language-in-web-hosting/index.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open source web development</title>
		<link>http://www.rubyprogrammer.org/2009/08/01/78614/open-source-web-development/index.html</link>
		<comments>http://www.rubyprogrammer.org/2009/08/01/78614/open-source-web-development/index.html#comments</comments>
		<pubDate>Sat, 01 Aug 2009 10:53:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby Features]]></category>
		<category><![CDATA[Ruby Programmer]]></category>
		<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[rubyprogrammer]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Open source web development]]></category>

		<guid isPermaLink="false">http://www.rubyprogrammer.org/?p=14</guid>
		<description><![CDATA[




 There are different kinds of scripting languages available on the Internet which are used for designing various kinds of websites. Similarly, you can also find software which cost you money before you actually use it. On the other hand, you will also find software on the Internet meant for free access.
Open source web development [...]]]></description>
			<content:encoded><![CDATA[<div style="padding: 5px; float: right;">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-4630710538321097";
/* Post Ads */
google_ad_slot = "0443546771";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div> <p>There are different kinds of scripting languages available on the Internet which are used for designing various kinds of websites. Similarly, you can also find software which cost you money before you actually use it. On the other hand, you will also find software on the Internet meant for free access.</p>
<p>Open source web development software is free for use. At any time you can download it from the Internet, process it the way you like it and thus, have a website completely based on an open source web development techniques. There are many flexibilities provided by this software like one can do editing according to one&#8217;s wish, it is also open for coding by web developers as well as weaving of web pages becomes completely easy.</p>
<p>LAMP is one of the applications used by most of the open source web development companies. If you are planning to make a website then you can give a try to the services offered by open source web development companies which basically use LAMP technology. LAMP consists of Linux-OS, Apache-Web Server, MySQL-Database Server, PHP-programming language. Some of the examples of websites built with the help of LAMP technology are Amazon book store, yahoo store as well as many other international social networking sites.</p>
<p>On the Internet you will come across infinite websites in which you do not enjoy the content management system. If the content management is poor then users would not be able to freely use the content like videos, files, documents, audios etc. It creates hindrance for you website to convert the visitors into real customers. However, with open source ecommerce website development applications you will enjoy a well integrated content management system. If you have a network of users, web developers and programmers then you can let them work on open source software to create a unique website that places your online business on the zenith of success.
<div class='kouguu_fb_like_button'><iframe src="http://www.facebook.com/plugins/like.php?href=http://www.rubyprogrammer.org/2009/08/01/78614/open-source-web-development/index.html&#038;layout=standard&#038;show_faces=true&#038;width=450&#038;height=65&#038;action=like&#038;colorscheme=light&#038;" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:65px;"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.rubyprogrammer.org/2009/08/01/78614/open-source-web-development/index.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby Programmer : Ruby on Rails Development</title>
		<link>http://www.rubyprogrammer.org/2009/07/04/7867/ruby-programmer-ruby-on-rails-development/index.html</link>
		<comments>http://www.rubyprogrammer.org/2009/07/04/7867/ruby-programmer-ruby-on-rails-development/index.html#comments</comments>
		<pubDate>Sun, 05 Jul 2009 04:52:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby Features]]></category>
		<category><![CDATA[Ruby Introduction]]></category>
		<category><![CDATA[Ruby Programmer]]></category>
		<category><![CDATA[Ruby Programming Language]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[rubyprogrammer]]></category>
		<category><![CDATA[Ruby on Rails Development]]></category>

		<guid isPermaLink="false">http://www.rubyprogrammer.org/?p=7</guid>
		<description><![CDATA[




 Over the past few years open source software, web platform and technologies have taken stake of web development and web application development. With Ruby on Rails hype in IT industry we have seen proportionate increase in performance and scalability problems. Ruby on Rails was extracted from Basecamp by David Heinemeier Hansson, is a framework [...]]]></description>
			<content:encoded><![CDATA[<div style="padding: 5px; float: right;">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-4630710538321097";
/* Post Ads */
google_ad_slot = "0443546771";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div> <p>Over the past few years open source software, web platform and technologies have taken stake of web development and web application development. With Ruby on Rails hype in IT industry we have seen proportionate increase in performance and scalability problems. Ruby on Rails was extracted from Basecamp by David Heinemeier Hansson, is a framework for web application. Ruby on Rails development India offers Ruby on Rails offshore outsourcing web development and is based on open source web platform, LAMP. Ruby is object oriented programming language, it is blend of different languages &#8211; it has taken concept from Smalltalk, ease to use from Python and reality and flow from Pearl. Rails is well stack, comprehensive open source framework for developing database supported web applications, dynamic websites using model view controller (MVC) methodology.<br />
With your database and web server, the Rail web development environment helps you develop complete, simple web application with rich functionality and interactivity. Because of the flexibility it provides Ruby on Rails is well suited for e-commerce development, content management, oscommerce, collaboration and online social communities. Since Rail works well with wide range of web servers and databases it is really easy to deploy web solutions using Rails.</p>
<p>Ruby on Rails (RoR) development main features include Model View Controller architecture that separates data from logic i.e. presentation layer and helps in organizing application program. RoR database access library simplifies data handling. Rails framework consists of extensive AJAX library, Ruby uses this library to generate AJAX code and the required Java script is automatically generated.</p>
<p>Let us discuss in brief Ruby on Rails framework, it includes following packages: ActiveRecord, ActiveResource (Active Web Service Package), ActionPack, Active Support, ActionMailer. These packages can be customized by adding plug-ins and extending existing functionalities of these packages.
<div class='kouguu_fb_like_button'><iframe src="http://www.facebook.com/plugins/like.php?href=http://www.rubyprogrammer.org/2009/07/04/7867/ruby-programmer-ruby-on-rails-development/index.html&#038;layout=standard&#038;show_faces=true&#038;width=450&#038;height=65&#038;action=like&#038;colorscheme=light&#038;" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:65px;"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.rubyprogrammer.org/2009/07/04/7867/ruby-programmer-ruby-on-rails-development/index.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby Programmer : What is Ruby on Rails?</title>
		<link>http://www.rubyprogrammer.org/2007/06/28/7863/ruby-programmer-what-is-ruby-on-rails/index.html</link>
		<comments>http://www.rubyprogrammer.org/2007/06/28/7863/ruby-programmer-what-is-ruby-on-rails/index.html#comments</comments>
		<pubDate>Fri, 29 Jun 2007 04:04:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby Features]]></category>
		<category><![CDATA[Ruby Introduction]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[rubyprogrammer]]></category>

		<guid isPermaLink="false">http://www.rubyprogrammer.org/?p=3</guid>
		<description><![CDATA[




 As per official page :
&#8220;Rails is a full-stack framework for developing database-backed web applications according to the Model-View-Control pattern. From the Ajax in the view, to the request and response in the controller, to the domain model wrapping the database, Rails gives you a pure-Ruby development environment. To go live, all you need to [...]]]></description>
			<content:encoded><![CDATA[<div style="padding: 5px; float: right;">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-4630710538321097";
/* Post Ads */
google_ad_slot = "0443546771";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div> <p>As per official page :</p>
<p>&#8220;Rails is a full-stack framework for developing <span class="highlight">database-backed web applications</span> according to the Model-View-Control pattern. From the Ajax in the view, to the request and response in the controller, to the domain model wrapping the database, Rails gives you a pure-Ruby development environment. To go live, all you need to add is a database and a web server.&#8221;
<div class='kouguu_fb_like_button'><iframe src="http://www.facebook.com/plugins/like.php?href=http://www.rubyprogrammer.org/2007/06/28/7863/ruby-programmer-what-is-ruby-on-rails/index.html&#038;layout=standard&#038;show_faces=true&#038;width=450&#038;height=65&#038;action=like&#038;colorscheme=light&#038;" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:65px;"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.rubyprogrammer.org/2007/06/28/7863/ruby-programmer-what-is-ruby-on-rails/index.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Ruby &#8230;.?</title>
		<link>http://www.rubyprogrammer.org/2007/06/28/7862/what-is-ruby/index.html</link>
		<comments>http://www.rubyprogrammer.org/2007/06/28/7862/what-is-ruby/index.html#comments</comments>
		<pubDate>Fri, 29 Jun 2007 03:49:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby Features]]></category>
		<category><![CDATA[Ruby Introduction]]></category>
		<category><![CDATA[rubyprogrammer]]></category>

		<guid isPermaLink="false">http://www.rubyprogrammer.org/?p=2</guid>
		<description><![CDATA[




 Ruby is a programming language&#8230; as per the official page it is a dynamic, open source programming language with a focus on                       simplicity and productivity. It has an elegant syntax that is [...]]]></description>
			<content:encoded><![CDATA[<div style="padding: 5px; float: right;">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-4630710538321097";
/* Post Ads */
google_ad_slot = "0443546771";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div> <p>Ruby is a programming language&#8230; as per the official page it is a dynamic, open source programming language with a focus on                       simplicity and productivity. It has an elegant syntax that is                       natural to read and easy to write.</p>
<p>Official <a title="Ruby Language" href="http://www.ruby-lang.org/en/">About Us</a>  page, have very interesting  facts about Ruby.</p>
<p>We at this will try to add some value to the programmers who are working in Ruby or just thinking to do programming in Ruby.
<div class='kouguu_fb_like_button'><iframe src="http://www.facebook.com/plugins/like.php?href=http://www.rubyprogrammer.org/2007/06/28/7862/what-is-ruby/index.html&#038;layout=standard&#038;show_faces=true&#038;width=450&#038;height=65&#038;action=like&#038;colorscheme=light&#038;" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:65px;"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.rubyprogrammer.org/2007/06/28/7862/what-is-ruby/index.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

