<?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>WebMantras</title>
	<atom:link href="http://www.webmantras.com/blog/index.php?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.webmantras.com/blog</link>
	<description>Rants on ColdFusion, SQL and Web Development in general</description>
	<lastBuildDate>Thu, 09 Sep 2010 02:03:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Simple MySQL Command Line examples</title>
		<link>http://www.webmantras.com/blog/?p=479</link>
		<comments>http://www.webmantras.com/blog/?p=479#comments</comments>
		<pubDate>Thu, 09 Sep 2010 02:03:38 +0000</pubDate>
		<dc:creator>Pragnesh Vaghela</dc:creator>
				<category><![CDATA[Database]]></category>

		<guid isPermaLink="false">http://www.webmantras.com/blog/?p=479</guid>
		<description><![CDATA[Here is how you go about creating a database and running a script file from MySQL command line: To create a database: mysqladmin create your_database_name -u your_username -p your_password To run a MySQL script file from command line: mysql -u your_username -p your_password &#60; your_script_name.sql]]></description>
		<wfw:commentRss>http://www.webmantras.com/blog/?feed=rss2&amp;p=479</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Rails 3 on OSX using RVM</title>
		<link>http://www.webmantras.com/blog/?p=474</link>
		<comments>http://www.webmantras.com/blog/?p=474#comments</comments>
		<pubDate>Mon, 06 Sep 2010 16:46:36 +0000</pubDate>
		<dc:creator>Pragnesh Vaghela</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.webmantras.com/blog/?p=474</guid>
		<description><![CDATA[I had tons of issues in getting Rails 3 and Ruby 1.9.2 installed on OSX using RVM. Here is the stackoverflow question that shows how to get it all working.]]></description>
		<wfw:commentRss>http://www.webmantras.com/blog/?feed=rss2&amp;p=474</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Attending the Lone Star Ruby Conference 2010</title>
		<link>http://www.webmantras.com/blog/?p=443</link>
		<comments>http://www.webmantras.com/blog/?p=443#comments</comments>
		<pubDate>Thu, 26 Aug 2010 02:04:41 +0000</pubDate>
		<dc:creator>Pragnesh Vaghela</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.webmantras.com/blog/?p=443</guid>
		<description><![CDATA[I am really excited about attending my first Lone Star Ruby Conference 2010 at the Norris Conference Center Austin Texas. I plan to attend the following tracks: Day 1: Real Software Engineering &#8211; Glenn Vanderburg Rails&#8217; Next Top Model: Using ActiveModel and ActiveRelation - Adam Keys Decyphering Yehuda &#8211; Gregg Pollack How to Build a Sustainably Awesome [...]]]></description>
		<wfw:commentRss>http://www.webmantras.com/blog/?feed=rss2&amp;p=443</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hotfix available for ColdFusion 9.0.1</title>
		<link>http://www.webmantras.com/blog/?p=427</link>
		<comments>http://www.webmantras.com/blog/?p=427#comments</comments>
		<pubDate>Wed, 11 Aug 2010 04:30:58 +0000</pubDate>
		<dc:creator>Pragnesh Vaghela</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[coldfusion hotfix]]></category>

		<guid isPermaLink="false">http://www.webmantras.com/blog/?p=427</guid>
		<description><![CDATA[An important vulnerability (CVE-2010-2861) has been identified in ColdFusion 8.0, 8.0.1, 9.0, 9.0.1 for Windows, Macintosh and UNIX. This technote provides a fix for the security issue along with the installation instructions.]]></description>
		<wfw:commentRss>http://www.webmantras.com/blog/?feed=rss2&amp;p=427</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Difference between a 2 and 3 period Rails array range</title>
		<link>http://www.webmantras.com/blog/?p=429</link>
		<comments>http://www.webmantras.com/blog/?p=429#comments</comments>
		<pubDate>Thu, 05 Aug 2010 03:46:35 +0000</pubDate>
		<dc:creator>Pragnesh Vaghela</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://www.webmantras.com/blog/?p=429</guid>
		<description><![CDATA[In Rails you can index arrays using ranges in which the start and end positions are separated by two or three periods. The difference between a two and three period range is that a range with two periods includes the end position and the range with three periods does not. Example:]]></description>
		<wfw:commentRss>http://www.webmantras.com/blog/?feed=rss2&amp;p=429</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple &amp; Effective Sign-In using Single-Use code</title>
		<link>http://www.webmantras.com/blog/?p=397</link>
		<comments>http://www.webmantras.com/blog/?p=397#comments</comments>
		<pubDate>Wed, 28 Jul 2010 04:22:49 +0000</pubDate>
		<dc:creator>Pragnesh Vaghela</dc:creator>
				<category><![CDATA[Usability]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Login]]></category>
		<category><![CDATA[Secure]]></category>
		<category><![CDATA[SignIn]]></category>

		<guid isPermaLink="false">http://www.webmantras.com/blog/?p=397</guid>
		<description><![CDATA[Recently Windows Live introduced Single-Use code a very simple and effective way to Sign-In to your Live account from a public computer like at the library or school. You can now use a Single-Use Code instead of your password for added security. Requesting a Single-Use Code: Each Single-Use Code can be used only one time, but you [...]]]></description>
		<wfw:commentRss>http://www.webmantras.com/blog/?feed=rss2&amp;p=397</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails: RSS Feed Reader Example</title>
		<link>http://www.webmantras.com/blog/?p=374</link>
		<comments>http://www.webmantras.com/blog/?p=374#comments</comments>
		<pubDate>Fri, 23 Jul 2010 02:24:41 +0000</pubDate>
		<dc:creator>Pragnesh Vaghela</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.webmantras.com/blog/?p=374</guid>
		<description><![CDATA[To add content from a RSS feed to your site using Rails: # rss.html.erb]]></description>
		<wfw:commentRss>http://www.webmantras.com/blog/?feed=rss2&amp;p=374</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ColdFusion 9 update 1 (9.0.1)</title>
		<link>http://www.webmantras.com/blog/?p=386</link>
		<comments>http://www.webmantras.com/blog/?p=386#comments</comments>
		<pubDate>Tue, 20 Jul 2010 01:21:12 +0000</pubDate>
		<dc:creator>Pragnesh Vaghela</dc:creator>
				<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://www.webmantras.com/blog/?p=386</guid>
		<description><![CDATA[A bit late to the party but Adobe released ColdFusion 9 update 1 (9.0.1) a few days ago. The top features in this release: ORM support for multiple data sources in the same application Amazon S3 support for both storing and consuming files in your ColdFusion applications Support for IIS 7 New script functions implemented [...]]]></description>
		<wfw:commentRss>http://www.webmantras.com/blog/?feed=rss2&amp;p=386</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to run your Rails application without a database</title>
		<link>http://www.webmantras.com/blog/?p=369</link>
		<comments>http://www.webmantras.com/blog/?p=369#comments</comments>
		<pubDate>Thu, 15 Jul 2010 04:01:02 +0000</pubDate>
		<dc:creator>Pragnesh Vaghela</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.webmantras.com/blog/?p=369</guid>
		<description><![CDATA[If your Rails application is just consuming a Web Service and has no need for a database than all you have to do to is uncomment the following line in environment.rb]]></description>
		<wfw:commentRss>http://www.webmantras.com/blog/?feed=rss2&amp;p=369</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby: Finding each Array Item&#8217;s Index</title>
		<link>http://www.webmantras.com/blog/?p=365</link>
		<comments>http://www.webmantras.com/blog/?p=365#comments</comments>
		<pubDate>Wed, 14 Jul 2010 03:22:51 +0000</pubDate>
		<dc:creator>Pragnesh Vaghela</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.webmantras.com/blog/?p=365</guid>
		<description><![CDATA[The class Array has a method called each_with_index which provides the index as well as the value. Example:]]></description>
		<wfw:commentRss>http://www.webmantras.com/blog/?feed=rss2&amp;p=365</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
