<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Chandanaa's Blog</title>
	<atom:link href="http://chandanaa.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://chandanaa.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sat, 03 Oct 2009 01:55:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='chandanaa.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/4e021104323c9522e259bdfee243756c?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Chandanaa's Blog</title>
		<link>http://chandanaa.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://chandanaa.wordpress.com/osd.xml" title="Chandanaa&#039;s Blog" />
	<atom:link rel='hub' href='http://chandanaa.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Ruby on Rails Application</title>
		<link>http://chandanaa.wordpress.com/2009/10/02/ruby-on-rails-application/</link>
		<comments>http://chandanaa.wordpress.com/2009/10/02/ruby-on-rails-application/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 09:32:30 +0000</pubDate>
		<dc:creator>chandanaa</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://chandanaa.wordpress.com/?p=18</guid>
		<description><![CDATA[Creating basic Ruby on Rails application Rails is a web application framework that uses Ruby Programming Language . It uses MVC ( Model, View, Controller ) architecture. Model represents data of the application and handles data processings. View is responsible for displaying the results of an action. There can be many different views in a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chandanaa.wordpress.com&amp;blog=7537440&amp;post=18&amp;subd=chandanaa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Creating basic Ruby on Rails application </strong></p>
<p><strong>Rails</strong><em> is a web application framework that uses Ruby Programming Language . It uses MVC ( Model, View, Controller ) architecture.</em></p>
<p><em>Model represents data of the application and handles data processings.</em></p>
<p><em>View is responsible for displaying the results of an action. There can be many different views in a web application, because web applications can display many different pages in the user&#8217;s browser.</em></p>
<p><em>Controller provides connectivity between model and view. The controller supervises the entire application, handling request as needed.</em></p>
<p><em><strong>To create a simple rails application</strong></em></p>
<p><em><strong>1.</strong></em><strong> </strong>open the terminal and type the command</p>
<p>$ rails tax</p>
<p><strong>2</strong>. Now use the scaffold command.</p>
<p>$ script/generate scaffold detail name:string doj:date address:text basic:float hra:float medicalallowance:float conveyance:float otherallowance:float</p>
<p>Rails can automatically create a full set of CRUD (Create, Retrieve, Update, and Delete) operations and views on any database table. This scaffolding can get you up and running quickly with manipulating your database tables.It automatically creates Model, view and controller.</p>
<p>3. $ rake db:create</p>
<p>It will create a database.</p>
<p>4. $ rake db:migrate</p>
<p>It will update the database with information from the migration file.</p>
<p>5. To start the WEBrick server</p>
<p>$ script/server</p>
<p>6. In the address  bar of your browser type http://localhost:3000/details</p>
<p>you will get LISTING DETAILS , here by clicking at the link &#8216; new details &#8216; you can enter the employee details.<em><strong> </strong></em></p>
<p><em><strong> </strong></em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chandanaa.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chandanaa.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chandanaa.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chandanaa.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chandanaa.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chandanaa.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chandanaa.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chandanaa.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chandanaa.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chandanaa.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chandanaa.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chandanaa.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chandanaa.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chandanaa.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chandanaa.wordpress.com&amp;blog=7537440&amp;post=18&amp;subd=chandanaa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chandanaa.wordpress.com/2009/10/02/ruby-on-rails-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ca5e5cda4ced4dec93273d0369ee9220?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chandanaa</media:title>
		</media:content>
	</item>
		<item>
		<title>Summer Training Project -2009</title>
		<link>http://chandanaa.wordpress.com/2009/07/06/summer-training-project-2009/</link>
		<comments>http://chandanaa.wordpress.com/2009/07/06/summer-training-project-2009/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 12:46:35 +0000</pubDate>
		<dc:creator>chandanaa</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://chandanaa.wordpress.com/?p=14</guid>
		<description><![CDATA[Tax Calculation ROR 06.07.2009 Ruby on Rails is an open-source web development framework that allows us rapidlly develop data driven applications using ruby programming language Ruby is an object oriented interpreted programming language. Interactive ruby code is entered using the &#8216;irb&#8217; tool. $ irb irb(main):001:0&#62;puts&#8221;hello world&#8221; hello world irb(main):002:0&#62;1+2 3 i am studying git and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chandanaa.wordpress.com&amp;blog=7537440&amp;post=14&amp;subd=chandanaa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Tax Calculation ROR</p>
<p>06.07.2009</p>
<p>Ruby on Rails is an open-source web development framework that allows us rapidlly develop data driven applications using ruby programming language</p>
<p>Ruby is an object oriented interpreted programming language.<br />
Interactive ruby code is entered using the &#8216;irb&#8217; tool.</p>
<p>$ irb<br />
irb(main):001:0&gt;puts&#8221;hello world&#8221;<br />
hello world<br />
irb(main):002:0&gt;1+2<br />
3</p>
<p>i am studying git and ruby as instructed by mbuf</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chandanaa.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chandanaa.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chandanaa.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chandanaa.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chandanaa.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chandanaa.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chandanaa.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chandanaa.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chandanaa.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chandanaa.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chandanaa.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chandanaa.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chandanaa.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chandanaa.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chandanaa.wordpress.com&amp;blog=7537440&amp;post=14&amp;subd=chandanaa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chandanaa.wordpress.com/2009/07/06/summer-training-project-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ca5e5cda4ced4dec93273d0369ee9220?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chandanaa</media:title>
		</media:content>
	</item>
		<item>
		<title>HOW TO CONNECT TO INTERNET BY DIAL UP IN LINUX</title>
		<link>http://chandanaa.wordpress.com/2009/04/28/hello-world/</link>
		<comments>http://chandanaa.wordpress.com/2009/04/28/hello-world/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 13:53:04 +0000</pubDate>
		<dc:creator>chandanaa</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[This is how you can connect to internet through dial-up in linux. First connect your phone to computer via data cable in data mode(if nokia phone then pc suite mode). 1&#62;Open the terminal. 2&#62; Be in superuser mode. $] su - password: 3&#62;Do wvdialconf. $]wvdialconf Your phone will de detected as a modem. 4&#62;Edit the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chandanaa.wordpress.com&amp;blog=7537440&amp;post=1&amp;subd=chandanaa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>This is how you can connect to internet through dial-up in linux.</strong></p>
<p><strong>First connect your phone to computer via data cable in data mode(if nokia phone then pc suite mode).<br />
</strong></p>
<p><strong>1&gt;</strong>Open the terminal.</p>
<p><strong>2</strong>&gt; Be in superuser mode.</p>
<p>$] su -</p>
<p>password:</p>
<p><strong>3</strong>&gt;Do wvdialconf.</p>
<p>$]wvdialconf</p>
<p>Your phone will de detected as a modem.</p>
<p><strong>4&gt;</strong>Edit the wvdial.conf page.</p>
<p>$]vim /etc/wvdial.conf</p>
<p>you will see a page in which you will have to edit few options  like your username,password,phone code.</p>
<p>&#8212;-&gt;Give a username</p>
<p>&#8212;-&gt;Give a password.</p>
<p>&#8212;-&gt;phone(which is generally *99#)</p>
<p>Now save the page by doing  :wq</p>
<p><strong>5&gt;</strong>Do wvdial</p>
<p>$]wvdial</p>
<p>You will get primary and secondry DNS and a message that you are connected.</p>
<p>Save the primary and secondary DNS network configration setting.</p>
<p>Enjoy nou you are connected to internet.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chandanaa.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chandanaa.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chandanaa.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chandanaa.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chandanaa.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chandanaa.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chandanaa.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chandanaa.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chandanaa.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chandanaa.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chandanaa.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chandanaa.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chandanaa.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chandanaa.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chandanaa.wordpress.com&amp;blog=7537440&amp;post=1&amp;subd=chandanaa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chandanaa.wordpress.com/2009/04/28/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ca5e5cda4ced4dec93273d0369ee9220?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chandanaa</media:title>
		</media:content>
	</item>
	</channel>
</rss>
