<?xml version="1.0"?><!-- RSS generated by Radio UserLand v8.2.1 on Fri, 25 Jul 2008 21:57:13 GMT --><rss version="2.0">	<channel>		<title>Tom Edelson: Tom Edelson on Personal Finance Software</title>		<link>http://radio.weblogs.com/0149758/categories/personalFinanceSoftware/</link>		<description>Information about the best packages I&apos;ve found for preparing [U.S.] income tax returns, and for keeping track of your finances in general.</description>		<copyright>Copyright 2008 Tom Edelson</copyright>		<lastBuildDate>Fri, 25 Jul 2008 21:57:13 GMT</lastBuildDate>		<docs>http://backend.userland.com/rss</docs>		<generator>Radio UserLand v8.2.1</generator>		<managingEditor>edelsont@mac.com</managingEditor>		<webMaster>edelsont@mac.com</webMaster>		<category domain="http://rpc.weblogs.com/shortChanges.xml">rssUpdates</category> 		<skipHours>			<hour>23</hour>			<hour>1</hour>			<hour>2</hour>			<hour>5</hour>			<hour>6</hour>			<hour>7</hour>			<hour>8</hour>			<hour>21</hour>			</skipHours>		<cloud domain="radio.xmlstoragesystem.com" port="80" path="/RPC2" registerProcedure="xmlStorageSystem.rssPleaseNotify" protocol="xml-rpc"/>		<ttl>60</ttl>		<item>			<title>Anybody Want to Test-drive a Moneydance Extension?</title>			<link>http://radio.weblogs.com/0149758/categories/personalFinanceSoftware/2008/07/25.html#a58</link>			<description>&lt;br&gt;&lt;p&gt;I closed the last post by predicting that     my &lt;a     href=&quot;http://www.well.com/user/edelsont/software/intro.html&quot;&gt;software     page&lt;/a&gt; was going to grow.&amp;nbsp; Well, technically, it hasn&apos;t;     it&apos;s gotten smaller.&amp;nbsp; But that&apos;s because its previous     content (a general description of my recent software projects)     has been moved to a new location: &lt;a href=&quot;http://www.well.com/user/edelsont/software/as-developer.html&quot;&gt;&lt;a href=&quot;http://www.well.com/user/edelsont/software/as-developer.html&quot;&gt;http://www.well.com/user/edelsont/software/as-developer.html&lt;/a&gt;.&lt;/a&gt;&lt;/p&gt;&lt;p&gt;The new content at the old location is more of an index to mysoftware-related pages: three of them, so far.&lt;/p&gt;&lt;p&gt;Which brings me to my main point: the newest of these pages describesa Moneydance extension I&apos;ve written.&amp;nbsp; Yes, after talking a lotabout extensions I planned to write, I&apos;ve finally got oneworking.&amp;nbsp; It&apos;s called &quot;Security Price Entry&quot;, and its purpose isto make it easier to record the prices of your stocks, bonds, and/ormutual funds from your broker&apos;s monthly statements.&lt;/p&gt;&lt;p&gt;The description of it can be found here: &lt;a href=&quot;http://www.well.com/user/edelsont/software/moneydance/my-extensions/security-price-entry.html&quot;&gt;&lt;a href=&quot;http://www.well.com/user/edelsont/software/moneydance/my-extensions/security-price-entry.html&quot;&gt;http://www.well.com/user/edelsont/software/moneydance/my-extensions/security-price-entry.html&lt;/a&gt;.&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Now the bad news: it isn&apos;t ready for general distribution yet.&amp;nbsp;Actually, I&apos;m hoping to find a beta tester or two.&lt;/p&gt;&lt;p&gt;The ideal beta tester would be another developer of Moneydanceextensions.&amp;nbsp; But any Moneydance user who&apos;s interested in such acapability should be able to take it for a spin, if I send it to youin pre-built form.&lt;/p&gt;&lt;p&gt;&lt;em&gt;Categorie(s) for this post: &lt;/em&gt; &lt;a href=&quot;http://radio.weblogs.com/0149758/categories/personalFinanceSoftware&quot;&gt;Personal Finance Software&lt;/a&gt;.&lt;/p&gt;&lt;br&gt;</description>			<guid>http://radio.weblogs.com/0149758/categories/personalFinanceSoftware/2008/07/25.html#a58</guid>			<pubDate>Fri, 25 Jul 2008 21:55:58 GMT</pubDate>			<comments>http://radiocomments2.userland.com/comments?u=149758&amp;amp;p=58&amp;amp;link=http%3A%2F%2Fradio.weblogs.com%2F0149758%2F2008%2F07%2F25.html%23a58</comments>			</item>		<item>			<title>News flash: schemers may have to wait for Beany</title>			<link>http://radio.weblogs.com/0149758/categories/personalFinanceSoftware/2007/05/21.html#a44</link>			<description>&lt;br&gt;&lt;p&gt;In my &lt;a href=&quot;http://radio.weblogs.com/0149758/2007/04/23.html&quot;&gt;April23 post&lt;/a&gt;, I said that I intended to writea &lt;a href=&quot;http://www.moneydance.com&quot;&gt;Moneydance&lt;/a&gt; extension whichwould make Moneydance scriptable from [one of the Java implementationsof] &lt;ahref=&quot;http://en.wikipedia.org/wiki/Scheme_%28programming_language%29&quot;&gt;Scheme&lt;/a&gt;.&amp;nbsp;I&apos;d still like to do that, but have tentatively decided that that willnot be the first Moneydance extension that I will loose upon theworld.&amp;nbsp; The first one will still be a scripting interface, butfor a different scriptinglanguage: &lt;a href=&quot;http://www.beanshell.org&quot;&gt;BeanShell&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;So what&apos;s Beanshell?&amp;nbsp; The &lt;em&gt;really&lt;/em&gt; short answer is thatBeanShell is interpreted, simplified Java.&amp;nbsp; &quot;Simplified&quot; inseveral senses; one is that declaring the types of your variables isoptional in BeanShell.&amp;nbsp; Also, BeanShell can be run in a &quot;console&quot;mode in which you type a single BeanShell statement, and it isexecuted immediately.&amp;nbsp;&lt;/p&gt;&lt;p&gt;A BeanShell call to a Java method looks exactly like a Java call tothe same method.&amp;nbsp; Behind the scenes, the BeanShell interpreteruses the Java &quot;reflection&quot; API to invoke the method.&lt;/p&gt;&lt;p&gt;This means that, while you can use BeanShell to write and run what weordinarily think of as &quot;scripts&quot;, you can also use it as a learningtool.&amp;nbsp; If the Javadoc for an API doesn&apos;t make it crystal clearjust how to write that method call that you need, a littleexperimentation can usually clear it up.&amp;nbsp; You can do thatexperimentation in Java, of course, but doing it in BeanShell tends tobe considerably faster.&lt;/p&gt;&lt;p&gt;Now actually, the same ability to experiment quickly with a Java APIis also present in at least one of the Scheme implementations:namely, &lt;a     href=&quot;http://jscheme.sourceforge.net/jscheme/main.html&quot;&gt;JScheme&lt;/a&gt;.&amp;nbsp;The difference is that, in order to use JScheme in that manner, youhave to know how to program in Scheme, and &lt;em&gt;also&lt;/em&gt; know a goodbit about Java: at least enough to read Javadoc.&amp;nbsp; It&apos;s a prettygood bet that more people, today, know Java than know Scheme, but it&apos;sa dead solid cinch that more people know Java than know both.&amp;nbsp;(Perhaps you&apos;ve never heard of BeanShell before, but if you know Java,then I&apos;ve already told you nearly everything you need to know in orderto get started in using BeanShell to explore an API.)&lt;/p&gt;&lt;p&gt;So there&apos;s the major reason for the change in plans: the BeanShellscripting interface has a bigger potential user base than a Schemescripting interface does.&amp;nbsp; In particular, the BeanShell scriptinginterface should be useful to anyone engaged in learning theMoneydance API, in order to write their own Moneydanceextension(s).&amp;nbsp; It might even encourage more people to do so.&lt;/p&gt;&lt;p&gt;The plan is, as I said, &quot;tentative&quot;.&amp;nbsp; Why?&amp;nbsp; Mostly becauseI&apos;d probably abandon it, if I found out that someone else was alreadyworking on the same thing, and had a big head start.&amp;nbsp; Thatconsideration is part of the reason for this vaporware announcement;I&apos;m hoping to get the word out such that, if my undertaking it wouldindeed be a duplication of effort, I&apos;ll find out.&lt;/p&gt;&lt;p&gt;I suppose I&apos;d also reconsider the change of plan if this posting ledto a great clamor of demand for me to implement a Scheme-Moneydancescripting interface as soon as possible.&amp;nbsp; Or, for that matter, ifit resulted in squadrons of pigs flying around my house at all hours.&lt;/p&gt;&lt;p&gt;&lt;em&gt;Categorie(s) for this post include: &lt;/em&gt; &lt;a href=&quot;http://radio.weblogs.com/0149758/categories/personalFinanceSoftware&quot;&gt;Personal Finance Software&lt;/a&gt;; &lt;a href=&quot;http://radio.weblogs.com/0149758/categories/java&quot;&gt;Java&lt;/a&gt;.&lt;/p&gt;&lt;br&gt;</description>			<guid>http://radio.weblogs.com/0149758/categories/personalFinanceSoftware/2007/05/21.html#a44</guid>			<pubDate>Mon, 21 May 2007 20:20:13 GMT</pubDate>			<comments>http://radiocomments2.userland.com/comments?u=149758&amp;amp;p=44&amp;amp;link=http%3A%2F%2Fradio.weblogs.com%2F0149758%2F2007%2F05%2F21.html%23a44</comments>			</item>		<item>			<title>Moneydance donating today&apos;s proceeds to charity</title>			<link>http://radio.weblogs.com/0149758/categories/personalFinanceSoftware/2007/05/02.html#a40</link>			<description>&lt;br&gt;&lt;p&gt;From &lt;a href=&quot;http://moneydance.com/blog/archives/14&quot;&gt;today&apos;s entry in    the Moneydance blog&lt;/a&gt; (written by the man who owns the company,    and wrote most of the program): &quot;All of the proceeds from every    Moneydance purchase today [Wednesday, May 2, 2007] will be donated    to the Virginia Tech Memorial Fund in order to help defray costs    for the victims and their families.&quot;&lt;/p&gt;&lt;p&gt;I don&apos;t know how likely it is that any of my readers will see thissoon enough to take advantage of it, but it&apos;s another indication ofhow much more &lt;em&gt;human&lt;/em&gt; small businesses can be, and this one is;can you imagine a big outfit like Intuit doing this?&lt;/p&gt;&lt;p&gt;&lt;em&gt;Categorie(s) for this post: &lt;/em&gt; &lt;a href=&quot;http://radio.weblogs.com/0149758/categories/personalFinanceSoftware&quot;&gt;Personal Finance Software&lt;/a&gt;.&lt;/p&gt;&lt;br&gt;</description>			<guid>http://radio.weblogs.com/0149758/categories/personalFinanceSoftware/2007/05/02.html#a40</guid>			<pubDate>Wed, 02 May 2007 19:25:01 GMT</pubDate>			<comments>http://radiocomments2.userland.com/comments?u=149758&amp;amp;p=40&amp;amp;link=http%3A%2F%2Fradio.weblogs.com%2F0149758%2F2007%2F05%2F02.html%23a40</comments>			</item>		<item>			<title>More on Moneydance Extensions</title>			<link>http://radio.weblogs.com/0149758/categories/personalFinanceSoftware/2007/04/23.html#a36</link>			<description>&lt;br&gt;&lt;p&gt;One of the ten Moneydance extensions currently available is called the&quot;Python Scripting Interface&quot;.&amp;nbsp; I don&apos;t know Python, so I haven&apos;tdownloaded that extension.&amp;nbsp; I more-or-less assume, though, that if youinstall it, you then have access, from Python code, to thefull Moneydance API: can then do anything from a Python script that you coulddo directly from a full-fledged extension, written in Java.&lt;/p&gt;&lt;p&gt;And, I&apos;d further assume, you could do it with less effort than wouldbe involved in writing an extension: some of the overhead, setting upyour access to Moneydance data, would already have been done foryou.&amp;nbsp; Thus, I&apos;d expect that if you wanted to automate someMoneydance chore for your own use, and weren&apos;t thinking ofdistributing the code you create to others, then it would be easier todo it in Python than in Java.&lt;/p&gt;&lt;p&gt;Provided, of course, that you knew Python.&amp;nbsp; As I mentioned, Idon&apos;t ... and it really doesn&apos;t have a place on any list of languagesI want to learn, either.&amp;nbsp; (Before a horde of Python fanaticsdescends upon me, let me hasten to add that I really havenothing &lt;em&gt;against&lt;/em&gt; Python; it&apos;s just that there arevarious other languages which, for one reason or another, excite me more... enough of them for one lifetime, I think.&amp;nbsp; I don&apos;t claim thatthis preference is anything but arbitrary, OK?)&lt;/p&gt;&lt;p&gt;If you have some other scripting language that you&apos;d like to be ableto use with Moneydance (&lt;em&gt;at least&lt;/em&gt;, if it&apos;s a scripting  languagethat&apos;s been implemented in Java), you can write your own &quot;scriptinginterface&quot; in the form of a new extension, and grant your ownwish.&amp;nbsp; (Uh, that&apos;s provided that you also know some Java, ofcourse.)&lt;/p&gt;&lt;p&gt;As a matter of fact, that&apos;s exactly what I have in mind: to write aMoneydance &quot;scripting interface&quot; for one of the Java implementationsof Scheme ... of which, you may or may not be surprised to know, thereare at least three.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;Categorie(s) for this post: &lt;/em&gt; &lt;a href=&quot;http://radio.weblogs.com/0149758/categories/personalFinanceSoftware&quot;&gt;Personal Finance Software&lt;/a&gt;; &lt;a href=&quot;http://radio.weblogs.com/0149758/categories/Scheme&quot;&gt; Scheme.&lt;/p&gt;&lt;br&gt;</description>			<guid>http://radio.weblogs.com/0149758/categories/personalFinanceSoftware/2007/04/23.html#a36</guid>			<pubDate>Mon, 23 Apr 2007 20:25:36 GMT</pubDate>			<comments>http://radiocomments2.userland.com/comments?u=149758&amp;amp;p=36&amp;amp;link=http%3A%2F%2Fradio.weblogs.com%2F0149758%2F2007%2F04%2F23.html%23a36</comments>			</item>		<item>			<title>Moneydance 2007 available</title>			<link>http://moneydance.com/blog/archives/12</link>			<description>&lt;br&gt;&lt;p&gt;The 2007 version of &lt;a href=&quot;http://www.moneydance.com/&quot;&gt;Moneydance&lt;/a&gt; was released on Friday, January 19, 2007. Here&apos;s a link to the announcement, on the company&apos;s blog: &lt;a href=&quot;http://moneydance.com/blog/archives/12&quot;&gt;&lt;a href=&quot;http://moneydance.com/blog/archives/12&quot;&gt;http://moneydance.com/blog/archives/12&lt;/a&gt;&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;In response to a comment in that blog entry, the company spokesman gave the current pricing policy for upgrades: &quot;The upgrade to MD 2007 from 2006 (and 2005) is free. Users who purchased Moneydance before 1/1/2004 can purchase MD2007 for half price ($14.99) by entering their license key in the purchase page&amp;nbsp; (&lt;a href=&quot;http://moneydance.com/purchase&quot;&gt;&lt;a href=&quot;http://moneydance.com/purchase&quot;&gt;http://moneydance.com/purchase&lt;/a&gt;&lt;/a&gt;)&quot;.&lt;/p&gt;&lt;p&gt;&lt;em&gt;Categorie(s) for this post:&lt;/em&gt; &lt;a href=&quot;http://radio.weblogs.com/0149758/categories/personalfinancesoftware&quot;&gt;Personal Finance Software.&lt;/a&gt;&lt;/p&gt;&lt;br&gt;</description>			<guid>http://radio.weblogs.com/0149758/categories/personalFinanceSoftware/2007/04/11.html#a33</guid>			<pubDate>Wed, 11 Apr 2007 18:27:22 GMT</pubDate>			<comments>http://radiocomments2.userland.com/comments?u=149758&amp;amp;p=33&amp;amp;link=http%3A%2F%2Fradio.weblogs.com%2F0149758%2F2007%2F04%2F11.html%23a33</comments>			</item>		<item>			<title>Do the Moneydance</title>			<link>http://radio.weblogs.com/0149758/categories/personalFinanceSoftware/2007/04/09.html#a32</link>			<description>&lt;br&gt;&lt;p&gt;In the entry for &lt;a href=&quot;http://radio.weblogs.com/0149758/2007/03/27.html&quot;&gt;March 27&lt;/a&gt;, I made a passing mention of &lt;a href=&quot;http://www.moneydance.com/&quot;&gt;Moneydance&lt;/a&gt;, the personal finance software package which I currently use.  So now I&apos;ll say a little more about it.&lt;/p&gt;&lt;p&gt;Moneydance may be considered a competitor to Quicken and Microsoft Money, though it comes from a much smaller company.  Moneydance costs about $30, or about the same as the &quot;basic&quot; version of Quicken.  (You can try Moneydance out for free, though; it&apos;s available for download at &lt;a href=&quot;http://www.moneydance.com&quot;&gt;&lt;a href=&quot;http://www.moneydance.com&quot;&gt;http://www.moneydance.com&lt;/a&gt;&lt;/a&gt;.)&lt;/p&gt;&lt;p&gt;Unlike Quicken and Microsoft Money, Moneydance is written in Java.     One implication of this is that it has the same functionality on Windows,  Mac OS X,  and Linux.   Quicken, by contrast, is a much  less capable package on a Mac than it is on Windows, and isn&apos;t  available at all on Linux.  &lt;/p&gt;&lt;p&gt;  Moneydance isn&apos;t &quot;open source&quot;, but it does have an open API  (Application Program Interface), which allows any Java programmer to  write extensions to Moneydance.   It may seem as if this is not  important to you if you are not a programmer, but I think it is  important to anyone, as an indication that the makers of Moneydance  have a much more open &lt;em&gt;attitude&lt;/em&gt; than do Intuit, the makers of  Quicken.  &lt;/p&gt;&lt;p&gt; Besides, there are already some extensions available: ten of them, as of today, and they&apos;re free.  (The &lt;a href=&quot;http://moneydance.com/extensions.shtml&quot;&gt;online list of available extensions&lt;/a&gt; lists only three of them; the only way I know  of to get a complete list is from within Moneydance itself.   One negative note: when you do that, you get only the names,  no descriptions, which makes it hard to tell which one, if any, has  the functionality you are looking for.)  &lt;/p&gt;&lt;p&gt; This extensibility is one of many reasons why I greatly  prefer Moneydance to Quicken.  Caveat: this is not a formal  review, because I&apos;ve never done a head-to-head comparison of the  same &lt;em&gt;version&lt;/em&gt; of the two packages -- that is, of versions  released at about the same time -- but I would be &lt;em&gt;very&lt;/em&gt;  suprised if doing such a head-to-head comparison were to change my  preference.  &lt;/p&gt;&lt;p&gt; As for Microsoft Money, it&apos;s not available on any platform except Windows.  Other than that, I know little about it: I&apos;ve  never used it.  &lt;/p&gt;&lt;p&gt; Disclosure: a project I have done some work on, and hope to get back to, is to create another Moneydance extension.  I don&apos;t expect to make any money from doing this (at least, not directly ... ); you decide whether this involvement with the product nevertheless makes me &quot;biased&quot; in evaluating the merits of Moneydance versus its competitors.  &lt;/p&gt;&lt;p&gt; I don&apos;t speak Marketing: it&apos;s not my style to drown you in superlatives.  In my judgment, though, Moneydance is the best personal finance program now available.  I&apos;d say that&apos;s true for most users, and most especially for Macintosh users.&lt;/p&gt;&lt;p&gt;&lt;em&gt;Categorie(s) for this post:&lt;/em&gt; &lt;a href=&quot;http://radio.weblogs.com/0149758/categories/personalFinanceSoftware&quot;&gt;Personal Finance Software&lt;/a&gt;.&lt;/p&gt;&lt;br&gt;</description>			<guid>http://radio.weblogs.com/0149758/categories/personalFinanceSoftware/2007/04/09.html#a32</guid>			<pubDate>Mon, 09 Apr 2007 14:58:25 GMT</pubDate>			<comments>http://radiocomments2.userland.com/comments?u=149758&amp;amp;p=32&amp;amp;link=http%3A%2F%2Fradio.weblogs.com%2F0149758%2F2007%2F04%2F09.html%23a32</comments>			</item>		<item>			<title>Using TaxACT Online -- one gotcha</title>			<link>http://radio.weblogs.com/0149758/categories/personalFinanceSoftware/2007/03/27.html#a27</link>			<description>&lt;br&gt;&lt;p&gt;Let me tell you about the biggest annoyance I found while using the Web-based service, &quot;TaxACT Online&quot;, to prepare my 2006 income tax returns.  There are two reasons for telling you this:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Since I consider this the worst problem I encountered, my recounting it will allow you to judge for yourself what my calling their service &quot;relatively painless&quot; really means.&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;If you choose to use them, and you run across the same problem yourself, knowing about it in advance will help you to work around it.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;The problem was that it was harder than it should have been to paste information into their software from other applications; for example, from &lt;a href=&quot;http://www.moneydance.com&quot;&gt;Moneydance&lt;/a&gt;, the personal finance package that I use.&lt;/p&gt;&lt;p&gt;I do almost all my computing on a Macintosh these days, and that includes preparing my taxes.  I regret that I don&apos;t know whether Windows users would have the same problem or not.&lt;/p&gt;&lt;p&gt;Also, I use Firefox (currently, version 1.5.0.11).  TaxACT does list &quot;Firefox 1.0 and higher&quot; among the browsers they support on the Mac -- you can find the full list on their &quot;system requirements&quot; page, [currently] at&lt;/p&gt;&lt;p style=&quot;margin-left: 40px;&quot;&gt;    &lt;a href=&quot;https://www.taxactonline.com/s_online_tax2006/introduction/requirements.asp&quot;&gt;https://www.taxactonline.com/s_online_tax2006/introduction/requirements.asp&lt;/a&gt;&lt;/p&gt;&lt;p&gt;-- but still, I can&apos;t say for sure whether you&apos;re likely to have the problem, unless you&apos;re using the same browser.&lt;/p&gt;&lt;p&gt;At any rate: on other sites, I can paste into a text entry field, in Firefox, the same way I would in most other Mac applications: by pressing Command-V.  That even works in other parts of TaxACT Online&apos;s site.  It just doesn&apos;t work during what they call the &quot;Q &amp;amp; A&quot;: the part of the site where you&apos;re actually entering information that will go into your tax return.&lt;/p&gt;&lt;p&gt;After a while, it occurred to me to try another way of pasting information into TaxACT&apos;s &quot;Q &amp;amp; A&quot;.  Namely, I right-clicked within the text field where I wanted to paste the information.  (If I&apos;d been using a traditional, one-button Macintosh mouse, I&apos;d have needed to Control-click, instead.)  And what do you know, that worked: it gave me a pop-up menu that included &quot;Paste&quot;, and selecting that menu item gave me what I wanted: it pasted whatever was in my Mac&apos;s Clipboard into the data entry field.&lt;/p&gt;&lt;p&gt;I only wish I&apos;d thought of trying that sooner.  I wasted a good chunk of time: both in actually retyping information, and in double- and triple-checking to make sure I&apos;d done so correctly.  (I trust the accuracy of Paste a good deal more than I trust my own typing.)&lt;/p&gt;&lt;p&gt;So now, if you decide to use TaxACT Online (I do recommend them), and you encounter this particular data entry problem, you&apos;ll know how to work around it, and you won&apos;t waste as much time as I did.&lt;/p&gt;&lt;p&gt;&lt;em&gt;Categorie(s) for this post: &lt;/em&gt; &lt;a href=&quot;http://radio.weblogs.com/0149758/categories/personalFinanceSoftware&quot;&gt;Personal Finance Software&lt;/a&gt;.&lt;/p&gt;&lt;br&gt;</description>			<guid>http://radio.weblogs.com/0149758/categories/personalFinanceSoftware/2007/03/27.html#a27</guid>			<pubDate>Tue, 27 Mar 2007 18:20:18 GMT</pubDate>			<comments>http://radiocomments2.userland.com/comments?u=149758&amp;amp;p=27&amp;amp;link=http%3A%2F%2Fradio.weblogs.com%2F0149758%2F2007%2F03%2F27.html%23a27</comments>			</item>		<item>			<title>TaxACT Online -- a relatively painless way of doing your taxes</title>			<link>http://radio.weblogs.com/0149758/categories/personalFinanceSoftware/2007/03/25.html#a26</link>			<description>&lt;br&gt;&lt;p&gt;I actually got my income tax returns filed, federal and state, later the same day that I made &lt;a href=&quot;http://radio.weblogs.com/0149758/2007/03/07.html#a25&quot;&gt;that last post&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;As usual, it wasn&apos;t really that big of a deal.  In retrospect, now that it&apos;s done, part of me has trouble relating to how &quot;painful&quot; it felt while I was doing it.  However, it&apos;s not the first time that has happened, and I know I&apos;m not the only person who has had that experience. &lt;/p&gt;&lt;p&gt;It&apos;s an interesting question, really: why do many people have a sense of dread about &quot;doing the taxes&quot;, even if their rational minds know that it&apos;s never (well, hardly ever) as terrible an experience as anticipation paints it to be?  But I&apos;m not going to try to answer that, at the moment.&lt;/p&gt;&lt;p&gt;Instead, I thought I&apos;d mention that for the second year running, I used TaxACT Online -- a Web-based service that can be found at &lt;a href=&quot;https://www.taxactonline.com&quot;&gt;https://www.taxactonline.com&lt;/a&gt; -- and that they probably deserve some of the credit.  In the past, I&apos;ve used TurboTax and TaxCut (as programs installed on a Windows PC), and one other Web-based service, CompleteTax.  TaxACT certainly isn&apos;t perfect, but, for what it&apos;s worth, it&apos;s the first one that hasn&apos;t left me saying to myself &quot;I really should keep looking: there&apos;s &lt;span style=&quot;font-style: italic;&quot;&gt;got&lt;/span&gt; to be something better out there.&quot;&lt;/p&gt;&lt;p&gt;By the way, just for the record, I don&apos;t work for them, nor have any other connection with them, other than being a (relatively) satisfied customer.&lt;/p&gt;&lt;p&gt;&lt;em&gt;Categorie(s) for this post: &lt;/em&gt; &lt;a href=&quot;http://radio.weblogs.com/0149758/categories/personalFinanceSoftware&quot;&gt;Personal Finance Software&lt;/a&gt;.&lt;/p&gt;&lt;br&gt;</description>			<guid>http://radio.weblogs.com/0149758/categories/personalFinanceSoftware/2007/03/25.html#a26</guid>			<pubDate>Sun, 25 Mar 2007 22:33:44 GMT</pubDate>			<comments>http://radiocomments2.userland.com/comments?u=149758&amp;amp;p=26&amp;amp;link=http%3A%2F%2Fradio.weblogs.com%2F0149758%2F2007%2F03%2F25.html%23a26</comments>			</item>		<item>			<title>Probably can&apos;t expect any sympathy, but ...</title>			<link>http://radio.weblogs.com/0149758/categories/personalFinanceSoftware/2007/03/07.html#a25</link>			<description>&lt;br&gt;&lt;p&gt;I am hip-deep in the nearly-universal annual ritual of &quot;doing my taxes&quot;.  Nearly universal for Americans, at any rate.  On the off chance that someone reading this doesn&apos;t know, this refers to preparing an income tax &quot;return&quot; for 2006.  Like most states, North Carolina has a state income tax, so I have to do a separate return for that, as well.&lt;/p&gt;&lt;p&gt;I&apos;m expecting a big refund, so I have a practical motivation to get this finished.  It&apos;s remarkable -- though not surprising -- how painful the process feels, nonetheless.&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description>			<guid>http://radio.weblogs.com/0149758/categories/personalFinanceSoftware/2007/03/07.html#a25</guid>			<pubDate>Wed, 07 Mar 2007 19:37:02 GMT</pubDate>			<comments>http://radiocomments2.userland.com/comments?u=149758&amp;amp;p=25&amp;amp;link=http%3A%2F%2Fradio.weblogs.com%2F0149758%2F2007%2F03%2F07.html%23a25</comments>			</item>		</channel>	</rss>