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

<channel>
	<title>Web-World</title>
	<atom:link href="http://amithasija.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://amithasija.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 22 Jan 2008 11:11:52 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='amithasija.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/e71b71035360234011ebead5ee4785a9?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Web-World</title>
		<link>http://amithasija.wordpress.com</link>
	</image>
			<item>
		<title>Generate random number in RUBY</title>
		<link>http://amithasija.wordpress.com/2008/01/22/generate-random-number-in-ruby/</link>
		<comments>http://amithasija.wordpress.com/2008/01/22/generate-random-number-in-ruby/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 11:11:52 +0000</pubDate>
		<dc:creator>amithasija</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[RoR]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://amithasija.wordpress.com/2008/01/22/generate-random-number-in-ruby/</guid>
		<description><![CDATA[size=8
s = &#8220;&#8221;
size.times { s &#60;&#60; (i = Kernel.rand(62); i += ((i &#60; 10) ? 48 : ((i &#60; 36) ? 55 : 61 ))).chr }
s
@var=  s
puts @var
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amithasija.wordpress.com&blog=2470881&post=5&subd=amithasija&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>size=8<br />
s = &#8220;&#8221;<br />
size.times { s &lt;&lt; (i = Kernel.rand(62); i += ((i &lt; 10) ? 48 : ((i &lt; 36) ? 55 : 61 ))).chr }<br />
s<br />
@var=  s</p>
<p>puts @var</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/amithasija.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/amithasija.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amithasija.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amithasija.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amithasija.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amithasija.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amithasija.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amithasija.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amithasija.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amithasija.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amithasija.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amithasija.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amithasija.wordpress.com&blog=2470881&post=5&subd=amithasija&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://amithasija.wordpress.com/2008/01/22/generate-random-number-in-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3f912afd5ac53897b8ad1b5af1e58b48?s=96&#38;d=identicon" medium="image">
			<media:title type="html">amithasija</media:title>
		</media:content>
	</item>
		<item>
		<title>Edit mysql variables for full text search</title>
		<link>http://amithasija.wordpress.com/2008/01/22/edit-mysql-variables-for-full-text-search/</link>
		<comments>http://amithasija.wordpress.com/2008/01/22/edit-mysql-variables-for-full-text-search/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 11:09:51 +0000</pubDate>
		<dc:creator>amithasija</dc:creator>
				<category><![CDATA[MYSql]]></category>

		<guid isPermaLink="false">http://amithasija.wordpress.com/2008/01/22/edit-mysql-variables-for-full-text-search/</guid>
		<description><![CDATA[If you want to change the value of ft_min_word_len to some new variables (for eg:ft_min_word_len= 2)
which is by default 4 ,you just have to drag the my.cnf file placed in your mysql/bin to some editor (notepad) and under the heading [mysqld] place  this line ft_min_word_len= 2,and now stop mysql server and restart it.To see [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amithasija.wordpress.com&blog=2470881&post=6&subd=amithasija&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you want to change the value of ft_min_word_len to some new variables (for eg:ft_min_word_len= 2)</p>
<p>which is by default 4 ,you just have to drag the my.cnf file placed in your mysql/bin to some editor (notepad) and under the heading [mysqld] place  this line ft_min_word_len= 2,and now stop mysql server and restart it.To see the reflected changes you have to run the query  &#8216; show variables like &#8216;ft%&#8217; and you&#8217;ll change the value of mysql variable changed to</p>
<p>ft_min_word_len= 2  from ft_min_word_len= 4.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/amithasija.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/amithasija.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amithasija.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amithasija.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amithasija.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amithasija.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amithasija.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amithasija.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amithasija.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amithasija.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amithasija.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amithasija.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amithasija.wordpress.com&blog=2470881&post=6&subd=amithasija&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://amithasija.wordpress.com/2008/01/22/edit-mysql-variables-for-full-text-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3f912afd5ac53897b8ad1b5af1e58b48?s=96&#38;d=identicon" medium="image">
			<media:title type="html">amithasija</media:title>
		</media:content>
	</item>
		<item>
		<title>Rails application with different database than mysql</title>
		<link>http://amithasija.wordpress.com/2008/01/08/rails-application-with-different-database-than-mysql/</link>
		<comments>http://amithasija.wordpress.com/2008/01/08/rails-application-with-different-database-than-mysql/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 10:26:03 +0000</pubDate>
		<dc:creator>amithasija</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://amithasija.wordpress.com/2008/01/08/rails-application-with-different-database-than-mysql/</guid>
		<description><![CDATA[By default when u create a rails application it will be connected to mysql as database but if you want you can make a application that will connect to some other database only at the time of application creation by command:
&#160;
rails   &#8211;database=oracle test_application
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amithasija.wordpress.com&blog=2470881&post=4&subd=amithasija&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="margin-bottom:0;">By default when u create a rails application it will be connected to mysql as database but if you want you can make a application that will connect to some other database only at the time of application creation by command:</p>
<p style="margin-bottom:0;">&nbsp;</p>
<p style="margin-bottom:0;"><font color="#000000"><font size="3"><b>rails   &#8211;database=oracle test_application</b></font></font></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/amithasija.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/amithasija.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amithasija.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amithasija.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amithasija.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amithasija.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amithasija.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amithasija.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amithasija.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amithasija.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amithasija.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amithasija.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amithasija.wordpress.com&blog=2470881&post=4&subd=amithasija&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://amithasija.wordpress.com/2008/01/08/rails-application-with-different-database-than-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3f912afd5ac53897b8ad1b5af1e58b48?s=96&#38;d=identicon" medium="image">
			<media:title type="html">amithasija</media:title>
		</media:content>
	</item>
		<item>
		<title>Search Google Like a Magician</title>
		<link>http://amithasija.wordpress.com/2008/01/08/hello-world/</link>
		<comments>http://amithasija.wordpress.com/2008/01/08/hello-world/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 04:00:55 +0000</pubDate>
		<dc:creator>amithasija</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Search]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Here are 13 tips to help you search google like an expert. 

   		1. Explicit Phrase: Lets say you are looking for content about internet marketing. Instead of just typing internet marketing into the Google search box, you will likely be better off searching explicitly for the phrase. To do this, simply enclose [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amithasija.wordpress.com&blog=2470881&post=1&subd=amithasija&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div class="entry"><span>Here are 13 tips to help you search <a href="void(0)" id="clicksor_sp_google" target="_blank">google</a> like an expert. </span><!-- google_ad_client = "pub-5465998439964455"; //336x280, created 29/11/07 i-hack content google_ad_slot = "1139069543"; google_ad_width = 336; google_ad_height = 280; //--></div>
<div class="entry"></div>
<div class="entry">   		1. Explicit Phrase: Lets say you are looking for content about <a title="AdBriteInlineAd_internet" name="AdBriteInlineAd_internet" id="AdBriteInlineAd_internet" target="_top"></a>internet <a title="AdBriteInlineAd_marketing" name="AdBriteInlineAd_marketing" id="AdBriteInlineAd_marketing" target="_top"></a>marketing<span>. Instead of just typing <span>internet marketing</span> into the Google search box, you will likely be better off searching explicitly for the phrase. To do this, simply enclose the search phrase within double quotes. </span></div>
<div class="entry"></div>
<div class="entry">Example: <b><span>“internet <span>marketing</span>” </span></b></div>
<div class="entry"></div>
<div class="entry"><b><span></span></b>2. Exclude Words: Lets say you want to search for content about internet marketing, but you want to exclude any results that contain the term <a title="AdBriteInlineAd_advertising" name="AdBriteInlineAd_advertising" id="AdBriteInlineAd_advertising" target="_top"></a>advertising. To do this, simply use the “-“ sign in front of the word you want to exclude.</div>
<div class="entry"></div>
<div class="entry">Example <b>Search: internet marketing -advertising </b></div>
<div class="entry">3. Site Specific Search: Often, you want to search a specific website for content that matches a certain phrase. Even if the site doesn’t <a href="http://click.adbrite.com/mb/click.php?sid=352636&amp;banner_id=10548039&amp;variation_id=11100&amp;uts=1199777113&amp;cpc=302e303132&amp;keyword_id=36542&amp;inline=y&amp;zk_id=13697264&amp;ab=168362099&amp;sscup=430aa7184fe9feba2d2d3ae7efaf53a9&amp;sscra=55e5618251bc8c09319859fb5700189d&amp;ub=3537085650&amp;rs=&amp;r=" title="AdBriteInlineAd_support" name="AdBriteInlineAd_support" id="AdBriteInlineAd_support" target="_top">support</a> a built-in search feature, you can use Google to search the site for your term. Simply use the “site:somesite.com” modifier.</p>
<p>Example: <b>“internet marketing” site:<a href="http://www.smallbusinesshub.com/" title="http://www.smallbusinesshub.com" class="linkification-ext">www.smallbusinesshub.com</a></b></p>
<p>4. Similar Words and Synonyms: Let’s say you are want to include a word in your search, but want to include results that contain similar words or synonyms. To do this, use the “~” in front of the word.</p>
<p>Example: <b>“internet marketing” ~professional</b></p>
<p>5. Specific Document Types: If you’re looking to find results that are of a specific type, you can use the modifier “filetype:”. For example, you might want to find only PowerPoint presentations related to internet marketing.</p>
<p>Example: <b>“internet marketing” filetype:ppt</b></p>
<p>6. This OR That: By default, when you do a search, Google will include all the terms specified in the search. If you are looking for any one of one or more terms to match, then you can use the OR operator. (Note: The OR has to be capitalized).</p>
<p>Example: <b>internet marketing OR advertising</b></p>
<p>7. Phone Listing: Let’s say someone calls you on your mobile <a title="AdBriteInlineAd_number" name="AdBriteInlineAd_number" id="AdBriteInlineAd_number" target="_top"></a>number and you don’t know how it is. If all you have is a phone number, you can look it up on Google using the phonebook feature.</p>
<p>Example: <b>phonebook:617-555-1212</b> (note: the provided number does not work – you’ll have to use a real number to get any results).</p>
<p>8. Area Code Lookup: If all you need to do is to look-up the area code for a phone number, just enter the 3-digit area code and Google will tell you where it’s from.</p>
<p>Example: <b>617 </b></p>
<p>9. Numeric Ranges: This is a rarely used, but highly useful tip. Let’s say you want to find results that contain any of a range of <a title="AdBriteInlineAd_numbers" name="AdBriteInlineAd_numbers" id="AdBriteInlineAd_numbers" target="_top"></a>numbers. You can do this by using the X..Y modifier (in case this is hard to read, what’s between the X and Y are two periods. This type of search is useful for years (as shown below), prices or anywhere where you want to provide a series of numbers.</p>
<p>Example: president 1940..1950</p>
<p><span> 10. Stock (Ticker <a href="void(0)" id="clicksor_sp_symbol" target="_blank">Symbol</a>): Just enter a valid ticker symbol as your search term and Google will give you the current financials and a quick thumb-nail chart for the stock. </span></p>
<p>Example: <b>GOOG </b></p>
<p>11. Calculator: The next time you need to do a quick calculation, instead of bringing up the Calculator applet, you can just type your expression in to Google.</p>
<p>Example: <b>48512 * 1.02</b></p>
<p><span> 12. Word Definitions: If you need to quickly look up the <span>definition of</span> a word or phrase, simply use the “define:” command. </span></p>
<p>Example: <b>define:plethora </b></p>
<p>13. Searching for URLs containing certain words. Use the &#8220;inurl:word&#8221; modifier.</p>
<p>Example <b>site:i-hack.org inurl:psp</b></div>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/amithasija.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/amithasija.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amithasija.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amithasija.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amithasija.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amithasija.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amithasija.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amithasija.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amithasija.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amithasija.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amithasija.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amithasija.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amithasija.wordpress.com&blog=2470881&post=1&subd=amithasija&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://amithasija.wordpress.com/2008/01/08/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3f912afd5ac53897b8ad1b5af1e58b48?s=96&#38;d=identicon" medium="image">
			<media:title type="html">amithasija</media:title>
		</media:content>
	</item>
	</channel>
</rss>