<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How I Track My Expenses</title>
	<atom:link href="http://www.jonwaraas.com/how-i-track-my/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jonwaraas.com/how-i-track-my/</link>
	<description>Make Money At Home with Jon Waraas</description>
	<lastBuildDate>Mon, 15 Feb 2010 16:10:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dis Great Month - Jon Waraas Blog</title>
		<link>http://www.jonwaraas.com/how-i-track-my/comment-page-1/#comment-46436</link>
		<dc:creator>Dis Great Month - Jon Waraas Blog</dc:creator>
		<pubDate>Tue, 15 Sep 2009 12:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonwaraas.com/?p=837#comment-46436</guid>
		<description>[...] to how much profit I made etc. So I will know at all times how I am doing. If you remeber I added a tracking system to track my expenses, and so far the effort I put into that project has paid off.. its nice to be able to [...]</description>
		<content:encoded><![CDATA[<p>[...] to how much profit I made etc. So I will know at all times how I am doing. If you remeber I added a tracking system to track my expenses, and so far the effort I put into that project has paid off.. its nice to be able to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Design Beach</title>
		<link>http://www.jonwaraas.com/how-i-track-my/comment-page-1/#comment-45647</link>
		<dc:creator>Web Design Beach</dc:creator>
		<pubDate>Tue, 01 Sep 2009 17:25:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonwaraas.com/?p=837#comment-45647</guid>
		<description>It&#039;s really interesting to see you have made a custom application to track expanses. I would always be enough with some self built excel document, but i guess i never had so much various expanses to separate and track them more deeply.</description>
		<content:encoded><![CDATA[<p>It&#8217;s really interesting to see you have made a custom application to track expanses. I would always be enough with some self built excel document, but i guess i never had so much various expanses to separate and track them more deeply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Synchronium</title>
		<link>http://www.jonwaraas.com/how-i-track-my/comment-page-1/#comment-45642</link>
		<dc:creator>Synchronium</dc:creator>
		<pubDate>Tue, 01 Sep 2009 14:22:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonwaraas.com/?p=837#comment-45642</guid>
		<description>Spam comment? I get tonnes of shit like that in my spam queue...</description>
		<content:encoded><![CDATA[<p>Spam comment? I get tonnes of shit like that in my spam queue&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Waraas</title>
		<link>http://www.jonwaraas.com/how-i-track-my/comment-page-1/#comment-45486</link>
		<dc:creator>Jon Waraas</dc:creator>
		<pubDate>Sat, 29 Aug 2009 19:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonwaraas.com/?p=837#comment-45486</guid>
		<description>huh?</description>
		<content:encoded><![CDATA[<p>huh?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: used rv for sale</title>
		<link>http://www.jonwaraas.com/how-i-track-my/comment-page-1/#comment-45475</link>
		<dc:creator>used rv for sale</dc:creator>
		<pubDate>Sat, 29 Aug 2009 14:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonwaraas.com/?p=837#comment-45475</guid>
		<description>She already receives financial aid, but in order for us to keep paying our bills we will need her portion of income to continue.</description>
		<content:encoded><![CDATA[<p>She already receives financial aid, but in order for us to keep paying our bills we will need her portion of income to continue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Waraas</title>
		<link>http://www.jonwaraas.com/how-i-track-my/comment-page-1/#comment-45416</link>
		<dc:creator>Jon Waraas</dc:creator>
		<pubDate>Fri, 28 Aug 2009 22:06:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonwaraas.com/?p=837#comment-45416</guid>
		<description>Oh haha yeah i def know you then sorry I didnt recognize your screen name.</description>
		<content:encoded><![CDATA[<p>Oh haha yeah i def know you then sorry I didnt recognize your screen name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Synchronium</title>
		<link>http://www.jonwaraas.com/how-i-track-my/comment-page-1/#comment-45399</link>
		<dc:creator>Synchronium</dc:creator>
		<pubDate>Fri, 28 Aug 2009 09:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonwaraas.com/?p=837#comment-45399</guid>
		<description>Actually I do code. We&#039;ve spoken about it on MSN before (I run &lt;a href=&quot;http://www.Coffeesh0p.com&quot; rel=&quot;nofollow&quot;&gt;Coffeesh0p.com&lt;/a&gt;)

And yes, I do use MySQL, for no reason other than it&#039;s what I&#039;ve always used, and pretty much every web host has it installed. :)

Pro tip: Create a database abstraction layer, so you just have to use $datalayer-&gt;query( $sql ); instead of functions specific to the DB you use. Then if you ever need to change the DB, you only need to alter the abstraction object rather than the database-specific code which would be all over your application.</description>
		<content:encoded><![CDATA[<p>Actually I do code. We&#8217;ve spoken about it on MSN before (I run <a href="http://www.Coffeesh0p.com" rel="nofollow">Coffeesh0p.com</a>)</p>
<p>And yes, I do use MySQL, for no reason other than it&#8217;s what I&#8217;ve always used, and pretty much every web host has it installed. <img src='http://www.jonwaraas.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Pro tip: Create a database abstraction layer, so you just have to use $datalayer-&gt;query( $sql ); instead of functions specific to the DB you use. Then if you ever need to change the DB, you only need to alter the abstraction object rather than the database-specific code which would be all over your application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Waraas</title>
		<link>http://www.jonwaraas.com/how-i-track-my/comment-page-1/#comment-45390</link>
		<dc:creator>Jon Waraas</dc:creator>
		<pubDate>Thu, 27 Aug 2009 08:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonwaraas.com/?p=837#comment-45390</guid>
		<description>Hey thanks for piping in. I like to focus on the profit margin a lot because increasing that will increase my profits. I can use my statistics to see what needs to be done to get the margin down and increase profits. 

If you could code would you use mysql? (im assuming you dont code :-s )</description>
		<content:encoded><![CDATA[<p>Hey thanks for piping in. I like to focus on the profit margin a lot because increasing that will increase my profits. I can use my statistics to see what needs to be done to get the margin down and increase profits. </p>
<p>If you could code would you use mysql? (im assuming you dont code :-s )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Synchronium</title>
		<link>http://www.jonwaraas.com/how-i-track-my/comment-page-1/#comment-45389</link>
		<dc:creator>Synchronium</dc:creator>
		<pubDate>Thu, 27 Aug 2009 08:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonwaraas.com/?p=837#comment-45389</guid>
		<description>I use a spreadsheet. Dead simple to make copies of &amp; back up, it does everything I need it to and I didn&#039;t have to code anything.

The one advantage to keeping it in a database (whether that&#039;s MS Access, or MySQL + PHP front end) is that you can SELECT specific transactions, or SELECT groups of similar transactions, which obviously isn&#039;t possible with a flat-file spreadsheet.

Also, I wouldn&#039;t focus too much on profit &lt;em&gt;margin&lt;/em&gt;. Some of the more expensive items I sell have a smaller margin, but because they&#039;re so much more expensive, that works out to a larger sum of money. Certainly keep an eye on your margin, but it&#039;s not the most important thing.</description>
		<content:encoded><![CDATA[<p>I use a spreadsheet. Dead simple to make copies of &amp; back up, it does everything I need it to and I didn&#8217;t have to code anything.</p>
<p>The one advantage to keeping it in a database (whether that&#8217;s MS Access, or MySQL + PHP front end) is that you can SELECT specific transactions, or SELECT groups of similar transactions, which obviously isn&#8217;t possible with a flat-file spreadsheet.</p>
<p>Also, I wouldn&#8217;t focus too much on profit <em>margin</em>. Some of the more expensive items I sell have a smaller margin, but because they&#8217;re so much more expensive, that works out to a larger sum of money. Certainly keep an eye on your margin, but it&#8217;s not the most important thing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
