<?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"
	>

<channel>
	<title>cindycullen.com</title>
	<atom:link href="http://cindycullen.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cindycullen.com</link>
	<description>Homeschooling, Computers, Working from Home, Living your Dreams and More</description>
	<pubDate>Sat, 24 May 2008 21:52:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>DNS and Name Servers</title>
		<link>http://cindycullen.com/2008/05/24/dns-and-name-servers/</link>
		<comments>http://cindycullen.com/2008/05/24/dns-and-name-servers/#comments</comments>
		<pubDate>Sat, 24 May 2008 21:43:58 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
		
		<category><![CDATA[on technical stuff]]></category>

		<category><![CDATA[a record]]></category>

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

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

		<category><![CDATA[domain names]]></category>

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

		<category><![CDATA[name servers]]></category>

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

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

		<guid isPermaLink="false">http://cindycullen.com/?p=161</guid>
		<description><![CDATA[I finally got around to getting my domain names to work with my server.
At first I thought that I should just be able to register my domain name and have it point to my static IP address that I use for my server.  But, then I remembered that I we don&#8217;t put an IP [...]]]></description>
		<wfw:commentRss>http://cindycullen.com/2008/05/24/dns-and-name-servers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Kitty Update!</title>
		<link>http://cindycullen.com/2008/05/24/kitty-update/</link>
		<comments>http://cindycullen.com/2008/05/24/kitty-update/#comments</comments>
		<pubDate>Sat, 24 May 2008 21:03:20 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
		
		<category><![CDATA[on life]]></category>

		<guid isPermaLink="false">http://cindycullen.com/?p=160</guid>
		<description><![CDATA[Our new kittens are growing like little weeds!  And getting cuter by the day.  I think they&#8217;ve tripled in size.

]]></description>
		<wfw:commentRss>http://cindycullen.com/2008/05/24/kitty-update/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Our New Baby Kittens</title>
		<link>http://cindycullen.com/2008/05/17/our-new-baby-kittens/</link>
		<comments>http://cindycullen.com/2008/05/17/our-new-baby-kittens/#comments</comments>
		<pubDate>Sat, 17 May 2008 18:23:37 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
		
		<category><![CDATA[on life]]></category>

		<guid isPermaLink="false">http://cindycullen.com/?p=159</guid>
		<description><![CDATA[Our cat had kittens in our garage last Monday.  They are SO cute!  There were five of them all together, but one of them died on Wednesday.  I read that their little eyes will open between 5 and 14 days, so they could start opening at any time now.  I hope [...]]]></description>
		<wfw:commentRss>http://cindycullen.com/2008/05/17/our-new-baby-kittens/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Making My Static IP Work With My Web Server</title>
		<link>http://cindycullen.com/2008/05/14/making-my-static-ip-work-with-my-web-server/</link>
		<comments>http://cindycullen.com/2008/05/14/making-my-static-ip-work-with-my-web-server/#comments</comments>
		<pubDate>Wed, 14 May 2008 12:00:05 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
		
		<category><![CDATA[on technical stuff]]></category>

		<guid isPermaLink="false">http://cindycullen.com/?p=158</guid>
		<description><![CDATA[I finally got my static IP address from my ISP, hooked up the modem, router, and computers but still I couldn&#8217;t access my website from the outside world.  When I typed in the static IP address, it would just sit there and finally time out.
I tried it with the Ethernet cable coming from the [...]]]></description>
		<wfw:commentRss>http://cindycullen.com/2008/05/14/making-my-static-ip-work-with-my-web-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Today&#8217;s Tip: php&#8217;s array_merge() doesn&#8217;t work well with an empty array</title>
		<link>http://cindycullen.com/2008/05/06/todays-tip-phps-array_merge-doesnt-work-well-with-an-empty-array/</link>
		<comments>http://cindycullen.com/2008/05/06/todays-tip-phps-array_merge-doesnt-work-well-with-an-empty-array/#comments</comments>
		<pubDate>Tue, 06 May 2008 11:53:47 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
		
		<category><![CDATA[on life]]></category>

		<guid isPermaLink="false">http://cindycullen.com/?p=157</guid>
		<description><![CDATA[I spent several hours last night trying to figure out why my code wasn&#8217;t working.  I had an array of tags that I wanted to add to my database.  But, I only wanted to add the tags if they hadn&#8217;t already been added.  The API that I was using only had a [...]]]></description>
		<wfw:commentRss>http://cindycullen.com/2008/05/06/todays-tip-phps-array_merge-doesnt-work-well-with-an-empty-array/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Apache2 Web Server</title>
		<link>http://cindycullen.com/2008/05/05/apache2-web-server/</link>
		<comments>http://cindycullen.com/2008/05/05/apache2-web-server/#comments</comments>
		<pubDate>Mon, 05 May 2008 12:53:55 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
		
		<category><![CDATA[on life]]></category>

		<guid isPermaLink="false">http://cindycullen.com/?p=156</guid>
		<description><![CDATA[Installing the Apache2 web server on Ubuntu was easy.  I just opened the package manager and chose the apache2 packages that I wanted to install.  Ubuntu did the rest.
Once I figured out where everything is, it wasn&#8217;t too hard to figure out how to stop and start the web server.  It&#8217;s changed [...]]]></description>
		<wfw:commentRss>http://cindycullen.com/2008/05/05/apache2-web-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Restoring My WordPress Theme &#038; Customization</title>
		<link>http://cindycullen.com/2008/05/03/restoring-my-wordpress-theme-customization/</link>
		<comments>http://cindycullen.com/2008/05/03/restoring-my-wordpress-theme-customization/#comments</comments>
		<pubDate>Sun, 04 May 2008 02:05:11 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
		
		<category><![CDATA[on technical stuff]]></category>

		<guid isPermaLink="false">http://cindycullen.com/?p=155</guid>
		<description><![CDATA[That was even easier!
I just deleted the new wp-content files and then uploaded my old wp-content files.
Everything seems to be working perfectly.
Now to get my apache web server installed on my home computer.  Then I&#8217;ll install php and mysql and attempt to install a mail server.  If all that goes well, I&#8217;ll move [...]]]></description>
		<wfw:commentRss>http://cindycullen.com/2008/05/03/restoring-my-wordpress-theme-customization/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Upgrading to WordPress 2.5.1</title>
		<link>http://cindycullen.com/2008/05/03/upgrading-to-wordpress-251/</link>
		<comments>http://cindycullen.com/2008/05/03/upgrading-to-wordpress-251/#comments</comments>
		<pubDate>Sun, 04 May 2008 01:45:14 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
		
		<category><![CDATA[on technical stuff]]></category>

		<guid isPermaLink="false">http://cindycullen.com/?p=154</guid>
		<description><![CDATA[Now, that was easy!
I first copied all my wordpress files from my website to my local hard drive for safekeeping.
Then I deleted all the files from my website.
I then downloaded the new version from WordPress and uploaded them to my website.
I ran the wp-admin/upgrade.php which upgraded my database.
When I tried to view my website the [...]]]></description>
		<wfw:commentRss>http://cindycullen.com/2008/05/03/upgrading-to-wordpress-251/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Overdue Update</title>
		<link>http://cindycullen.com/2008/05/03/overdue-update/</link>
		<comments>http://cindycullen.com/2008/05/03/overdue-update/#comments</comments>
		<pubDate>Sat, 03 May 2008 23:57:15 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
		
		<category><![CDATA[on life]]></category>

		<guid isPermaLink="false">http://cindycullen.com/2008/05/03/overdue-update/</guid>
		<description><![CDATA[Things have been crazy around here!
I took a new job with Iostudio, LLC and I love it!
I&#8217;m making websites and programming in PHP, MySQL, javascript, and ajax.  I really enjoy it and it&#8217;s keeping me really busy.
But, my passion is not only programming, but also teaching others.  I&#8217;ve had some apprentices for several [...]]]></description>
		<wfw:commentRss>http://cindycullen.com/2008/05/03/overdue-update/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I Finished Writing My Book!</title>
		<link>http://cindycullen.com/2008/01/06/i-finished-writing-my-book/</link>
		<comments>http://cindycullen.com/2008/01/06/i-finished-writing-my-book/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 04:12:47 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
		
		<category><![CDATA[on life]]></category>

		<guid isPermaLink="false">http://cindycullen.com/2008/01/06/i-finished-writing-my-book/</guid>
		<description><![CDATA[I finished my book in 30 days!  Woohoo!  Now it&#8217;s being proofread while I work on the graphics for the cover and take a much needed rest from writing!
It was a lot of fun!  You can read all about my progress on my NOW blog.  It wasn&#8217;t as hard as I [...]]]></description>
		<wfw:commentRss>http://cindycullen.com/2008/01/06/i-finished-writing-my-book/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
