<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="0.92">
<channel>
	<title>jesse crouch's log</title>
	<link>http://ifakedit.com/log</link>
	<description>the official log and website of jesse allen crouch</description>
	<lastBuildDate>Thu, 26 Jun 2008 22:28:27 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Censorship in America 1930-1970 - Comics and Movies</title>
		<description>I've learned of some very interesting things that happened in this country recently as a result of researching about The Dark Knight and the very different character of the Joker (Heath Ledger) in this film than the previous Joker played by Jack Nicholson.

Comics Code Authority
The Comics Code Authority (CCA) is ...</description>
		<link>http://ifakedit.com/log/2008/06/26/censorship-in-america-1930-1970-comics-and-movies/</link>
			</item>
	<item>
		<title>Month name helper passing month number for Rails</title>
		<description>I couldn't find a helper in the API to just display months if you're storing them as numbers (1-12) so I made one.
Add this helper code to your application_helper.rb or other appropriate *_helper.rb file.


	def monthname(monthnumber)
		if monthnumber
			Date::MONTHNAMES[monthnumber]	
		end
	end


Use it in your view like this:


< %=h monthname(item.month) %>
 </description>
		<link>http://ifakedit.com/log/2008/06/18/month-name-helper-passing-month-number-for-rails/</link>
			</item>
	<item>
		<title>Business ventures.. Reputation management and question/answer-based social networking</title>
		<description>So I've had two really good ideas lately that I found already had plenty of other people already doing them in practice.  First one was a question/answer-based social networking site.  Three sites found:

http://www.pollsb.com/
http://wis.dm/
http://airow.com/


airow was closest to my idea... actually almost exactly.  Too bad they beat me to ...</description>
		<link>http://ifakedit.com/log/2008/06/02/business-ventures-reputation-management-and-questionanswer-based-social-networking/</link>
			</item>
	<item>
		<title>Working on Soashable</title>
		<description>So it's official.  I'm working on Soashable.  Not going to replace my current job, but it's going to be a big focus for me now.  It's basically an opensource clone of meebo.  It allows you to use your instant messaging accounts through a web interface.

Right now ...</description>
		<link>http://ifakedit.com/log/2008/04/29/working-on-soashable/</link>
			</item>
	<item>
		<title>OpenID plus another method of verification/validation</title>
		<description>In thinking about using OpenID with TYWYK I'm now thinking about security issues with it.

OpenID is really just about as insecure as email is for authenticating.  Anyone can create an OpenID server (just like a mail server) and as many users as they want (just like a mail server). ...</description>
		<link>http://ifakedit.com/log/2008/04/20/openid-plus-another-method-of-verificationvalidation/</link>
			</item>
	<item>
		<title>Watching Rails logs realtime on Windows</title>
		<description>There's no good tail -f equivalent for commandline in Windows.  I've tried the following with success.  All are free:

Lightweight and my favorite for now, pretty easy to customize: BareTail
Very lightweight:  Tail for Win32
Somewhat more heavyweight and customizable.  Easy to change highlight colors: MakeLogic Tail


All of these ...</description>
		<link>http://ifakedit.com/log/2008/04/20/watching-rails-in-realtime-on-windows/</link>
			</item>
	<item>
		<title>Using ReCAPTCHA on Rails</title>
		<description>For TYWYK I wanted to prevent spam early on, but still allow anyone to post.  I chose using a CAPTCHA.  I'm using Jason Perry's ReCAPTCHA plugin which uses ReCAPTCHA.

It's pretty straightforward.  Just read the README and all the comments on agilewebdevelopment and you should be good to ...</description>
		<link>http://ifakedit.com/log/2008/04/20/using-recaptcha-on-rails/</link>
			</item>
	<item>
		<title>Safari: Web Inspector &gt; Network Profiler</title>
		<description>So I downloaded Safari 3.1 for Windows today and I started playing with the "Develop Menu".  You can enable it through Edit>Preferences>Advanced and check "Show develop menu in menu bar".

The network profiler thing on this is an amazing piece of work.  If you're ever looking to do a ...</description>
		<link>http://ifakedit.com/log/2008/04/09/safari-web-inspector-network-profiler/</link>
			</item>
	<item>
		<title>Squatting on the toilet for health</title>
		<description>I often try to find ways to get back to nature in my life.  It may seem odd that my job involves me spending all day on my computer, but I really do try to incorporate the old ways of the world.  There's a lot of ancient wisdom ...</description>
		<link>http://ifakedit.com/log/2008/04/06/squatting-on-the-toilet-for-health/</link>
			</item>
	<item>
		<title>Munin - Awesome server monitoring software</title>
		<description>I've used MRTG in the past.  It's cool, but it's hell to configure.  I just need something simple for a single server that just works.

Munin rules.. especially if you're on Ubuntu/Debian.  It's good for monitoring multiple servers or just one.  Here's a demo.

Install is pretty much:
sudo ...</description>
		<link>http://ifakedit.com/log/2008/04/05/munin-awesome-server-monitoring-software/</link>
			</item>
</channel>
</rss>
