<?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>Jeremy Heslop &#187; business</title>
	<atom:link href="http://jheslop.com/category/business/feed/" rel="self" type="application/rss+xml" />
	<link>http://jheslop.com</link>
	<description>Christian, Husband, Father, Geek, Entrepreneur, Photographer</description>
	<lastBuildDate>Wed, 11 Nov 2009 21:14:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>1&amp;1 tightens up Email spam rules</title>
		<link>http://jheslop.com/2009/07/31/1and1-tightens-up-email-spam-rules/</link>
		<comments>http://jheslop.com/2009/07/31/1and1-tightens-up-email-spam-rules/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 21:45:53 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[business]]></category>
		<category><![CDATA[family]]></category>
		<category><![CDATA[friends]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[1&1]]></category>
		<category><![CDATA[1and1]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[business websites]]></category>
		<category><![CDATA[cname record]]></category>
		<category><![CDATA[dns admin]]></category>
		<category><![CDATA[e mail]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[mail servers]]></category>
		<category><![CDATA[mx record]]></category>
		<category><![CDATA[mx server]]></category>
		<category><![CDATA[smtp server]]></category>
		<category><![CDATA[speedy response]]></category>

		<guid isPermaLink="false">http://jheslop.com/?p=377</guid>
		<description><![CDATA[I use 1and1 for my personal and business websites as well as for our clients. We&#8217;ve had a client recently that was not receiving emails from one of their colleagues and of course the other company&#8217;s IT person said it was our problem. Having been an email administrator for many years I always like to [...]]]></description>
			<content:encoded><![CDATA[<p>I use <a href="http://www.1and1.com/?k_id=6447276">1and1</a> for my personal and business websites as well as for our clients. We&#8217;ve had a client recently that was not receiving emails from one of their colleagues and of course the other company&#8217;s IT person said it was our problem. Having been an email administrator for many years I always like to look into the bounced back messages, smtp connection info, email headers, and more to track down a problem. This particular issue was perplexing because there where not many posts on the net about it. When someone was trying to send an email to a domain hosted at <a href="http://www.1and1.com/?k_id=6447276">1and1</a> it sent this error after the RCPT TO line:</p>
<blockquote><p>421 invalid sender domain, possibly misconfigured</p></blockquote>
<p>I tested at <a href="http://www.wormly.com/test_smtp_server">http://www.wormly.com/test_smtp_server</a> (which is a great site btw) to get test the error.</p>
<p>So I sent an email to <a href="http://www.1and1.com/?k_id=6447276">1and1</a> support to see if they could help. This was the very speedy response:</p>
<blockquote><p>The circumstances you have just described is caused by a RFC-non-compliant configuration of the despatcher-domain. The MX-Server<br />
of the domain has no registered A-record, but merely a CNAME-record this is why the e-mail is rejected by our e-<a href="http://jheslop.com/tag/mail-servers/" class="st_tag internal_tag" rel="tag" title="Posts tagged with mail servers">mail servers</a>.</p>
<p>You can find some general information about this topic here:</p>
<p>http://www.faqs.org/rfcs/rfc2181.html</p>
<p>To provide the e-mail delivery as fast as possible again, we kindly advise you to inscribe the target domain of the CNAME-record as MX-record. For further information, please contact the provider of the despatcher-domain.</p></blockquote>
<p>Looks like the 1and1 is blocking any non RFC compliant domains. In the rfc spec above it says:</p>
<blockquote><p>10.3. MX and NS records</p>
<p>   The domain name used as the value of a NS resource record, or part of<br />
   the value of a MX resource record must not be an alias.<br />
&#8230;</p>
<p>   Additional section processing does not include CNAME records, let alone the address records that may be associated with the canonical name derived from the alias.</p></blockquote>
<p>So if you are a DNS admin or setup DNS for clients make sure to have the <a href="http://jheslop.com/tag/mx-record/" class="st_tag internal_tag" rel="tag" title="Posts tagged with mx record">MX record</a> for your domains be A records (they directly resolve to an ip) not CNAME records. So far I have had to email a couple of hosting companies related to this issue. I applaud <a href="http://www.1and1.com/?k_id=6447276">1and1</a> for locking down their email servers even more to thwart spam, but it would have been nice to have had a link or faq on their site explaining what was going on. Thus the reason for this lengthy <a href="http://jheslop.com/tag/blog/" class="st_tag internal_tag" rel="tag" title="Posts tagged with blog">blog</a> post.</p>
<p>Some other posts on the web about this issues:</p>
<ul>
<li><a href="http://discussions.apple.com/thread.jspa?messageID=9892913">http://discussions.apple.com/thread.jspa?messageID=9892913</a>
</li>
<li><a href="http://forums.devshed.com/dns-36/dns-cname-a-records-issues-628838.html">http://forums.devshed.com/dns-36/dns-cname-a-records-issues-628838.html</a>
</li>
</ul>
<p>Useful links to test out DNS and MX records:</p>
<ul>
<li><a href="http://www.wormly.com/test_smtp_server">http://www.wormly.com/test_smtp_server</a>
</li>
<li>h<a href="ttp://www.mxtoolbox.com/">ttp://www.mxtoolbox.com/</a>
</li>
<li><a href="http://www.checkdns.net/quickcheckdomainf.aspx">http://www.checkdns.net/quickcheckdomainf.aspx</a>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jheslop.com/2009/07/31/1and1-tightens-up-email-spam-rules/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Leveraging Online Social Networks to Increase Business</title>
		<link>http://jheslop.com/2008/10/27/leveraging-online-social-networks-to-increase-business/</link>
		<comments>http://jheslop.com/2008/10/27/leveraging-online-social-networks-to-increase-business/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 01:05:48 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[blogs]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[google reader]]></category>
		<category><![CDATA[investment banking]]></category>
		<category><![CDATA[leveraging]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[social networks]]></category>

		<guid isPermaLink="false">http://jheslop.com/2008/10/27/leveraging-online-social-networks-to-increase-business/</guid>
		<description><![CDATA[I follow the LinkedIn blog in google reader and watched a video about how a small Investment Banking company managed to make over $300k+ by leveraging their contacts on linked in. Ron Lissak, a managing partner of the company, talked about how he was able to search for the right people and find many opportunities [...]]]></description>
			<content:encoded><![CDATA[<p>I follow the <a href="http://blog.linkedin.com/blog/">LinkedIn blog</a> in <a href="http://www.google.com/reader/">google reader</a> and watched a <a href="http://jheslop.com/tag/video/" class="st_tag internal_tag" rel="tag" title="Posts tagged with video">video</a> about how a small Investment Banking company managed to make over $300k+ by leveraging their contacts on linked in. <a href="http://www.linkedin.com/in/ronlissak">Ron Lissak</a>, a managing partner of the company, talked about how he was able to search for the right people and find many opportunities through <a href="http://jheslop.com/tag/linkedin/" class="st_tag internal_tag" rel="tag" title="Posts tagged with linkedin">LinkedIn</a>. I&#8217;m trying to learn more on how to leverage online resources for my business so I thought I would pass the information along. The <a href="http://jheslop.com/tag/linkedin/" class="st_tag internal_tag" rel="tag" title="Posts tagged with linkedin">LinkedIn</a> <a href="http://jheslop.com/tag/blog/" class="st_tag internal_tag" rel="tag" title="Posts tagged with blog">blog</a> has been a great read and has presented many ideas for me to expand on. You can read the <a href="http://blog.linkedin.com/blog/2008/10/how-linkedin-he.html">original article</a> or watch the <a href="http://jheslop.com/tag/video/" class="st_tag internal_tag" rel="tag" title="Posts tagged with video">video</a> below.</p>
<div class="youtube-video"><object class="__noscriptOpacized__" height="355" width="425"><param name="movie" value="http://www.youtube.com/v/kU0EnkBtAn0"></param><param name="wmode" value="transparent"></param><embed class="__noscriptOpacized__" src="http://www.youtube.com/v/kU0EnkBtAn0" type="application/x-shockwave-flash" wmode="transparent" height="355" width="425"></embed></object></div>
<p><a href="http://jheslop.com/tag/linkedin/" class="st_tag internal_tag" rel="tag" title="Posts tagged with linkedin">LinkedIn</a> Users &#8211; Investment Banking</p>
<p>Other resources for using <a href="http://jheslop.com/tag/linkedin/" class="st_tag internal_tag" rel="tag" title="Posts tagged with linkedin">LinkedIn</a>:
<ul>
<li><a href="http://hubpages.com/hub/How-To-Use-LinkedIn-Effectively">How to Use LinkedIn Effectively</a></li>
<li><a href="http://blog.guykawasaki.com/2007/01/ten_ways_to_use.html">10 Ways to Use LinkedIn</a> &#8211; Guy Kawasaki</li>
<li><a href="http://blog.guykawasaki.com/2007/01/linkedin_profil.html">LinkedIn Profile Extreme Makeover</a> &#8211; Guy Kawasaki</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jheslop.com/2008/10/27/leveraging-online-social-networks-to-increase-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>High gas prices and the financial crisis? Get cash back!</title>
		<link>http://jheslop.com/2008/10/02/get-cash-back/</link>
		<comments>http://jheslop.com/2008/10/02/get-cash-back/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 19:30:41 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[business]]></category>
		<category><![CDATA[cars]]></category>
		<category><![CDATA[family]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[car]]></category>
		<category><![CDATA[cash back]]></category>
		<category><![CDATA[credit card]]></category>
		<category><![CDATA[discover]]></category>
		<category><![CDATA[discover card]]></category>
		<category><![CDATA[family purchases]]></category>
		<category><![CDATA[financial crisis]]></category>
		<category><![CDATA[gas]]></category>
		<category><![CDATA[gas prices]]></category>
		<category><![CDATA[truck]]></category>

		<guid isPermaLink="false">http://jheslop.com/?p=286</guid>
		<description><![CDATA[Wouldn&#8217;t it be nice if there was an easy way to get a few extra dollars in your pocket each month to help with high gas prices for your car, truck or suv? Well if you haven&#8217;t yet gotten a Discover Card now is the time to do so. Just this month I have gotten [...]]]></description>
			<content:encoded><![CDATA[<p>Wouldn&#8217;t it be nice if there was an easy way to get a few extra dollars in your pocket each month to help with high <a href="http://jheslop.com/tag/gas/" class="st_tag internal_tag" rel="tag" title="Posts tagged with gas">gas</a> prices for your <a href="http://jheslop.com/tag/car/" class="st_tag internal_tag" rel="tag" title="Posts tagged with car">car</a>, truck or suv? Well if you haven&#8217;t yet gotten a <a href=http://jheslop.com/cj/discover/discover-more-card target=_blank>Discover Card</a> now is the time to do so.</p>
<p>Just this month I have gotten over <a href=http://jheslop.com/cj/discover/discover-more-card target=_blank>$60 cash back</a> from just using it for our everyday family purchases (diapers and formula are expensive!)</p>
<p><a href="http://jheslop.com/cj/discover/discover-more-card "><img src="http://jheslop.com/wp-content/uploads/2008/10/discover-card_-account-center-home.jpg" alt="" title="Discover Card Cash Back" width="383" height="168" class="alignnone size-full wp-image-288" /></a></p>
<p>Now the most important part when getting a cash back credit card is <strong>not to spend the cash back</strong>! They try and get you to purchase more things which means you spend more money instead of just getting the cash back. Now if those items you purchase are necessary items then by all means go for it, but most of the retailers that they list you could do without.</p>
<p>So if I can&#8217;t spend it what do I do with it? <strong>Redeem the cash back into your discover account</strong> and now you have those extra few dollars for those high <a href="http://jheslop.com/tag/gas/" class="st_tag internal_tag" rel="tag" title="Posts tagged with gas">gas</a> prices!</p>
<p>You can also get a Discover card called the <a href="http://jheslop.com/cj/discover/discover-open-road-card">Open Road</a> card that gives you more cash back for <a href="http://jheslop.com/tag/gas/" class="st_tag internal_tag" rel="tag" title="Posts tagged with gas">gas</a> and auto purchases than the <a href="http://jheslop.com/cj/discover/discover-more-card">other Discover cards</a>.</p>
<p>So if you spend money (and who doesn&#8217;t) or your <a href="http://jheslop.com/cj/discover/get-5-back-with-a-discover-business-card">a small business owner</a> and want to get a few dollars back for doing what you would do anyway click on one of the links above to get your very own card today.</p>
]]></content:encoded>
			<wfw:commentRss>http://jheslop.com/2008/10/02/get-cash-back/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Small Business Owner Tax Tip (ie how to avoid paying back taxes)</title>
		<link>http://jheslop.com/2008/09/19/small_business_owner_tax_tip/</link>
		<comments>http://jheslop.com/2008/09/19/small_business_owner_tax_tip/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 01:43:12 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[business]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[irs]]></category>
		<category><![CDATA[taxes]]></category>

		<guid isPermaLink="false">http://jheslop.com/?p=277</guid>
		<description><![CDATA[Getting a letter from the IRS is never fun, getting a letter from the IRS saying you owe money is even less fun. Over a week ago I received a letter stating that I owed thousands of dollars in back taxes, fees and interest from over a year ago. I must say that I was [...]]]></description>
			<content:encoded><![CDATA[<p><a class="" rel="" title="dollar, Bill." href="http://www.flickr.com/photos/36814352@N00/2868549346/"><img class="alignleft" style="float: left;" src="http://static.flickr.com/3236/2868549346_a71ee5d416_t.jpg" alt="dollar, Bill."/></a></p>
<p>Getting a letter from the IRS is never fun, getting a letter from the IRS saying you owe money is even less fun. Over a week ago I received a letter stating that I owed thousands of dollars in back taxes, fees and interest from over a year ago. I must say that I was in shock since this was the first year we had used an accountant for our taxes and I had not done my own. I guess I was so happy I didn&#8217;t have to do them that I didn&#8217;t even bother looking over them at all.<br />
<span id="more-277"></span><br />
That was my mistake and my small business owner tip is:</p>
<blockquote><p>Tip: Look over your taxes and make sure all your income is accounted for. It can save you from having to pay a lot of money later on in back taxes.</p></blockquote>
<p>So my accountant and I looked over what had happened. We totally overlooked putting two K1&#8242;s from my S corporations (taxes flow to owners) on the tax return. Luckily we could make some adjustments to reduce the amount and he paid the fees and interest. Needless to say it was still a big chuck of change, but a learning experience nonetheless. So if you are a small business owner make sure to review your taxes and match up all your documentation before you send in those tax returns. Don&#8217;t make the same mistake I did.</p>
]]></content:encoded>
			<wfw:commentRss>http://jheslop.com/2008/09/19/small_business_owner_tax_tip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online Banking Setup for GnuCash 2.2.6 under Windows XP</title>
		<link>http://jheslop.com/2008/09/19/online-banking-setup-for-gnucash-under-windows-xp/</link>
		<comments>http://jheslop.com/2008/09/19/online-banking-setup-for-gnucash-under-windows-xp/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 15:23:50 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[business]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[gnucash]]></category>
		<category><![CDATA[ofx]]></category>
		<category><![CDATA[online banking]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://jheslop.com/?p=278</guid>
		<description><![CDATA[Since my linux raid decided to futz up (read I screwed it up) I&#8217;ve been using my Windows partition out of necessity until I have the time to rebuild my software raid 5 and gentoo. Until then we&#8217;ve been using GnuCash under Windows which has worked ok, but it is not as nice as the [...]]]></description>
			<content:encoded><![CDATA[<p><a class="" rel="" title="gnucash-logo" href="http://www.flickr.com/photos/48359494@N00/2416054704/"><img class="alignleft" style="float: left;" src="http://static.flickr.com/3120/2416054704_e1aee2e2f2_m.jpg" alt="gnucash-logo"/></a></p>
<p>Since my linux raid decided to futz up (read I screwed it up) I&#8217;ve been using my Windows partition out of necessity until I have the time to rebuild my software raid 5 and <a href="http://gentoo.org">gentoo</a>. Until then we&#8217;ve been using <a href="http://gnucash.org">GnuCash</a> under Windows which has worked ok, but it is not as nice as the linux version by far. We use <a href="http://jheslop.com/tag/gnucash/" class="st_tag internal_tag" rel="tag" title="Posts tagged with gnucash">GnuCash</a> for our business and it is critical that we have all the functions working in it. One of the things that I really missed was <a href="http://jheslop.com/tag/online-banking/" class="st_tag internal_tag" rel="tag" title="Posts tagged with online banking">online banking</a>. I could pull in all the transactions and clear them under <a href="http://jheslop.com/tag/gnucash/" class="st_tag internal_tag" rel="tag" title="Posts tagged with gnucash">GnuCash</a> as well as making reconciling alot easier. The reason that <a href="http://jheslop.com/tag/gnucash/" class="st_tag internal_tag" rel="tag" title="Posts tagged with gnucash">GnuCash</a> could not connect to my online bank was that the version of libofx it was saying it was an older version of Quicken and thus was denied from my bank. I read some more online and &#8230;<br />
<span id="more-278"></span><br />
found that you could compile libofx with a new APPVER or binary replace the version in the library file. So I took the easy way out and replaced the string in the .dll file. Here is how I did it:</p>
<ul>
<li>Downloaded <a href="http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm">xvi32 hex editor (free)</a></li>
<li>Opened &#8220;C:\Program Files\<a href="http://jheslop.com/tag/gnucash/" class="st_tag internal_tag" rel="tag" title="Posts tagged with gnucash">gnucash</a>\bin\libofx-3.dll&#8221; under XVi32</li>
<li>Searched for 1200 as a text string</li>
<li>Found the string that says APPVER right after it and clicked on the 2 of 1200 and hit 5 to make it 1500</li>
<li>Saved the file, started up <a href="http://jheslop.com/tag/gnucash/" class="st_tag internal_tag" rel="tag" title="Posts tagged with gnucash">GnuCash</a> and voila!</li>
</ul>
<p>In all this I am assuming you already know how to setup <a href="http://jheslop.com/tag/gnucash/" class="st_tag internal_tag" rel="tag" title="Posts tagged with gnucash">GnuCash</a> for <a href="http://jheslop.com/tag/online-banking/" class="st_tag internal_tag" rel="tag" title="Posts tagged with online banking">Online Banking</a>. If not you can check it out on their <a href="http://wiki.gnucash.org/wiki/Setting_up_OFXDirectConnect_in_GnuCash_2">ofx setup page</a>. That is it for now. Hope you find this useful as I&#8217;m sure I&#8217;ll have to come back to this at some point in time in the future!</p>
<p>And remember if you use <a href="http://jheslop.com/tag/gnucash/" class="st_tag internal_tag" rel="tag" title="Posts tagged with gnucash">GnuCash</a> for tracking your expenses and income make sure you have a backup off-site. I recommend Mozy for windows and Mac, but any way you do it you&#8217;ll be thankful you did.</p>
]]></content:encoded>
			<wfw:commentRss>http://jheslop.com/2008/09/19/online-banking-setup-for-gnucash-under-windows-xp/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
