<?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>Brijesh Shah Blog</title>
	<atom:link href="http://blog.brijeshshah.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.brijeshshah.com</link>
	<description>About Open Source</description>
	<lastBuildDate>Thu, 13 Oct 2011 12:02:27 +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>Image preview by javascript</title>
		<link>http://blog.brijeshshah.com/image-preview-by-javascript/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=image-preview-by-javascript</link>
		<comments>http://blog.brijeshshah.com/image-preview-by-javascript/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 12:02:27 +0000</pubDate>
		<dc:creator>Brijesh Shah</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[image preview]]></category>
		<category><![CDATA[image preview by js]]></category>

		<guid isPermaLink="false">http://blog.brijeshshah.com/?p=507</guid>
		<description><![CDATA[Here I  will  show how to display image preview before uploading to server side. #HTML #Javascript Note: This method is not worked in IE as files property of file field is not supported by IE browser]]></description>
		<wfw:commentRss>http://blog.brijeshshah.com/image-preview-by-javascript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Multiple Database connections in rails</title>
		<link>http://blog.brijeshshah.com/multiple-database-connections-in-rails/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=multiple-database-connections-in-rails</link>
		<comments>http://blog.brijeshshah.com/multiple-database-connections-in-rails/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 08:50:43 +0000</pubDate>
		<dc:creator>Brijesh Shah</dc:creator>
				<category><![CDATA[rails 3]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[database connection in rails]]></category>
		<category><![CDATA[multiple database]]></category>
		<category><![CDATA[multiple database in rails]]></category>

		<guid isPermaLink="false">http://blog.brijeshshah.com/?p=494</guid>
		<description><![CDATA[Here I am going to show how to connect  multiple database connection in rails. Lets say there are 2 models 1. Company:  in db1 2. Website: in db2 First set connection parameters  for both database with different constant variables and define in environment file. Add connection.rb file in lib folder include connection file and set [...]]]></description>
		<wfw:commentRss>http://blog.brijeshshah.com/multiple-database-connections-in-rails/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Array.indexOf in Internet Explorer</title>
		<link>http://blog.brijeshshah.com/array-indexof-in-internet-explorer/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=array-indexof-in-internet-explorer</link>
		<comments>http://blog.brijeshshah.com/array-indexof-in-internet-explorer/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 09:02:04 +0000</pubDate>
		<dc:creator>Brijesh Shah</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[indexOf]]></category>
		<category><![CDATA[indexOf in IE]]></category>

		<guid isPermaLink="false">http://blog.brijeshshah.com/?p=488</guid>
		<description><![CDATA[In javascript, to find value in array I am using indexOf method. This method works well in all browsers except IE. IE throws error that &#8220;indexOf method is not defined&#8221;. So I found solution that added following code in javascript. So if browser does not find indexOf method then indexOf method is defined by above [...]]]></description>
		<wfw:commentRss>http://blog.brijeshshah.com/array-indexof-in-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Maps in rails 3</title>
		<link>http://blog.brijeshshah.com/google-maps-in-rails-3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-maps-in-rails-3</link>
		<comments>http://blog.brijeshshah.com/google-maps-in-rails-3/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 09:38:49 +0000</pubDate>
		<dc:creator>Brijesh Shah</dc:creator>
				<category><![CDATA[Google API]]></category>
		<category><![CDATA[rails 3]]></category>
		<category><![CDATA[Ruby 1.9]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Google maps]]></category>
		<category><![CDATA[google maps in rails 3]]></category>

		<guid isPermaLink="false">http://blog.brijeshshah.com/?p=475</guid>
		<description><![CDATA[I already wrote a blog on how to use Google maps in rails.  Earlier blog is supported in rails 2.3.x version. To supoort rails 3 application , certain changes are required in plugin. Here I will show you what are those changes required. Download YM4R plugin : ﻿1. ﻿Add following method in class Varible under [...]]]></description>
		<wfw:commentRss>http://blog.brijeshshah.com/google-maps-in-rails-3/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Send email from Ruby</title>
		<link>http://blog.brijeshshah.com/send-email-from-ruby/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=send-email-from-ruby</link>
		<comments>http://blog.brijeshshah.com/send-email-from-ruby/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 11:35:40 +0000</pubDate>
		<dc:creator>Brijesh Shah</dc:creator>
				<category><![CDATA[Ruby 1.9]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[send email]]></category>
		<category><![CDATA[send email from ruby]]></category>

		<guid isPermaLink="false">http://blog.brijeshshah.com/?p=463</guid>
		<description><![CDATA[Here I will show you how to send email through ruby script. Require NET/SMPT  library  in ruby script Config SMTP authentication Now send email by passing arguments. I hope this will helps you to send email through script.]]></description>
		<wfw:commentRss>http://blog.brijeshshah.com/send-email-from-ruby/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Exception Notification in Rails 3</title>
		<link>http://blog.brijeshshah.com/exception-notification-in-rails-3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=exception-notification-in-rails-3</link>
		<comments>http://blog.brijeshshah.com/exception-notification-in-rails-3/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 07:10:26 +0000</pubDate>
		<dc:creator>Brijesh Shah</dc:creator>
				<category><![CDATA[rails 3]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[Exception Notification]]></category>
		<category><![CDATA[Exception Notification in rails 3]]></category>

		<guid isPermaLink="false">http://blog.brijeshshah.com/?p=447</guid>
		<description><![CDATA[Here I will show that how to configure exception notification in rails 3. #Gem File #Create exception_notification.rb in config/initializers folder and add following Now recipients will get mail whenever exception raise in application.]]></description>
		<wfw:commentRss>http://blog.brijeshshah.com/exception-notification-in-rails-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Breadcrumbs in Rails 3</title>
		<link>http://blog.brijeshshah.com/breadcrumbs-in-rails-3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=breadcrumbs-in-rails-3</link>
		<comments>http://blog.brijeshshah.com/breadcrumbs-in-rails-3/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 05:37:02 +0000</pubDate>
		<dc:creator>Brijesh Shah</dc:creator>
				<category><![CDATA[rails 3]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[breadcrumbs]]></category>
		<category><![CDATA[breadcrumbs in rails]]></category>

		<guid isPermaLink="false">http://blog.brijeshshah.com/?p=431</guid>
		<description><![CDATA[Breadcrumbs on rails is very useful plugin for navigation feature in rails application.  Now here I will show that how breadcrumbs on rails works in rails 3 application. There are certain changes required in breadcrumbs on rails code to support rails 3 application. Download Plugin. Add following code in application.rb Changes in lib/breadcrumbs.rb.  Replace  following [...]]]></description>
		<wfw:commentRss>http://blog.brijeshshah.com/breadcrumbs-in-rails-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Captcha in rails 3</title>
		<link>http://blog.brijeshshah.com/simple-captcha-in-rails-3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=simple-captcha-in-rails-3</link>
		<comments>http://blog.brijeshshah.com/simple-captcha-in-rails-3/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 09:41:57 +0000</pubDate>
		<dc:creator>Brijesh Shah</dc:creator>
				<category><![CDATA[rails 3]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[captcha in rails 3]]></category>
		<category><![CDATA[simple captcha]]></category>

		<guid isPermaLink="false">http://blog.brijeshshah.com/?p=412</guid>
		<description><![CDATA[Here I will show you how to add captcha in rails 3 application: Download Simple captcha plugin from the git : click here Generate Simple Captcha Generate scaffold of MODEL Captcha code can be added two way . 1. Controller based 2. Model based Controller Based Include simple captcha in app/controllers/application.rb Add captcha code in [...]]]></description>
		<wfw:commentRss>http://blog.brijeshshah.com/simple-captcha-in-rails-3/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>No Such File to load &#8212; readline (LoadError) in ruby script/console</title>
		<link>http://blog.brijeshshah.com/no-such-file-readline/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=no-such-file-readline</link>
		<comments>http://blog.brijeshshah.com/no-such-file-readline/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 11:01:32 +0000</pubDate>
		<dc:creator>Brijesh Shah</dc:creator>
				<category><![CDATA[Ruby 1.9]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[readline]]></category>
		<category><![CDATA[readline (LoadError)]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[script/console]]></category>

		<guid isPermaLink="false">http://blog.brijeshshah.com/?p=405</guid>
		<description><![CDATA[If you get following error while extecuting  ruby script/console To solve this issue , you need to install some libraries. Then goto ruby source folder and ext/readline folder This will solved your readline error. If you still facing any problem let me know.]]></description>
		<wfw:commentRss>http://blog.brijeshshah.com/no-such-file-readline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful Date methods</title>
		<link>http://blog.brijeshshah.com/useful-date-methods/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=useful-date-methods</link>
		<comments>http://blog.brijeshshah.com/useful-date-methods/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 11:53:39 +0000</pubDate>
		<dc:creator>Brijesh Shah</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[date functions in ruby]]></category>
		<category><![CDATA[datetime functions]]></category>
		<category><![CDATA[ending month]]></category>
		<category><![CDATA[starting month]]></category>

		<guid isPermaLink="false">http://blog.brijeshshah.com/?p=377</guid>
		<description><![CDATA[Here I list down some of useful date methods. Generally following functions are used in Reports where reports required between specific period of time. For example &#8220;This Month&#8221; data report  required starting date and ending date of month. So by following way, both dates can get. For  &#8221;This Year&#8221; For &#8220;Today&#8221;]]></description>
		<wfw:commentRss>http://blog.brijeshshah.com/useful-date-methods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

