<?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"
	>

<channel>
	<title>AJ Morris</title>
	<atom:link href="http://blog.ajmorris.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ajmorris.org</link>
	<description>My Rantings about Rails, and other fun stuff.</description>
	<pubDate>Mon, 18 Aug 2008 00:31:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>iPhone App test post</title>
		<link>http://blog.ajmorris.org/2008/08/17/iphone-app-test-post/</link>
		<comments>http://blog.ajmorris.org/2008/08/17/iphone-app-test-post/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 00:31:31 +0000</pubDate>
		<dc:creator>AJ</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Applications]]></category>

		<guid isPermaLink="false">http://blog.ajmorris.org/2008/08/17/iphone-app-test-post/</guid>
		<description><![CDATA[Just testing the wordpress app for the iPhone. I think this is a good idea for smaller posts but I&#8217;m not sure I&#8217;d want to use this all the time on the road.
]]></description>
			<content:encoded><![CDATA[<p>Just testing the wordpress app for the iPhone. I think this is a good idea for smaller posts but I&#8217;m not sure I&#8217;d want to use this all the time on the road.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ajmorris.org/2008/08/17/iphone-app-test-post/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Quite Funny!!</title>
		<link>http://blog.ajmorris.org/2008/07/14/quite-funny/</link>
		<comments>http://blog.ajmorris.org/2008/07/14/quite-funny/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 14:05:10 +0000</pubDate>
		<dc:creator>AJ</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Mac OS X]]></category>

		<category><![CDATA[iphone]]></category>

		<category><![CDATA[iphone 3g]]></category>

		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://blog.ajmorris.org/?p=146</guid>
		<description><![CDATA[I found this to be pretty funny. Hope you guys like it as much as I did.
Video tutorial: unlock iphone 
]]></description>
			<content:encoded><![CDATA[<p>I found this to be pretty funny. Hope you guys like it as much as I did.</p>
<div style='text-align:center'><object width='425' height='355' id='FiveminPlayer'><param name='allowfullscreen' value='true'/><param name='allowScriptAccess' value='always'/><param name='movie' value='http://www.5min.com/Embeded/29134947/'/><embed src='http://www.5min.com/Embeded/29134947/' type='application/x-shockwave-flash' width='425' height='355' allowfullscreen='true' allowScriptAccess='always'></embed></object><br/><span style='font-family: Verdana; font-size: 10px;'>Video tutorial: <a href='http://www.5min.com/Video/How-to-Unlock-Your-iPhone-for-Any-SIM--Country-6248709' target='_blank'>unlock iphone</a> </span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.ajmorris.org/2008/07/14/quite-funny/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ruby Vulnerabilities</title>
		<link>http://blog.ajmorris.org/2008/06/21/ruby-vulnerabilities/</link>
		<comments>http://blog.ajmorris.org/2008/06/21/ruby-vulnerabilities/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 16:51:43 +0000</pubDate>
		<dc:creator>AJ</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Mac OS X]]></category>

		<category><![CDATA[Ruby on Rails]]></category>

		<category><![CDATA[patch]]></category>

		<category><![CDATA[rails]]></category>

		<category><![CDATA[ruby]]></category>

		<category><![CDATA[security]]></category>

		<category><![CDATA[update]]></category>

		<category><![CDATA[vulnerabilities]]></category>

		<guid isPermaLink="false">http://blog.ajmorris.org/?p=145</guid>
		<description><![CDATA[An Apple Product Security technician has identified multiple vulnerabilities with Ruby, which if exploited could be used in denial of service attacks. It does not have to be just Mac OS X that this afects. It looks like it&#8217;s all versions based on the official post from the Ruby development team.  To find out what [...]]]></description>
			<content:encoded><![CDATA[<p>An Apple Product Security technician has identified <a href="http://www.ruby-lang.org/en/news/2008/06/20/arbitrary-code-execution-vulnerabilities/" target="_blank">multiple vulnerabilities</a> with Ruby, which if exploited could be used in denial of service attacks. It does not have to be just Mac OS X that this afects. It looks like it&#8217;s all versions based on the official post from the Ruby development team.  To find out what version of Ruby you are using open up Terminal or your command-line prompt client and type</p>
<p>ruby &#8211;version</p>
<p>You should get something like this</p>
<p>ruby 1.8.6 (2008-06-20 patchlevel 230) [i686-darwin9.3.0]</p>
<p>Now you can see that&#8217;s I&#8217;ve already went ahead and updated my version, so yours might have patch 110 if there was a patch level. To update your Ruby version all you need to do is visit the link above and choose which patch you need to install.  For us Ruby on Rails developers you&#8217;ll need to upgrade to Ruby 1.8.6 patch 230. You can download it <a href="ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.6-p230.tar.gz" target="_self">here</a> and type the following in your command-line prompt.</p>
<p>curl -O <a href="ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.6-p230.tar.gz">ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.6-p230.tar.gz</a><br />
tar xzvf ruby-1.8.6-p230.tar.gz<br />
cd ruby-1.8.6-p230<br />
./configure &#8211;enable-shared &#8211;enable-pthread CFLAGS=-D_XOPEN_SOURCE=1<br />
make<br />
sudo make install<br />
cd ..</p>
<p>You can then check your version by typing.</p>
<p>ruby &#8211;version</p>
<p>If you have any problems, feel free to comment below.</p>
<p><strong>UPDATE:</strong> After posting this I was having a hard time keeping an instance of monrel running.  I did some searching and found out that the option they have offered us does have a bug still in it.  So what that means is that we either update and have issues or stay at what we&#8217;re currently at and deal with the possibility of denial of service attacks.  Keep your eyes posted to the Ruby on Rails <a href="http://weblog.rubyonrails.org/2008/6/21/multiple-ruby-security-vulnerabilities" target="_blank">blog</a> for an update. I&#8217;ll post another update here as well once things are figured out.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ajmorris.org/2008/06/21/ruby-vulnerabilities/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Firefox 3 is Released!!</title>
		<link>http://blog.ajmorris.org/2008/06/17/firefox-3-is-released/</link>
		<comments>http://blog.ajmorris.org/2008/06/17/firefox-3-is-released/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 18:34:36 +0000</pubDate>
		<dc:creator>AJ</dc:creator>
		
		<category><![CDATA[Applications]]></category>

		<guid isPermaLink="false">http://blog.ajmorris.org/?p=144</guid>
		<description><![CDATA[
The much anticipated release of browsers has been released!  Of course, as of this post, I had to wait about 45 minutes to get the page to load, so there idea of getting a World Record of downloads in 24 hours might not be a good thing if they can stand the traffic.  Regardless, I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://content.screencast.com/media/47fea793-2fb2-45df-87de-1b1f79c7b610_58c2ed28-bf1c-4e5e-9fca-a01038bda85a_static_0_0_00000025.png" alt="" /></p>
<p>The much anticipated release of browsers has been released!  Of course, as of this post, I had to wait about 45 minutes to get the page to load, so there idea of getting a World Record of downloads in 24 hours might not be a good thing if they can stand the traffic.  Regardless, I&#8217;m looking forward to getting off the RC version I&#8217;ve been playing with and will hope to see a few new changes in it.</p>
<p>On a separate note, I&#8217;ve been a little quiet lately here due to working on a major project at work.  Well it&#8217;s wrapping up so I should have some posts about my experiences soon. Until then keep it real my friends!!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ajmorris.org/2008/06/17/firefox-3-is-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Friday&#8217;s Picture Day :P</title>
		<link>http://blog.ajmorris.org/2008/04/04/fridays-picture-day-p/</link>
		<comments>http://blog.ajmorris.org/2008/04/04/fridays-picture-day-p/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 15:24:59 +0000</pubDate>
		<dc:creator>AJ</dc:creator>
		
		<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://blog.ajmorris.org/2008/04/04/fridays-picture-day-p/</guid>
		<description><![CDATA[So I don&#8217;t have any tech stuff to write about today, been a little busy at work but I should have some shortly, so I figured I&#8217;d give you all a picture to look at from the Cherry Blossom Festival here in DC.

You can also check out my flickr account for more pictures of the [...]]]></description>
			<content:encoded><![CDATA[<p>So I don&#8217;t have any tech stuff to write about today, been a little busy at work but I should have some shortly, so I figured I&#8217;d give you all a picture to look at from the Cherry Blossom Festival here in DC.</p>
<p><a href="http://www.flickr.com/photos/andrewjared/2384157444/" title="IMG_1573 by aj_morris2002, on Flickr"><img src="http://farm4.static.flickr.com/3033/2384157444_1c3a4bf20d.jpg" alt="IMG_1573" height="333" width="500" /></a></p>
<p>You can also check out my <a href="http://www.flickr.com/photos/andrewjared/" target="_blank">flickr</a> account for more pictures of the festival and some of the monuments along the way.  Hopefully I&#8217;ll add captions and titles to them this weekend. Let me know what you think of them! <img src='http://blog.ajmorris.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ajmorris.org/2008/04/04/fridays-picture-day-p/feed/</wfw:commentRss>
		</item>
		<item>
		<title>To busy to complete&#8230;</title>
		<link>http://blog.ajmorris.org/2008/03/24/to-busy-to-complete/</link>
		<comments>http://blog.ajmorris.org/2008/03/24/to-busy-to-complete/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 01:26:09 +0000</pubDate>
		<dc:creator>AJ</dc:creator>
		
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://blog.ajmorris.org/2008/03/24/to-busy-to-complete/</guid>
		<description><![CDATA[So I&#8217;ve been getting a little busy at work lately, and while I&#8217;d like to really take you guys through a ToDo list tutorial, I just don&#8217;t have the time right now to work on that, while learning Rails 2.0, and then working on getting a ToDo list app working as well.  Rather than leave [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve been getting a little busy at work lately, and while I&#8217;d like to really take you guys through a ToDo list tutorial, I just don&#8217;t have the time right now to work on that, while learning Rails 2.0, and then working on getting a ToDo list app working as well.  Rather than leave you guys high and dry without finishing this, I thought I&#8217;d show you this really cool open-source ToDo application that you can install for free!  Check to FooToDo <a href="http://devthatweb.com/view/footodo-an-open-source-to-do-list-on-rails" target="_blank">here</a>!! I think you guys will like it.  I&#8217;ve played around with this on my Development machine, but not in a Production setting.  From what I&#8217;ve been able to tell it looks like it&#8217;s no longer being updated (it&#8217;s running under an older version of Rails as well).</p>
<p>On other news, I would like to invite anyone in the NOVA/DC area that&#8217;s interested in hearing Chad Fowler and Rich Kilmer at the DCRUG meeting this Wednesday, March 26th. Here&#8217;s the details:</p>
<p><strong><span style="font-weight: normal"><span style="font-weight: bold">Date &amp; Time </span><br />
Wednesday, March 26</span><span style="font-weight: normal">th, 2008, 7:00pm</span></strong></p>
<p><span style="font-weight: bold">Refreshments:</span><br />
Pizza and soda will be provided by Intridea - please RSVP to <a href="mailto:chris@intridea.com" target="_blank">chris@intridea.com</a> so we can get a headcount.</p>
<p><span style="font-weight: bold">Location:</span><br />
The George Washington University<br />
Media and Public Affairs Building<br />
Room B02<br />
805 21st Street NW<br />
Washington, DC<br />
<a href="http://www.gwu.edu/%7Emap/hmap/index.cfm?bldg=103" target="_blank">http://www.<span name="st"> gwu</span>.edu/~map/hmap/index.cfm?bldg<wbr></wbr>=103</a></p>
<p>You can also read more about it <a href="http://www.dcrug.org/" target="_blank">here</a>. If you&#8217;ve got any questions, please feel free to comment and I&#8217;ll let you know if I can answer them.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ajmorris.org/2008/03/24/to-busy-to-complete/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Todo list application with Rails 2.0!</title>
		<link>http://blog.ajmorris.org/2008/03/10/todo-list-application-with-rails-20/</link>
		<comments>http://blog.ajmorris.org/2008/03/10/todo-list-application-with-rails-20/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 03:26:16 +0000</pubDate>
		<dc:creator>AJ</dc:creator>
		
		<category><![CDATA[Ruby on Rails]]></category>

		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://blog.ajmorris.org/2008/03/10/todo-list-application-with-rails-20/</guid>
		<description><![CDATA[I&#8217;ve recently taken a new position doing Rails applications full time (which I&#8217;m definitely excited about) however, between myself and the other developer, we&#8217;ve decided to go right up to Rails 2.0.2.  This of course did not fit with me very well because I haven&#8217;t done rails development full time yet, and what rails [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently taken a new position doing Rails applications full time (which I&#8217;m definitely excited about) however, between myself and the other developer, we&#8217;ve decided to go right up to Rails 2.0.2.  This of course did not fit with me very well because I haven&#8217;t done rails development full time yet, and what rails apps I have done were in 1.2.6 and lower. I haven&#8217;t been a good developer because I wasn&#8217;t paying attention to all the new features and how they work.  Of course I posted awhile back about some of the new updates <a href="http://blog.ajmorris.org/2007/12/09/rails-20-released/" target="_blank">here</a>, but that&#8217;s about all I&#8217;ve done with Rails 2.0 until last week when I started my new job.</p>
<p>This is tutorial 1 of a new series I&#8217;m creating for making a simple CRM application that you can use for some of your daily tasks. Today we are going to create a simple todo list without writing any code (well to start off with).  First create lets create a new app by typing,</p>
<p>rails -d mysql todo (I&#8217;m adding -d mysql, because sqlite3 is the default database and I&#8217;m using mysql)<br />
cd rails</p>
<p>Next, we need to create our databases so we can type the following with rails 2.0.</p>
<p>rake db:create:all</p>
<p>Now that we&#8217;ve created our databases, it&#8217;s time to make our controller and model. For this, so that we don&#8217;t have to write any code, we&#8217;ll go ahead and scaffold this. We&#8217;ll type the following.</p>
<p>script/generate scaffold Todo title:string body:text done:boolean due:datetime</p>
<p>We can now migrate our database so we&#8217;ll type this.</p>
<p>rake db:migrate</p>
<p>Finally, all we have to do is start our server.</p>
<p>script/server</p>
<p>Then we can go to http://localhost:3000/todos and we&#8217;ll see our index page. You know have a working todo list, not very design oriented of course, but you are well on your way to making it yours. I&#8217;ve put up the application the way it should look <a href="http://crm-tutorial.heroku.com/todos" target="_blank">here</a>.</p>
<p>If you are looking for a version of this with pre-2.0 of Rails, you won&#8217;t be able to use the &#8220;rake db:create:all&#8221; command, so you&#8217;ll have to make your database another way. In the next tutorial we&#8217;ll add a customer database with a custom search so that we can search all your customers. Until next time folks!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ajmorris.org/2008/03/10/todo-list-application-with-rails-20/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Ruby on Rails Host Makes Awesome Entrance!</title>
		<link>http://blog.ajmorris.org/2008/03/04/new-ruby-on-rails-host-makes-awesome-enterance/</link>
		<comments>http://blog.ajmorris.org/2008/03/04/new-ruby-on-rails-host-makes-awesome-enterance/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 03:17:34 +0000</pubDate>
		<dc:creator>AJ</dc:creator>
		
		<category><![CDATA[Applications]]></category>

		<category><![CDATA[Ruby on Rails]]></category>

		<category><![CDATA[Web]]></category>

		<category><![CDATA[Web Applications]]></category>

		<guid isPermaLink="false">http://blog.ajmorris.org/2008/03/04/new-ruby-on-rails-host-makes-awesome-enterance/</guid>
		<description><![CDATA[Heroku is a new Y Combinator startup that joins the growing number of Ruby on Rails hosts, however this host adds a special step of using your browser to build your apps. You can now create Rails applications inside of your browser.  Or if you prefer to use your development environment you can do [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.heroku.com" title="Heroku" target="_blank">Heroku</a> is a new <a href="http://www.ycombinator.com" title="Y Combinator" target="_blank">Y Combinator</a> startup that joins the growing number of Ruby on Rails hosts, however this host adds a special step of using your browser to build your apps. You can now create Rails applications inside of your browser.  Or if you prefer to use your development environment you can do that as well. Heroku is built using <a href="http://aws.amazon.com/ec2" title="Amazon EC2" target="_blank">Amazon EC2</a> service. You have the option to upload your own apps via a tar file, or through their gem and git.<br />
<a href="http://content.screencast.com/media/ed663fce-d993-4c04-b365-18e5b0d800db_58c2ed28-bf1c-4e5e-9fca-a01038bda85a_static_0_0_00000003.png"><img src="http://content.screencast.com/media/ed663fce-d993-4c04-b365-18e5b0d800db_58c2ed28-bf1c-4e5e-9fca-a01038bda85a_static_0_0_00000003.png" align="right" border="0" height="326" width="324" /></a><br />
From their website they have an awesome list of features:</p>
<ul>
<li>Instant Deployment</li>
<li>Create and Edit Online</li>
<li>Integrated Stack</li>
<li>Elastic Performance</li>
<li>Share and Collaborate</li>
<li>Import &amp; Export</li>
<li>Full Ruby Environment</li>
<li>Gems &amp; Plugins</li>
<li>Rails Console</li>
<li>Generate Code</li>
<li>Painless Migrations</li>
<li>Rake Console</li>
</ul>
<p>But don&#8217;t take my word for it, check out their <a href="http://heroku.com/features" title="Screencast Features" target="_blank">screencasts</a> for more information on how to get things up and going.</p>
<p>Heroku, part of Y Combinator startups from this winter, has been in development since June 2006 and has attracted about 2500 users with around 2000 apps.</p>
<p>I do hope that we start to see some new features like support for subversion, mysql databases, and capistrano based deployment. I look forward to seeing what else comes from them.  Please keep these guys in your rails radar.</p>
<p>I&#8217;ve got my account setup and played with it for a few hours today. If you would like to give it a try, they have a small waiting list, however if you send me an email I can work on sending you an invite faster. Feel free to send me an email at ajmorris2002[at]gmail.com for an invite.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ajmorris.org/2008/03/04/new-ruby-on-rails-host-makes-awesome-enterance/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ruby on Rails Instructions Released for Leopard</title>
		<link>http://blog.ajmorris.org/2008/03/03/ruby-on-rails-instructions-released-for-leopard/</link>
		<comments>http://blog.ajmorris.org/2008/03/03/ruby-on-rails-instructions-released-for-leopard/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 03:21:22 +0000</pubDate>
		<dc:creator>AJ</dc:creator>
		
		<category><![CDATA[Mac OS X]]></category>

		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://blog.ajmorris.org/2008/03/03/ruby-on-rails-instructions-released-for-leopard/</guid>
		<description><![CDATA[Dan over at Hivelogic released an updated guide for installing Ruby, Rails Gems, Rails, and MySQL.  Check out the article here.  If there&#8217;s anything else that you need to install (like RSpec, Capistrano, SVN) you can do that with the following commands.
To install RSpec just type:
$ gem install rspec
To install Capistrano, type:
$ gem [...]]]></description>
			<content:encoded><![CDATA[<p>Dan over at <a href="http://www.hivelogic.com" target="_blank">Hivelogic</a> released an updated guide for installing Ruby, Rails Gems, Rails, and MySQL.  Check out the article <a href="http://hivelogic.com/articles/ruby-rails-leopard/" target="_blank">here</a>.  If there&#8217;s anything else that you need to install (like RSpec, Capistrano, SVN) you can do that with the following commands.</p>
<p>To install RSpec just type:</p>
<p>$ gem install rspec</p>
<p>To install Capistrano, type:</p>
<p>$ gem install capistrano</p>
<p>To install SVN it&#8217;s a little different, so you&#8217;ll have to install with the following command:</p>
<p>$ curl -O http://subversion.tigris.org/downloads/subversion-1.4.3.tar.gz<br />
curl -O http://subversion.tigris.org/downloads/subversion-deps-1.4.3.tar.gz<br />
tar xzvf subversion-1.4.3.tar.gz<br />
tar xzvf subversion-deps-1.4.3.tar.gz<br />
cd subversion-1.4.3<br />
./configure &#8211;prefix=/usr/local &#8211;with-openssl &#8211;with-ssl with-zlib<br />
make<br />
sudo make install<br />
Once you have everything is done you should be all set.  If you want to check out any other gems, check out this site <a href="http://gems.rubyforge.org/gems/" target="_blank">http://gems.rubyforge.org/gems/</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ajmorris.org/2008/03/03/ruby-on-rails-instructions-released-for-leopard/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iPhone WordPress Plugin Anybody?</title>
		<link>http://blog.ajmorris.org/2008/01/31/iphone-wordpress-plugin-anybody/</link>
		<comments>http://blog.ajmorris.org/2008/01/31/iphone-wordpress-plugin-anybody/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 03:32:38 +0000</pubDate>
		<dc:creator>AJ</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Applications]]></category>

		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://blog.ajmorris.org/2008/01/31/iphone-wordpress-plugin-anybody/</guid>
		<description><![CDATA[I had some free time today and started looking for some new sites that were iPhone friendly and saw this great plugin that can turn your WordPress blog into an iPhone friendly site. I found the instructions very simple to install and definitely worth adding to your site.  Even if you have few readers, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://content.screencast.com/media/4af7b032-598a-4538-b5ae-d9c9cecd2d84_58c2ed28-bf1c-4e5e-9fca-a01038bda85a_static_0_0_00000097.png"><img src="http://content.screencast.com/media/4af7b032-598a-4538-b5ae-d9c9cecd2d84_58c2ed28-bf1c-4e5e-9fca-a01038bda85a_static_0_0_00000097.png" align="left" border="0" height="268" width="146" /></a>I had some free time today and started looking for some new sites that were iPhone friendly and saw this great <a href="http://iwphone.contentrobot.com/2007/07/04/iwphone-wordpress-plugin-and-theme#download" title="iPhone Plugin!!">plugin</a> that can turn your <a href="http://wordpress.org" title="WordPress" target="_blank">WordPress</a> blog into an iPhone friendly site. I found the instructions very simple to install and definitely worth adding to your site.  Even if you have few readers, it&#8217;s always a good thing to reach out to the masses. <img src='http://blog.ajmorris.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> I highly suggest checking it out.  I hope I&#8217;ll have some free time to play around with the look of it so that I can customize it a little bit, but for a quick and simple option for making your blog iPhone friendly, it&#8217;s worth it.  Perhaps I&#8217;ll even make a screencast of changing the layout/theme.</p>
<p>Speaking of iPhone web development I also came across this Mac only application called <a href="http://www.marketcircle.com/iphoney/" title="iPhoney" target="_blank">iPhoney </a>that allows you to view what your site will look like in an iPhone without actually having one! The site says it&#8217;s NOT a simulator, but for all purposes of testing your web site/app inside of the 320 by 480 (or 480 by 320) screen area that the iPhone has.</p>
<p>The last thing I thought I would share with you is this tutorial of creating your Rails apps so that they have a different layout/theme for the iPhone, check it out <a href="http://www.slashdotdash.net/articles/2007/12/04/iphone-on-rails-creating-an-iphone-optimised-version-of-your-rails-site-using-iui-and-rails-2" title="Rails and iPhone" target="_blank">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ajmorris.org/2008/01/31/iphone-wordpress-plugin-anybody/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
