<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Official 23 impressions Blog</title>
	<link>http://blog.23impressions.com</link>
	<description></description>
	<lastBuildDate>Mon, 06 Sep 2010 06:06:00 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>&#8220;Top 10 Open Source Web-Based Project Management Software&#8221;</title>
		<description><![CDATA[Project management software is not just for managing software based  project. It can be used for variety of other tasks too. The web-based  software must provide tools for planning, organizing and managing  resources to achieve project goals and objectives. A web-based project  management software can be accessed through an intranet or [...]]]></description>
		<link>http://blog.23impressions.com/?p=123#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=top-10-open-source-web-based-project-management-software</link>
			</item>
	<item>
		<title>&#8220;Five quick steps to set up RVM with rails 2 and rails3 &#8220;</title>
		<description><![CDATA[1 &#8211; Installing RVM

$ sudo gem install rvm  

$ rvm-install

Finally put this lines in your .bash_profile or .bashrc:

  if [[ -s $HOME/.rvm/scripts/rvm ]] ; then
          source $HOME/.rvm/scripts/rvm
  fi

Restart your terminal, Rvm should be working by now.
2 &#8211; Installing ruby inside your rvm

$ rvm [...]]]></description>
		<link>http://blog.23impressions.com/?p=121#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=five-quick-steps-to-set-up-rvm-with-rails-2-and-rails3</link>
			</item>
	<item>
		<title>&#8221; Installing Ruby on Rails on Ubuntu 10.04&#8243;</title>
		<description><![CDATA[There are a few different approaches to installing Ruby on Rails on Ubuntu 10.4. This is the technique that I use, in my opinion it involves the least hassle.
Ubuntu has a managed ruby package that serves perfectly as the basis for a Ruby on Rails installation. Open a console and install it with the following [...]]]></description>
		<link>http://blog.23impressions.com/?p=119#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=installing-ruby-on-rails-on-ubuntu-10-04</link>
			</item>
	<item>
		<title>&#8220;Learning Rails&#8221;</title>
		<description><![CDATA[We all use Agile web development , ruby for rails, rails in 4 days, ruby , ajax etc books to get a hang of ruby on rails also some more books like pragmatic etc .
However I thought of making a list of websites which help do so 
So here is the bunchedin :  http://www.bunchedin.com/vuIMCc

]]></description>
		<link>http://blog.23impressions.com/?p=117#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=learning-rails</link>
			</item>
	<item>
		<title>“Installing ImageMagik on Unix/Linux”</title>
		<description><![CDATA[Follow the below steps

wget ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz

Next configure and compile ImageMagick:

tar xvfz ImageMagick.tar.gz
cd ImageMagick-6.6.3
./configure
make

If ImageMagick configured and compiled without complaint, you are ready to install it on your system. Administrator privileges are required to install. To install, type

sudo make install

Finally, verify the ImageMagick install worked properly, type

/usr/local/bin/convert logo: logo.gif

For a more comprehensive test, run the ImageMagick validation [...]]]></description>
		<link>http://blog.23impressions.com/?p=115#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=%25e2%2580%259cinstalling-imagemagik-on-unixlinux%25e2%2580%259d</link>
			</item>
	<item>
		<title>&#8220;Simple MYSQL commands&#8221;</title>
		<description><![CDATA[Here I shall be jotting down one by one simple SQL commands that we use .
Check the comments .

]]></description>
		<link>http://blog.23impressions.com/?p=113#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=simple-mysql-commands</link>
			</item>
	<item>
		<title>&#8220;Error in ruby relative_path_from call on windows&#8221;</title>
		<description><![CDATA[I was playing around with &#8220;SPREE COMMERCE&#8221;after a long term on my windows machine , before this have always used my linux box for Spree commerce .
However got stuck at the very first step after bootstrapping a fresh application .
Error :

After scratching head for long and loosing 20 hairs atleast drilled down to source of [...]]]></description>
		<link>http://blog.23impressions.com/?p=101#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=error-in-ruby-relative_path_from-call-on-windows</link>
			</item>
	<item>
		<title>&#8220;Sending email with Ruby on Rails 2.3.5 and gmail&#8221;</title>
		<description><![CDATA[If you need an easy way to setup email for your company or for a client it&#8217;s hard to not love Google Apps. (The &#8217;standard&#8217; ie free version is here).
It is very likely that at some point you will need to send out emails from your application. Don&#8217;t cry. Gmail can do this for you. [...]]]></description>
		<link>http://blog.23impressions.com/?p=99#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=sending-email-with-ruby-on-rails-2-3-5-and-gmail</link>
			</item>
	<item>
		<title>&#8220;New Features in Rails 3&#8243;</title>
		<description><![CDATA[We’re all about following the newest technology in web development. Rails 3 is coming soon, and it promises to be a significant upgrade. With the 4th beta version pushed recently, and a release candidate right around the corner, I thought now would be a good time to go over my two favorite new features.
All New [...]]]></description>
		<link>http://blog.23impressions.com/?p=95#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=new-features-in-rails-3</link>
			</item>
	<item>
		<title>&#8220;Ruby On Rails environment on Ubuntu 10.04</title>
		<description><![CDATA[I think this is my first technical post in the blog, so today I faced some problems while building the Ruby on Rails environment on my machine. I just like sharing this knowledge with you.
First, in this post we will make the following:
   1. Ruby 1.9.1
   2. Rails 2.3.5
   [...]]]></description>
		<link>http://blog.23impressions.com/?p=93#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ruby-on-rails-environment-on-ubuntu-10-04</link>
			</item>
</channel>
</rss>
