<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<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/"
	>

<channel>
	<title>edkaiser.com</title>
	<link>http://edkaiser.com/blog</link>
	<description>Ed Kaiser\</description>
	<pubDate>Thu, 13 Dec 2007 15:25:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>About Me</title>
		<link>http://edkaiser.com/blog/?p=7</link>
		<comments>http://edkaiser.com/blog/?p=7#comments</comments>
		<pubDate>Thu, 13 Dec 2007 15:25:59 +0000</pubDate>
		<dc:creator>edkaiser</dc:creator>
		
		<category><![CDATA[about me]]></category>

		<category><![CDATA[edkaiser.com]]></category>

		<guid isPermaLink="false">http://edkaiser.com/blog/?p=7</guid>
		<description><![CDATA[I added some information today to the About Me page.
]]></description>
			<content:encoded><![CDATA[<p>I added some information today to the <a href="http://www.edkaiser.com/aboutme.html" title="About Me page">About Me page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://edkaiser.com/blog/?feed=rss2&amp;p=7</wfw:commentRss>
		</item>
		<item>
		<title>Using Twitter as an &#8216;In/Out&#8217; Board</title>
		<link>http://edkaiser.com/blog/?p=5</link>
		<comments>http://edkaiser.com/blog/?p=5#comments</comments>
		<pubDate>Wed, 22 Aug 2007 18:16:00 +0000</pubDate>
		<dc:creator>edkaiser</dc:creator>
		
		<category><![CDATA[im]]></category>

		<category><![CDATA[sms]]></category>

		<category><![CDATA[motorola q]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://edkaiser.com/blog/?p=5</guid>
		<description><![CDATA[I&#8217;m working on a project now for which I would like to be able to easily post my work status at a central location for interested parties to see. I just signed up for Twitter and created a Twitter Badge to put on an HTML page on a shared directory. I&#8217;m planning to use it [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on a project now for which I would like to be able to easily post my work status at a central location for interested parties to see. I just signed up for <a href="http://www.twitter.com">Twitter</a> and created a Twitter Badge to put on an HTML page on a shared directory. I&#8217;m planning to use it to post updates via laptops and my Motorola Q phone. I&#8217;ll be able to post those messages by logging on to the Twitter website, or by sending IM&#8217;s or SMS messages.</p>
]]></content:encoded>
			<wfw:commentRss>http://edkaiser.com/blog/?feed=rss2&amp;p=5</wfw:commentRss>
		</item>
		<item>
		<title>The Framework for EdKaiser.com</title>
		<link>http://edkaiser.com/blog/?p=4</link>
		<comments>http://edkaiser.com/blog/?p=4#comments</comments>
		<pubDate>Tue, 21 Aug 2007 04:49:55 +0000</pubDate>
		<dc:creator>edkaiser</dc:creator>
		
		<category><![CDATA[edkaiser.com]]></category>

		<category><![CDATA[mollio]]></category>

		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://edkaiser.com/blog/?p=4</guid>
		<description><![CDATA[I&#8217;m building a whole personal website to go along with this blog. As a framework I&#8217;m using the Mollio CSS/HTML Templates. I&#8217;ve never done anything with CSS before (aside from tweaking blogger templates), and I wanted to do some hands-on work with it, so I picked this to give me a headstart. It&#8217;s easy to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m building a <a href="http://www.edkaiser.com">whole personal website</a> to go along with this blog. As a framework I&#8217;m using the <a href="http://www.mollio.org/">Mollio CSS/HTML Templates</a>. I&#8217;ve never done anything with CSS before (aside from tweaking blogger templates), and I wanted to do some hands-on work with it, so I picked this to give me a headstart. It&#8217;s easy to work with and I like the clean, professional look it gives.</p>
]]></content:encoded>
			<wfw:commentRss>http://edkaiser.com/blog/?feed=rss2&amp;p=4</wfw:commentRss>
		</item>
		<item>
		<title>Hello World</title>
		<link>http://edkaiser.com/blog/?p=3</link>
		<comments>http://edkaiser.com/blog/?p=3#comments</comments>
		<pubDate>Sun, 05 Aug 2007 22:49:20 +0000</pubDate>
		<dc:creator>edkaiser</dc:creator>
		
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://edkaiser.com/blog/?p=3</guid>
		<description><![CDATA[I&#8217;ve set up WordPress today as a blog that will be about me and my experiences running an Internet Business and as a Financial Consultant. In addition to the blog, the EdKaiser.com site will include general information about me and information regarding my availability for contract services. The site is hosted along with another of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve set up WordPress today as a blog that will be about me and my experiences running an Internet Business and as a Financial Consultant. In addition to the blog, the EdKaiser.com site will include general information about me and information regarding my availability for contract services. The site is hosted along with another of my sites on HostMonster, which I&#8217;ve been using for several months and been quite happy with so far. Today I was able to do use the .htaccess file to create a bit of extra separation between the two sites. The default setup seems to be that the main domain is in the root directory, while additional domains have to be assigned to subdomains or subdirectories. That means that you get more than one URL pointing to the same page. For example you could have :</p>
<ul>
<li>www.domainone.com/coolpage.htm and www.domaintwo.com/coolpage.html pointing to the same page</li>
<li>or www.domainone.com/domaintwo/coolerpage.htm and www.domaintwo.com/coolerpage.html pointing to the same page</li>
</ul>
<p>But I was able to fix that by combining <a href="http://helpdesk.hostmonster.com/kb/index.php?x=&amp;mod_id=2&amp;id=308">this from HostMonsters helpdesk (makes domainone use a subdirectory)</a> with a simple redirect line for the second domain. </p>
]]></content:encoded>
			<wfw:commentRss>http://edkaiser.com/blog/?feed=rss2&amp;p=3</wfw:commentRss>
		</item>
	</channel>
</rss>
