<?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>DoctorMo&#039;s Blog &#187; Guides and HowTos</title>
	<atom:link href="http://doctormo.org/category/art-and-creation/guides-and-howtos/feed/" rel="self" type="application/rss+xml" />
	<link>http://doctormo.org</link>
	<description>Just this guy, you know.</description>
	<lastBuildDate>Wed, 25 Jan 2012 14:19:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
   <image>
    <title>DoctorMo&#039;s Blog</title>
    <url>http://www.gravatar.com/avatar/7f6f9e75239bfcc5bfb41014e9dc9a26?s=48&amp;d=</url>
    <link>http://doctormo.org</link>
   </image>
		<item>
		<title>Spreadsheet Awesome: Check Mark Totals</title>
		<link>http://doctormo.org/2011/08/04/spreadsheet-awesome-check-mark-totals/</link>
		<comments>http://doctormo.org/2011/08/04/spreadsheet-awesome-check-mark-totals/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 14:25:08 +0000</pubDate>
		<dc:creator>doctormo</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Free and Open Source Software]]></category>
		<category><![CDATA[Guides and HowTos]]></category>
		<category><![CDATA[Multimedia Entry]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[cells]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[formatting]]></category>
		<category><![CDATA[libreoffice]]></category>
		<category><![CDATA[openoffice]]></category>
		<category><![CDATA[spreadsheet]]></category>

		<guid isPermaLink="false">http://doctormo.org/?p=3552</guid>
		<description><![CDATA[Here&#8217;s the problem, you want to use LibreOffice to do a simple registration for a small class, so you open it up and write a small table for the dates you want to record:

You use a simple X to record when someone was present and a simple dash &#8211; to record an absence. But the [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s the problem, you want to use LibreOffice to do a simple registration for a small class, so you open it up and write a small table for the dates you want to record:</p>
<p><img src="http://doctormo.org/wp-content/uploads/2011/08/Screenshot-problem.ods-OpenOffice.org-Calc.png" alt="Spreadsheet showing simple registration form with several names and some checked off boxes" title="Screenshot 1" width="484" height="415" class="aligncenter size-full wp-image-3555" /></p>
<p>You use a simple X to record when someone was present and a simple dash &#8211; to record an absence. But the mood strikes you and you want to make it look a little more professional. So you load up the Character Map program and grab a tick character from the symbols available and paste it into all the marked in cells:</p>
<p><a href="http://doctormo.org/wp-content/uploads/2011/08/Screenshot-Character-Map.png"><img src="http://doctormo.org/wp-content/uploads/2011/08/Screenshot-Character-Map-300x160.png" alt="Character Map showing a pannel of symbols" title="Screenshot 2" width="300" height="160" class="aligncenter size-medium wp-image-3556" /></a></p>
<p>OK so your spreadsheet looks nice, but your reviewer wants to know how many students were in each class total. this should be easy enough and you make a new row and add in the cell SUM formulas. But woe! it doesn&#8217;t work. Using characters in a spreadsheet doesn&#8217;t count because they&#8217;re not numbers:</p>
<p><img src="http://doctormo.org/wp-content/uploads/2011/08/Screenshot-problem.ods-OpenOffice.org-Calc-1.png" alt="Spreadsheet showing the new tick symbol and a new totals column incorrectly showing 0 in each cell." title="Screenshot 3" width="484" height="415" class="aligncenter size-full wp-image-3557" /></p>
<p>So to fix the issue you use the search and replace to replace all your nice tick symbols with the number &#8216;1&#8242; and to be consistent, all of the dashes to the number &#8216;0&#8242;. And it works, you have your totals; but this doesn&#8217;t look nice! So you decide to use the format cell option to figure it out:</p>
<p><img src="http://doctormo.org/wp-content/uploads/2011/08/Screenshot-problem.ods-OpenOffice.org-Calc-3.png" alt="Spreadsheet showing all tick symbols replaced with 1" title="Screenshot 4" width="484" height="415" class="aligncenter size-full wp-image-3558" /></p>
<p>This brings up the number formatting window. Here you can decide what the cell should look like given a certain value. Our values are &#8216;1&#8242; and &#8216;0&#8242;, anything else is a problem, so we use the cell formatting code: <code>[=1]"✔";[=0]-;[RED]"Error"</code> which shows a tick when the cell is &#8216;1&#8242;, a dash when the cell is &#8216;0&#8242; and a red coloured Error when the cell is anything else:</p>
<p><img src="http://doctormo.org/wp-content/uploads/2011/08/Screenshot-Format-Cells-300x209.png" alt="LibreOffice Format Cell Window showing new custom format typed in." title="Screenshot 5" width="300" height="209" class="aligncenter size-medium wp-image-3559" /></p>
<p>Now everything is formatted wonderfully and LibreOffice Calc has saved us from having to decide between an ugly or a useless spreadsheet, we can have both beauty and functionality!</p>
<p><img src="http://doctormo.org/wp-content/uploads/2011/08/Screenshot-problem.ods-OpenOffice.org-Calc-4.png" alt="Spreadsheet showing correct registration totals and nice tick symbols." title="Screenshot 6" width="484" height="415" class="aligncenter size-full wp-image-3560" /></p>
<p>As a bit of extra curricular, I also created one for deciding if someone loves you:</p>
<p><img src="http://doctormo.org/wp-content/uploads/2011/08/Screenshot-problem.ods-OpenOffice.org-Calc-2.png" alt="" title="Screenshot 7" width="484" height="415" class="aligncenter size-full wp-image-3561" /></p>
]]></content:encoded>
			<wfw:commentRss>http://doctormo.org/2011/08/04/spreadsheet-awesome-check-mark-totals/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>UOW: Making Posters to Spread Ubuntu</title>
		<link>http://doctormo.org/2011/05/04/uow-making-posters-to-spread-ubuntu/</link>
		<comments>http://doctormo.org/2011/05/04/uow-making-posters-to-spread-ubuntu/#comments</comments>
		<pubDate>Wed, 04 May 2011 17:33:39 +0000</pubDate>
		<dc:creator>doctormo</dc:creator>
				<category><![CDATA[Art and Creation]]></category>
		<category><![CDATA[Guides and HowTos]]></category>
		<category><![CDATA[Multimedia Entry]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Video Entry]]></category>
		<category><![CDATA[advocacy]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[inkscape]]></category>
		<category><![CDATA[posters]]></category>

		<guid isPermaLink="false">http://doctormo.org/?p=3330</guid>
		<description><![CDATA[Hey guys, I like experimenting with the IRC classroom format; especially as my classes as normally graphical and hard to explain unless you can see what&#8217;s going on.
For today&#8217;s session I created a full screen video showing you where to get source material, putting together the poster, some notes on copyright and then uploading to [...]]]></description>
			<content:encoded><![CDATA[<p>Hey guys, I like experimenting with the IRC classroom format; especially as my classes as normally graphical and hard to explain unless you can see what&#8217;s going on.</p>
<p>For today&#8217;s session I created a full screen video showing you where to get source material, putting together the poster, some notes on copyright and then uploading to the spread Ubuntu website.</p>
<p>Check it out: <a href="http://blip.tv/file/5101599">Making Posters to Spread Ubuntu Video</a></p>
<p>Comment below if you&#8217;ve made something cool you&#8217;d like to show.</p>
]]></content:encoded>
			<wfw:commentRss>http://doctormo.org/2011/05/04/uow-making-posters-to-spread-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding Project Harmony</title>
		<link>http://doctormo.org/2011/04/08/understanding-project-harmony/</link>
		<comments>http://doctormo.org/2011/04/08/understanding-project-harmony/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 12:44:43 +0000</pubDate>
		<dc:creator>doctormo</dc:creator>
				<category><![CDATA[Art and Creation]]></category>
		<category><![CDATA[Free and Open Source Software]]></category>
		<category><![CDATA[Guides and HowTos]]></category>
		<category><![CDATA[Multimedia Entry]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[assignment]]></category>
		<category><![CDATA[contract]]></category>
		<category><![CDATA[copyright]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[standardisation]]></category>

		<guid isPermaLink="false">http://doctormo.org/?p=3242</guid>
		<description><![CDATA[I&#8217;ve been highly critical1 of corporate copyright assignment policies, especially those that effect me personally. Canonical, one of those I&#8217;ve complained about, has been working to try and standardise the wording and formation of the contracts that you have to sign in order to assign copyright over.
This is called Project Harmony and it kicked off [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been highly critical<sup>1</sup> of corporate copyright assignment policies, especially those that effect me personally. Canonical, one of those I&#8217;ve complained about, has been working to try and standardise the wording and formation of the contracts that you have to sign in order to assign copyright over.</p>
<p>This is called <a href="http://www.harmonyagreements.org">Project Harmony</a> and it kicked off today an alpha release, which we can get involved with and try and fix and bug report.</p>
<p>To be fair to the process (and in hope that it can fix Canonical&#8217;s current utterly ghastly wording) I&#8217;ve put together a diagram so you can understand what the options are in the <a href="http://www.harmonyagreements.org/comments.html">new alpha contract</a>:</p>
<p><a href="http://doctormo.org/wp-content/uploads/2011/04/project-harmony.png"><img src="http://doctormo.org/wp-content/uploads/2011/04/project-harmony-300x271.png" alt="" title="project-harmony" width="300" height="271" class="aligncenter size-medium wp-image-3243" /></a></p>
<p>What is interesting is that while diagramming<sup>2</sup> , I could see the difference between the FSF&#8217;s<sup>3</sup> assignment agreement (2.1 > iv) and Canonical current agreement (2.2 > v) and they do show up in stark contrast.</p>
<p>What are your thoughts on this project? Will it improve the situation with contributing to Canonical&#8217;s Unity, Mozilla&#8217;s Firefox or even the FSF&#8217;s Gnu project?</p>
<p><sup>1</sup>I&#8217;ve likened it to corporate theft, misappropriation of volunteer work and powerful coercion from the project maintainers project&#8217;s coherence. Similar to an optional serfdom.<br />
<sup>2</sup>This isn&#8217;t a legal diagram, just an illustration to aid comprehension. I am not a lawyer, please check with your legal council on these matters.<br />
<sup>3</sup>Interestingly I&#8217;ve just signed two FSF copyright assignment forms, hopefully I&#8217;ll be able to blog about what I&#8217;ve been up to with them soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://doctormo.org/2011/04/08/understanding-project-harmony/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Free Culture Posters, Get Them Here</title>
		<link>http://doctormo.org/2011/04/06/free-culture-posters-get-them-here/</link>
		<comments>http://doctormo.org/2011/04/06/free-culture-posters-get-them-here/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 09:03:03 +0000</pubDate>
		<dc:creator>doctormo</dc:creator>
				<category><![CDATA[Art and Creation]]></category>
		<category><![CDATA[Doctor's Art]]></category>
		<category><![CDATA[Free and Open Source Software]]></category>
		<category><![CDATA[Guides and HowTos]]></category>
		<category><![CDATA[Multimedia Entry]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[commons]]></category>
		<category><![CDATA[creative commons]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[posters]]></category>

		<guid isPermaLink="false">http://doctormo.org/?p=3228</guid>
		<description><![CDATA[To celebrate the release of revision 16 of my Free Culture Tabloid sided poster, I&#8217;ve put together each section into it&#8217;s own US letter poster so that a multi-poster display can be created using all of the pieces.




Do you like the edits that have gone into each revision? Is the wording easy to understand and [...]]]></description>
			<content:encoded><![CDATA[<p>To celebrate the release of revision 16 of my <a href="http://spreadubuntu.neomenlo.org/en/material/poster/free-culture-poster">Free Culture Tabloid sided poster</a>, I&#8217;ve put together each section into it&#8217;s own US letter poster so that a multi-poster display can be created using all of the pieces.</p>
<p><a href="http://doctormo.org/wp-content/uploads/2011/04/title-only.png"><img src="http://doctormo.org/wp-content/uploads/2011/04/title-only-231x300.png" alt="" title="title-only" width="231" height="300" class="alignright size-medium wp-image-3229" /></a></p>
<p><a href="http://doctormo.org/wp-content/uploads/2011/04/commons-only.png"><img src="http://doctormo.org/wp-content/uploads/2011/04/commons-only-231x300.png" alt="" title="commons-only" width="231" height="300" class="alignleft size-medium wp-image-3230" /></a></p>
<p><a href="http://doctormo.org/wp-content/uploads/2011/04/cc-only.png"><img src="http://doctormo.org/wp-content/uploads/2011/04/cc-only-231x300.png" alt="" title="cc-only" width="231" height="300" class="alignright size-medium wp-image-3231" /></a></p>
<p><a href="http://doctormo.org/wp-content/uploads/2011/04/foss-only.png"><img src="http://doctormo.org/wp-content/uploads/2011/04/foss-only-231x300.png" alt="" title="foss-only" width="231" height="300" class="alignleft size-medium wp-image-3232" /></a></p>
<p>Do you like the edits that have gone into each revision? Is the wording easy to understand and direct enough for public consumption? Please give me your thoughts in the comments below.</p>
]]></content:encoded>
			<wfw:commentRss>http://doctormo.org/2011/04/06/free-culture-posters-get-them-here/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Manage Your Code with Philosophy</title>
		<link>http://doctormo.org/2011/02/10/manage-your-code-with-philosophy/</link>
		<comments>http://doctormo.org/2011/02/10/manage-your-code-with-philosophy/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 03:06:21 +0000</pubDate>
		<dc:creator>doctormo</dc:creator>
				<category><![CDATA[Art and Creation]]></category>
		<category><![CDATA[Guides and HowTos]]></category>
		<category><![CDATA[Multimedia Entry]]></category>
		<category><![CDATA[Philosophies]]></category>
		<category><![CDATA[Programming and Technical]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[comparison]]></category>
		<category><![CDATA[conflicts]]></category>
		<category><![CDATA[diagram]]></category>
		<category><![CDATA[dialectics]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[thoughts]]></category>

		<guid isPermaLink="false">http://doctormo.org/?p=3132</guid>
		<description><![CDATA[I had this idea for a diagram from maco, we were talking about Religion and got to discussing this. I wanted to explain it and I was being casual. But take a look at my diagram and you&#8217;ll see there is a very strong pattern which is used for both resolving idealogical conflicts and resolving [...]]]></description>
			<content:encoded><![CDATA[<p>I had this idea for a diagram from maco, we were talking about Religion and got to discussing this. I wanted to explain it and I was being casual. But take a look at my diagram and you&#8217;ll see there is a very strong pattern which is used for both resolving idealogical conflicts and resolving code/patch conflicts.</p>
<p><a href="http://doctormo.deviantart.com/art/Manage-Code-Philosophy-196959460"><img src="http://doctormo.org/wp-content/uploads/2011/02/dialectics-and-programming-157x300.png" alt="" title="dialectics-and-programming" width="157" height="300" class="aligncenter size-medium wp-image-3133" /></a></p>
<p>And just as we as programmers need access to lots of good and bad code to build our skills and patterns of how to program in the best way. We as human beings need to experience lots of thoughts, feelings, cultures and conflicts in order to build wisdom and insight in our human problem solving.</p>
<p>What are your thoughts?</p>
]]></content:encoded>
			<wfw:commentRss>http://doctormo.org/2011/02/10/manage-your-code-with-philosophy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Opinionated Guide to Creative Commons</title>
		<link>http://doctormo.org/2011/02/09/opinionated-guide-to-creative-commons/</link>
		<comments>http://doctormo.org/2011/02/09/opinionated-guide-to-creative-commons/#comments</comments>
		<pubDate>Wed, 09 Feb 2011 19:42:12 +0000</pubDate>
		<dc:creator>doctormo</dc:creator>
				<category><![CDATA[Art and Creation]]></category>
		<category><![CDATA[Free and Open Source Software]]></category>
		<category><![CDATA[Guides and HowTos]]></category>
		<category><![CDATA[Multimedia Entry]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://doctormo.org/?p=3124</guid>
		<description><![CDATA[Hey everyone,
I had this idea for a work-flow for creative commons, but instead of repeating the same questions as the licenses, I wanted to make the ideas more personal and conceptual.
My opinionated diagram is based on experience working with communities, discussing this issue more times then I could ever want to and attempting to educate [...]]]></description>
			<content:encoded><![CDATA[<p>Hey everyone,</p>
<p>I had this idea for a work-flow for creative commons, but instead of repeating the same questions as the licenses, I wanted to make the ideas more personal and conceptual.</p>
<p>My opinionated diagram is based on experience working with communities, discussing this issue more times then I could ever want to and attempting to educate and introduce creative commons ideals.</p>
<p><a href="http://doctormo.deviantart.com/art/Which-CC-License-should-I-196792062"><img src="http://doctormo.org/wp-content/uploads/2011/02/cc2-212x300.png" alt="" title="cc" width="212" height="300" class="aligncenter size-medium wp-image-3130" /></a></p>
<p>What are your thoughts?</p>
]]></content:encoded>
			<wfw:commentRss>http://doctormo.org/2011/02/09/opinionated-guide-to-creative-commons/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>What Fonts are you Using?</title>
		<link>http://doctormo.org/2010/12/29/what-fonts-are-you-using/</link>
		<comments>http://doctormo.org/2010/12/29/what-fonts-are-you-using/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 14:28:39 +0000</pubDate>
		<dc:creator>doctormo</dc:creator>
				<category><![CDATA[Guides and HowTos]]></category>
		<category><![CDATA[Programming and Technical]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[inkscape]]></category>
		<category><![CDATA[spread ubuntu]]></category>
		<category><![CDATA[svg]]></category>

		<guid isPermaLink="false">http://doctormo.org/?p=3071</guid>
		<description><![CDATA[So you&#8217;ve just downloaded an awesome poster from Spread Ubuntu and now you&#8217;re trying to edit the svg so you can provide a localised version or mash it up for your own needs.
But there&#8217;s a problem&#8230; svg files don&#8217;t store the fonts used so you&#8217;re stuck looking at an ugly ill-fitting set of font defaults [...]]]></description>
			<content:encoded><![CDATA[<p>So you&#8217;ve just downloaded an awesome poster from <a href="http://spreadubuntu.org">Spread Ubuntu</a> and now you&#8217;re trying to edit the svg so you can provide a localised version or mash it up for your own needs.</p>
<p>But there&#8217;s a problem&#8230; svg files don&#8217;t store the fonts used so you&#8217;re stuck looking at an ugly ill-fitting set of font defaults in inkscape and the dozy submitter didn&#8217;t specify what fonts he used. Good news! there is a command that can get for you a list of fonts used in any svg file:</p>
<p>`perl -lne &#8220;foreach(/font-family:(.+);/){print $1}&#8221; < foss+creative-commons3.svg | sort | uniq`</p>
<p>Using <a href="http://spreadubuntu.neomenlo.org/en/material/poster/free-culture-poster">foss+creative-commons3.svg</a> you can see an output like this:</p>
<p>10.15 Saturday Night BRK<br />
Automatica BRK<br />
Bitstream Vera Sans<br />
DejaVu Sans<br />
Fatboy Slim BLTC 2 BRK<br />
impact<br />
Loma<br />
Ubuntu</p>
<p>Not all of these fonts have been used, since it&#8217;s easy to save a file in inkscape without using the Vacuum Defs process to clear away cruft. But you do get a nice list of all the fonts you should have to see the poster the way it was intended.</p>
<p>Thoughts?</p>
]]></content:encoded>
			<wfw:commentRss>http://doctormo.org/2010/12/29/what-fonts-are-you-using/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Promote Free Culture</title>
		<link>http://doctormo.org/2010/12/09/promote-free-culture/</link>
		<comments>http://doctormo.org/2010/12/09/promote-free-culture/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 22:00:51 +0000</pubDate>
		<dc:creator>doctormo</dc:creator>
				<category><![CDATA[Art and Creation]]></category>
		<category><![CDATA[Doctor's Art]]></category>
		<category><![CDATA[Free and Open Source Software]]></category>
		<category><![CDATA[Guides and HowTos]]></category>
		<category><![CDATA[Multimedia Entry]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[creative commons]]></category>
		<category><![CDATA[free culture]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[poster]]></category>

		<guid isPermaLink="false">http://doctormo.org/?p=3032</guid>
		<description><![CDATA[This poster has been in the works for a while, but I&#8217;m happy enough to finally publish it today:

It&#8217;s available in source form from Spread Ubuntu here and on the deviantArt page you can order a print if you can&#8217;t make your own prints.
If you think the work I do to make our cultural ideas [...]]]></description>
			<content:encoded><![CDATA[<p>This poster has been in the works for a while, but I&#8217;m happy enough to finally publish it today:</p>
<p><a href="http://fav.me/d34jool"><img src="http://doctormo.org/wp-content/uploads/2010/12/foss+creative-commons-icon4.png" alt="" title="Free Culture Poster Image" width="440" height="680" class="aligncenter size-full wp-image-3033" /></a></p>
<p>It&#8217;s available in source form from Spread Ubuntu <a href="http://spreadubuntu.neomenlo.org/en/material/poster/free-culture-poster">here</a> and on the <a href="http://fav.me/d34jool">deviantArt page</a> you can <a href="http://www.deviantart.com/print/16276298/">order a print</a> if you can&#8217;t make your own prints.</p>
<p>If you think the work I do to make our cultural ideas more easily understood, consider dropping a few sheckles<sup>1</sup>:<br />
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="Y5JSG5WTNR9KJ">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"><br />
</form>
<p>What do you think?</p>
<p>Update: I put in fresher text which should help some of the older stale text be more understood.</p>
]]></content:encoded>
			<wfw:commentRss>http://doctormo.org/2010/12/09/promote-free-culture/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Reasons to Love Ubuntu</title>
		<link>http://doctormo.org/2010/08/18/reasons-to-love-ubuntu/</link>
		<comments>http://doctormo.org/2010/08/18/reasons-to-love-ubuntu/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 09:20:12 +0000</pubDate>
		<dc:creator>doctormo</dc:creator>
				<category><![CDATA[Art and Creation]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Free and Open Source Software]]></category>
		<category><![CDATA[Guides and HowTos]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[flyer]]></category>
		<category><![CDATA[foss]]></category>
		<category><![CDATA[info]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[poster]]></category>
		<category><![CDATA[spreadubuntu]]></category>

		<guid isPermaLink="false">http://doctormo.org/?p=2703</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://spreadubuntu.neomenlo.org/en/material/poster/reasons-love-ubuntu"><img src="http://doctormo.org/wp-content/uploads/2010/08/poster-01.png" alt="" title="Reasons to Love Ubuntu" style="width: 90%; height: 90%;" class="aligncenter size-full wp-image-2704" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://doctormo.org/2010/08/18/reasons-to-love-ubuntu/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Asking Smart Questions</title>
		<link>http://doctormo.org/2010/07/23/asking-smart-questions/</link>
		<comments>http://doctormo.org/2010/07/23/asking-smart-questions/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 16:56:29 +0000</pubDate>
		<dc:creator>doctormo</dc:creator>
				<category><![CDATA[Art and Creation]]></category>
		<category><![CDATA[Guides and HowTos]]></category>
		<category><![CDATA[Sociology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[pdf]]></category>

		<guid isPermaLink="false">http://doctormo.org/?p=2588</guid>
		<description><![CDATA[I&#8217;ve you&#8217;ve ever struggled to get the support answers you need from the Ubuntu community, this guide may help you, it&#8217;s a pdf download, don&#8217;t forget to favourite if you can:

Revision 05, 2010-07-23: Download Directly, Sources
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve you&#8217;ve ever struggled to get the support answers you need from the Ubuntu community, this guide may help you, it&#8217;s a pdf download, don&#8217;t forget to favourite if you can:</p>
<p><a href="http://doctormo.deviantart.com/#/d2unj89"><img src="http://doctormo.org/wp-content/uploads/2010/07/intro-300x225.png" alt="" title="intro" width="300" height="225" class="aligncenter size-medium wp-image-2589" /></a></p>
<p>Revision 05, 2010-07-23: <a href="http://divajutta.com/doctormo/foo/ask-smart-questions.pdf">Download Directly</a>, <a href="https://code.launchpad.net/~owlers/ubuntu-learning-materials/howtoask">Sources</a></p>
]]></content:encoded>
			<wfw:commentRss>http://doctormo.org/2010/07/23/asking-smart-questions/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

