<?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>jtlongino.com &#187; SaaS</title>
	<atom:link href="https://jtlongino.com/blog/category/saas/feed/" rel="self" type="application/rss+xml" />
	<link>https://jtlongino.com</link>
	<description></description>
	<lastBuildDate>Fri, 04 Oct 2013 02:28:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6</generator>
		<item>
		<title>How I&#8217;m starting &#8211; Heroku and Rails tutorials</title>
		<link>https://jtlongino.com/blog/how-im-starting-heroku-and-rails-tutorials/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-im-starting-heroku-and-rails-tutorials</link>
		<comments>https://jtlongino.com/blog/how-im-starting-heroku-and-rails-tutorials/#comments</comments>
		<pubDate>Thu, 12 Sep 2013 01:56:08 +0000</pubDate>
		<dc:creator>JT</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[SaaS]]></category>

		<guid isPermaLink="false">http://jtlongino.com/?p=29</guid>
		<description><![CDATA[Like I mentioned before, I have very little web programming experience.  I wrote a little bit of HTML back in the 90&#8242;s for class projects of &#8220;build a personal webpage&#8221;.  A couple of years ago I started a project that used a bit of JavaScript and very, very poorly done CSS.  But most of my [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Like I mentioned <a title="I’m building a web app!" href="/blog/im-building-a-web-app/">before</a>, I have very little web programming experience.  I wrote a little bit of HTML back in the 90&#8242;s for class projects of &#8220;build a personal webpage&#8221;.  A couple of years ago I started a project that used a bit of JavaScript and very, very poorly done CSS.  But most of my coding these days is done in System Verilog, a bit of Perl, and the occasional Ruby script.</p>
<p>Oh, and I know nothing about setting up and administering a web server.</p>
<h2>Learning Rails</h2>
<p>I&#8217;ve heard that Rails is still pretty popular for web stuff, and I&#8217;m at least familiar with looking at Ruby code, so I decided to go with that.  First step, find some tutorials to help me understand how to use the language and start to put together an architecture for my application.  The tutorials are pretty easy to find, and I&#8217;m sure there are a ton out there, but here&#8217;s where I&#8217;m starting:</p>
<p>- <a title="Rails Girls Guides" href="http://guides.railsgirls.com/" target="_blank">Rails Girls Guides</a> is a program intended to &#8220;give tools and a community for women to understand technology and to build their ideas.&#8221;  While I&#8217;m obviously not their target market, I found their tutorials to be pretty helpful, and their reference app gives a good start into understanding Rails.</p>
<p>- <a title="Ruby on Rails Guides" href="http://guides.rubyonrails.org/" target="_blank">RailsGuides</a> has a lot more detail than Rails Girls Guides, and the reference apps have a lot more detail.  I haven&#8217;t worked through all of their stuff yet, but it seems to be a solid introduction into MVC (Model &#8211; Controller &#8211; View) design.</p>
<h2>Publishing on the Web</h2>
<p>Most of the initial work I&#8217;m doing will be on my laptop.  Eventually, I&#8217;ll want to move it to the web where others can see it.  I&#8217;ll need a server for that.  Enter <a title="Heroku" href="http://www.heroku.com" target="_blank">Heroku</a>.</p>
<p>Heroku is a Platform as a Service company that provides application hosting across a variety of languages.  They manage everything, and I just get to use it!  The obvious benefit to me is that I don&#8217;t have to figure out how to set up and administer a stable hosting platform.  It&#8217;s super easy to move my application code from my laptop to their servers.  Basically just a Git command (Git is a system to manage source code changes.  While I don&#8217;t know it specifically, I&#8217;m familiar with revision control so it won&#8217;t be difficult to pick up.) It&#8217;s also free for very small applications, like mine is likely to be for a while.  On the negative side, the cost goes up pretty quickly as you scale, and you give up a lot of control.  In the end, it lets me focus on all the other things I need to learn, so I&#8217;ll take it.</p>
<p>Anything you want to know?  Leave a comment below.  I&#8217;ll reply to all of them!</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=https%3A%2F%2Fjtlongino.com%2Fblog%2Fhow-im-starting-heroku-and-rails-tutorials%2F&amp;title=How%20I%E2%80%99m%20starting%20%E2%80%93%20Heroku%20and%20Rails%20tutorials" id="wpa2a_2"><img src="https://www.jtlongino.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>https://jtlongino.com/blog/how-im-starting-heroku-and-rails-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m building a web app!</title>
		<link>https://jtlongino.com/blog/im-building-a-web-app/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=im-building-a-web-app</link>
		<comments>https://jtlongino.com/blog/im-building-a-web-app/#comments</comments>
		<pubDate>Tue, 10 Sep 2013 14:50:21 +0000</pubDate>
		<dc:creator>JT</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[SaaS]]></category>

		<guid isPermaLink="false">http://jtlongino.com/?p=26</guid>
		<description><![CDATA[I frequently wonder what it would be like to start a business, but I never had an idea of what I would do. Now I have that idea. My wife recently decided to open an Etsy shop for handmade greeting cards.  She&#8217;s been making them for years and has gotten very encouraging feedback about them. [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I frequently wonder what it would be like to start a business, but I never had an idea of what I would do.</p>
<p>Now I have that idea.</p>
<p>My wife recently decided to open an Etsy shop for handmade greeting cards.  She&#8217;s been making them for years and has gotten very encouraging feedback about them.  She&#8217;s at a point in her life where she has some time available, so she decided to see whether she could make a business selling her cards.  It&#8217;s exciting to watch.</p>
<p>I have the aesthetic ability of a fallen tree limb, so I won&#8217;t be much help there.  I am working on a website for her (Etsy is expensive), and hope to convince her to let me use her customers as a marketing lab.  Thinking about her business and running into a very old <a href="https://news.ycombinator.com/item?id=3583369">post </a>on Hacker News, I realized there was something else I could do, and that it could be helpful for others as well.</p>
<p>Once her business gets an order, she&#8217;ll need to an invoice (WooCommerce will probably do this for her), a packing list, and a shipping label.  All of this could be done on paper or with Word/GoogleDocs/whatever, but it&#8217;s basically the same information on each document.  So I&#8217;m going to create a web app to do basically that.</p>
<p>I hope.</p>
<p>It&#8217;ll certainly be some work.  Most of my programming is done in SystemVerilog, which is about as far away from web programming as you can get.</p>
<p>Anyway, my plan is to document as much as I can about both the technical and business sides of this project here.  Leave a comment if there&#8217;s anything you&#8217;re particularly interested in hearing about.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=https%3A%2F%2Fjtlongino.com%2Fblog%2Fim-building-a-web-app%2F&amp;title=I%E2%80%99m%20building%20a%20web%20app%21" id="wpa2a_4"><img src="https://www.jtlongino.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>https://jtlongino.com/blog/im-building-a-web-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
