<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AJ MorrisApplications | AJ Morris</title>
	<atom:link href="http://ajmorris.org/category/applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://ajmorris.org</link>
	<description>Life in a Startup</description>
	<lastBuildDate>Sat, 31 Dec 2011 18:04:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Growl Notifications in Tweetie</title>
		<link>http://ajmorris.org/growl-notifications-in-tweetie/</link>
		<comments>http://ajmorris.org/growl-notifications-in-tweetie/#comments</comments>
		<pubDate>Wed, 06 May 2009 07:00:54 +0000</pubDate>
		<dc:creator>AJ Morris</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Screencasts]]></category>

		<guid isPermaLink="false">http://blog.ajmorris.org/?p=208</guid>
		<description><![CDATA[If found it a little difficult yesterday to figure out how to get growl notifications working until @colognerunner told me how he got it working. Figured there were others that were having problems, so I make a quick little screencast showing you what I did.]]></description>
			<content:encoded><![CDATA[<p>If found it a little difficult yesterday to figure out how to get growl notifications working until @colognerunner told me how he got it working. Figured there were others that were having problems, so I make a quick little screencast showing you what I did.</p>
<p><object width="680" height="462"><param name="movie" value="http://content.screencast.com/users/AJMorris/folders/Jing/media/d6bfd13f-6621-4da9-8f7d-642ff7a3e10a/jingh264player.swf"></param><param name="quality" value="high"></param><param name="bgcolor" value="#FFFFFF"></param><param name="flashVars" value="thumb=http://content.screencast.com/users/AJMorris/folders/Jing/media/d6bfd13f-6621-4da9-8f7d-642ff7a3e10a/FirstFrame.jpg&#038;containerwidth=680&#038;containerheight=462&#038;showbranding=false&#038;content=http://content.screencast.com/users/AJMorris/folders/Jing/media/d6bfd13f-6621-4da9-8f7d-642ff7a3e10a/00000041.mp4"></param><param name="allowFullScreen" value="true"></param><param name="scale" value="showall"></param><param name="allowScriptAccess" value="always"></param><param name="base" value="http://content.screencast.com/users/AJMorris/folders/Jing/media/d6bfd13f-6621-4da9-8f7d-642ff7a3e10a/"></param> <embed src="http://content.screencast.com/users/AJMorris/folders/Jing/media/d6bfd13f-6621-4da9-8f7d-642ff7a3e10a/jingh264player.swf" quality="high" bgcolor="#FFFFFF" width="680" height="462" type="application/x-shockwave-flash" allowScriptAccess="always" flashVars="thumb=http://content.screencast.com/users/AJMorris/folders/Jing/media/d6bfd13f-6621-4da9-8f7d-642ff7a3e10a/FirstFrame.jpg&#038;containerwidth=720&#038;containerheight=462&#038;showbranding=false&#038;content=http://content.screencast.com/users/AJMorris/folders/Jing/media/d6bfd13f-6621-4da9-8f7d-642ff7a3e10a/00000041.mp4" allowFullScreen="true" base="http://content.screencast.com/users/AJMorris/folders/Jing/media/d6bfd13f-6621-4da9-8f7d-642ff7a3e10a/" scale="showall"></embed></object></p>
<span id="pty_trigger"></span>]]></content:encoded>
			<wfw:commentRss>http://ajmorris.org/growl-notifications-in-tweetie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Objective Resource for Faster iPhone Development</title>
		<link>http://ajmorris.org/objective-resource-for-faster-iphone-development/</link>
		<comments>http://ajmorris.org/objective-resource-for-faster-iphone-development/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 00:27:28 +0000</pubDate>
		<dc:creator>AJ Morris</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Screencasts]]></category>
		<category><![CDATA[active resource]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[objective resource]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://blog.ajmorris.org/?p=192</guid>
		<description><![CDATA[I recently came across Objective Resource for developing iPhone applications that talk with a Rails backed website. According to the site, ObjectiveResource is an Objective-C port of Ruby on Rails&#8217; ActiveResource. It provides a way to serialize objects to and from Rails&#8217; standard RESTful web-services (via XML or JSON) and handles much of the complexity [...]]]></description>
			<content:encoded><![CDATA[<p>I recently came across <a href="http://iphoneonrails.com" target="_blank">Objective Resource</a> for developing iPhone applications that talk with a Rails backed website. According to the <a title="iPhone on Rails" href="http://iphoneonrails.com" target="_blank">site</a>,</p>
<blockquote><p><strong>ObjectiveResource</strong> is an Objective-C port of Ruby on Rails&#8217; <a href="http://api.rubyonrails.org/classes/ActiveResource/Base.html">ActiveResource</a>. It provides a way to serialize objects to and from Rails&#8217; standard RESTful web-services (via XML or JSON) and handles much of the complexity involved with invoking web-services of any language from the iPhone.</p></blockquote>
<p>I&#8217;ve had a chance to play with it this weekend and have found it to be pretty easy to work with. The developers of Objective Resource have created a pretty good <a href="http://www.iphoneonrails.com/getting-started" target="_blank">Getting Started Guide</a> you can follow, or you can watch a screencast of it as well. They even offer an <a href="http://www.iphoneonrails.com/downloads/objective_resource-1.0.zip" target="_blank">example project</a> for you to work with that gives you both the iPhone app (via Xcode) and the Rails app so you can see how everything works together.</p>
<p>One thing the example project does not include is accessing a Rails app that has authentication. Of course I was thinking I was all setup for this, but soon realized that I did not add my Active Resource functions in so that my app would work with XML/JSON requests. Luckily, while I was out in Denver, CO for iPhone Development Training (by <a href="http://pragmaticstudio.com/iphone/" target="_blank">Pragmatic Studio</a>) I was able to get my hands on a copy of <a href="http://pragprog.com/titles/fr_arr/advanced-rails-recipes" target="_blank">Advanced Rails Recipes</a> by <a href="http://clarkware.com/" target="_blank">Mike Clark</a>. I was extremely pleased that Mike graciously gave me the copy he had laying there for free. The particular recipe in the book that helped me was the Authenticate REST Clients. After I rewrote my authentication piece of my Rails app, I was getting data back and into my iPhone app. It was a very good feeling!</p>
<p>I thought I would include the screencast that the Objective Resource developers created. It runs about 6 minutes and is definitely worth a watch if you are looking at using Objective Resource for your next iPhone app backed by a Rails app.</p>
<p><object width="550" height="309" data="http://vimeo.com/moogaloop.swf?clip_id=3077209&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" type="application/x-shockwave-flash"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=3077209&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" /></object><br />
<a href="http://vimeo.com/3077209">Getting Started with Objective Resource</a> from <a href="http://vimeo.com/user1250182">Josh Vickery</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<span id="pty_trigger"></span>]]></content:encoded>
			<wfw:commentRss>http://ajmorris.org/objective-resource-for-faster-iphone-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Adventure in Ultralight Packing</title>
		<link>http://ajmorris.org/my-adventure-in-ultralight-packing/</link>
		<comments>http://ajmorris.org/my-adventure-in-ultralight-packing/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 02:22:40 +0000</pubDate>
		<dc:creator>AJ Morris</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[light]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macbook-pro]]></category>
		<category><![CDATA[packing]]></category>
		<category><![CDATA[road trip]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[trip]]></category>
		<category><![CDATA[trips]]></category>
		<category><![CDATA[ultra]]></category>
		<category><![CDATA[ultralight]]></category>
		<category><![CDATA[ultralight-packing]]></category>

		<guid isPermaLink="false">http://blog.ajmorris.org/?p=177</guid>
		<description><![CDATA[I&#8217;m getting ready to take a trip out to Denver, CO for the week to go to an iPhone SDK Training class held by Pragmatic Studio and thought it was a perfect time to give Ultralight Packing a try. Andrew Hyde recently wrote about his adventures last month and after reading his story I thought [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m getting ready to take a trip out to Denver, CO for the week to go to an iPhone SDK Training <a href="http://pragmaticstudio.com/iphone/" target="_blank">class</a> held by Pragmatic Studio and thought it was a perfect time to give Ultralight Packing a try. Andrew Hyde recently wrote about his <a href="http://andrewhyde.net/adventures-in-ultralight-packing/" target="_blank">adventures</a> last month and after reading his story I thought I would give it a try. I&#8217;m planning on capturing my adventures with Qik and my iPhone so you can get a feel for what it&#8217;s like.  Feel free to track that progress on my Qik <a href="http://qik.com/andrewmorris" target="_blank">account</a>. I&#8217;ll be posting a video of my packing abilities once I pack up tomorrow. But I thought I&#8217;d give you a little insight on what I was planning on taking.</p>
<ul>
<li>I&#8217;ve got the <a href="http://www.rei.com/product/780622" target="_blank">Ketly Redtail 1800 Pack</a> from REI</li>
<li>MacBook Pro (with charger)</li>
<li>Canon Digital Rebel XTi DSLR Camera w/EF-S 18-55mm f/3.5-5.6 Lens</li>
<li>2 iPhones 3G(with USB cable)</li>
<li>Targus SlipSkin <a href="http://www.amazon.com/Targus-18K6572-SlipSkin-Notebook-Black/dp/B000BU6YFY/ref=pd_bbs_1?ie=UTF8&amp;s=electronics&amp;qid=1232848968&amp;sr=8-1" target="_blank">Sleeve</a> for my notebook</li>
<li>Case Logic <a href="http://www.amazon.com/Case-Logic-Compact-Portable-Drive/dp/B000HDJT4S/ref=sr_1_1?ie=UTF8&amp;s=electronics&amp;qid=1232849565&amp;sr=1-1" target="_blank">Case</a> for Portable HDD and USB cables</li>
<li>Targus Travel 4-Port Power w/<a href="http://www.amazon.com/Targus-Travel-Outlets-Protection-APS03US/dp/B0011U94GY/ref=sr_1_1?ie=UTF8&amp;qid=1232849467&amp;sr=8-1" target="_blank">Surge Protection</a></li>
<li>Moleskine Ruled Notebook</li>
<li><strong>5</strong> pairs of Socks</li>
<li><strong>4</strong> pairs of Underwear</li>
<li><strong>1</strong> pair of pants</li>
<li><strong>1 Dress Shirt</strong></li>
<li><strong>3</strong> Shirts</li>
<li>1 Sweatshirt</li>
</ul>
<p><strong>Update:</strong>??So I&#8217;ve made some updates to my list above, you&#8217;ll notice them in <strong>bold.</strong>??I&#8217;m going to wear a little more than I thought since when I land in Denver the weather is supposed to be around 28F. Of course the remaining days the weather is pushing high 40s, low 50s, so the rest of my clothes should suffice.</p>
<span id="pty_trigger"></span>]]></content:encoded>
			<wfw:commentRss>http://ajmorris.org/my-adventure-in-ultralight-packing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jing Pro</title>
		<link>http://ajmorris.org/jing-pro/</link>
		<comments>http://ajmorris.org/jing-pro/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 01:51:06 +0000</pubDate>
		<dc:creator>AJ Morris</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Jing Pro]]></category>
		<category><![CDATA[TechSmith]]></category>

		<guid isPermaLink="false">http://blog.ajmorris.org/?p=155</guid>
		<description><![CDATA[I&#8217;ve been playing around with Jing Pro since it was released and have to say that it&#8217;s pretty impressive.&#160; First off I absolutely love that you can produce a H.264 video. It&#8217;s a very nice feature!&#160; I also like that you can upload to some of the popular video hosting services like YouTube, Viddler, etc. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been playing around with Jing Pro since it was released and have to say that it&#8217;s pretty impressive.&nbsp; First off I absolutely love that you can produce a H.264 video. It&#8217;s a very nice feature!&nbsp; I also like that you can upload to some of the popular video hosting services like YouTube, Viddler, etc. I was hoping there would be some sort of simple editing capabilities in it, maybe &#8220;enhance&#8221; the audio a bit, or trim off the beginning or end of the video. But at least if you produce with the H.264 you can edit the video in something else. Maybe I&#8217;m be make a video showing you some new features of it and what not. We&#8217;ll see!</p>
<span id="pty_trigger"></span>]]></content:encoded>
			<wfw:commentRss>http://ajmorris.org/jing-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What to Use to Post to Twitter</title>
		<link>http://ajmorris.org/what-to-use-to-post-to-twitter/</link>
		<comments>http://ajmorris.org/what-to-use-to-post-to-twitter/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 22:37:32 +0000</pubDate>
		<dc:creator>AJ Morris</dc:creator>
				<category><![CDATA[Applications]]></category>

		<guid isPermaLink="false">http://blog.ajmorris.org/?p=170</guid>
		<description><![CDATA[So I made some changes to Twitpress so I&#8217;m testing them to see if they work. I&#8217;m not sure if I should use this or Twitterfeed.?? I would like it to be a shortened URL, so either use tinyURL or some other service would be helpful. What does everyone else use? UPDATE: So I was [...]]]></description>
			<content:encoded><![CDATA[<p>So I made some changes to Twitpress so I&#8217;m testing them to see if they work. I&#8217;m not sure if I should use this or <a href="http://twitterfeed.com" target="_blank">Twitterfeed</a>.?? I would like it to be a shortened URL, so either use tinyURL or some other service would be helpful. What does everyone else use?</p>
<p><strong>UPDATE:</strong> So I was just doing a search and found <a href="http://alexking.org/projects/wordpress" target="_blank">Twitter Tools</a> from Alex King that looks to be promising! Guess I&#8217;ll have to play around with this idea for a little bit longer.?? Still curious to know what others use though.</p>
<span id="pty_trigger"></span>]]></content:encoded>
			<wfw:commentRss>http://ajmorris.org/what-to-use-to-post-to-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playing Around with Qik</title>
		<link>http://ajmorris.org/playing-around-with-qik/</link>
		<comments>http://ajmorris.org/playing-around-with-qik/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 22:25:29 +0000</pubDate>
		<dc:creator>AJ Morris</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[campus]]></category>
		<category><![CDATA[foggy bottom]]></category>
		<category><![CDATA[gwu]]></category>
		<category><![CDATA[qik]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://blog.ajmorris.org/?p=167</guid>
		<description><![CDATA[So I was walking back from a different building on campus and though that I&#8217;d give Qik a try and see if I could get it to send a message to twitter saying that I was live. Needless to say, it didn&#8217;t work.?? Guess I&#8217;ll have to work on Qik this afternoon. Anyways, here&#8217;s the [...]]]></description>
			<content:encoded><![CDATA[<p>So I was walking back from a different building on campus and though that I&#8217;d give Qik a try and see if I could get it to send a message to twitter saying that I was live. Needless to say, it didn&#8217;t work.?? Guess I&#8217;ll have to work on Qik this afternoon. Anyways, here&#8217;s the video from this afternoon.</p>
<p><object width="425" height="319" data="http://qik.com/swfs/qikPlayer4.swf" type="application/x-shockwave-flash"><param name="id" value="qikPlayer" /><param name="align" value="middle" /><param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="true" /><param name="quality" value="high" /><param name="bgcolor" value="#333333" /><param name="FlashVars" value="rssURL=http://qik.com/video/4f8385fe06994c14b09c71fb54fe629b.rss&amp;autoPlay=false" /><param name="src" value="http://qik.com/swfs/qikPlayer4.swf" /><param name="name" value="qikPlayer" /><param name="flashvars" value="rssURL=http://qik.com/video/4f8385fe06994c14b09c71fb54fe629b.rss&amp;autoPlay=false" /><param name="allowfullscreen" value="true" /></object></p>
<span id="pty_trigger"></span>]]></content:encoded>
			<wfw:commentRss>http://ajmorris.org/playing-around-with-qik/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Setup and Software</title>
		<link>http://ajmorris.org/my-setup-and-software/</link>
		<comments>http://ajmorris.org/my-setup-and-software/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 02:49:54 +0000</pubDate>
		<dc:creator>AJ Morris</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[desk]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://blog.ajmorris.org/?p=163</guid>
		<description><![CDATA[I saw a post like this last weekend and thought that it&#8217;s time that I do one of these again myself. Everyone seems to change what they use every now and then, so I though by updating this maybe it would get other people to look at what they use and maybe make a post [...]]]></description>
			<content:encoded><![CDATA[<p>I saw a post like this last weekend and thought that it&#8217;s time that I do one of these again myself. Everyone seems to change what they use every now and then, so I though by updating this maybe it would get other people to look at what they use and maybe make a post like this as well.</p>
<p><span style="text-decoration: underline;"><strong>What Hardware?</strong></span></p>
<p>Below is a picture of my desk. It&#8217;s not my whole desk, but rather the spot I use the most of. I try to keep this area as clean as possible so that when I&#8217;m working I&#8217;m focused on what I&#8217;m doing. Head on over to <a href="http://www.flickr.com/photos/andrewjared/3190078726/" target="_blank">flickr</a> to see some notes on the photo.<br />
<a title="Desk Setup by aj_morris2002, on Flickr" href="http://www.flickr.com/photos/andrewjared/3190078726/"><img src="http://farm4.static.flickr.com/3426/3190078726_694a03b237.jpg" alt="Desk Setup" width="500" height="313" /></a></p>
<p>My computer is a 1st Generation 15&#8243; Macbook Pro (I know it&#8217;s old, but still gets the job done!). It has 2GB or Ram, a 2.0 GHz Core Duo, and is running leopard. I use a Apple Wireless Keyboard, Dell optical mouse, and a Dell 24&#8243; monitor. Probably my most favorite piece on my desk (or not one my desk in this picture) would have to be my iPhone 3G. Whether dealing with clients or trying to find somewhere to eat for lunch, it is a lifesaver when I&#8217;m not in my office and I&#8217;m not sure what I would do with out it!</p>
<p>I also wanted to touch on the fact that I also have a MSIWind Netbook running Mac OS X Leopard. I LOVE this thing! I mainly use if for traveling to and from work, when I&#8217;m hanging out at the coffee shop, or when I&#8217;m on the road and don&#8217;t feel like bringing my MBP with me.?? I can do some coding on it, so I&#8217;ve installed Rails, TextMate, all the usual programming-focused applications that I&#8217;ll describe below.</p>
<p><span style="text-decoration: underline;"><strong>My Software</strong></span></p>
<p>Well I spend most of my time in TextMate, and Firefox. I do also use terminal.app a lot. For email I use both Gmail and Mail.app for both work and personal/client work. Everything gets setup with Google&#8217;s SMTP server though, so that it saves my emails in Gmail.</p>
<p>I prefer Firefox over Safari, though I tend to use both. I also use CSSEdit for any CSS styles I need to create, although I&#8217;m not a designer so I either have someone else do that work for me, or I try and make something really simple and let my clients decide.?? I also use Photoshop when I try to do some graphic work (however it&#8217;s not on my Hackbook! <img src='http://ajmorris.org/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ).</p>
<p>Other than that, I try to keep it pretty simple. When I&#8217;m not programming I have all sorts of programs I use, MS Office (the occasional paper writing that needs to be done), Handbrake, Adium (chat), Skype, etc.</p>
<p>What do you use?</p>
<span id="pty_trigger"></span>]]></content:encoded>
			<wfw:commentRss>http://ajmorris.org/my-setup-and-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone App test post</title>
		<link>http://ajmorris.org/iphone-app-test-post/</link>
		<comments>http://ajmorris.org/iphone-app-test-post/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 00:31:31 +0000</pubDate>
		<dc:creator>AJ Morris</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>
<span id="pty_trigger"></span>]]></content:encoded>
			<wfw:commentRss>http://ajmorris.org/iphone-app-test-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 3 is Released!!</title>
		<link>http://ajmorris.org/firefox-3-is-released/</link>
		<comments>http://ajmorris.org/firefox-3-is-released/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 18:34:36 +0000</pubDate>
		<dc:creator>AJ Morris</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>
<span id="pty_trigger"></span>]]></content:encoded>
			<wfw:commentRss>http://ajmorris.org/firefox-3-is-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Ruby on Rails Host Makes Awesome Entrance!</title>
		<link>http://ajmorris.org/new-ruby-on-rails-host-makes-awesome-enterance/</link>
		<comments>http://ajmorris.org/new-ruby-on-rails-host-makes-awesome-enterance/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 03:17:34 +0000</pubDate>
		<dc:creator>AJ Morris</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Ruby on Rails]]></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 that [...]]]></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>
<span id="pty_trigger"></span>]]></content:encoded>
			<wfw:commentRss>http://ajmorris.org/new-ruby-on-rails-host-makes-awesome-enterance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

