<?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:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Programming Ideas, Logics, Tips and Tricks &#187; web</title>
	<atom:link href="http://www.sajithmr.me/tag/web/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sajithmr.me</link>
	<description></description>
	<lastBuildDate>Sat, 07 Apr 2012 16:30:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Learn Ruby on Rails</title>
		<link>http://www.sajithmr.me/learn-ruby-on-rails</link>
		<comments>http://www.sajithmr.me/learn-ruby-on-rails#comments</comments>
		<pubDate>Sun, 02 Nov 2008 07:47:02 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[rail]]></category>
		<category><![CDATA[ror]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[sexy]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[torrent]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.sajithmr.com/?p=336</guid>
		<description><![CDATA[I just started ruby on rails some week back. As a programmer one should learn at least the language ruby. It is a very powerful language with a lots of different concepts and stuctures . You may know learning a programming language is very simple if you cognise any other one already . What we [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_338" class="wp-caption alignnone" style="width: 260px"><a href="http://www.sajithmr.com/wp-content/uploads/2008/11/ruby-logo-small.jpg"><img class="size-full wp-image-338" title="Ruby Logo" src="http://www.sajithmr.com/wp-content/uploads/2008/11/ruby-logo-small.jpg" alt="Ruby Logo" width="250" height="250" /></a><p class="wp-caption-text">Ruby Logo</p></div>
<p>I just started ruby on rails some week back. As a programmer one should learn at least the language ruby. It is a very powerful language with a lots of different concepts and stuctures . You may know learning a programming language is very simple if you cognise any other one already . What we want to learn is its syntax for conditions, declartions and looping.</p>
<blockquote><p>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></blockquote>
<div id="attachment_337" class="wp-caption alignnone" style="width: 310px"><a href="http://www.sajithmr.com/wp-content/uploads/2008/11/baby-rails-small.jpg"><img class="size-full wp-image-337" title="Learn Ruby on Rails" src="http://www.sajithmr.com/wp-content/uploads/2008/11/baby-rails-small.jpg" alt="Learn Ruby on Rails" width="300" height="383" /></a><p class="wp-caption-text">Learn Ruby on Rails</p></div>
<p>Some Features of Ruby &gt;</p>
<ol>
<li>Ada like syntax</li>
<li>Exception handling (like java or python)</li>
<li>You can redefine ruby syntax</li>
</ol>
<p>You can read more features here: <a href="http://www2.ruby-lang.org/en/20020101.html" target="_blank">http://www2.ruby-lang.org/en/20020101.html</a></p>
<p>Rails  is a mvc framework for web architecture . The architecture became very simple for me because I already has around 3 years of experience in <a href="http://www.sajithmr.com/symfony-a-framework-for-php/" target="_blank">symfony </a>framework programming. But ruby seems more powerful when it stick on with rails as ROR .</p>
<p>For windows users, download ror (ruby on rails) from http://rubyforge.org/frs/?group_id=167</p>
<p>For linux users : http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.6-p286.tar.gz</p>
<p>The getting started page of rubyonrails (http://www.rubyonrails.org/down) shows that you have to install ruby and gem separately. That is wrong. The gem modules are already included with the ruby package . So if you continues with <strong>ruby setup.rb</strong> as per the official site, you will get some errors.</p>
<p>You can simple install rails using gem. Gem is just like PEAR in php .</p>
<p><strong>gem install rails</strong></p>
<p>For those who are interested in ruby on rails programming, you can download full tutorial package include ruby and ruby on rails with a lots of example form  http://www.mininova.org/tor/1269847</p>
<p>This package ,  &#8220;Ruby Programming Ebooks 2008&#8243; , contains  a lots of tutorial + Agile Web Development with Rails, The Pragmatic Programers (2nd, 2007).pdf book , Rails Cookbook, O&#8217;Reilly (2007).chm  (totally around 48 e-books)</p>
<p>(Remember it is a torrent, i don&#8217;t know about the copyright violation issue, i got it while searching on google)</p>
<p>Then start ROR today itself. Remember this post is only for programmers. For others forgot it, and it is not the  sexy ruby standing on the rails <img src='http://www.sajithmr.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div id="attachment_339" class="wp-caption alignnone" style="width: 310px"><a href="http://www.sajithmr.com/wp-content/uploads/2008/11/girlruby.jpg"><img class="size-full wp-image-339" title="Ruby Girl" src="http://www.sajithmr.com/wp-content/uploads/2008/11/girlruby.jpg" alt="Ruby Girl" width="300" height="311" /></a><p class="wp-caption-text">Ruby Girl</p></div>
<p>Best wishes</p>
<p>Sajith</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/learn-ruby-on-rails/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer Float &#8211; Margin Problem</title>
		<link>http://www.sajithmr.me/internet-explorer-float-margin-problem</link>
		<comments>http://www.sajithmr.me/internet-explorer-float-margin-problem#comments</comments>
		<pubDate>Thu, 16 Oct 2008 14:22:10 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[webworld]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[float]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[left]]></category>
		<category><![CDATA[margin]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[white space]]></category>

		<guid isPermaLink="false">http://www.sajithmr.com/internet-explorer-float-margin-problem/</guid>
		<description><![CDATA[If you are a web designer, who designs using css  properties, perhaps you get in struck with different browser&#8217;s compatibility. In these case Internet explorer would be your most headache, especially IE 6 or former versions . Mozilla shows contents as we expect while the design phase. The web browser arrived recently, Chrome also shows [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/10/internet-explorer-logo-with-pins.jpg" alt="Internet Explorer Float - Margin Problem" /></p>
<p>If you are a web designer, who designs using css  properties, perhaps you get in struck with different browser&#8217;s compatibility. In these case Internet explorer would be your most headache, especially IE 6 or former versions .</p>
<p><a href="http://www.sajithmr.com/why-i-like-mozilla/" title="Mozilla" target="_blank">Mozilla</a> shows contents as we expect while the design phase. The web browser arrived recently, <a href="http://www.sajithmr.com/google-chrome/" title="Google Chrome" target="_blank">Chrome</a> also shows things like what we put in our designs. When we check with Internet explorer, the veteran in this field, a lots of problems with aligns , extra white space , floating  etc.</p>
<p>I already posed about <a href="http://www.sajithmr.com/ie-internet-explorer-form-tag-problem/" title="Internet Explorer Form Tag " target="_blank">internet explorer form tag problem</a>. Here, recently i faced a different problem with IE, when we use float values say float:left for a particular div, and if we apply left-margin:10px (or whatever value), IE displays it with doubled marginal length (in this case around 20px)</p>
<p>When i googled it , and finally got a solution. What you have to do is, add <strong>display:inline </strong>value to the div which shows this extra white space or extra length</p>
<p>eg:</p>
<p><font color="#993300">#rightDiv<br />
{<br />
width:279px;<br />
height:40px;</font></p>
<p><font color="#993300">float:left;<br />
display:inline;</font></p>
<p><font color="#993300">}</font></p>
<p>I got this precious solution from <a href="http://www.positioniseverything.net/explorer/floatIndent.html" target="_blank">http://www.positioniseverything.net/explorer/floatIndent.html</a></p>
<p>If you want to get the updations in these article, enter your email address below:</p>
<form action="http://www.feedburner.com/fb/a/emailverify" method="post" target="popupwindow" onsubmit="window.open('http://www.feedburner.com/fb/a/emailverifySubmit?feedId=1221113', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">Enter your email address:&nbsp;<br />
<input type="text" style="color:#666;border:1px solid #cbcbcb;background:#fcfcfc; width:120px;"  name="email"/>
<input type="hidden" value="http://feeds.feedburner.com/~e?ffid=1221113" name="url"/>
<input type="hidden" value="Sajithmr.com" name="title"/>
<input type="hidden" name="loc" value="en_US"/>&nbsp;<br />
<input type="submit" value="Submit" /></form>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/internet-explorer-float-margin-problem/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

