<?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>Knot My Line &#187; Computing</title>
	<atom:link href="http://knotmyline.com/category/computing/feed/" rel="self" type="application/rss+xml" />
	<link>http://knotmyline.com</link>
	<description></description>
	<lastBuildDate>Mon, 08 Jun 2009 21:22:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>WordPress: My First Custom.CSS &#8211; Displaying Bullets</title>
		<link>http://knotmyline.com/2008/06/04/wordpress-my-first-customcss-displaying-bullets/</link>
		<comments>http://knotmyline.com/2008/06/04/wordpress-my-first-customcss-displaying-bullets/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 00:20:33 +0000</pubDate>
		<dc:creator>Papa Joe</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://knotmyline.com/2008/06/04/wordpress-my-first-customcss-displaying-bullets/</guid>
		<description><![CDATA[Even though I have been blogging for some time on my own domain, I still am just a newbie, and I know even less about CSS, PHP and all the other code that is used with WordPress. So I figured I would try and document some of my experiences with learning how to do things. [...]]]></description>
			<content:encoded><![CDATA[<p><em><span style="color: #0080c0;">Even though I have been blogging for some time on my own domain, I still am just a newbie, and I know even less about CSS, PHP and all the other code that is used with WordPress. So I figured I would try and document some of my experiences with learning how to do things.</span></em></p>
<p><span id="more-81"></span></p>
<p><em></em> </p>
<p>A friend has a bird rescue and sanctuary and lost all of their posts and data when their old web site got trashed. So after a long time without a web site they got a new domain. When I heard that I volunteered to help set up the system. As luck would have it they had acquired the new domain from the same host I use. So I was a small step ahead as I was familiar (but not close to being an expert) with that host&#8217;s system.</p>
<p>After a half dozen tries of blogging software and themes, they finally settled on WordPress 2.5.1 and the K2 rc6 theme for their blog. Installation went reasonably easy and they happily began posting. After a while I noticed that whenever they posted an unordered list, the bullets were missing from the post.</p>
<p>I  looked at the raw edit for the post and the bullets were there. I can read and even modify a little CSS and PHP, but I am not much of a coder. My first thought was that the problem was a WordPress problem so I went to the WordPress, searched the documentation and the forum for keywords &#8220;bullets&#8221; and then &#8220;lists&#8221;. I read all I could, but found nothing that helped. I was even more confused.</p>
<p>So I went to K2 forum and searched there also. There was a little info but it was from a long time ago and K2 had recently undergone a big change. What I read confused me so I wrote a post to the forum complaining about the missing bullets.</p>
<p>I got an explanation from a forum member explaining that the problem was in the core.css.php file. I looked at that file and sure enough there at the beginning of the file was an entire routine for resetting the styles of not only unordered and ordered lists, but a host of other elements also. <a title="Click here" href="http://meyerweb.com/eric/tools/css/reset/" target="_blank">Here is a link</a> to the originator of this routine. I had seen all this in the file when I was searching for answers and had simply passed over it not understanding what I was looking at.</p>
<p>Now I knew what was wrong, but what to do about it. I continued searching the K2 Forum and found posts with similar issues and the solution given was to create a custom.CSS file. But reading the documentation only confused me more. The issue for me is that most of the people posting are far ahead of me in knowledge and so their solutions are very broad brush and I am still at the point where I need specifics. So again I posted a question to one of the moderators on the forum and he was able to give me enough details to allow me to finally get bullets to show.</p>
<p>So if you also are a newbie and reading this post for specifics, I hope I can now provide them. Here is what to do:</p>
<ul>
<li>Locate the folder where you have the K2 files</li>
<li>In that, find the folder <strong>styles/sample</strong></li>
<li>Copy that folder and rename it to custom</li>
<li>Now rename the contents of that new folder <strong>styles/custom</strong> (one file named sample.css) to custom.css</li>
<li>Edit the file <strong>custom.css</strong> and in the top comments area insert your name, your domain and most importantly provide the style name <strong>custom</strong></li>
<li>below the comment area insert the following code:</li>
<p>ul {<br />
    list-style: disc;<br />
}</p>
<li>Save the revised custom.css file</li>
<li>Now go to the dashboard of your site and select <strong>Design</strong> and then <strong>K2 Options</strong></li>
<li>Look down that page and find the section titled <strong>Style </strong>and select the pull down list associated with it</li>
<li>Highlight in the list the style name <strong>custom</strong> (this is the name your provided in the comments area of your .css file</li>
<li>Click the <strong>Save Changes</strong> button on that page</li>
</ul>
<p>Note: The name <strong>custom</strong> is not an absolute requirement &#8211; you can give it any name. I don&#8217;t know the rules here, but the name probably should be 10 characters or under.</p>
<p>You now should see bullets in your published post.</p>
<p>If you are having similar problems with the other elements listed in the reset procedure, you need to provide a similar solution for those elements also.</p>
]]></content:encoded>
			<wfw:commentRss>http://knotmyline.com/2008/06/04/wordpress-my-first-customcss-displaying-bullets/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A New Site Format, with Fishing and Travel</title>
		<link>http://knotmyline.com/2008/03/16/a-new-site-format-with-fishing-and-travel/</link>
		<comments>http://knotmyline.com/2008/03/16/a-new-site-format-with-fishing-and-travel/#comments</comments>
		<pubDate>Sun, 16 Mar 2008 18:32:43 +0000</pubDate>
		<dc:creator>Papa Joe</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://knotmyline.com/2008/03/16/a-new-site-format-with-fishing-and-travel/</guid>
		<description><![CDATA[Technorati tags: Fishing, Travel The site is changed a great deal in the last few days.  I have added an entire section on Fishing, expanded the section on the State of Jefferson and renamed it Traveling.  Fishing is now the page you land on when you first enter the site. I intend that eventually Fishing [...]]]></description>
			<content:encoded><![CDATA[<p style="display: inline; margin: 0px; padding: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:aa17ef1a-53f4-4cc4-b29e-ebe3af67a51d" class="wlWriterSmartContent">Technorati tags: <a rel="tag" href="http://technorati.com/tags/Fishing">Fishing</a>, <a rel="tag" href="http://technorati.com/tags/Travel">Travel</a></p>
<p>The site is changed a great deal in the last few days.  I have added an entire section on Fishing, expanded the section on the State of Jefferson and renamed it Traveling. <span id="more-57"></span></p>
<p>Fishing is now the page you land on when you first enter the site. I intend that eventually Fishing and Travel will dominate the site.</p>
<p>At the same time I now have ads on the site. Having the Fishing and Travel pages as separate sections will help me get ads that focus on fishing and travel related ads.</p>
<p>For my Blog I have always kept each post in its entirety in one place.  To better target the ads associated with a post, this technique will have to be changed &#8211; I am working on that.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-4331533993008787";
/* AllPages 468x60 ads */
google_ad_slot = "0036269284";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://knotmyline.com/2008/03/16/a-new-site-format-with-fishing-and-travel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Want This Web Site</title>
		<link>http://knotmyline.com/2007/03/13/i-want-this-web-site/</link>
		<comments>http://knotmyline.com/2007/03/13/i-want-this-web-site/#comments</comments>
		<pubDate>Tue, 13 Mar 2007 11:12:30 +0000</pubDate>
		<dc:creator>Papa Joe</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://knotmyline.com/2007/03/13/i-want-this-web-site/</guid>
		<description><![CDATA[As a classical music lover, I am very disappointed in the data retrieved by Windows Media Player.  Microsoft has done a really good job of creating software that allows us to maintain our music on our computers.  Media Player serves all of my needs for this.  But what is lacking is data about the recordings.   The [...]]]></description>
			<content:encoded><![CDATA[<p>As a classical music lover, I am very disappointed in the data retrieved by <a target="_blank" href="http://www.microsoft.com/windows/windowsmedia/default.mspx" title="Home Page">Windows Media Player</a>.  Microsoft has done a really good job of creating software that allows us to maintain our music on our computers.  Media Player serves all of my needs for this.  But what is lacking is data about the recordings.   The information is minimal at best and often meaningless.  I.E. I have a number of &#8220;Track 1&#8243; titles in my WMP library.  But based on what I can find by searching the web and reading quite a few blogs and articles WMP does this as well as anyone.<span id="more-41"></span></p>
<p>The problem is that Microsoft and the recording industry want the bucks and will do the least needed to make the most money.  I don&#8217;t really blame them too much, but as a result we enthusiasts are left to our own devices.   I have a database for my personal collection, but WMP player knows nothing of it.  I doubt that I am alone in maintaining my own music database.  Because I am not much of a PC programmer, this database was written using <a target="_blank" href="http://www.informationbuilders.com/products/webfocus/index.html" title="My copy is so old it is called PC FOCUS">FOCUS</a> which is very user friendly.  My knowledge of it came from my days on large IBM mainframe systems.  My version of this software is very outdated and so my database  leaves a great deal to be desired. </p>
<p>It would be wonderful if there was a common repository for all of the data about a recording.  It should be a repository that everyone could contribute to and that would be assessable to Windows Media Player as well as any other software that wanted to use it.   It would be a collaborative web site for maintaining all kinds of information about a recording and the people that make music.  Here is just some of the information I think should be included.  Someone, please do this.</p>
<ul>
<li>Album Name</li>
<li>Artist Name</li>
<li>Additional Artists</li>
<li>Instruments</li>
<li>Orchestra</li>
<li>Conductor</li>
<li>Track Number</li>
<li>Track Title</li>
<li>Label</li>
<li>Album ID</li>
<li>Opus</li>
<li>Time (length)</li>
<li>Recording Mode</li>
<li>Cover Art Front</li>
<li>Cover Art Back</li>
<li>Engineers</li>
<li>Where &amp; When Recorded</li>
<li>Reviews (with all of the information about the review)</li>
<li>Ratings (same as reviews)</li>
<li>Narrative</li>
<li>Links to Web Sites</li>
</ul>
<p><script type="text/javascript"><!--
google_ad_client = "pub-4331533993008787";
/* AllPages 468x60 ads */
google_ad_slot = "0036269284";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://knotmyline.com/2007/03/13/i-want-this-web-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogging: The Saga of This Web Site</title>
		<link>http://knotmyline.com/2006/12/29/the-saga-of-this-web-site/</link>
		<comments>http://knotmyline.com/2006/12/29/the-saga-of-this-web-site/#comments</comments>
		<pubDate>Fri, 29 Dec 2006 13:16:29 +0000</pubDate>
		<dc:creator>Papa Joe</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://knotmyline.com/2006/12/29/the-saga-of-this-web-site/</guid>
		<description><![CDATA[During the last year or so, I started blogging a half dozen or more times on a variety of free sites.  But each time I found that I was unhappy with something.  It probably was a combination of frustration with what I was attempting and the limits of that software.   My approach to all this was [...]]]></description>
			<content:encoded><![CDATA[<p>During the last year or so, I started blogging a half dozen or more times on a variety of free sites.  But each time I found that I was unhappy with something.  It probably was a combination of frustration with what I was attempting and the limits of that software.   My approach to all this was to then ignore that site and then a month or so later when I got the urge again I would find a different free site and start all over.<span id="more-30"></span></p>
<p>This may have been a good thing because each site had a different way or style of blogging.   So along the way I found some approaches and techniques that appealed to me.    Also, I was gaining knowledge.   To learn more, I began following “Next Blog” tags and began to see hundreds of different blogs each with different templates and each with different content presentations.   I was learning and beginning to understand more about blogging.</p>
<p>A free blog site I tried was <a target="_blank" href="http://wordpress.com/" title="Go to the WordPress.com home page">WordPress.com</a>.   I had been reading a lot about it and used <a target="_blank" href="http://www.google.com/" title="Go to the Google home page">Google</a> to search for comparisons of WordPress to other blogging software.  Since it was one of those with positive reviews, I decided to try it before several others and got stuck there.  I got stuck because I was mostly satisfied with what I was able to do.  Here I began writing somewhat more in earnest than before.</p>
<p>I also had found <a target="_blank" href="http://www.blogger.com/start" title="Go to the Blogger home page">Blogger</a>.   Here was another free tool I could use.   Because it was a Google acquisition, I felt that Blogger was going to be around for a long time and would become better and better over time.   Also, I think that it is probably a good thing for me to use two free tools.  I can learn more this way.</p>
<p>However, For a variety of personal reasons, I did want my own domain.  I figured that initially I could blog on it.   And, I hope I can continue to learn and eventually would use a domain for more than a blog.   At the same time what I was reading at various web sites and WordPress forums was much different than I was doing at WordPress.com.   Was I missing something?   Yes I was, I discovered that WordPress.com and <a target="_blank" href="http://wordpress.org/" title="Go to the WordPress.org home page">WordPress.org</a> were not the same thing.   Cool, I could use the WordPress blogging tool on my own domain.</p>
<p>I have friends that have blogs or web sites of their own and over the years they have encouraged me to learn this or that software.  Each time I devoted weeks to reading and exploring the software they recommended.   However, I could never get motivated enough to actually learn and begin using it.</p>
<p>Now, quite by accident, I had found something I felt comfortable using.  An   important point to me was that it was one of the tools that was well used and well liked.  This meant I could get some help if I dug myself a hole.  I looked around for hosting sites that offered WordPress and had positive reviews. I found many so I flipped a coin and selected BlueHost.</p>
<p>I signed up at <a target="_blank" href="http://www.bluehost.com/" title="Go to the BlueHost home page">BlueHost</a> and got the domain I wanted and began doing some minor things.  But somehow, about a week later, when my IP address got assigned things got screwed up and I could not access my own domain.   It took a while to get to the right support staff.  When I did, they finally fixed the problem.   I got a whole new IP address.  I have not had a problem since.  Well, the truth is I did, but those were of my own creation or because I was making all the mistakes common to new users.  Not just one or two mistakes, but all of them.   I am now a month down the blogging road and am enjoying myself.</p>
<p>Recently, the <a target="_blank" href="http://windowslivewriter.spaces.live.com/" title="Find out more here">Windows Live Writer</a> Beta was announced and I began using it and haven&#8217;t stopped.   This is a great tool and I now use it for 90% of my posting.   If you have a blog, I encourage you to grab WLW and use it.   While it is still a beta product and I am looking forward to lots of improvements in the next release, it serves my needs very well.</p>
<p><!--adsense--><br />
<!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://knotmyline.com/2006/12/29/the-saga-of-this-web-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer Links Toolbar</title>
		<link>http://knotmyline.com/2006/12/20/internet-explorer-links-toolbar/</link>
		<comments>http://knotmyline.com/2006/12/20/internet-explorer-links-toolbar/#comments</comments>
		<pubDate>Wed, 20 Dec 2006 17:21:12 +0000</pubDate>
		<dc:creator>Papa Joe</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://knotmyline.com/reference/27</guid>
		<description><![CDATA[When it comes to almost anything in life we humans each have our unique preferences.  Sometimes we get so tangled up in them that we can&#8217;t see the forest for the trees.  That happened to me recently.  I use Internet Explorer, perhaps because I know it a little bit better than Mozilla or perhaps I [...]]]></description>
			<content:encoded><![CDATA[<p>When it comes to almost anything in life we humans each have our unique preferences.  Sometimes we get so tangled up in them that we can&#8217;t see the forest for the trees.  That happened to me recently.  I use Internet Explorer, perhaps because I know it a little bit better than Mozilla or perhaps I just have too many other things I am interested in playing with.   For whatever reason, I use I.E., please don&#8217;t ask me why or tell me how dumb that is.<span id="more-27"></span></p>
<p>Getting back to the forest; I have a number of links that I click on far more often than my other favorites.  These I put in the Links folder of Favorites and I.E. displayed them at the top of my browser. </p>
<p>For years I have used a shortened name of the link rather than the long name it gets when you add it to your favorites.   For example, I had shortened the name &#8220;WordPress Blog Tool and Weblog Platform&#8221; to WordPress.  By shortening these names I was able to get 5 of my most used links to appear in the tool bar.  One click and I went directly to them.</p>
<p>However, I have eleven really frequently used links and to get to the others I had to mouse and click all too frequently.  Then the simple solution finally came to mind.  Don&#8217;t use names, a letter or two is all I really need.  So now, this is what my tool bar looks like and I love it.</p>
<p><a atomicselection="true" href="http://knotmyline.com/wp-content/uploads/2007/06/windowslivewriterinternetexplorerlinkstoolbar-965bexplorerlinktoolbar4.png"><img border="0" width="508" src="http://knotmyline.com/wp-content/uploads/2007/06/windowslivewriterinternetexplorerlinkstoolbar-965bexplorerlinktoolbar-thumb2.png" height="31" style="border-width: 0px" /></a></p>
<p>All that appears now is the Icon followed by a letter or two.   Using lower case shrinks it even more.   All eleven of my links are there with room for more.   If I could get only an icon to show, that would suffice in most cases, but that is not possible or at least if it is I couldn&#8217;t figure it out.   I don&#8217;t use the menu bar very much so it has been shrunk to just &#8220;File&#8221;.  It still allows me to see the rest of the menu by accessing the drop down menu.  So now I get three tool bars on the same line and gain space for the actual window.</p>
<p><!--adsense--><br />
<!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://knotmyline.com/2006/12/20/internet-explorer-links-toolbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogging: Where Are My Posts?</title>
		<link>http://knotmyline.com/2006/12/11/where-are-my-posts/</link>
		<comments>http://knotmyline.com/2006/12/11/where-are-my-posts/#comments</comments>
		<pubDate>Mon, 11 Dec 2006 18:09:19 +0000</pubDate>
		<dc:creator>Papa Joe</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://knotmyline.com/reference/20</guid>
		<description><![CDATA[Oh boy!  I sure have a lot to learn about my blogging software as well as my hosting service.  Learning new software is always a problem for me and many others too.  I read as much as I can and then reread it again later.  But I always miss something or even worse, occasionally I will [...]]]></description>
			<content:encoded><![CDATA[<p>Oh boy!  I sure have a lot to learn about my blogging software as well as my hosting service. <span id="more-20"></span></p>
<p>Learning new software is always a problem for me and many others too.  I read as much as I can and then reread it again later.  But I always miss something or even worse, occasionally I will misunderstand and misapply what I did read.  Until I learn the new software and gain some insight into it, it seems so strange and difficult to use.  I think, &#8220;Aliens wrote this stuff&#8221;.</p>
<p>Many years ago I programmed in machine language on the <a href="http://en.wikipedia.org/wiki/UNIVAC_Solid_State">Univac Solid State 80</a>.  Then my company switched to a <a href="http://en.wikipedia.org/wiki/Burroughs_B2000">Burroughs computer</a> and I thought this new system was never going to work.  It wasn&#8217;t me, it was this goofy system!  But then after programming the Burroughs for a few years, I was reluctant to switch to an <a href="http://en.wikipedia.org/wiki/System/360">IBM 360</a> and Cobol.  Maybe it wasn&#8217;t the goofy system after all.</p>
<p>Obtaining a domain and beginning this blog has been somewhat of a change in lifestyle for me.  Being a Senior Citizen and very reluctant to change has brought me up short a number of times now.</p>
<p>My latest and continuing escapade has been trying to understand how blogs are managed.  All of the PC&#8217;s I have used, except for my <a href="http://en.wikipedia.org/wiki/Timex_Sinclair_1000">Timex Sinclair 1000</a>, have been Microsoft OS systems.  First it was DOS and then Windows.  But now I am at a hosting service that employs Linux.  This is all new stuff and so very different from my past experience. </p>
<p>After signing up with my host, I got my new blog going using <a href="http://wordpress.org/">WordPress,</a> downloaded the <a href="http://getk2.com/">K2</a> theme, uploaded some photos, wrote a few posts and started getting brave.  I read a lot of the documentation and heavily browsed the user forum.  Screwing up my courage, I then went into the host administrative system, cPanelx it is called.  In it I found the file manager and began to view the files on &#8220;my server&#8221;.  I found my photos easily, but after a couple days of looking I could not find my posts anywhere.  I was positive they were there with all of my HTML imbedded therein.  What did my host do with them?</p>
<p>So I opened a problem ticket at my host and complained I could not find them, etc. etc. etc.  Imagine my embarrassment when after several exchanges with the support staff I learned that my posts were not in HTML files on my server, they were in a database.  I needed to use a different option, something called <a href="http://www.phpmyadmin.net/home_page/index.php">phpMyAdmin</a>.  I went to it and began browsing with it and behold, there were all my posts, pages, comments and etc.  Learning is never easy is it?   I fear I will be at this a long time.</p>
<p><!--adsense--><br />
<!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://knotmyline.com/2006/12/11/where-are-my-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogging: An Editor for Knot My Line</title>
		<link>http://knotmyline.com/2006/12/11/an-editor-for-knot-my-line/</link>
		<comments>http://knotmyline.com/2006/12/11/an-editor-for-knot-my-line/#comments</comments>
		<pubDate>Mon, 11 Dec 2006 00:55:45 +0000</pubDate>
		<dc:creator>Papa Joe</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://knotmyline.com/reference/19</guid>
		<description><![CDATA[I think that I am more or less up and running on this my first web site.  There are still a huge number of things I need to learn before I can brag very much.  For the last year or so I have been signing on for blogs at a number of free blogging sites.  [...]]]></description>
			<content:encoded><![CDATA[<p>I think that I am more or less up and running on this my first web site.  There are still a huge number of things I need to learn before I can brag very much.  For the last year or so I have been signing on for blogs at a number of free blogging sites.  Each time I was initially enthused, but then quickly became disenchanted.<span id="more-19"></span></p>
<p>I guess one of the reasons for my disenchantment is my personality.  I am not much of a writer and almost everything I write undergoes a great deal of editing.  I rewrite much more than I write sometimes.  More importantly, I really get a kick out of knowing and controlling things.  So just being able to write is not quite enough for me.  I want to see behind the interface and learn a little about how it is done and control my own blog.  The free blogging sites don&#8217;t allow much of that, so finally a few weeks ago, I got my own domain, signed up for hosting and here I am.  I am actually spending some money.</p>
<p>Now I have been posting here for a while and I am not totally satisfied with the editor built into WordPress.   I wanted to see if there was something that suited my style better than it does.   I have spent the last week checking out the various client packages for editing a blog.  Once again I am trying free software before deciding to spend my kids inheritance on another toy.  After a lot of reading, I downloaded and tried several editors and have given them up. </p>
<p>Today I downloaded <a target="_blank" href="http://windowslivewriter.spaces.live.com/PersonalSpace.aspx?_c02_owner=1" title="Windows Live Writer team blog">Windows Live Writer</a> and am writing this post using it.  My initial reaction is positive, but we will see if I like the results.</p>
<p><!--adsense--><br />
<!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://knotmyline.com/2006/12/11/an-editor-for-knot-my-line/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
