<?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>BitFreedom</title>
	<atom:link href="http://bitfreedom.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://bitfreedom.com</link>
	<description>Free software, coding, and system administration</description>
	<lastBuildDate>Thu, 29 Nov 2012 03:17:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>The Importance of Clean and Simple Navigation</title>
		<link>http://bitfreedom.com/the-importance-of-clean-and-simple-navigation/</link>
		<comments>http://bitfreedom.com/the-importance-of-clean-and-simple-navigation/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 12:32:17 +0000</pubDate>
		<dc:creator>Isabella Woods</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://bitfreedom.com/?p=438</guid>
		<description><![CDATA[The web is evolving at an incredible rate. Since those early days of HTML code in the 90s, we&#8217;ve come a long way. With HTML and CSS now going hand in hand, and new technologies like HTML5 just on the horizon, there&#8217;s never been a better time to double-check that your website is completely optimised [...]]]></description>
		<wfw:commentRss>http://bitfreedom.com/the-importance-of-clean-and-simple-navigation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>As Speed Becomes A Ranking Factor Is It Time To Ditch Those Images And Textures For A Clean, Crisp Site?</title>
		<link>http://bitfreedom.com/clean-crisp-site/</link>
		<comments>http://bitfreedom.com/clean-crisp-site/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 17:26:53 +0000</pubDate>
		<dc:creator>Isabella Woods</dc:creator>
				<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://bitfreedom.com/?p=428</guid>
		<description><![CDATA[BitFreedom is a good example of a modern, crisp and very clean site. There are no massive background images, snowflakes falling in a flash header or a full library of twenty seven textures used on every possible element of the articles, sidebar and footer &#8211; and you know what it looks great and users can [...]]]></description>
		<wfw:commentRss>http://bitfreedom.com/clean-crisp-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lonestar WordPress Theme (Style for simpleX)</title>
		<link>http://bitfreedom.com/lonestar/</link>
		<comments>http://bitfreedom.com/lonestar/#comments</comments>
		<pubDate>Sun, 21 Nov 2010 05:56:24 +0000</pubDate>
		<dc:creator>Angelo</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://bitfreedom.com/?p=380</guid>
		<description><![CDATA[My site, BitFreedom, uses the simpleX theme.  This theme is nice and simple, and best of all designed to be customizable.  It really saved me the trouble of creating the &#8220;Lonestar Theme&#8221; from scratch.  I also started using it for other sites, and it quickly became obvious that with a few simple modifications I could [...]]]></description>
		<wfw:commentRss>http://bitfreedom.com/lonestar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customized Bash Prompt</title>
		<link>http://bitfreedom.com/customized-bash-prompt/</link>
		<comments>http://bitfreedom.com/customized-bash-prompt/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 18:26:43 +0000</pubDate>
		<dc:creator>Angelo</dc:creator>
				<category><![CDATA[Systems]]></category>

		<guid isPermaLink="false">http://bitfreedom.com/?p=349</guid>
		<description><![CDATA[The following sites inspired me to explore creating a customized prompt (for bash): http://maketecheasier.com/8-useful-and-interesting-bash-prompts/2009/09/04 http://tldp.org/HOWTO/Bash-Prompt-HOWTO/ So here is mine: PS1="\$(if [[ \$? != "0" ]]; then echo \[\e[31m\]; fi)\n\$(date)\n\\[\e[1m\\]\[\$(dirs)\]\n\\[\e[m\\]" PS2="" Features: Color change on error return code The current date The current directory stack (I use pushd and popd) Commands start on their own line [...]]]></description>
		<wfw:commentRss>http://bitfreedom.com/customized-bash-prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rsync Speed-up</title>
		<link>http://bitfreedom.com/rsync-speed-up/</link>
		<comments>http://bitfreedom.com/rsync-speed-up/#comments</comments>
		<pubDate>Tue, 25 May 2010 18:38:01 +0000</pubDate>
		<dc:creator>Angelo</dc:creator>
				<category><![CDATA[Systems]]></category>

		<guid isPermaLink="false">http://bitfreedom.com/rsync-speed-up/</guid>
		<description><![CDATA[Online docs say that rsync sends only the differences and &#8220;information about structure&#8221; but my experience seems to indicate otherwise. So I ran a little test too on a file where I just changed the timestamp without changing the file contents: $ cp -a testfile-100M destfile $ rsync -av testfile-100M destfile sending incremental file list [...]]]></description>
		<wfw:commentRss>http://bitfreedom.com/rsync-speed-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>8 Guidelines for a Successful Site</title>
		<link>http://bitfreedom.com/8-guidelines-for-a-successful-site/</link>
		<comments>http://bitfreedom.com/8-guidelines-for-a-successful-site/#comments</comments>
		<pubDate>Tue, 25 May 2010 17:09:42 +0000</pubDate>
		<dc:creator>Angelo</dc:creator>
				<category><![CDATA[Default]]></category>

		<guid isPermaLink="false">http://bertolli.org/8-guidelines-for-a-successful-site</guid>
		<description><![CDATA[#1 Care about what you&#8217;re writing You will be way more successful if you have a passion about what you&#8217;re writing.  You should also care about how the site looks, the ease of getting to information, and the quality of the content. #2 Provide something useful or at least purposeful Define your site.  What is [...]]]></description>
		<wfw:commentRss>http://bitfreedom.com/8-guidelines-for-a-successful-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DOS Disk/Flash BIOS</title>
		<link>http://bitfreedom.com/dos-diskflash-bios/</link>
		<comments>http://bitfreedom.com/dos-diskflash-bios/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 18:55:55 +0000</pubDate>
		<dc:creator>Angelo</dc:creator>
				<category><![CDATA[Systems]]></category>

		<guid isPermaLink="false">http://bitfreedom.com/?p=294</guid>
		<description><![CDATA[These are some notes on making a DOS disk using FreeDOS for those of us with Linux needing to do things like flash our BIOS. wget -c http://fdos.org/bootdisks/autogen/FDOEM.144.gz gunzip FDOEM.144.gz mount -t vfat -o loop FDOEM.144 /mnt/floppy Put the driver files on the floppy (stay within the space limit) umount /mnt/floppy mkisofs -o bootcd.iso -b [...]]]></description>
		<wfw:commentRss>http://bitfreedom.com/dos-diskflash-bios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is WordPress Becoming Bloated?</title>
		<link>http://bitfreedom.com/wordpress-bloated/</link>
		<comments>http://bitfreedom.com/wordpress-bloated/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 19:08:00 +0000</pubDate>
		<dc:creator>Angelo</dc:creator>
				<category><![CDATA[Default]]></category>

		<guid isPermaLink="false">http://bertolli.org/wordpress-bloated</guid>
		<description><![CDATA[I like WordPress&#8211;a lot. It&#8217;s been my saving grace for constructing websites without having to write the code from scratch. But it&#8217;s gotten very, very bloated. I took a look at version 3.0 and the upcoming changes. It looks ok, but it worries me for the future. Now users actually expect updates and new features [...]]]></description>
		<wfw:commentRss>http://bitfreedom.com/wordpress-bloated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dragonskin Child Themes</title>
		<link>http://bitfreedom.com/dragonchild/</link>
		<comments>http://bitfreedom.com/dragonchild/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 06:50:55 +0000</pubDate>
		<dc:creator>Angelo</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://bitfreedom.com/?p=139</guid>
		<description><![CDATA[Latest News: As of November, 2010, these child themes are no longer necessary.  Instead, Dragonskin version 2.1 and later supports selecting a preset color from the WordPress admin area. The Dragonskin Theme now also had child themes to give your site the skin of a different colored dragon. The child themes should be included in [...]]]></description>
		<wfw:commentRss>http://bitfreedom.com/dragonchild/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Automatically show WP-PostRatings on your posts</title>
		<link>http://bitfreedom.com/auto-wp-postratings/</link>
		<comments>http://bitfreedom.com/auto-wp-postratings/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 05:36:34 +0000</pubDate>
		<dc:creator>Angelo</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://bitfreedom.com/?p=134</guid>
		<description><![CDATA[For the longest time, my Dragonskin Theme has had WP-PostRatings integration. Recently I removed the integration because it is easy to modify the rating plugin to accomplish the same goal. (I hope that in the future WP-PostRatings will provide a simple way to do this through the admin interface&#8211;it really isn&#8217;t that hard.) All you [...]]]></description>
		<wfw:commentRss>http://bitfreedom.com/auto-wp-postratings/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
