<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Schleichermann's Weblog</title>
	<atom:link href="http://schleichermann.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://schleichermann.wordpress.com</link>
	<description>Just another developer blog!</description>
	<lastBuildDate>Thu, 08 Dec 2011 20:02:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='schleichermann.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Schleichermann's Weblog</title>
		<link>http://schleichermann.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://schleichermann.wordpress.com/osd.xml" title="Schleichermann&#039;s Weblog" />
	<atom:link rel='hub' href='http://schleichermann.wordpress.com/?pushpress=hub'/>
		<item>
		<title>CentOS: Installing Git</title>
		<link>http://schleichermann.wordpress.com/2011/12/08/centos-installing-git/</link>
		<comments>http://schleichermann.wordpress.com/2011/12/08/centos-installing-git/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 20:02:41 +0000</pubDate>
		<dc:creator>schleichermann</dc:creator>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://schleichermann.wordpress.com/?p=833</guid>
		<description><![CDATA[You might notice that many Virtual Private Servers (VPS) are running the CentOS linux distribution. In its standard source repositories it does not have Git which we Ruby developers tend to use as our source code repositories. Due to this when you run the command &#8216;yum install git&#8217; you get a message back stating it does [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schleichermann.wordpress.com&amp;blog=4378816&amp;post=833&amp;subd=schleichermann&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You might notice that many Virtual Private Servers (VPS) are running the CentOS linux distribution. In its standard source repositories it does not have Git which we Ruby developers tend to use as our source code repositories. Due to this when you run the command &#8216;yum install git&#8217; you get a message back stating it does not exist.</p>
<p>If you have googled for a solution you will run into a ton of really complicated solutions which require in-depth linux package management knowledge. For those of us who really aren&#8217;t interested in becoming linux server administrators its way too complicated and takes too  long to figure out. That being said I like to take the easy route and I found this through all my searching and it worked on my CentOS VPS on Hostingrails.</p>
<p>rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm<br />
yum install git</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/schleichermann.wordpress.com/833/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/schleichermann.wordpress.com/833/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/schleichermann.wordpress.com/833/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/schleichermann.wordpress.com/833/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/schleichermann.wordpress.com/833/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/schleichermann.wordpress.com/833/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/schleichermann.wordpress.com/833/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/schleichermann.wordpress.com/833/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/schleichermann.wordpress.com/833/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/schleichermann.wordpress.com/833/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/schleichermann.wordpress.com/833/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/schleichermann.wordpress.com/833/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/schleichermann.wordpress.com/833/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/schleichermann.wordpress.com/833/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schleichermann.wordpress.com&amp;blog=4378816&amp;post=833&amp;subd=schleichermann&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://schleichermann.wordpress.com/2011/12/08/centos-installing-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">schleichermann</media:title>
		</media:content>
	</item>
		<item>
		<title>Rails 3: Polymorphic liking of Entities by User, how?</title>
		<link>http://schleichermann.wordpress.com/2011/07/22/rails-3-polymorphic-liking-of-entities-by-user-how/</link>
		<comments>http://schleichermann.wordpress.com/2011/07/22/rails-3-polymorphic-liking-of-entities-by-user-how/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 07:10:50 +0000</pubDate>
		<dc:creator>schleichermann</dc:creator>
				<category><![CDATA[Data Model]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://schleichermann.wordpress.com/?p=828</guid>
		<description><![CDATA[Just in case you are trying to implement Facebook style &#8216;Liking&#8217; to your Rails application from scratch here is how I did it as well as how other StackOverflow users would tackle the issues as well using a Polymorphic Data Model in Rails 3 http://stackoverflow.com/questions/6778269/rails-3-polymorphic-liking-of-entities-by-user-how/6786530#6786530<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schleichermann.wordpress.com&amp;blog=4378816&amp;post=828&amp;subd=schleichermann&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just in case you are trying to implement Facebook style &#8216;Liking&#8217; to your Rails application from scratch here is how I did it as well as how other StackOverflow users would tackle the issues as well using a Polymorphic Data Model in Rails 3</p>
<p><a href="http://stackoverflow.com/questions/6778269/rails-3-polymorphic-liking-of-entities-by-user-how/6786530#6786530" target="_blank">http://stackoverflow.com/questions/6778269/rails-3-polymorphic-liking-of-entities-by-user-how/6786530#6786530</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/schleichermann.wordpress.com/828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/schleichermann.wordpress.com/828/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/schleichermann.wordpress.com/828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/schleichermann.wordpress.com/828/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/schleichermann.wordpress.com/828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/schleichermann.wordpress.com/828/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/schleichermann.wordpress.com/828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/schleichermann.wordpress.com/828/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/schleichermann.wordpress.com/828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/schleichermann.wordpress.com/828/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/schleichermann.wordpress.com/828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/schleichermann.wordpress.com/828/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/schleichermann.wordpress.com/828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/schleichermann.wordpress.com/828/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schleichermann.wordpress.com&amp;blog=4378816&amp;post=828&amp;subd=schleichermann&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://schleichermann.wordpress.com/2011/07/22/rails-3-polymorphic-liking-of-entities-by-user-how/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">schleichermann</media:title>
		</media:content>
	</item>
		<item>
		<title>Alarmist? Sales Pitch? Maybe, but it sure makes you think!</title>
		<link>http://schleichermann.wordpress.com/2011/06/09/alarmist-sales-pitch-maybe-but-it-sure-makes-you-think/</link>
		<comments>http://schleichermann.wordpress.com/2011/06/09/alarmist-sales-pitch-maybe-but-it-sure-makes-you-think/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 04:30:35 +0000</pubDate>
		<dc:creator>schleichermann</dc:creator>
				<category><![CDATA[Financial]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://schleichermann.wordpress.com/?p=825</guid>
		<description><![CDATA[Alarmist? Sales Pitch? Maybe, but it sure makes you think! What are we in for? How will this all play out? http://www.stansberryresearch.com/pro/1103PSIEOAVD/LPSIM639/PR<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schleichermann.wordpress.com&amp;blog=4378816&amp;post=825&amp;subd=schleichermann&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Alarmist? Sales Pitch? Maybe, but it sure makes you think!</p>
<p>What are we in for? How will this all play out?</p>
<p><a href="http://www.stansberryresearch.com/pro/1103PSIEOAVD/LPSIM639/PR" target="_blank">http://www.stansberryresearch.com/pro/1103PSIEOAVD/LPSIM639/PR</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/schleichermann.wordpress.com/825/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/schleichermann.wordpress.com/825/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/schleichermann.wordpress.com/825/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/schleichermann.wordpress.com/825/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/schleichermann.wordpress.com/825/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/schleichermann.wordpress.com/825/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/schleichermann.wordpress.com/825/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/schleichermann.wordpress.com/825/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/schleichermann.wordpress.com/825/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/schleichermann.wordpress.com/825/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/schleichermann.wordpress.com/825/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/schleichermann.wordpress.com/825/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/schleichermann.wordpress.com/825/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/schleichermann.wordpress.com/825/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schleichermann.wordpress.com&amp;blog=4378816&amp;post=825&amp;subd=schleichermann&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://schleichermann.wordpress.com/2011/06/09/alarmist-sales-pitch-maybe-but-it-sure-makes-you-think/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">schleichermann</media:title>
		</media:content>
	</item>
		<item>
		<title>Rails: Flash Message Partial (self-hiding)</title>
		<link>http://schleichermann.wordpress.com/2011/06/09/rails-flash-message-partial-self-hiding/</link>
		<comments>http://schleichermann.wordpress.com/2011/06/09/rails-flash-message-partial-self-hiding/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 02:09:39 +0000</pubDate>
		<dc:creator>schleichermann</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://schleichermann.wordpress.com/?p=815</guid>
		<description><![CDATA[(Wed. June 8th 2o11, 11:00 pm) For self -hiding Ruby on Rails 3 flash messages you can use the following in a partial which can be included within application layouts. (requires you are using jQuery)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schleichermann.wordpress.com&amp;blog=4378816&amp;post=815&amp;subd=schleichermann&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>(Wed. June 8th 2o11, 11:00 pm)</p>
<p>For self -hiding Ruby on Rails 3 flash messages you can use the following in a partial which can be included within application layouts. (requires you are using jQuery)</p>
<p><pre class="brush: ruby;">
&lt;div id=&quot;flash-banner&quot;&gt;
&lt;% flash.each do |key, msg| %&gt;
&lt;%= content_tag :div, msg, :class =&gt; &quot;flash &quot; + key.to_s, :id =&gt; key.to_s + &quot;-message&quot; %&gt;
&lt;% content_tag :script, :type =&gt; &quot;text/javascript&quot; do %&gt;
$('#&lt;%= key.to_s + &quot;-message&quot; %&gt;').css('display', 'none');
$('#&lt;%= key.to_s + &quot;-message&quot; %&gt;').slideDown().delay(1000).slideUp();
&lt;% end %&gt;
&lt;% end %&gt;
&lt;/div&gt;
</pre></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/schleichermann.wordpress.com/815/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/schleichermann.wordpress.com/815/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/schleichermann.wordpress.com/815/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/schleichermann.wordpress.com/815/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/schleichermann.wordpress.com/815/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/schleichermann.wordpress.com/815/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/schleichermann.wordpress.com/815/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/schleichermann.wordpress.com/815/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/schleichermann.wordpress.com/815/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/schleichermann.wordpress.com/815/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/schleichermann.wordpress.com/815/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/schleichermann.wordpress.com/815/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/schleichermann.wordpress.com/815/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/schleichermann.wordpress.com/815/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schleichermann.wordpress.com&amp;blog=4378816&amp;post=815&amp;subd=schleichermann&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://schleichermann.wordpress.com/2011/06/09/rails-flash-message-partial-self-hiding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">schleichermann</media:title>
		</media:content>
	</item>
		<item>
		<title>Rails: Killing a Rouge Webrick Server</title>
		<link>http://schleichermann.wordpress.com/2011/05/23/rails-killing-a-rouge-webrick-server-2/</link>
		<comments>http://schleichermann.wordpress.com/2011/05/23/rails-killing-a-rouge-webrick-server-2/#comments</comments>
		<pubDate>Mon, 23 May 2011 01:00:35 +0000</pubDate>
		<dc:creator>schleichermann</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Webrick]]></category>

		<guid isPermaLink="false">http://schleichermann.wordpress.com/?p=793</guid>
		<description><![CDATA[If you have ever accidentally closed a terminal window which was running your Rails Webrick server and the server continued to run in the background but you need to kill it so you can restart a new instance you can do the following: 1. run the lsof command identifying port 3000 as the target to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schleichermann.wordpress.com&amp;blog=4378816&amp;post=793&amp;subd=schleichermann&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you have ever accidentally closed a terminal window which was running your Rails Webrick server and the server continued to run in the background but you need to kill it so you can restart a new instance you can do the following:</p>
<p>1. run the lsof command identifying port 3000 as the target to get the process ID of the rouge Webrick server</p>
<pre>lsof -i:3000</pre>
<p>2. then use the kill command plus the process ID you got from step 1 and your rouge will be taken care of.</p>
<p>kill process_id</p>
<p>Of course this is just one way to handle it, if anyone has a better way please comment and let the rest of us know. Thanks in advance!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/schleichermann.wordpress.com/793/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/schleichermann.wordpress.com/793/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/schleichermann.wordpress.com/793/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/schleichermann.wordpress.com/793/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/schleichermann.wordpress.com/793/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/schleichermann.wordpress.com/793/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/schleichermann.wordpress.com/793/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/schleichermann.wordpress.com/793/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/schleichermann.wordpress.com/793/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/schleichermann.wordpress.com/793/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/schleichermann.wordpress.com/793/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/schleichermann.wordpress.com/793/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/schleichermann.wordpress.com/793/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/schleichermann.wordpress.com/793/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schleichermann.wordpress.com&amp;blog=4378816&amp;post=793&amp;subd=schleichermann&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://schleichermann.wordpress.com/2011/05/23/rails-killing-a-rouge-webrick-server-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">schleichermann</media:title>
		</media:content>
	</item>
		<item>
		<title>HTML Special Characters</title>
		<link>http://schleichermann.wordpress.com/2011/04/18/html-special-characters/</link>
		<comments>http://schleichermann.wordpress.com/2011/04/18/html-special-characters/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 02:43:07 +0000</pubDate>
		<dc:creator>schleichermann</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[Characters]]></category>
		<category><![CDATA[Glyphs]]></category>

		<guid isPermaLink="false">http://schleichermann.wordpress.com/?p=789</guid>
		<description><![CDATA[Latin-1 Entities &#38;nbsp; &#160; &#xA0; No-break space = non-breaking space ¡ &#38;iexcl; &#161; &#xA1; Inverted exclamation mark ¢ &#38;cent; &#162; &#xA2; Cent sign £ &#38;pound; &#163; &#xA3; Pound sign ¤ &#38;curren; &#164; &#xA4; Currency sign ¥ &#38;yen; &#165; &#xA5; Yen sign = yuan sign ¦ &#38;brvbar; &#166; &#xA6; Broken bar = broken vertical bar § [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schleichermann.wordpress.com&amp;blog=4378816&amp;post=789&amp;subd=schleichermann&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<table border="1" cellspacing="0">
<tbody>
<tr>
<td colspan="5">Latin-1 Entities</td>
</tr>
<tr>
<td></td>
<td>&amp;nbsp;</td>
<td>&#160;</td>
<td>&#xA0;</td>
<td>No-break space = non-breaking space</td>
</tr>
<tr>
<td>¡</td>
<td>&amp;iexcl;</td>
<td>&#161;</td>
<td>&#xA1;</td>
<td>Inverted exclamation mark</td>
</tr>
<tr>
<td>¢</td>
<td>&amp;cent;</td>
<td>&#162;</td>
<td>&#xA2;</td>
<td>Cent sign</td>
</tr>
<tr>
<td>£</td>
<td>&amp;pound;</td>
<td>&#163;</td>
<td>&#xA3;</td>
<td>Pound sign</td>
</tr>
<tr>
<td>¤</td>
<td>&amp;curren;</td>
<td>&#164;</td>
<td>&#xA4;</td>
<td>Currency sign</td>
</tr>
<tr>
<td>¥</td>
<td>&amp;yen;</td>
<td>&#165;</td>
<td>&#xA5;</td>
<td>Yen sign = yuan sign</td>
</tr>
<tr>
<td>¦</td>
<td>&amp;brvbar;</td>
<td>&#166;</td>
<td>&#xA6;</td>
<td>Broken bar = broken vertical bar</td>
</tr>
<tr>
<td>§</td>
<td>&amp;sect;</td>
<td>&#167;</td>
<td>&#xA7;</td>
<td>Section sign</td>
</tr>
<tr>
<td>¨</td>
<td>&amp;uml;</td>
<td>&#168;</td>
<td>&#xA8;</td>
<td>Diaeresis = spacing diaeresis</td>
</tr>
<tr>
<td>©</td>
<td>&amp;copy;</td>
<td>&#169;</td>
<td>&#xA9;</td>
<td>Copyright sign</td>
</tr>
<tr>
<td>ª</td>
<td>&amp;ordf;</td>
<td>&#170;</td>
<td>&#xAA;</td>
<td>Feminine ordinal indicator</td>
</tr>
<tr>
<td>«</td>
<td>&amp;laquo;</td>
<td>&#171;</td>
<td>&#xAB;</td>
<td>Left double angle mark = left guillemet</td>
</tr>
<tr>
<td>¬</td>
<td>&amp;not;</td>
<td>&#172;</td>
<td>&#xAC;</td>
<td>Not sign = discretionary hyphen</td>
</tr>
<tr>
<td>­</td>
<td>&amp;shy;</td>
<td>&#173;</td>
<td>&#xAD;</td>
<td>Soft hyphen = discretionary hyphen</td>
</tr>
<tr>
<td>®</td>
<td>&amp;reg;</td>
<td>&#174;</td>
<td>&#xAE;</td>
<td>Registered sign = registered trade mark sign</td>
</tr>
<tr>
<td>¯</td>
<td>&amp;macr;</td>
<td>&#175;</td>
<td>&#xAF;</td>
<td>Macron = overline = APL overbar</td>
</tr>
<tr>
<td>°</td>
<td>&amp;deg;</td>
<td>&#176;</td>
<td>&#xB0;</td>
<td>Degree sign</td>
</tr>
<tr>
<td>±</td>
<td>&amp;plusmn;</td>
<td>&#177;</td>
<td>&#xB1;</td>
<td>Plus-minus sign = plus-or-minus sign</td>
</tr>
<tr>
<td>²</td>
<td>&amp;sup2;</td>
<td>&#178;</td>
<td>&#xB2;</td>
<td>Superscript two = squared</td>
</tr>
<tr>
<td>³</td>
<td>&amp;sup3;</td>
<td>&#179;</td>
<td>&#xB3;</td>
<td>Superscript three = cubed</td>
</tr>
<tr>
<td>´</td>
<td>&amp;acute;</td>
<td>&#180;</td>
<td>&#xB4;</td>
<td>Acute accent = spacing acute</td>
</tr>
<tr>
<td>µ</td>
<td>&amp;micro;</td>
<td>&#181;</td>
<td>&#xB5;</td>
<td>Micro sign</td>
</tr>
<tr>
<td>¶</td>
<td>&amp;para;</td>
<td>&#182;</td>
<td>&#xB6;</td>
<td>Pilcrow sign = paragraph sign</td>
</tr>
<tr>
<td>·</td>
<td>&amp;middot;</td>
<td>&#183;</td>
<td>&#xB7;</td>
<td>Middle dot = Greek middle dot</td>
</tr>
<tr>
<td>¸</td>
<td>&amp;cedil;</td>
<td>&#184;</td>
<td>&#xB8;</td>
<td>Cedilla = spacing cedilla</td>
</tr>
<tr>
<td>¹</td>
<td>&amp;sup1;</td>
<td>&#185;</td>
<td>&#xB9;</td>
<td>Superscript one = superscript digit one</td>
</tr>
<tr>
<td>º</td>
<td>&amp;ordm;</td>
<td>&#186;</td>
<td>&#xBA;</td>
<td>Masculine ordinal indicator</td>
</tr>
<tr>
<td>»</td>
<td>&amp;raquo;</td>
<td>&#187;</td>
<td>&#xBB;</td>
<td>Right double angle mark = right guillemet</td>
</tr>
<tr>
<td>¼</td>
<td>&amp;frac14;</td>
<td>&#188;</td>
<td>&#xBC;</td>
<td>fraction one quarter</td>
</tr>
<tr>
<td>½</td>
<td>&amp;frac12;</td>
<td>&#189;</td>
<td>&#xBD;</td>
<td>fraction one half</td>
</tr>
<tr>
<td>¾</td>
<td>&amp;frac34;</td>
<td>&#190;</td>
<td>&#xBE;</td>
<td>fraction three quarters</td>
</tr>
<tr>
<td>¿</td>
<td>&amp;iquest;</td>
<td>&#191;</td>
<td>&#xBF;</td>
<td>inverted (turned) question mark</td>
</tr>
<tr>
<td>À</td>
<td>&amp;Agrave;</td>
<td>&#192;</td>
<td>&#xC0;</td>
<td>Latin capital letter A with grave</td>
</tr>
<tr>
<td>Á</td>
<td>&amp;Aacute;</td>
<td>&#193;</td>
<td>&#xC1;</td>
<td>Latin capital letter A with acute</td>
</tr>
<tr>
<td>Â</td>
<td>&amp;Acirc;</td>
<td>&#194;</td>
<td>&#xC2;</td>
<td>Latin capital letter A with circumflex</td>
</tr>
<tr>
<td>Ã</td>
<td>&amp;Atilde;</td>
<td>&#195;</td>
<td>&#xC3;</td>
<td>Latin capital letter A with tilde</td>
</tr>
<tr>
<td>Ä</td>
<td>&amp;Auml;</td>
<td>&#196;</td>
<td>&#xC4;</td>
<td>Latin capital letter A with diaeresis</td>
</tr>
<tr>
<td>Å</td>
<td>&amp;Aring;</td>
<td>&#197;</td>
<td>&#xC5;</td>
<td>Latin capital letter A with ring</td>
</tr>
<tr>
<td>Æ</td>
<td>&amp;AElig;</td>
<td>&#198;</td>
<td>&#xC6;</td>
<td>Latin capital ligature letter AE</td>
</tr>
<tr>
<td>Ç</td>
<td>&amp;Ccedil;</td>
<td>&#199;</td>
<td>&#xC7;</td>
<td>Latin capital letter C with cedilla</td>
</tr>
<tr>
<td>È</td>
<td>&amp;Egrave;</td>
<td>&#200;</td>
<td>&#xC8;</td>
<td>Latin capital letter E with grave</td>
</tr>
<tr>
<td>É</td>
<td>&amp;Eacute;</td>
<td>&#201;</td>
<td>&#xC9;</td>
<td>Latin capital letter E with acute</td>
</tr>
<tr>
<td>Ê</td>
<td>&amp;Ecirc;</td>
<td>&#202;</td>
<td>&#xCA;</td>
<td>Latin capital letter E with circumflex</td>
</tr>
<tr>
<td>Ë</td>
<td>&amp;Euml;</td>
<td>&#203;</td>
<td>&#xCB;</td>
<td>Latin capital letter E with diaeresis</td>
</tr>
<tr>
<td>Ì</td>
<td>&amp;Igrave;</td>
<td>&#204;</td>
<td>&#xCC;</td>
<td>Latin capital letter I with grave</td>
</tr>
<tr>
<td>Í</td>
<td>&amp;Iacute;</td>
<td>&#205;</td>
<td>&#xCD;</td>
<td>Latin capital letter I with acute</td>
</tr>
<tr>
<td>Î</td>
<td>&amp;Icirc;</td>
<td>&#206;</td>
<td>&#xCE;</td>
<td>Latin capital letter I with circumflex</td>
</tr>
<tr>
<td>Ï</td>
<td>&amp;Iuml;</td>
<td>&#207;</td>
<td>&#xCF;</td>
<td>Latin capital letter I with diaeresis</td>
</tr>
<tr>
<td>Ð</td>
<td>&amp;ETH;</td>
<td>&#208;</td>
<td>&#xD0;</td>
<td>Latin capital letter ETH</td>
</tr>
<tr>
<td>Ñ</td>
<td>&amp;Ntilde;</td>
<td>&#209;</td>
<td>&#xD1;</td>
<td>Latin capital letter N with tilde</td>
</tr>
<tr>
<td>Ò</td>
<td>&amp;Ograve;</td>
<td>&#210;</td>
<td>&#xD2;</td>
<td>Latin capital letter O with grave</td>
</tr>
<tr>
<td>Ó</td>
<td>&amp;Oacute;</td>
<td>&#211;</td>
<td>&#xD3;</td>
<td>Latin capital letter O with acute</td>
</tr>
<tr>
<td>Ô</td>
<td>&amp;Ocirc;</td>
<td>&#212;</td>
<td>&#xD4;</td>
<td>Latin capital letter O with circumflex</td>
</tr>
<tr>
<td>Õ</td>
<td>&amp;Otilde;</td>
<td>&#213;</td>
<td>&#xD5;</td>
<td>Latin capital letter O with tilde</td>
</tr>
<tr>
<td>Ö</td>
<td>&amp;Ouml;</td>
<td>&#214;</td>
<td>&#xD6;</td>
<td>Latin capital letter O with diaeresis</td>
</tr>
<tr>
<td>×</td>
<td>&amp;times;</td>
<td>&#215;</td>
<td>&#xD7;</td>
<td>multiplication sign</td>
</tr>
<tr>
<td>Ø</td>
<td>&amp;Oslash;</td>
<td>&#216;</td>
<td>&#xD8;</td>
<td>Latin capital letter O with slash</td>
</tr>
<tr>
<td>Ù</td>
<td>&amp;Ugrave;</td>
<td>&#217;</td>
<td>&#xD9;</td>
<td>Latin capital letter U with grave</td>
</tr>
<tr>
<td>Ú</td>
<td>&amp;Uacute;</td>
<td>&#218;</td>
<td>&#xDA;</td>
<td>Latin capital letter U with acute</td>
</tr>
<tr>
<td>Û</td>
<td>&amp;Ucirc;</td>
<td>&#219;</td>
<td>&#xDB;</td>
<td>Latin capital letter U with circumflex</td>
</tr>
<tr>
<td>Ü</td>
<td>&amp;Uuml;</td>
<td>&#220;</td>
<td>&#xDC;</td>
<td>Latin capital letter U with diaeresis</td>
</tr>
<tr>
<td>Ý</td>
<td>&amp;Yacute;</td>
<td>&#221;</td>
<td>&#xDD;</td>
<td>Latin capital letter Y with acute</td>
</tr>
<tr>
<td>Þ</td>
<td>&amp;THORN;</td>
<td>&#222;</td>
<td>&#xDE;</td>
<td>Latin capital letter THORN</td>
</tr>
<tr>
<td>ß</td>
<td>&amp;szlig;</td>
<td>&#223;</td>
<td>&#xDF;</td>
<td>Latin small letter sharp s = ess-zed</td>
</tr>
<tr>
<td>à</td>
<td>&amp;agrave;</td>
<td>&#224;</td>
<td>&#xE0;</td>
<td>Latin small letter a with grave</td>
</tr>
<tr>
<td>á</td>
<td>&amp;aacute;</td>
<td>&#225;</td>
<td>&#xE1;</td>
<td>Latin small letter a with acute</td>
</tr>
<tr>
<td>â</td>
<td>&amp;acirc;</td>
<td>&#226;</td>
<td>&#xE2;</td>
<td>Latin small letter a with circumflex</td>
</tr>
<tr>
<td>ã</td>
<td>&amp;atilde;</td>
<td>&#227;</td>
<td>&#xE3;</td>
<td>Latin small letter a with tilde</td>
</tr>
<tr>
<td>ä</td>
<td>&amp;auml;</td>
<td>&#228;</td>
<td>&#xE4;</td>
<td>Latin small letter a with diaeresis</td>
</tr>
<tr>
<td>å</td>
<td>&amp;aring;</td>
<td>&#229;</td>
<td>&#xE5;</td>
<td>Latin small letter a with ring</td>
</tr>
<tr>
<td>æ</td>
<td>&amp;aelig;</td>
<td>&#230;</td>
<td>&#xE6;</td>
<td>Latin small ligature letter ae</td>
</tr>
<tr>
<td>ç</td>
<td>&amp;ccedil;</td>
<td>&#231;</td>
<td>&#xE7;</td>
<td>Latin small letter c with cedilla</td>
</tr>
<tr>
<td>è</td>
<td>&amp;egrave;</td>
<td>&#232;</td>
<td>&#xE8;</td>
<td>Latin small letter e with grave</td>
</tr>
<tr>
<td>é</td>
<td>&amp;eacute;</td>
<td>&#233;</td>
<td>&#xE9;</td>
<td>Latin small letter e with acute</td>
</tr>
<tr>
<td>ê</td>
<td>&amp;ecirc;</td>
<td>&#234;</td>
<td>&#xEA;</td>
<td>Latin small letter e with circumflex</td>
</tr>
<tr>
<td>ë</td>
<td>&amp;euml;</td>
<td>&#235;</td>
<td>&#xEB;</td>
<td>Latin small letter e with diaeresis</td>
</tr>
<tr>
<td>ì</td>
<td>&amp;igrave;</td>
<td>&#236;</td>
<td>&#xEC;</td>
<td>Latin small letter i with grave</td>
</tr>
<tr>
<td>í</td>
<td>&amp;iacute;</td>
<td>&#237;</td>
<td>&#xED;</td>
<td>Latin small letter i with acute</td>
</tr>
<tr>
<td>î</td>
<td>&amp;icirc;</td>
<td>&#238;</td>
<td>&#xEE;</td>
<td>Latin small letter i with circumflex</td>
</tr>
<tr>
<td>ï</td>
<td>&amp;iuml;</td>
<td>&#239;</td>
<td>&#xEF;</td>
<td>Latin small letter i with diaeresis</td>
</tr>
<tr>
<td>ð</td>
<td>&amp;eth;</td>
<td>&#240;</td>
<td>&#xF0;</td>
<td>Latin small letter eth</td>
</tr>
<tr>
<td>ñ</td>
<td>&amp;ntilde;</td>
<td>&#241;</td>
<td>&#xF1;</td>
<td>Latin small letter n with tilde</td>
</tr>
<tr>
<td>ò</td>
<td>&amp;ograve;</td>
<td>&#242;</td>
<td>&#xF2;</td>
<td>Latin small letter o with grave</td>
</tr>
<tr>
<td>ó</td>
<td>&amp;oacute;</td>
<td>&#243;</td>
<td>&#xF3;</td>
<td>Latin small letter o with acute</td>
</tr>
<tr>
<td>ô</td>
<td>&amp;ocirc;</td>
<td>&#244;</td>
<td>&#xF4;</td>
<td>Latin small letter o with circumflex</td>
</tr>
<tr>
<td>õ</td>
<td>&amp;otilde;</td>
<td>&#245;</td>
<td>&#xF5;</td>
<td>Latin small letter o with tilde</td>
</tr>
<tr>
<td>ö</td>
<td>&amp;ouml;</td>
<td>&#246;</td>
<td>&#xF6;</td>
<td>Latin small letter o with diaeresis</td>
</tr>
<tr>
<td>÷</td>
<td>&amp;divide;</td>
<td>&#247;</td>
<td>&#xF7;</td>
<td>division sign</td>
</tr>
<tr>
<td>ø</td>
<td>&amp;oslash;</td>
<td>&#248;</td>
<td>&#xF8;</td>
<td>Latin small letter o with slash</td>
</tr>
<tr>
<td>ù</td>
<td>&amp;ugrave;</td>
<td>&#249;</td>
<td>&#xF9;</td>
<td>Latin small letter u with grave</td>
</tr>
<tr>
<td>ú</td>
<td>&amp;uacute;</td>
<td>&#250;</td>
<td>&#xFA;</td>
<td>Latin small letter u with acute</td>
</tr>
<tr>
<td>û</td>
<td>&amp;ucirc;</td>
<td>&#251;</td>
<td>&#xFB;</td>
<td>Latin small letter u with circumflex</td>
</tr>
<tr>
<td>ü</td>
<td>&amp;uuml;</td>
<td>&#252;</td>
<td>&#xFC;</td>
<td>Latin small letter u with diaeresis</td>
</tr>
<tr>
<td>ý</td>
<td>&amp;yacute;</td>
<td>&#253;</td>
<td>&#xFD;</td>
<td>Latin small letter y with acute</td>
</tr>
<tr>
<td>þ</td>
<td>&amp;thorn;</td>
<td>&#254;</td>
<td>&#xFE;</td>
<td>Latin small letter thorn</td>
</tr>
<tr>
<td>ÿ</td>
<td>&amp;yuml;</td>
<td>&#255;</td>
<td>&#xFF;</td>
<td>Latin small letter y with diaeresis</td>
</tr>
<tr>
<td colspan="5"><a name="greek"></a>Symbols and Greek Letters</td>
</tr>
<tr>
<td>ƒ</td>
<td>&amp;fnof;</td>
<td>&#402;</td>
<td>&#x192;</td>
<td>Latin small f with hook = florin</td>
</tr>
<tr>
<td>Α</td>
<td>&amp;Alpha;</td>
<td>&#913;</td>
<td>&#x391;</td>
<td>Greek capital letter alpha</td>
</tr>
<tr>
<td>Β</td>
<td>&amp;Beta;</td>
<td>&#914;</td>
<td>&#x392;</td>
<td>Greek capital letter beta</td>
</tr>
<tr>
<td>Γ</td>
<td>&amp;Gamma;</td>
<td>&#915;</td>
<td>&#x393;</td>
<td>Greek capital letter gamma</td>
</tr>
<tr>
<td>Δ</td>
<td>&amp;Delta;</td>
<td>&#916;</td>
<td>&#x394;</td>
<td>Greek capital letter delta</td>
</tr>
<tr>
<td>Ε</td>
<td>&amp;Epsilon;</td>
<td>&#917;</td>
<td>&#x395;</td>
<td>Greek capital letter epsilon</td>
</tr>
<tr>
<td>Ζ</td>
<td>&amp;Zeta;</td>
<td>&#918;</td>
<td>&#x396;</td>
<td>Greek capital letter zeta</td>
</tr>
<tr>
<td>Η</td>
<td>&amp;Eta;</td>
<td>&#919;</td>
<td>&#x397;</td>
<td>Greek capital letter eta</td>
</tr>
<tr>
<td>Θ</td>
<td>&amp;Theta;</td>
<td>&#920;</td>
<td>&#x398;</td>
<td>Greek capital letter theta</td>
</tr>
<tr>
<td>Ι</td>
<td>&amp;Iota;</td>
<td>&#921;</td>
<td>&#x399;</td>
<td>Greek capital letter iota</td>
</tr>
<tr>
<td>Κ</td>
<td>&amp;Kappa;</td>
<td>&#922;</td>
<td>&#x39A;</td>
<td>Greek capital letter kappa</td>
</tr>
<tr>
<td>Λ</td>
<td>&amp;Lambda;</td>
<td>&#923;</td>
<td>&#x39B;</td>
<td>Greek capital letter lambda</td>
</tr>
<tr>
<td>Μ</td>
<td>&amp;Mu;</td>
<td>&#924;</td>
<td>&#x39C;</td>
<td>Greek capital letter mu</td>
</tr>
<tr>
<td>Ν</td>
<td>&amp;Nu;</td>
<td>&#925;</td>
<td>&#x39D;</td>
<td>Greek capital letter nu</td>
</tr>
<tr>
<td>Ξ</td>
<td>&amp;Xi;</td>
<td>&#926;</td>
<td>&#x39E;</td>
<td>Greek capital letter xi</td>
</tr>
<tr>
<td>Ο</td>
<td>&amp;Omicron;</td>
<td>&#927;</td>
<td>&#x39F;</td>
<td>Greek capital letter omicron</td>
</tr>
<tr>
<td>Π</td>
<td>&amp;Pi;</td>
<td>&#928;</td>
<td>&#x3A0;</td>
<td>Greek capital letter pi</td>
</tr>
<tr>
<td>Ρ</td>
<td>&amp;Rho;</td>
<td>&#929;</td>
<td>&#x3A1;</td>
<td>Greek capital letter rho</td>
</tr>
<tr>
<td>Σ</td>
<td>&amp;Sigma;</td>
<td>&#931;</td>
<td>&#x3A3;</td>
<td>Greek capital letter sigma</td>
</tr>
<tr>
<td>Τ</td>
<td>&amp;Tau;</td>
<td>&#932;</td>
<td>&#x3A4;</td>
<td>Greek capital letter tau</td>
</tr>
<tr>
<td>Υ</td>
<td>&amp;Upsilon;</td>
<td>&#933;</td>
<td>&#x3A5;</td>
<td>Greek capital letter upsilon</td>
</tr>
<tr>
<td>Φ</td>
<td>&amp;Phi;</td>
<td>&#934;</td>
<td>&#x3A6;</td>
<td>Greek capital letter phi</td>
</tr>
<tr>
<td>Χ</td>
<td>&amp;Chi;</td>
<td>&#935;</td>
<td>&#x3A7;</td>
<td>Greek capital letter chi</td>
</tr>
<tr>
<td>Ψ</td>
<td>&amp;Psi;</td>
<td>&#936;</td>
<td>&#x3A8;</td>
<td>Greek capital letter psi</td>
</tr>
<tr>
<td>Ω</td>
<td>&amp;Omega;</td>
<td>&#937;</td>
<td>&#x3A9;</td>
<td>Greek capital letter omega</td>
</tr>
<tr>
<td>α</td>
<td>&amp;alpha;</td>
<td>&#945;</td>
<td>&#x3B1;</td>
<td>Greek small letter alpha</td>
</tr>
<tr>
<td>β</td>
<td>&amp;beta;</td>
<td>&#946;</td>
<td>&#x3B2;</td>
<td>Greek small letter beta</td>
</tr>
<tr>
<td>γ</td>
<td>&amp;gamma;</td>
<td>&#947;</td>
<td>&#x3B3;</td>
<td>Greek small letter gamma</td>
</tr>
<tr>
<td>δ</td>
<td>&amp;delta;</td>
<td>&#948;</td>
<td>&#x3B4;</td>
<td>Greek small letter delta</td>
</tr>
<tr>
<td>ε</td>
<td>&amp;epsilon;</td>
<td>&#949;</td>
<td>&#x3B5;</td>
<td>Greek small letter epsilon</td>
</tr>
<tr>
<td>ζ</td>
<td>&amp;zeta;</td>
<td>&#950;</td>
<td>&#x3B6;</td>
<td>Greek small letter zeta</td>
</tr>
<tr>
<td>η</td>
<td>&amp;eta;</td>
<td>&#951;</td>
<td>&#x3B7;</td>
<td>Greek small letter eta</td>
</tr>
<tr>
<td>θ</td>
<td>&amp;theta;</td>
<td>&#952;</td>
<td>&#x3B8;</td>
<td>Greek small letter theta</td>
</tr>
<tr>
<td>ι</td>
<td>&amp;iota;</td>
<td>&#953;</td>
<td>&#x3B9;</td>
<td>Greek small letter iota</td>
</tr>
<tr>
<td>κ</td>
<td>&amp;kappa;</td>
<td>&#954;</td>
<td>&#x3BA;</td>
<td>Greek small letter kappa</td>
</tr>
<tr>
<td>λ</td>
<td>&amp;lambda;</td>
<td>&#955;</td>
<td>&#x3BB;</td>
<td>Greek small letter lambda</td>
</tr>
<tr>
<td>μ</td>
<td>&amp;mu;</td>
<td>&#956;</td>
<td>&#x3BC;</td>
<td>Greek small letter mu</td>
</tr>
<tr>
<td>ν</td>
<td>&amp;nu;</td>
<td>&#957;</td>
<td>&#x3BD;</td>
<td>Greek small letter nu</td>
</tr>
<tr>
<td>ξ</td>
<td>&amp;xi;</td>
<td>&#958;</td>
<td>&#x3BE;</td>
<td>Greek small letter xi</td>
</tr>
<tr>
<td>ο</td>
<td>&amp;omicron;</td>
<td>&#959;</td>
<td>&#x3BF;</td>
<td>Greek small letter omicron</td>
</tr>
<tr>
<td>π</td>
<td>&amp;pi;</td>
<td>&#960;</td>
<td>&#x3C0;</td>
<td>Greek small letter pi</td>
</tr>
<tr>
<td>ρ</td>
<td>&amp;rho;</td>
<td>&#961;</td>
<td>&#x3C1;</td>
<td>Greek small letter rho</td>
</tr>
<tr>
<td>ς</td>
<td>&amp;sigmaf;</td>
<td>&#962;</td>
<td>&#x3C2;</td>
<td>Greek small letter final sigma</td>
</tr>
<tr>
<td>σ</td>
<td>&amp;sigma;</td>
<td>&#963;</td>
<td>&#x3C3;</td>
<td>Greek small letter sigma</td>
</tr>
<tr>
<td>τ</td>
<td>&amp;tau;</td>
<td>&#964;</td>
<td>&#x3C4;</td>
<td>Greek small letter tau</td>
</tr>
<tr>
<td>υ</td>
<td>&amp;upsilon;</td>
<td>&#965;</td>
<td>&#x3C5;</td>
<td>Greek small letter upsilon</td>
</tr>
<tr>
<td>φ</td>
<td>&amp;phi;</td>
<td>&#966;</td>
<td>&#x3C6;</td>
<td>Greek small letter phi</td>
</tr>
<tr>
<td>χ</td>
<td>&amp;chi;</td>
<td>&#967;</td>
<td>&#x3C7;</td>
<td>Greek small letter chi</td>
</tr>
<tr>
<td>ψ</td>
<td>&amp;psi;</td>
<td>&#968;</td>
<td>&#x3C8;</td>
<td>Greek small letter psi</td>
</tr>
<tr>
<td>ω</td>
<td>&amp;omega;</td>
<td>&#969;</td>
<td>&#x3C9;</td>
<td>Greek small letter omega</td>
</tr>
<tr>
<td>ϑ</td>
<td>&amp;thetasym;</td>
<td>&#977;</td>
<td>&#x3D1;</td>
<td>Greek small letter theta symbol</td>
</tr>
<tr>
<td>ϒ</td>
<td>&amp;upsih;</td>
<td>&#978;</td>
<td>&#x3D2;</td>
<td>Greek upsilon with hook symbol</td>
</tr>
<tr>
<td>ϖ</td>
<td>&amp;piv;</td>
<td>&#982;</td>
<td>&#x3D6;</td>
<td>Greek pi symbol</td>
</tr>
<tr>
<td>•</td>
<td>&amp;bull;</td>
<td>&#8226;</td>
<td>&#x2022;</td>
<td>bullet = black small circle</td>
</tr>
<tr>
<td>…</td>
<td>&amp;hellip;</td>
<td>&#8230;</td>
<td>&#x2026;</td>
<td>horizontal ellipsis = three dot leader</td>
</tr>
<tr>
<td>′</td>
<td>&amp;prime;</td>
<td>&#8242;</td>
<td>&#x2032;</td>
<td>prime = minutes = feet</td>
</tr>
<tr>
<td>″</td>
<td>&amp;Prime;</td>
<td>&#8243;</td>
<td>&#x2033;</td>
<td>double prime = seconds = inches</td>
</tr>
<tr>
<td>‾</td>
<td>&amp;oline;</td>
<td>&#8254;</td>
<td>&#x203E;</td>
<td>overline = spacing overscore</td>
</tr>
<tr>
<td>⁄</td>
<td>&amp;frasl;</td>
<td>&#8260;</td>
<td>&#x2044;</td>
<td>fraction slash</td>
</tr>
<tr>
<td>℘</td>
<td>&amp;weierp;</td>
<td>&#8472;</td>
<td>&#x2118;</td>
<td>script capital P = power set = Weierstrass p</td>
</tr>
<tr>
<td>ℑ</td>
<td>&amp;image;</td>
<td>&#8465;</td>
<td>&#x2111;</td>
<td>blackletter capital I = imaginary part</td>
</tr>
<tr>
<td>ℜ</td>
<td>&amp;real;</td>
<td>&#8476;</td>
<td>&#x211C;</td>
<td>blackletter capital R = real part symbol</td>
</tr>
<tr>
<td>™</td>
<td>&amp;trade;</td>
<td>&#8482;</td>
<td>&#x2122;</td>
<td>trade mark sign</td>
</tr>
<tr>
<td>ℵ</td>
<td>&amp;alefsym;</td>
<td>&#8501;</td>
<td>&#x2135;</td>
<td>alef symbol = first transfinite cardinal</td>
</tr>
<tr>
<td>←</td>
<td>&amp;larr;</td>
<td>&#8592;</td>
<td>&#x2190;</td>
<td>leftwards arrow</td>
</tr>
<tr>
<td>↑</td>
<td>&amp;uarr;</td>
<td>&#8593;</td>
<td>&#x2191;</td>
<td>upwards arrow</td>
</tr>
<tr>
<td>→</td>
<td>&amp;rarr;</td>
<td>&#8594;</td>
<td>&#x2192;</td>
<td>rightwards arrow</td>
</tr>
<tr>
<td>↓</td>
<td>&amp;darr;</td>
<td>&#8595;</td>
<td>&#x2193;</td>
<td>downwards arrow</td>
</tr>
<tr>
<td>↔</td>
<td>&amp;harr;</td>
<td>&#8596;</td>
<td>&#x2194;</td>
<td>left right arrow</td>
</tr>
<tr>
<td>↵</td>
<td>&amp;crarr;</td>
<td>&#8629;</td>
<td>&#x21B5;</td>
<td>down arrow with leftwards corner = CR</td>
</tr>
<tr>
<td>⇐</td>
<td>&amp;lArr;</td>
<td>&#8656;</td>
<td>&#x21D0;</td>
<td>leftwards double arrow</td>
</tr>
<tr>
<td>⇑</td>
<td>&amp;uArr;</td>
<td>&#8657;</td>
<td>&#x21D1;</td>
<td>upwards double arrow</td>
</tr>
<tr>
<td>⇒</td>
<td>&amp;rArr;</td>
<td>&#8658;</td>
<td>&#x21D2;</td>
<td>rightwards double arrow</td>
</tr>
<tr>
<td>⇓</td>
<td>&amp;dArr;</td>
<td>&#8659;</td>
<td>&#x21D3;</td>
<td>downwards double arrow</td>
</tr>
<tr>
<td>⇔</td>
<td>&amp;hArr;</td>
<td>&#8660;</td>
<td>&#x21D4;</td>
<td>left right double arrow</td>
</tr>
<tr>
<td>∀</td>
<td>&amp;forall;</td>
<td>&#8704;</td>
<td>&#x2200;</td>
<td>for all</td>
</tr>
<tr>
<td>∂</td>
<td>&amp;part;</td>
<td>&#8706;</td>
<td>&#x2202;</td>
<td>partial differential</td>
</tr>
<tr>
<td>∃</td>
<td>&amp;exist;</td>
<td>&#8707;</td>
<td>&#x2203;</td>
<td>there exists</td>
</tr>
<tr>
<td>∅</td>
<td>&amp;empty;</td>
<td>&#8709;</td>
<td>&#x2205;</td>
<td>empty set = null set = diameter</td>
</tr>
<tr>
<td>∇</td>
<td>&amp;nabla;</td>
<td>&#8711;</td>
<td>&#x2207;</td>
<td>nabla = backward difference</td>
</tr>
<tr>
<td>∈</td>
<td>&amp;isin;</td>
<td>&#8712;</td>
<td>&#x2208;</td>
<td>element of</td>
</tr>
<tr>
<td>∉</td>
<td>&amp;notin;</td>
<td>&#8713;</td>
<td>&#x2209;</td>
<td>not an element of</td>
</tr>
<tr>
<td>∋</td>
<td>&amp;ni;</td>
<td>&#8715;</td>
<td>&#x220B;</td>
<td>contains as member</td>
</tr>
<tr>
<td>∏</td>
<td>&amp;prod;</td>
<td>&#8719;</td>
<td>&#x220F;</td>
<td>n-ary product = product sign</td>
</tr>
<tr>
<td>∑</td>
<td>&amp;sum;</td>
<td>&#8721;</td>
<td>&#x2211;</td>
<td>n-ary sumation</td>
</tr>
<tr>
<td>−</td>
<td>&amp;minus;</td>
<td>&#8722;</td>
<td>&#x2212;</td>
<td>minus sign</td>
</tr>
<tr>
<td>∗</td>
<td>&amp;lowast;</td>
<td>&#8727;</td>
<td>&#x2217;</td>
<td>asterisk operator</td>
</tr>
<tr>
<td>√</td>
<td>&amp;radic;</td>
<td>&#8730;</td>
<td>&#x221A;</td>
<td>square root = radical sign</td>
</tr>
<tr>
<td>∝</td>
<td>&amp;prop;</td>
<td>&#8733;</td>
<td>&#x221D;</td>
<td>proportional to</td>
</tr>
<tr>
<td>∞</td>
<td>&amp;infin;</td>
<td>&#8734;</td>
<td>&#x221E;</td>
<td>infinity</td>
</tr>
<tr>
<td>∠</td>
<td>&amp;ang;</td>
<td>&#8736;</td>
<td>&#x2220;</td>
<td>angle</td>
</tr>
<tr>
<td>∧</td>
<td>&amp;and;</td>
<td>&#8743;</td>
<td>&#x2227;</td>
<td>logical and = wedge</td>
</tr>
<tr>
<td>∨</td>
<td>&amp;or;</td>
<td>&#8744;</td>
<td>&#x2228;</td>
<td>logical or = vee</td>
</tr>
<tr>
<td>∩</td>
<td>&amp;cap;</td>
<td>&#8745;</td>
<td>&#x2229;</td>
<td>intersection = cap</td>
</tr>
<tr>
<td>∪</td>
<td>&amp;cup;</td>
<td>&#8746;</td>
<td>&#x222A;</td>
<td>union = cup</td>
</tr>
<tr>
<td>∫</td>
<td>&amp;int;</td>
<td>&#8747;</td>
<td>&#x222B;</td>
<td>integral</td>
</tr>
<tr>
<td>∴</td>
<td>&amp;there4;</td>
<td>&#8756;</td>
<td>&#x2234;</td>
<td>therefore</td>
</tr>
<tr>
<td>∼</td>
<td>&amp;sim;</td>
<td>&#8764;</td>
<td>&#x223C;</td>
<td>tilde operator = varies with = similar to</td>
</tr>
<tr>
<td>≅</td>
<td>&amp;cong;</td>
<td>&#8773;</td>
<td>&#x2245;</td>
<td>approximately equal to</td>
</tr>
<tr>
<td>≈</td>
<td>&amp;asymp;</td>
<td>&#8776;</td>
<td>&#x2248;</td>
<td>almost equal to = asymptotic to</td>
</tr>
<tr>
<td>≠</td>
<td>&amp;ne;</td>
<td>&#8800;</td>
<td>&#x2260;</td>
<td>not equal to</td>
</tr>
<tr>
<td>≡</td>
<td>&amp;equiv;</td>
<td>&#8801;</td>
<td>&#x2261;</td>
<td>identical to</td>
</tr>
<tr>
<td>≤</td>
<td>&amp;le;</td>
<td>&#8804;</td>
<td>&#x2264;</td>
<td>less-than or equal to</td>
</tr>
<tr>
<td>≥</td>
<td>&amp;ge;</td>
<td>&#8805;</td>
<td>&#x2265;</td>
<td>greater-than or equal to</td>
</tr>
<tr>
<td>⊂</td>
<td>&amp;sub;</td>
<td>&#8834;</td>
<td>&#x2282;</td>
<td>subset of</td>
</tr>
<tr>
<td>⊃</td>
<td>&amp;sup;</td>
<td>&#8835;</td>
<td>&#x2283;</td>
<td>superset of</td>
</tr>
<tr>
<td>⊄</td>
<td>&amp;nsub;</td>
<td>&#8836;</td>
<td>&#x2284;</td>
<td>not a subset of</td>
</tr>
<tr>
<td>⊆</td>
<td>&amp;sube;</td>
<td>&#8838;</td>
<td>&#x2286;</td>
<td>subset of or equal to</td>
</tr>
<tr>
<td>⊇</td>
<td>&amp;supe;</td>
<td>&#8839;</td>
<td>&#x2287;</td>
<td>superset of or equal to</td>
</tr>
<tr>
<td>⊕</td>
<td>&amp;oplus;</td>
<td>&#8853;</td>
<td>&#x2295;</td>
<td>circled plus = direct sum</td>
</tr>
<tr>
<td>⊗</td>
<td>&amp;otimes;</td>
<td>&#8855;</td>
<td>&#x2297;</td>
<td>circled times = vector product</td>
</tr>
<tr>
<td>⊥</td>
<td>&amp;perp;</td>
<td>&#8869;</td>
<td>&#x22A5;</td>
<td>up tack = orthogonal to = perpendicular</td>
</tr>
<tr>
<td>⋅</td>
<td>&amp;sdot;</td>
<td>&#8901;</td>
<td>&#x22C5;</td>
<td>dot operator</td>
</tr>
<tr>
<td>⌈</td>
<td>&amp;lceil;</td>
<td>&#8968;</td>
<td>&#x2308;</td>
<td>left ceiling = APL upstile</td>
</tr>
<tr>
<td>⌉</td>
<td>&amp;rceil;</td>
<td>&#8969;</td>
<td>&#x2309;</td>
<td>right ceiling</td>
</tr>
<tr>
<td>⌊</td>
<td>&amp;lfloor;</td>
<td>&#8970;</td>
<td>&#x230A;</td>
<td>left floor = APL downstile</td>
</tr>
<tr>
<td>⌋</td>
<td>&amp;rfloor;</td>
<td>&#8971;</td>
<td>&#x230B;</td>
<td>right floor</td>
</tr>
<tr>
<td>⟨</td>
<td>&amp;lang;</td>
<td>&#9001;</td>
<td>&#x2329;</td>
<td>left-pointing angle bracket = bra</td>
</tr>
<tr>
<td>⟩</td>
<td>&amp;rang;</td>
<td>&#9002;</td>
<td>&#x232A;</td>
<td>right-pointing angle bracket = ket</td>
</tr>
<tr>
<td>◊</td>
<td>&amp;loz;</td>
<td>&#9674;</td>
<td>&#x25CA;</td>
<td>lozenge</td>
</tr>
<tr>
<td>♠</td>
<td>&amp;spades;</td>
<td>&#9824;</td>
<td>&#x2660;</td>
<td>black spade suit</td>
</tr>
<tr>
<td>♣</td>
<td>&amp;clubs;</td>
<td>&#9827;</td>
<td>&#x2663;</td>
<td>black club suit = shamrock</td>
</tr>
<tr>
<td>♥</td>
<td>&amp;hearts;</td>
<td>&#9829;</td>
<td>&#x2665;</td>
<td>black heart suit = valentine</td>
</tr>
<tr>
<td>♦</td>
<td>&amp;diams;</td>
<td>&#9830;</td>
<td>&#x2666;</td>
<td>black diamond suit</td>
</tr>
<tr>
<td colspan="5"><a name="special"></a>Other special characters</td>
</tr>
<tr>
<td>&#8220;</td>
<td>&amp;quot;</td>
<td>&#034;</td>
<td>&#x22;</td>
<td>quotation mark = APL quote</td>
</tr>
<tr>
<td>&amp;</td>
<td>&amp;amp;</td>
<td>&#038;</td>
<td>&#x26;</td>
<td>ampersand</td>
</tr>
<tr>
<td>&lt;</td>
<td>&amp;lt;</td>
<td>&#060;</td>
<td>&#x3C;</td>
<td>less-than sign</td>
</tr>
<tr>
<td>&gt;</td>
<td>&amp;gt;</td>
<td>&#062;</td>
<td>&#x3E;</td>
<td>greater-than sign</td>
</tr>
<tr>
<td>Œ</td>
<td>&amp;OElig;</td>
<td>&#338;</td>
<td>&#x152;</td>
<td>Latin capital ligature OE</td>
</tr>
<tr>
<td>œ</td>
<td>&amp;oelig;</td>
<td>&#339;</td>
<td>&#x153;</td>
<td>Latin small ligature oe</td>
</tr>
<tr>
<td>Š</td>
<td>&amp;Scaron;</td>
<td>&#352;</td>
<td>&#x160;</td>
<td>Latin capital letter S with caron</td>
</tr>
<tr>
<td>š</td>
<td>&amp;scaron;</td>
<td>&#353;</td>
<td>&#x161;</td>
<td>Latin small letter s with caron</td>
</tr>
<tr>
<td>Ÿ</td>
<td>&amp;Yuml;</td>
<td>&#376;</td>
<td>&#x178;</td>
<td>Latin capital letter Y with diaeresis</td>
</tr>
<tr>
<td>ˆ</td>
<td>&amp;circ;</td>
<td>&#710;</td>
<td>&#x2C6;</td>
<td>modifier letter circumflex accent</td>
</tr>
<tr>
<td>˜</td>
<td>&amp;tilde;</td>
<td>&#732;</td>
<td>&#x2DC;</td>
<td>small tilde</td>
</tr>
<tr>
<td></td>
<td>&amp;ensp;</td>
<td>&#8194;</td>
<td>&#x2002;</td>
<td>en space</td>
</tr>
<tr>
<td></td>
<td>&amp;emsp;</td>
<td>&#8195;</td>
<td>&#x2003;</td>
<td>em space</td>
</tr>
<tr>
<td></td>
<td>&amp;thinsp;</td>
<td>&#8201;</td>
<td>&#x2009;</td>
<td>thin space</td>
</tr>
<tr>
<td>‌</td>
<td>&amp;zwnj;</td>
<td>&#8204;</td>
<td>&#x200C;</td>
<td>zero width non-joiner</td>
</tr>
<tr>
<td>‍</td>
<td>&amp;zwj;</td>
<td>&#8205;</td>
<td>&#x200D;</td>
<td>zero width joiner</td>
</tr>
<tr>
<td>‎</td>
<td>&amp;lrm;</td>
<td>&#8206;</td>
<td>&#x200E;</td>
<td>left-to-right mark</td>
</tr>
<tr>
<td>‏</td>
<td>&amp;rlm;</td>
<td>&#8207;</td>
<td>&#x200F;</td>
<td>right-to-left mark</td>
</tr>
<tr>
<td>–</td>
<td>&amp;ndash;</td>
<td>&#8211;</td>
<td>&#x2013;</td>
<td>en dash</td>
</tr>
<tr>
<td>—</td>
<td>&amp;mdash;</td>
<td>&#8212;</td>
<td>&#x2014;</td>
<td>em dash</td>
</tr>
<tr>
<td>‘</td>
<td>&amp;lsquo;</td>
<td>&#8216;</td>
<td>&#x2018;</td>
<td>left single quotation mark</td>
</tr>
<tr>
<td>’</td>
<td>&amp;rsquo;</td>
<td>&#8217;</td>
<td>&#x2019;</td>
<td>right single quotation mark</td>
</tr>
<tr>
<td>‚</td>
<td>&amp;sbquo;</td>
<td>&#8218;</td>
<td>&#x201A;</td>
<td>single low-9 quotation mark</td>
</tr>
<tr>
<td>“</td>
<td>&amp;ldquo;</td>
<td>&#8220;</td>
<td>&#x201C;</td>
<td>left double quotation mark</td>
</tr>
<tr>
<td>”</td>
<td>&amp;rdquo;</td>
<td>&#8221;</td>
<td>&#x201D;</td>
<td>right double quotation mark</td>
</tr>
<tr>
<td>„</td>
<td>&amp;bdquo;</td>
<td>&#8222;</td>
<td>&#x201E;</td>
<td>double low-9 quotation mark</td>
</tr>
<tr>
<td>†</td>
<td>&amp;dagger;</td>
<td>&#8224;</td>
<td>&#x2020;</td>
<td>dagger</td>
</tr>
<tr>
<td>‡</td>
<td>&amp;Dagger;</td>
<td>&#8225;</td>
<td>&#x2021;</td>
<td>double dagger</td>
</tr>
<tr>
<td>‰</td>
<td>&amp;permil;</td>
<td>&#8240;</td>
<td>&#x2030;</td>
<td>per mille sign</td>
</tr>
<tr>
<td>‹</td>
<td>&amp;lsaquo;</td>
<td>&#8249;</td>
<td>&#x2039;</td>
<td>single left-pointing angle quotation mark</td>
</tr>
<tr>
<td>›</td>
<td>&amp;rsaquo;</td>
<td>&#8250;</td>
<td>&#x203A;</td>
<td>single right-pointing angle quotation mark</td>
</tr>
<tr>
<td>€</td>
<td>&amp;euro;</td>
<td>&#8364;</td>
<td>&#x20AC;</td>
<td>euro sign</td>
</tr>
</tbody>
</table>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/schleichermann.wordpress.com/789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/schleichermann.wordpress.com/789/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/schleichermann.wordpress.com/789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/schleichermann.wordpress.com/789/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/schleichermann.wordpress.com/789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/schleichermann.wordpress.com/789/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/schleichermann.wordpress.com/789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/schleichermann.wordpress.com/789/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/schleichermann.wordpress.com/789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/schleichermann.wordpress.com/789/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/schleichermann.wordpress.com/789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/schleichermann.wordpress.com/789/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/schleichermann.wordpress.com/789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/schleichermann.wordpress.com/789/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schleichermann.wordpress.com&amp;blog=4378816&amp;post=789&amp;subd=schleichermann&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://schleichermann.wordpress.com/2011/04/18/html-special-characters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">schleichermann</media:title>
		</media:content>
	</item>
		<item>
		<title>Dummy/Fake SMTP/Mail Trap for Development Purposes</title>
		<link>http://schleichermann.wordpress.com/2011/04/06/dummyfake-smtpmail-trap-for-development-purposes/</link>
		<comments>http://schleichermann.wordpress.com/2011/04/06/dummyfake-smtpmail-trap-for-development-purposes/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 11:55:44 +0000</pubDate>
		<dc:creator>schleichermann</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[SMTP]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Mail]]></category>

		<guid isPermaLink="false">http://schleichermann.wordpress.com/?p=783</guid>
		<description><![CDATA[This post started out as a question on StackOverflow.com (found here). I have moved over to Linux Mint 10 for all of my Ruby and Ruby on Rails application development. I have found this flavour of Linux to be the most pleasant for my purposes. But I ran into a bit of a problem when [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schleichermann.wordpress.com&amp;blog=4378816&amp;post=783&amp;subd=schleichermann&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This post started out as a question on StackOverflow.com (<a title="Mail Trap Question" href="http://stackoverflow.com/questions/5554545/linux-development-smtp-server/5565649#5565649" target="_blank">found here</a>). I have moved over to Linux Mint 10 for all of my Ruby and Ruby on Rails application development. I have found this flavour of Linux to be the most pleasant for my purposes. But I ran into a bit of a problem when I first moved over form Windows.</p>
<p><strong>Issue</strong>: On windows I had more than one option when it came to a dummy/fake SMTP/Mail trap which I could use to catch and examine the emails generated and sent out by the applications on which I was working. Extremely useful when testing account registration and email activation <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  But on Linux all I found were posts about setting up a full blown SMTP server and then connecting a mail client to it and pulling the emails locally. PUKE, GAG,VOMIT way too much work for me and I am really not interested in becoming a professional mail server administrator.</p>
<p><strong>Solution</strong>: After millions of hours searching for a decent solution I ram across a Ruby Gem called MailTrap, oh my saviour, I can&#8217;t even begin to tell you how much I love this GEM, it makes my life so much easier.</p>
<p><span style="color:#666699;">[sudo] gem install mailtrap</span></p>
<p>Then don&#8217;t forget to setup your development environment file with the following entries</p>
<p><span style="color:#666699;">config.action_mailer.raise_delivery_errors = true</span><br />
<span style="color:#666699;"> config.action_mailer.perform_deliveries = true</span><br />
<span style="color:#666699;"> config.action_mailer.delivery_method = :smtp</span><br />
<span style="color:#666699;"> config.action_mailer.smtp_settings = {</span><br />
<span style="color:#666699;"> :domain =&gt; &#8220;mydomain.net&#8221;,</span><br />
<span style="color:#666699;"> :address =&gt; &#8220;localhost&#8221;,</span><br />
<span style="color:#666699;"> :port =&gt; 2525,</span><br />
<span style="color:#666699;"> }</span><br />
<span style="color:#666699;"> config.action_mailer.default_url_options = { :host =&gt; &#8216;localhost:2525&#8242; }</span></p>
<p>Then simply run the gem application in a terminal window and you will see each of the mail messages as they come in or you can view them in the log file that is created.</p>
<p><span style="color:#666699;">mailtrap run</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/schleichermann.wordpress.com/783/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/schleichermann.wordpress.com/783/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/schleichermann.wordpress.com/783/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/schleichermann.wordpress.com/783/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/schleichermann.wordpress.com/783/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/schleichermann.wordpress.com/783/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/schleichermann.wordpress.com/783/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/schleichermann.wordpress.com/783/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/schleichermann.wordpress.com/783/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/schleichermann.wordpress.com/783/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/schleichermann.wordpress.com/783/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/schleichermann.wordpress.com/783/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/schleichermann.wordpress.com/783/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/schleichermann.wordpress.com/783/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schleichermann.wordpress.com&amp;blog=4378816&amp;post=783&amp;subd=schleichermann&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://schleichermann.wordpress.com/2011/04/06/dummyfake-smtpmail-trap-for-development-purposes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">schleichermann</media:title>
		</media:content>
	</item>
		<item>
		<title>RVM, Ruby, Rails on Linux Mint</title>
		<link>http://schleichermann.wordpress.com/2011/03/26/rvm-ruby-rails-on-linux-mint/</link>
		<comments>http://schleichermann.wordpress.com/2011/03/26/rvm-ruby-rails-on-linux-mint/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 07:25:09 +0000</pubDate>
		<dc:creator>schleichermann</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[GEM]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mint]]></category>
		<category><![CDATA[RVM]]></category>

		<guid isPermaLink="false">http://schleichermann.wordpress.com/?p=769</guid>
		<description><![CDATA[Step 1: First we need to install all the required libraries $ sudo apt-get install curl git-core build-essential zlib1g-dev libssl-dev libreadline5-dev Step 2: Install RVM $ bash &#60; &#60;( curl http://rvm.beginrescueend.com/releases/rvm-install-head ) Step 3: mint 10 does not have a .bashrc file so one needs to be added and then RVM specific lines added $ [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schleichermann.wordpress.com&amp;blog=4378816&amp;post=769&amp;subd=schleichermann&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration:underline;"><strong>Step 1</strong></span>: First we need to install all the required libraries</p>
<p><code>$ </code><code>sudo</code> <code>apt-get </code><code>install</code> <code>curl git-core build-essential zlib1g-dev libssl-dev libreadline5-dev</code></p>
<p><span style="text-decoration:underline;"><strong>Step 2</strong></span>: Install RVM</p>
<p><code>$ bash &lt; &lt;( curl http://rvm.beginrescueend.com/releases/rvm-install-head )</code></p>
<p><span style="text-decoration:underline;"><strong>Step 3</strong></span>: mint 10 does not have a .bashrc file so one needs to be added and then RVM specific lines added</p>
<p><code> $ sudo touch .bashrc<br />
$ sudo gedit .bashrc<br />
(Add line to .bashrc file)<br />
if [[ -s "$HOME/.rvm/scripts/rvm" ]]  ; then source "$HOME/.rvm/scripts/rvm" ; fi</code></p>
<p><span style="text-decoration:underline;"><strong>Step 4</strong></span>: close the current terminal and open a new one in order to load the new commands</p>
<p><span style="text-decoration:underline;"><strong>Step 5</strong></span>: verify RVM has been installed by running you should get back a description of the application written by the author</p>
<p><code>$ rvm notes</code></p>
<p><span style="text-decoration:underline;"><strong>Step 6</strong></span>: now you can install the ruby version of your choice, I am using 1.9.2 so it is compatible with Rails 3</p>
<p><code>$ rvm install 1.9.2</code></p>
<p><span style="text-decoration:underline;"><strong>Step 7</strong></span>: once installed you will need to set the default ruby version to be used by RVM</p>
<p><code>$ rvm --default ruby-1.9.2</code></p>
<p><span style="text-decoration:underline;"><strong>Step 8</strong></span>: verify that the version you selected is now accessible via the standard ruby command</p>
<p><code>$ ruby -v</code></p>
<p><span style="text-decoration:underline;"><strong>Step 9</strong></span>: then use the gem command to install the rails version of your choice</p>
<p><code>$ gem install rails</code></p>
<p><span style="text-decoration:underline;"><strong>Step 10</strong></span>: install MySQL</p>
<p><code>$ sudo apt-get install libmysql-ruby libmysqlclient-dev</code><br />
<code>$ gem install mysql2</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/schleichermann.wordpress.com/769/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/schleichermann.wordpress.com/769/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/schleichermann.wordpress.com/769/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/schleichermann.wordpress.com/769/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/schleichermann.wordpress.com/769/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/schleichermann.wordpress.com/769/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/schleichermann.wordpress.com/769/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/schleichermann.wordpress.com/769/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/schleichermann.wordpress.com/769/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/schleichermann.wordpress.com/769/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/schleichermann.wordpress.com/769/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/schleichermann.wordpress.com/769/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/schleichermann.wordpress.com/769/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/schleichermann.wordpress.com/769/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schleichermann.wordpress.com&amp;blog=4378816&amp;post=769&amp;subd=schleichermann&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://schleichermann.wordpress.com/2011/03/26/rvm-ruby-rails-on-linux-mint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">schleichermann</media:title>
		</media:content>
	</item>
		<item>
		<title>Fedora 14 64bit Install &#8211; Section does not end with %%end.</title>
		<link>http://schleichermann.wordpress.com/2011/01/31/fedora-14-64bit-install-section-does-not-end-with-end/</link>
		<comments>http://schleichermann.wordpress.com/2011/01/31/fedora-14-64bit-install-section-does-not-end-with-end/#comments</comments>
		<pubDate>Mon, 31 Jan 2011 06:19:34 +0000</pubDate>
		<dc:creator>schleichermann</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">https://schleichermann.wordpress.com/2011/01/31/fedora-14-64bit-install-section-does-not-end-with-end/</guid>
		<description><![CDATA[If you run into the following error while trying to install Fedora 14 on VMware Workstation. &#8212;&#8212;&#8211; The following error was found while parsing the kickstart configuration file: The following problem occurred on line 55 of the kickstart file: Section does not end with %%end. Install exited abnormally. &#8212;&#8212;&#8211; It is because VMware is trying [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schleichermann.wordpress.com&amp;blog=4378816&amp;post=768&amp;subd=schleichermann&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you run into the following error while trying to install Fedora 14 on VMware Workstation.</p>
<p>&#8212;&#8212;&#8211;</p>
<p>The following error was found while parsing the kickstart configuration file:   <br />The following problem occurred on line 55 of the kickstart file:    <br />Section does not end with %%end.    <br />Install exited abnormally.</p>
<p>&#8212;&#8212;&#8211;</p>
<p>It is because VMware is trying to use its automated installation media which is in the first virtual CD/DVD drive and the Fedora ISO is in the second virtual CD/DVD drive. </p>
<p>The issue was resolved when I removed the second virtual CD/DVD drive and then set the first drive to the Fedora ISO. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/schleichermann.wordpress.com/768/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/schleichermann.wordpress.com/768/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/schleichermann.wordpress.com/768/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/schleichermann.wordpress.com/768/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/schleichermann.wordpress.com/768/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/schleichermann.wordpress.com/768/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/schleichermann.wordpress.com/768/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/schleichermann.wordpress.com/768/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/schleichermann.wordpress.com/768/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/schleichermann.wordpress.com/768/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/schleichermann.wordpress.com/768/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/schleichermann.wordpress.com/768/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/schleichermann.wordpress.com/768/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/schleichermann.wordpress.com/768/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schleichermann.wordpress.com&amp;blog=4378816&amp;post=768&amp;subd=schleichermann&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://schleichermann.wordpress.com/2011/01/31/fedora-14-64bit-install-section-does-not-end-with-end/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">schleichermann</media:title>
		</media:content>
	</item>
		<item>
		<title>Rails3: CheatSheet&#8211;CommandLine</title>
		<link>http://schleichermann.wordpress.com/2011/01/24/rails3-cheatsheetcommandline/</link>
		<comments>http://schleichermann.wordpress.com/2011/01/24/rails3-cheatsheetcommandline/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 14:46:52 +0000</pubDate>
		<dc:creator>schleichermann</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[CheatSheet]]></category>

		<guid isPermaLink="false">https://schleichermann.wordpress.com/2011/01/24/rails3-cheatsheetcommandline/</guid>
		<description><![CDATA[See the CheatSheet on Google Docs at the following URL: https://docs.google.com/document/d/1ixObvDQHq9vBD9TTVDmNtigK7LFKu7IyZDy68_k9Z9Q/edit?hl=en&#38;authkey=COzZlYMC<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schleichermann.wordpress.com&amp;blog=4378816&amp;post=767&amp;subd=schleichermann&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>See the CheatSheet on Google Docs at the following URL:</p>
<p><a title="https://docs.google.com/document/d/1ixObvDQHq9vBD9TTVDmNtigK7LFKu7IyZDy68_k9Z9Q/edit?hl=en&amp;authkey=COzZlYMC" href="https://docs.google.com/document/d/1ixObvDQHq9vBD9TTVDmNtigK7LFKu7IyZDy68_k9Z9Q/edit?hl=en&amp;authkey=COzZlYMC">https://docs.google.com/document/d/1ixObvDQHq9vBD9TTVDmNtigK7LFKu7IyZDy68_k9Z9Q/edit?hl=en&amp;authkey=COzZlYMC</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/schleichermann.wordpress.com/767/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/schleichermann.wordpress.com/767/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/schleichermann.wordpress.com/767/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/schleichermann.wordpress.com/767/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/schleichermann.wordpress.com/767/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/schleichermann.wordpress.com/767/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/schleichermann.wordpress.com/767/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/schleichermann.wordpress.com/767/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/schleichermann.wordpress.com/767/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/schleichermann.wordpress.com/767/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/schleichermann.wordpress.com/767/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/schleichermann.wordpress.com/767/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/schleichermann.wordpress.com/767/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/schleichermann.wordpress.com/767/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=schleichermann.wordpress.com&amp;blog=4378816&amp;post=767&amp;subd=schleichermann&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://schleichermann.wordpress.com/2011/01/24/rails3-cheatsheetcommandline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">schleichermann</media:title>
		</media:content>
	</item>
	</channel>
</rss>
