<?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>Visible Invisibles &#187; Brief</title>
	<atom:link href="http://munashiku.slightofmind.net/category/brief/feed" rel="self" type="application/rss+xml" />
	<link>http://munashiku.slightofmind.net</link>
	<description>Revealing the Opacity of Transparency</description>
	<lastBuildDate>Tue, 02 Aug 2011 09:15:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Snags and Enhancements</title>
		<link>http://munashiku.slightofmind.net/20090914/snags-and-enhancements</link>
		<comments>http://munashiku.slightofmind.net/20090914/snags-and-enhancements#comments</comments>
		<pubDate>Mon, 14 Sep 2009 19:31:09 +0000</pubDate>
		<dc:creator>Whesley McCabe</dc:creator>
				<category><![CDATA[Brief]]></category>
		<category><![CDATA[PocketPress]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[Tango Smileys Extended]]></category>

		<guid isPermaLink="false">http://munashiku.slightofmind.net/?p=1191</guid>
		<description><![CDATA[I&#8217;ve hit a few snags over the course of the past two weeks and decided to make some enhancements to make myself feel better. First, the snags: I was so angry with the performance and hassle of Windows Vista that I decided to switch to Windows 7. After reinstalling all of my old software and [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve hit a few snags over the course of the past two weeks and decided to make some enhancements to make myself feel better.</p>
<p>First, the snags:</p>
<p>I was so angry with the performance and hassle of Windows Vista that I decided to switch to Windows 7. After reinstalling all of my old software and getting everything set the way it was in Vista, I proceeded to hack Windows 7 the same way I hacked Vista. Unfortunately, that didn&#8217;t work, so I ended up with an OS that crashed every 26 seconds when I tried to empty the recycle bin. As much fun as that was, I figured I should reinstall Windows 7 to fix the damage I had done. When that didn&#8217;t work, I blindly reformatted and reinstalled from scratch. As it turns out, I&#8217;m an idiot, and I forgot to save a copy of the PocketPress source code. I lost everything. So, now, I&#8217;m going to have to start PocketPress from scratch &#8211; and this pisses me off a little.</p>
<p><br class="spacer_" /></p>
<hr style="width: 80%;" />
<p><br class="spacer_" /></p>
<p>And now, the enhancements:</p>
<p>The comments on Tango Smileys Extended are several pages long now, so I find myself answering the same questions over and over. Since comments are obviously not the best way to offer support, I&#8217;ve decided to add a support forum. I&#8217;m working on adding some basic topics to the forum, and I&#8217;ll add a link later.</p>
]]></content:encoded>
			<wfw:commentRss>http://munashiku.slightofmind.net/20090914/snags-and-enhancements/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Computer</title>
		<link>http://munashiku.slightofmind.net/20090329/new-computer</link>
		<comments>http://munashiku.slightofmind.net/20090329/new-computer#comments</comments>
		<pubDate>Sun, 29 Mar 2009 19:38:15 +0000</pubDate>
		<dc:creator>Whesley McCabe</dc:creator>
				<category><![CDATA[Brief]]></category>
		<category><![CDATA[Tango Smileys Extended]]></category>

		<guid isPermaLink="false">http://munashiku.slightofmind.net/?p=1079</guid>
		<description><![CDATA[I would like to start by apologizing to everyone who requested assistance with TSE during my absence these last 17 days. An unfortunate turn of events took place on March 12th that left me without a computer and internet access until today. A capacitor decided to explode on my motherboard and took my northbridge with [...]]]></description>
			<content:encoded><![CDATA[<p>I would like to start by apologizing to everyone who requested assistance with TSE during my absence these last 17 days. An unfortunate turn of events took place on March 12th that left me without a computer and internet access until today. A capacitor decided to explode on my motherboard and took my northbridge with it. (Yes, it <em>decided</em> to explode. It was conspiring against me.)</p>
<p>I just finished building my new computer and getting the basics installed, and this post is the first thing I&#8217;ve decided to do before continuing with setting up the rest of the computer.</p>
<p>Now, to the problems at hand:</p>
<p>The issue that people are having with the CTI for Tango Smileys Extended is partly my fault in the wording I used to explain how to insert the CTI into the comments.php file. Here is the better explained way to add the CTI to your comments.php file:</p>
<ol>
<li>Open your comments.php file.</li>
<li>Find the comment textarea, which should look something like <code class="codecolorer html4strict default"><span class="html4strict"><span style="color: #009900;">&lt;textarea <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;comment&quot;</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;comment&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">textarea</span>&gt;</span></span></code></li>
<li>If you want the CTI smileys <strong>above</strong> the textarea, type <br /><code class="codecolorer php default"><span class="php"><span style="color: #000000; font-weight: bold;">&lt;?php</span> tse_cti_anywhere<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></span></code> <strong>before</strong> the textarea.</li>
<li>If you want the CTI smileys <strong>below</strong> the textarea, type <br /><code class="codecolorer php default"><span class="php"><span style="color: #000000; font-weight: bold;">&lt;?php</span> tse_cti_anywhere<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></span></code> <strong>after</strong> the textarea.</li>
<li>Save your comments.php file.</li>
</ol>
<p>The extra stuff that I listed in my original instructions was for people who wanted to use the CTI smileys with other plugins, and is <strong>not</strong> needed to add the CTI smileys to the comments.</p>
<p>Hope this helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://munashiku.slightofmind.net/20090329/new-computer/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>New Theme</title>
		<link>http://munashiku.slightofmind.net/20090306/new-theme-2</link>
		<comments>http://munashiku.slightofmind.net/20090306/new-theme-2#comments</comments>
		<pubDate>Sat, 07 Mar 2009 04:08:39 +0000</pubDate>
		<dc:creator>Whesley McCabe</dc:creator>
				<category><![CDATA[Brief]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://munashiku.slightofmind.net/?p=1062</guid>
		<description><![CDATA[I&#8217;ve decided on the new theme I&#8217;m going to use, but it still needs some minor editing to get it where I want it. So, please be patient as things start to look strange, as I&#8217;m working on getting it all sorted out. Thanks!]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve decided on the new theme I&#8217;m going to use, but it still needs some minor editing to get it where I want it. So, please be patient as things start to look strange, as I&#8217;m working on getting it all sorted out.</p>
<p>Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://munashiku.slightofmind.net/20090306/new-theme-2/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Change Is Needed</title>
		<link>http://munashiku.slightofmind.net/20090224/change-is-needed</link>
		<comments>http://munashiku.slightofmind.net/20090224/change-is-needed#comments</comments>
		<pubDate>Tue, 24 Feb 2009 20:03:37 +0000</pubDate>
		<dc:creator>Whesley McCabe</dc:creator>
				<category><![CDATA[Brief]]></category>
		<category><![CDATA[Change]]></category>
		<category><![CDATA[Theme]]></category>

		<guid isPermaLink="false">http://munashiku.slightofmind.net/?p=1059</guid>
		<description><![CDATA[I&#8217;ve had a heavy feeling about the way my theme has turned out, and I&#8217;ve finally decided that I do not like it. Well, I don&#8217;t like the flow of it. I think I&#8217;ll spend the next few days looking for another theme and just modifying it to fit instead of making my own. I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had a heavy feeling about the way my theme has turned out, and I&#8217;ve finally decided that I do not like it. Well, I don&#8217;t like the flow of it. I think I&#8217;ll spend the next few days looking for another theme and just modifying it to fit instead of making my own. I know I&#8217;ll have a great idea and put a lot of work into it, only to dislike it later, and that&#8217;s just not worth the effort to me.  <img src='http://munashiku.slightofmind.net/wp-content/plugins/tango-smileys-extended/tango24/bomb.png' alt='Bomb' title='Bomb' class='tse-smiley' height='24' width='24' /></p>
]]></content:encoded>
			<wfw:commentRss>http://munashiku.slightofmind.net/20090224/change-is-needed/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Theme</title>
		<link>http://munashiku.slightofmind.net/20090120/new-theme</link>
		<comments>http://munashiku.slightofmind.net/20090120/new-theme#comments</comments>
		<pubDate>Tue, 20 Jan 2009 22:08:19 +0000</pubDate>
		<dc:creator>Whesley McCabe</dc:creator>
				<category><![CDATA[Brief]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://munashiku.slightofmind.net/20090120/new-theme</guid>
		<description><![CDATA[I&#8217;m getting ready to apply a new theme, so by the time anyone reads this it will already be done. Please note that this theme is a work-in-progress, so I expect some things to be broken. You do not need to comment, since I&#8217;m probably aware of what&#8217;s wrong before you hit the submit button. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m getting ready to apply a new theme, so by the time anyone reads this it will already be done.  <img src='http://munashiku.slightofmind.net/wp-content/plugins/tango-smileys-extended/tango24/nerd.png' alt='Nerd' title='Nerd' class='tse-smiley' height='24' width='24' /></p>
<p>Please note that this theme is a work-in-progress, so I expect some things to be broken. You do not need to comment, since I&#8217;m probably aware of what&#8217;s wrong before you hit the submit button. Thank you anyway! <img src='http://munashiku.slightofmind.net/wp-content/plugins/tango-smileys-extended/tango24/smile-big.png' alt='Big Smile' title='Big Smile' class='tse-smiley' height='24' width='24' /></p>
<p>Also, since the sidebar has changed, I am also rearranging the widgets and adding a few custom ones that I developed while working on this theme. If things look different from one pageload to another, don&#8217;t be alarmed. <img src='http://munashiku.slightofmind.net/wp-content/plugins/tango-smileys-extended/tango24/wink.png' alt='Wink' title='Wink' class='tse-smiley' height='24' width='24' /></p>
]]></content:encoded>
			<wfw:commentRss>http://munashiku.slightofmind.net/20090120/new-theme/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oopsie!</title>
		<link>http://munashiku.slightofmind.net/20081216/oopsie</link>
		<comments>http://munashiku.slightofmind.net/20081216/oopsie#comments</comments>
		<pubDate>Tue, 16 Dec 2008 20:22:04 +0000</pubDate>
		<dc:creator>Whesley McCabe</dc:creator>
				<category><![CDATA[Brief]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://munashiku.slightofmind.net/20081216/oopsie</guid>
		<description><![CDATA[My appologies to anyone who visited in the past 12 hours. I updated WP-Sticky, but didn&#8217;t check to make sure it worked. Unfortunately, it corrupted my post display, so I reverted to the previous version which worked just fine.]]></description>
			<content:encoded><![CDATA[<p>My appologies to anyone who visited in the past 12 hours. I updated WP-Sticky, but didn&#8217;t check to make sure it worked. Unfortunately, it corrupted my post display, so I reverted to the previous version which worked just fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://munashiku.slightofmind.net/20081216/oopsie/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accidental Spam Protection</title>
		<link>http://munashiku.slightofmind.net/20081202/accidental-spam-protection</link>
		<comments>http://munashiku.slightofmind.net/20081202/accidental-spam-protection#comments</comments>
		<pubDate>Tue, 02 Dec 2008 15:45:55 +0000</pubDate>
		<dc:creator>Whesley McCabe</dc:creator>
				<category><![CDATA[Brief]]></category>
		<category><![CDATA[Protection]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://munashiku.slightofmind.net/?p=712</guid>
		<description><![CDATA[I&#8217;ve been picking through my server log files and I noticed that I have an unintended comment spam deflector. The most popular page on this blog is the Tango Smileys Extended page, and has become a target for increased spam. However, most of the spam is not making it through! I use Akismet to block [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been picking through my server log files and I noticed that I have an unintended comment spam deflector. The most popular page on this blog is the Tango Smileys Extended page, and has become a target for increased spam. However, most of the spam is not making it through!</p>
<p>I use Akismet to block spam, but even Akismet isn&#8217;t needed to stop most of spam.</p>
<p>What is the spam deflector?</p>
<p>The TSE shorthand box!</p>
<p>It&#8217;s a valid textarea, which spambots target, with the big exception that it&#8217;s not part of my comment form! Most people don&#8217;t use forms or textareas in their posts, so spambots only have to look for the one textarea that exists on any page or post. Unfortunately for them, I have two textareas on that page, so the spambot goes for the first textarea and fails!!!</p>
<p>Ha!</p>
]]></content:encoded>
			<wfw:commentRss>http://munashiku.slightofmind.net/20081202/accidental-spam-protection/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Tank of Gas</title>
		<link>http://munashiku.slightofmind.net/20081110/a-tank-of-gas</link>
		<comments>http://munashiku.slightofmind.net/20081110/a-tank-of-gas#comments</comments>
		<pubDate>Tue, 11 Nov 2008 03:56:24 +0000</pubDate>
		<dc:creator>Whesley McCabe</dc:creator>
				<category><![CDATA[Brief]]></category>
		<category><![CDATA[Awesome]]></category>
		<category><![CDATA[Gas]]></category>

		<guid isPermaLink="false">http://munashiku.slightofmind.net/?p=645</guid>
		<description><![CDATA[I filled my gas tank a couple of days ago, and I was quite surprised. Pleasantly surprised. It really looks like the price drops of dimes and nickels are adding up. Before, when I filled my tank, I had to double check my account balance to find out how much I could spend. When I [...]]]></description>
			<content:encoded><![CDATA[<div class="movie-poster-left float-left">
<div id="attachment_650" class="wp-caption aligncenter" style="width: 110px"><img class="size-thumbnail wp-image-650" title="bank-of-gas" src="http://munashiku.slightofmind.net/wp-content/uploads/bank-of-gas-150x150.jpg" alt="Bank of Gas" width="100" /><p class="wp-caption-text">Bank of Gas</p></div>
</div>
<div class="movie-poster float-right">
<div id="attachment_651" class="wp-caption aligncenter" style="width: 160px"><img class="aligncenter size-medium wp-image-651" title="tank-of-gas" src="http://munashiku.slightofmind.net/wp-content/uploads/tank-of-gas.jpg" alt="Tank of Gas" width="150" /><p class="wp-caption-text">Tank of Gas</p></div>
</div>
<p>I filled my gas tank a couple of days ago, and I was quite surprised. <img src='http://munashiku.slightofmind.net/wp-content/plugins/tango-smileys-extended/tango24/shock.png' alt='Shock' title='Shock' class='tse-smiley' height='24' width='24' /> Pleasantly surprised.  <img src='http://munashiku.slightofmind.net/wp-content/plugins/tango-smileys-extended/tango24/clap.png' alt='Clap' title='Clap' class='tse-smiley' height='24' width='24' /> It really looks like the price drops of dimes and nickels are adding up. <img src='http://munashiku.slightofmind.net/wp-content/plugins/tango-smileys-extended/tango24/coins.png' alt='Coins' title='Coins' class='tse-smiley' height='24' width='24' /> Before, when I filled my tank, I had to double check my account balance to find out how much I could spend.</p>
<p>When I got to the pump the other day, and regular unleaded was only $2.329, I had a good feeling I wasn&#8217;t going to be spending more than $30 for a full tank. I was right. It was awesome. <img src='http://munashiku.slightofmind.net/wp-content/plugins/tango-smileys-extended/tango24/highfive.png' alt='High Five!' title='High Five!' class='tse-smiley' height='24' width='24' /></p>
<p>I know it doesn&#8217;t seem like much, but when you drive 46 miles every day to get to work and back home, you tend to notice how often you have to fill your gas tank and how much money you&#8217;re been spending. <img src='http://munashiku.slightofmind.net/wp-content/plugins/tango-smileys-extended/tango24/car.png' alt='Car' title='Car' class='tse-smiley' height='24' width='24' /></p>
<p>I had gotten used to spending between $35 and $43 to fill my tank for the week, so to only spend $28.19 is a welcome change. <img src='http://munashiku.slightofmind.net/wp-content/plugins/tango-smileys-extended/tango24/thumbs-up.png' alt='Yes' title='Yes' class='tse-smiley' height='24' width='24' /></p>
]]></content:encoded>
			<wfw:commentRss>http://munashiku.slightofmind.net/20081110/a-tank-of-gas/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Death of a Wiki</title>
		<link>http://munashiku.slightofmind.net/20081029/death-of-a-wiki</link>
		<comments>http://munashiku.slightofmind.net/20081029/death-of-a-wiki#comments</comments>
		<pubDate>Wed, 29 Oct 2008 21:15:16 +0000</pubDate>
		<dc:creator>Whesley McCabe</dc:creator>
				<category><![CDATA[Brief]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Wiki]]></category>

		<guid isPermaLink="false">http://munashiku.slightofmind.net/?p=526</guid>
		<description><![CDATA[I&#8217;ve decided to kill the Wiki, since it has proven to be more of a pain in the ass to update it than to just use WordPress for updates. I didn&#8217;t need a wiki anyway.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve decided to kill the Wiki, since it has proven to be more of a pain in the ass to update it than to just use WordPress for updates. I didn&#8217;t need a wiki anyway.  <img src='http://munashiku.slightofmind.net/wp-content/plugins/tango-smileys-extended/tango24/peace.png' alt='Peace' title='Peace' class='tse-smiley' height='24' width='24' /></p>
]]></content:encoded>
			<wfw:commentRss>http://munashiku.slightofmind.net/20081029/death-of-a-wiki/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blah&#8230;</title>
		<link>http://munashiku.slightofmind.net/20081025/blah</link>
		<comments>http://munashiku.slightofmind.net/20081025/blah#comments</comments>
		<pubDate>Sat, 25 Oct 2008 19:40:23 +0000</pubDate>
		<dc:creator>Whesley McCabe</dc:creator>
				<category><![CDATA[Brief]]></category>
		<category><![CDATA[Blah]]></category>

		<guid isPermaLink="false">http://munashiku.slightofmind.net/?p=481</guid>
		<description><![CDATA[I&#8217;ve been trying to keep up with posting something every day, but I wasn&#8217;t feeling up to it yesterday. I just feel I&#8217;ve been picking at these reviews for Sex Drive and Saw V, but I can&#8217;t seem to finish them and hit the publish button. I&#8217;m also toying with reviews for The Express and [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been trying to keep up with posting something every day, but I wasn&#8217;t feeling up to it yesterday.</p>
<p>I just feel <img src='http://munashiku.slightofmind.net/wp-content/plugins/tango-smileys-extended/tango24/neutral.png' alt='Blah' title='Blah' class='tse-smiley' height='24' width='24' /><span id="more-481"></span></p>
<p>I&#8217;ve been picking at these reviews for <em>Sex Drive</em> and <em>Saw V</em>, but I can&#8217;t seem to finish them and hit the publish button. I&#8217;m also toying with reviews for <em>The Express</em> and <em>Religulous</em>, but it just hasn&#8217;t felt like a &#8220;do something&#8221; day.  <img src='http://munashiku.slightofmind.net/wp-content/plugins/tango-smileys-extended/tango24/turtle.png' alt='Turtle' title='Turtle' class='tse-smiley' height='24' width='24' /></p>
<p>I haven&#8217;t even opened TSE to code the idea I had for TSE in comments, and that makes me feel like <img src='http://munashiku.slightofmind.net/wp-content/plugins/tango-smileys-extended/tango24/poop.png' alt='Poop' title='Poop' class='tse-smiley' height='24' width='24' />.</p>
<p>I need some motivation. Some inspiration.</p>
<p><img src='http://munashiku.slightofmind.net/wp-content/plugins/tango-smileys-extended/tango24/question.png' alt='Question' title='Question' class='tse-smiley' height='24' width='24' /></p>
]]></content:encoded>
			<wfw:commentRss>http://munashiku.slightofmind.net/20081025/blah/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

