<?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; Software</title>
	<atom:link href="http://munashiku.slightofmind.net/category/computers/software-computers/feed" rel="self" type="application/rss+xml" />
	<link>http://munashiku.slightofmind.net</link>
	<description>Revealing the Opacity of Transparency</description>
	<lastBuildDate>Tue, 06 Apr 2010 01:34:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Easily Create and Edit WordPress Plugins</title>
		<link>http://munashiku.slightofmind.net/20091021/easily-create-and-edit-wordpress-plugins</link>
		<comments>http://munashiku.slightofmind.net/20091021/easily-create-and-edit-wordpress-plugins#comments</comments>
		<pubDate>Wed, 21 Oct 2009 09:03:53 +0000</pubDate>
		<dc:creator>Whesley McCabe</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[phpDesigner 7]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://munashiku.slightofmind.net/?p=1230</guid>
		<description><![CDATA[While working on my plugin, Tango Smileys Extended, I found that my traditional method of programming was not working out very well. I had grown accustomed to having full control over web based content by authoring completely by hand — using a generic text editor (previously Notepad, but more recently EmEditor) — which was becoming very tedious [...]]]></description>
			<content:encoded><![CDATA[<p>While working on my plugin, <a href="http://munashiku.slightofmind.net/wordpress-plugins/tango-smileys-extended">Tango Smileys Extended</a>, I found that my traditional method of programming was not working out very well. I had grown accustomed to having full control over web based content by authoring completely by hand — using a generic text editor (previously Notepad, but more recently EmEditor) — which was becoming very tedious and time consuming. The most time consuming part was having to debug because of a typo or a missing semicolon or curly bracket. The most tedious part was looking through WordPress source trying to find which parameters are passed to a function and what is returned. I was on the lookout for a new editor which could at least help save time and avoid the simple bugs of missing punctuation or mistyped function and variable names. As it turns out, I already had one, except I had never installed it!</p>
<p><span id="more-1230"></span></p>
<p>If you find yourself in need of a better PHP editor, especially if you&#8217;re working on WordPress plugins, I recommend you give <a href="http://www.mpsoftware.dk/phpdesigner.php" target="_blank">phpDesigner 7</a> a try. It has helped me immensely with every issue I&#8217;ve had in creating and editing a WordPress plugin. Here&#8217;s how you can get it to help you:</p>
<p><br class="spacer_" /></p>
<h3>Install phpDesigner 7</h3>
<p>You can get a full featured trial version <a href="http://www.mpsoftware.dk/downloads.php" target="_blank">here</a>. I don&#8217;t know if the core version has everything needed to follow this instructional, so I recommend getting the full version. The OS requirement is XP, Vista, or Windows 7, and I&#8217;ve found that it runs reliably on 64-bit versions. It may only be an issue with 64-bit versions, but I have found that the editor will lose focus after using code completion unless the program is run as Administrator. If you are running 32-bit versions of Windows Vista or Windows 7 and you find that code completion or auto completion causes phpDesigner to lose focus, just run it as Administrator and please leave a comment so I can update this post.</p>
<p><br class="spacer_" /></p>
<h3>Create a New Project</h3>
<div id="attachment_1253" class="wp-caption alignright" style="width: 250px"><a href="http://munashiku.slightofmind.net/wp-content/uploads/start-screen.png" target="_blank"><img class="size-medium wp-image-1253 " title="Start Screen" src="http://munashiku.slightofmind.net/wp-content/uploads/start-screen-300x240.png" alt="Start Screen" width="240" height="192" /></a><p class="wp-caption-text">Start Screen</p></div>
<p>Before you get started, you should make sure you download the version of WordPress for which you want to develop. I know WordPress 2.8.5 was just released, but for this instructional we will be using WordPress 2.8.4. You can get the current version (2.8.5) <a href="http://wordpress.org/download/" target="_blank">here</a>. Once you have WordPress downloaded, extract the zip to an easy to remember location. I&#8217;ve chosen to use my desktop, but we&#8217;ll get into the reason for this later.</p>
<p>With a fresh copy of WordPress ready, launch phpDesigner and take a look at the start screen. If this is your first time launching phpDesigner, you&#8217;ll notice most of the window is blank. From here, we&#8217;re going to create a new project. In the menu bar, click <strong>Project → Project Manager</strong> or press <strong>F11</strong>. The <strong>Project Manager</strong> will open and give you several options. By clicking <strong>New</strong>, the <strong>New Project Wizard</strong> will open and guide you through the creation of a new project.</p>
<div id="attachment_1249" class="wp-caption aligncenter" style="width: 310px"><a href="http://munashiku.slightofmind.net/wp-content/uploads/project-manager.png" target="_blank"><img class="size-medium wp-image-1249" title="Project Manager" src="http://munashiku.slightofmind.net/wp-content/uploads/project-manager-300x226.png" alt="Project Manager" width="300" height="226" /></a><p class="wp-caption-text">Project Manager</p></div>
<p class="cleared"><br class="spacer_" /></p>
<div id="attachment_1245" class="wp-caption alignleft" style="width: 160px"><a href="http://munashiku.slightofmind.net/wp-content/uploads/new-project-wizard-general.png" target="_blank"><img class="size-medium wp-image-1245 " title="New Project Wizard: General" src="http://munashiku.slightofmind.net/wp-content/uploads/new-project-wizard-general-300x222.png" alt="New Project Wizard: General" width="150" height="111" /></a><p class="wp-caption-text">General</p></div>
<p>The <strong>New Project Wizard</strong> opens with a <strong>General</strong> options dialogue. Here, you should give your project a title — I recommend using the name of the plugin you are creating or editing — and provide a description of the project. The description is not required, but I find it helps to remember what the plugins is supposed to do when you haven&#8217;t edited it for a while. This should help you keep track of which plugins are updated, as you can later edit the description and add a reminder such as <em>Edited On: <date></em>, which can be useful when you have authored multiple plugins.</p>
<p class="cleared"><br class="spacer_" /></p>
<div id="attachment_1247" class="wp-caption alignright" style="width: 160px"><a href="http://munashiku.slightofmind.net/wp-content/uploads/new-project-wizard-project-root.png" target="_blank"><img class="size-medium wp-image-1247 " title="New Project Wizard: Project Root" src="http://munashiku.slightofmind.net/wp-content/uploads/new-project-wizard-project-root-300x222.png" alt="New Project Wizard: Project Root" width="150" height="111" /></a><p class="wp-caption-text">Project Root</p></div>
<p>Clicking <strong>Next</strong> will take you to the <strong>Project Root</strong> dialogue. You should consider choosing a location and creating a <em>new</em> folder to become the home of your new plugin, unless you are editing an existing plugin — in which case, you should simply select that folder. Any files later added to the selected folder will be automatically included in your project.</p>
<p class="cleared"><br class="spacer_" /></p>
<div id="attachment_1246" class="wp-caption alignleft" style="width: 160px"><a href="http://munashiku.slightofmind.net/wp-content/uploads/new-project-wizard-libraries.png" target="_blank"><img class="size-medium wp-image-1246 " title="New Project Wizard: Libraries" src="http://munashiku.slightofmind.net/wp-content/uploads/new-project-wizard-libraries-300x222.png" alt="New Project Wizard: Libraries" width="150" height="111" /></a><p class="wp-caption-text">Libraries</p></div>
<p>Clicking <strong>Next</strong> takes you to the <strong>Libraries</strong> dialogue. Libraries are your friend here, as they allow you to access the functions, classes, and objects defined by other source code, such as the fresh copy of WordPress you just downloaded. Click the <strong>Add</strong> button and select the folder containing the WordPress files you extracted earlier. If you have other plugins or source files you want to be able to interact with, you can also add the folders containing those files and you&#8217;ll have access to those functions, classes, and objects as well. Once you&#8217;re done adding libraries, click <strong>Next</strong>.</p>
<p class="cleared"><br class="spacer_" /></p>
<div id="attachment_1244" class="wp-caption alignright" style="width: 160px"><a href="http://munashiku.slightofmind.net/wp-content/uploads/new-project-wizard-ftp-accounts.png" target="_blank"><img class="size-medium wp-image-1244 " title="New Project Wizard: FTP Accounts" src="http://munashiku.slightofmind.net/wp-content/uploads/new-project-wizard-ftp-accounts-300x222.png" alt="New Project Wizard: FTP Accounts" width="150" height="111" /></a><p class="wp-caption-text">FTP Accounts</p></div>
<p>The <strong>FTP Accounts</strong> dialogue will allow you to add the information needed for phpDesigner to access an FTP server and quickly update files. Since this isn&#8217;t important to what we&#8217;re doing right now, I&#8217;ve skipped this part. I recommend exploring this option later, since it will prove to be the fastest way to update, upload, and replace existing files on your host server.</p>
<p class="cleared"><br class="spacer_" /></p>
<div id="attachment_1243" class="wp-caption alignleft" style="width: 160px"><a href="http://munashiku.slightofmind.net/wp-content/uploads/new-project-wizard-filters.png" target="_blank"><img class="size-medium wp-image-1243 " title="New Project Wizard: Filters" src="http://munashiku.slightofmind.net/wp-content/uploads/new-project-wizard-filters-300x222.png" alt="New Project Wizard: Filters" width="150" height="111" /></a><p class="wp-caption-text">Filters</p></div>
<p>The <strong>Next</strong> button takes you to the <strong>Filters</strong> dialogue. Filters let you select and/or exclude files that will be analyzed during the parsing of files. The parsed files include those added on the <strong>Libraries</strong> dialogue, as well as any existing files in the selected folder from the <strong>Project Root</strong> dialogue. I recommend keeping the default settings. Keep in mind, filters only affect which files are parsed, <strong>NOT</strong> which files are available to your project. Just because there are no image extensions listed doesn&#8217;t mean they won&#8217;t be accessible, it just means images won&#8217;t be analyzed for useful programming data.</p>
<p class="cleared"><br class="spacer_" /></p>
<div id="attachment_1248" class="wp-caption alignright" style="width: 160px"><a href="http://munashiku.slightofmind.net/wp-content/uploads/new-project-wizard-summary.png" target="_blank"><img class="size-medium wp-image-1248 " title="New Project Wizard: Summary" src="http://munashiku.slightofmind.net/wp-content/uploads/new-project-wizard-summary-300x222.png" alt="New Project Wizard: Summary" width="150" height="111" /></a><p class="wp-caption-text">Summary</p></div>
<p>Finally, clicking the <strong>Next</strong> button will lead you to the <strong>Summary</strong> dialogue. This will show you a breakdown of all files and libraries included in your new project. You&#8217;ll notice the top level item <strong>Test Project</strong> has two subfolders, <strong>Test Project</strong> and <strong>Libraries</strong>, with Libraries having a subfolder of <strong>wordpress-2.8.4</strong>. If the root folder for the project had contained any files to start with, they would be nested inside the <strong>Test Project</strong> folder. Clicking <strong>Finish</strong> will take you to the <strong>Edit Project</strong> dialogue, which is not important right now, so you can just click <strong>Ok</strong> and continue with the <strong>Project Manager</strong>.</p>
<p class="cleared"><br class="spacer_" /></p>
<h3>Open Your New Project and Start Writing</h3>
<p>The <strong>Project Manager</strong> dialogue now has a new <strong>Open</strong> button available. Select your new project and click <strong>Open</strong> to begin working on your new project. You&#8217;ll be returned to the start screen, with a few differences. To start with, you will be able to see the name of your opened project at the center of the phpDesigner status bar. Also, if it isn&#8217;t already visible, if you click the tab on the right pane labeled with a <strong>P</strong>, you&#8217;ll access the <strong>Project</strong> pane which should look just like the <strong>Summary</strong> dialogue from earlier. On the left, you can see a <strong>New File</strong> header and a list of file types you can create. By double-clicking on <strong>PHP</strong>, you&#8217;ll start a new PHP document which will serve as the base to your plugin. I&#8217;m not going to go into detail on how to write a plugin, but I&#8217;ll give you some insight as to what you can expect phpDesigner to do for you.</p>
<p><br class="_spacer" /></p>
<h4 style="text-align: center;">Code Completion</h4>
<p class="aligncenter"><div id="attachment_1238" class="wp-caption inline" style="width: 160px"><a href="http://munashiku.slightofmind.net/wp-content/uploads/editor-code-completion-variables.png" target="_blank"><img title="Code Completion: Variables" src="http://munashiku.slightofmind.net/wp-content/uploads/editor-code-completion-variables-300x161.png" alt="Code Completion: Variables" width="150" /></a><p class="wp-caption-text">Variables</p></div>&nbsp;<div id="attachment_1237" class="wp-caption inline" style="width: 160px"><a href="http://munashiku.slightofmind.net/wp-content/uploads/editor-code-completion-functions.png" target="_blank"><img title="Code Completion: Functions" src="http://munashiku.slightofmind.net/wp-content/uploads/editor-code-completion-functions-300x161.png" alt="Code Completion: Functions" width="150" /></a><p class="wp-caption-text">Functions</p></div>&nbsp;<div id="attachment_1240" class="wp-caption inline" style="width: 160px"><a href="http://munashiku.slightofmind.net/wp-content/uploads/editor-code-completion-wordpress-functions.png" target="_blank"><img title="Code Completion: WordPress Functions" src="http://munashiku.slightofmind.net/wp-content/uploads/editor-code-completion-wordpress-functions-300x182.png" alt="Code Completion: WordPress Functions" width="150" /></a><p class="wp-caption-text">WordPress Functions</p></div></p>
<p><br class="_spacer" /></p>
<h4 style="text-align: center;">Error Highlighting and Function Insight</h4>
<p class="aligncenter"><div id="attachment_1241" class="wp-caption inline" style="width: 160px"><a href="http://munashiku.slightofmind.net/wp-content/uploads/editor-highlight-errors.png" target="_blank"><img title="Error Highlighting" src="http://munashiku.slightofmind.net/wp-content/uploads/editor-highlight-errors-300x53.png" alt="Error Highlighting" width="150" /></a><p class="wp-caption-text">Error Highlighting</p></div>&nbsp;<div id="attachment_1236" class="wp-caption inline" style="width: 160px"><a href="http://munashiku.slightofmind.net/wp-content/uploads/editor-code-completion-function-insight.png" target="_blank"><img src="http://munashiku.slightofmind.net/wp-content/uploads/editor-code-completion-function-insight-300x103.png" alt="Function Insight" title="Function Insight" width="150" /></a><p class="wp-caption-text">Function Insight</p></div>&nbsp;<div id="attachment_1239" class="wp-caption inline" style="width: 160px"><a href="http://munashiku.slightofmind.net/wp-content/uploads/editor-code-completion-wordpress-function-insight.png" target="_blank"><img src="http://munashiku.slightofmind.net/wp-content/uploads/editor-code-completion-wordpress-function-insight-300x54.png" alt="Function Insight: WordPress" title="Function Insight: WordPress" width="150" /></a><p class="wp-caption-text">Function Insight: WordPress</p></div></p>
<p><br class="_spacer" /></p>
<h3>The Final Product</h3>
<p>Once you&#8217;re done writing your new plugin, save the file in your project root folder. The example below is what my <strong>Test Project</strong> looks like after I&#8217;ve finished.</p>
<div id="attachment_1252" class="wp-caption aligncenter" style="width: 540px"><a href="http://munashiku.slightofmind.net/wp-content/uploads/project-test-project-saved.png" target="_blank"><img src="http://munashiku.slightofmind.net/wp-content/uploads/project-test-project-saved-1024x819.png" alt="Test Project: Saved" title="Test Project: Saved" width="530" class="size-large wp-image-1252" /></a><p class="wp-caption-text">Test Project: Saved</p></div>
<p>With any luck, you&#8217;ll get just as much use out of phpDesigner as I have, and you&#8217;ll have an easier time creating WordPress plugins — or programming <em>any</em> PHP — because of it.</p>
]]></content:encoded>
			<wfw:commentRss>http://munashiku.slightofmind.net/20091021/easily-create-and-edit-wordpress-plugins/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Project: PocketPress</title>
		<link>http://munashiku.slightofmind.net/20090811/new-project-pocketpress</link>
		<comments>http://munashiku.slightofmind.net/20090811/new-project-pocketpress#comments</comments>
		<pubDate>Wed, 12 Aug 2009 02:22:58 +0000</pubDate>
		<dc:creator>Whesley McCabe</dc:creator>
				<category><![CDATA[PocketPC]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[PocketPress]]></category>

		<guid isPermaLink="false">http://munashiku.slightofmind.net/?p=1142</guid>
		<description><![CDATA[A while back, I wrote about a Windows Mobile WordPress publisher app called moBlog. As a matter of fact, I wrote the post using moBlog. moBlog was designed to allow people using Windows Mobile to publish to their WordPress blogs. At the time I was using an HTC Apache (6700) and it had a standard [...]]]></description>
			<content:encoded><![CDATA[<p>A while back, I wrote about a Windows Mobile WordPress publisher app called moBlog. As a matter of fact, I wrote the post <em>using</em> moBlog. moBlog was designed to allow people using Windows Mobile to publish to their WordPress blogs.</p>
<p>At the time I was using an HTC Apache (6700) and it had a standard QVGA [240x320] screen. Now, however, I&#8217;m using a Samsung Omnia (SCH-i910) &#8211; with a WQVGA [240x400] screen, and moBlog is not compatible. Actually, I&#8217;ve looked into three other WinMo apps with very limited success &#8211; meaning two crashed instantly and the last took nearly 10 minutes to enter the setup screen, and then it crashed. <span id="more-1142"></span></p>
<p>PocketPress is my own personal solution for the lack of WordPress publishing apps for the Windows Mobile platform.</p>
<p>For the past week, I&#8217;ve been coding PocketPress, and I couldn&#8217;t be happier with the way it is progressing. I hope to have it done soon, and I will probably be offering it for public consumption. The initial release will be targeted towards WQVGA devices, such as the Samsung Omnia, since that&#8217;s what I&#8217;m using. However, I&#8217;ve run a few tests and it would appear that porting PocketPress to other WM5 &#8211; WM6.x+ devices will be a piece of cake.</p>
<p>If anyone is interested in seeing a public release after completion, please leave a comment. Otherwise, I&#8217;ll probably just keep it to myself. <img src='http://munashiku.slightofmind.net/wp-content/plugins/tango-smileys-extended/tango24/wink.png' alt='Wink' title='Wink' class='tse-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://munashiku.slightofmind.net/20090811/new-project-pocketpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sometimes, 64-Bit Is a Pain</title>
		<link>http://munashiku.slightofmind.net/20090621/sometimes-64-bit-is-a-pain</link>
		<comments>http://munashiku.slightofmind.net/20090621/sometimes-64-bit-is-a-pain#comments</comments>
		<pubDate>Sun, 21 Jun 2009 09:20:34 +0000</pubDate>
		<dc:creator>Whesley McCabe</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[x64]]></category>
		<category><![CDATA[DevCon]]></category>
		<category><![CDATA[Download]]></category>

		<guid isPermaLink="false">http://munashiku.slightofmind.net/?p=1098</guid>
		<description><![CDATA[I ran into a problem today and I had such a hard time finding a solution that I decided to post some help for anyone who has the same issue. I had a small issue with my new wireless dongle that was causing it to disconnect from my router and become unable to reconnect to [...]]]></description>
			<content:encoded><![CDATA[<p>I ran into a problem today and I had such a hard time finding a solution that I decided to post some help for anyone who has the same issue.</p>
<p>I had a small issue with my new wireless dongle that was causing it to disconnect from my router and become unable to reconnect to the same router without being reset &#8211; [<em>disconnected</em>|<em>disabled</em>] and [<em>reconnected</em>|<em>re-enabled</em>] &#8211; but it always happened while I was at work. This meant that I could not access my computer until I got home, and I could not access the internet until I reset the dongle.</p>
<p>I decided my best course of action would be to add a task to the Task Scheduler which would detect the error and disable then re-enable the dongle, thus fixing the problem without requiring my interaction. There was, however, one small hitch: Task Scheduler cannot interact directly with devices, and there is no built-in command line controller for the Device Manager in Vista.</p>
<p>This new issue led me to search for a command line interface for the Device Manager, and as luck would have it I found one. <strong>DevCon</strong>. And as <em>my</em> luck would have it, it is available for <span style="color: #ffff00;">x86 </span>and <span style="color: #ffff00;">ia64 </span>platforms only. Since <span style="color: #ffff00;">ia64 </span>is not the same as <span style="color: #ffff00;">x64</span>, and the <span style="color: #ffff00;">x86 </span>version cannot interact directly with <span style="color: #ffff00;">x64</span> devices, I had come to a brick wall. Fortunately, I&#8217;m a resourceful person, and I found &#8211; through no small feat, I might add &#8211; an <span style="color: #ffff00;">x64 </span>version of DevCon. I now make this version of DevCon available to you. For information on the usage of DevCon, please refer to the Microsoft documentation page <a href="http://support.microsoft.com/kb/311272" target="_blank">here</a>.<span id="more-1098"></span></p>
<p>You may download <strong>devcon_x64.zip</strong> below. It contains the <span style="color: #ffff00;">x64 </span>version of <strong>devcon.exe</strong> ONLY! This <span style="color: #ffff00;">x64 </span>version of devcon.exe will work on XP64 and Vista64 with AMD64 processors (e.g. Intel Core 2 / Intel Xeon and AMD Phenom / Athlon 64)  but <strong>WILL NOT WORK </strong>on Itanium (ia64) processors.</p>
<p style="text-align: center;"><img src="http://munashiku.slightofmind.net/wp-content/uploads/download_icons/command-line48.png" alt="Command Line (EXE)" title="Command Line (EXE)" width="48" /> <a href="http://munashiku.slightofmind.net/downloads/1" title="Download DevCon x64 (Version x64 (AMD64))">DevCon x64 (Version x64 (AMD64)) - 1478 Hits</a></p>
]]></content:encoded>
			<wfw:commentRss>http://munashiku.slightofmind.net/20090621/sometimes-64-bit-is-a-pain/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Word 2007 and WordPress</title>
		<link>http://munashiku.slightofmind.net/20090218/word-2007-and-wordpress</link>
		<comments>http://munashiku.slightofmind.net/20090218/word-2007-and-wordpress#comments</comments>
		<pubDate>Wed, 18 Feb 2009 18:04:48 +0000</pubDate>
		<dc:creator>Whesley McCabe</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Word 2007]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[XML-RPC]]></category>

		<guid isPermaLink="false">http://munashiku.slightofmind.net/?p=1050</guid>
		<description><![CDATA[While thumbing through the fixed tickets in the new version of WordPress, version 2.7.1, I came across a ticket regarding Word 2007 and WordPress. Was I the only one that didn&#8217;t know that Word 2007 could post to WordPress? I had to try it out, and this post is the result. Not that I plan [...]]]></description>
			<content:encoded><![CDATA[<p>While thumbing through the fixed tickets in the new version of WordPress, version 2.7.1, I came across a ticket regarding Word 2007 and WordPress.
</p>
<p>Was I the only one that didn&#8217;t know that Word 2007 could post to WordPress?
</p>
<p>I had to try it out, and this post is the result.
</p>
<p>Not that I plan on using Word 2007 to write my posts, but it would be a great option if I ever had to go back to a dial-up and had minimal bandwidth. Not that I plan on that happening, but just in case.</p>
]]></content:encoded>
			<wfw:commentRss>http://munashiku.slightofmind.net/20090218/word-2007-and-wordpress/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>AIM for Windows Mobile Update</title>
		<link>http://munashiku.slightofmind.net/20081127/aim-for-windows-mobile-update</link>
		<comments>http://munashiku.slightofmind.net/20081127/aim-for-windows-mobile-update#comments</comments>
		<pubDate>Thu, 27 Nov 2008 20:11:15 +0000</pubDate>
		<dc:creator>Whesley McCabe</dc:creator>
				<category><![CDATA[PocketPC]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[AIM]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://munashiku.slightofmind.net/20081127/aim-for-windows-mobile-update</guid>
		<description><![CDATA[One thing I can say about AOL is that they&#8217;ve really been on the ball with updating AIM for Windows Mobile. The newest release, v1.1.15.1, offers increased performance and support of Windows Mobile 6.1. While I can attest to the increased performance, I cannot confirm full functionality with WM6.1, as I do not have it. [...]]]></description>
			<content:encoded><![CDATA[<p>One thing I can say about AOL is that they&#8217;ve really been on the ball with updating AIM for Windows Mobile. The newest release, v1.1.15.1, offers increased performance and support of Windows Mobile 6.1.</p>
<p>While I can attest to the increased performance, I cannot confirm full functionality with WM6.1, as I do not have it.</p>
<p>Along with the general improvements with each update, the one thing I&#8217;ve been waiting for has been ever so slightly improved. I speak, of course, about power consumption.</p>
<p>I ran my own little benchmarking test for power consumption. The only differences in the tests were the phone status (normal or standby) and the status of AIM (not running or running), and the results are as follows.<span id="more-696"></span></p>
<p><strong>Control 1: Normal, AIM not running</strong></p>
<ul>
<li>Average: 80mA</li>
<li>Total: 13mAh</li>
</ul>
<p><strong>Control 2: Standby, AIM not running</strong></p>
<ul>
<li>Average: 18mA</li>
<li>Total: 3mAh</li>
</ul>
<p><strong>Test 3: Normal, AIM running</strong></p>
<ul>
<li>Average: 200mA</li>
<li>Total: 34mAh</li>
</ul>
<p><strong>Test 4: Standby, AIM running</strong></p>
<ul>
<li>Average: 53mA</li>
<li>Total: 9mAh</li>
</ul>
<p>Pretty much what you can expect is a largely decreased run time between charges with AIM running, and an even larger decrease while actively messaging others with AIM. The most noticeable thing is that running AIM while on standby still draws 3/4 of the power of running the phone normally without AIM running. However, even with a 1350mAh battery, I get around two hours of use between charges while messaging in AIM on and off. I&#8217;d still consider that a win, especially if you crave the use of AIM on the go.</p>
<p>The AIM for Windows Mobile page is <a href="http://wap.aol.com/portal/menu.do?id=5705" target="_blank">here</a>, and the direct download link is <a href="http://wap.aol.com/boxely/mobileaim.cab" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://munashiku.slightofmind.net/20081127/aim-for-windows-mobile-update/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Shot Me in the Face&#8230;</title>
		<link>http://munashiku.slightofmind.net/20081005/linux-shot-me-in-the-face</link>
		<comments>http://munashiku.slightofmind.net/20081005/linux-shot-me-in-the-face#comments</comments>
		<pubDate>Sun, 05 Oct 2008 10:01:40 +0000</pubDate>
		<dc:creator>Whesley McCabe</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[VPC]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://munashiku.slightofmind.net/?p=210</guid>
		<description><![CDATA[I&#8217;ve been meaning to install some form of Linux, as it has been quite a long while since I&#8217;ve worked in a Linux environment, but I actually got around to it this morning for some strange reason. I don&#8217;t know what prompted my renewed interest in Linux, but I typed ubuntu.com into the Firefox address [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been meaning to install <em>some</em> form of Linux, as it has been quite a long while since I&#8217;ve worked in a Linux environment, but I actually got around to it this morning for some strange reason.</p>
<p>I don&#8217;t know what prompted my renewed interest in Linux, but I typed ubuntu.com into the Firefox address bar and hit enter, and here I am.</p>
<p>I decided to go with Kubuntu 8.04 LTS with KDE3 instead of KDE4, and I&#8217;ll wait for 8.10 final before I switch to KDE4.</p>
<p>It was actually a difficult decision for me, as to which version of Ubuntu to go with. On one hand, the simplicity of the Gnome environment of <a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> would make it a bit easier to transition from Windows to Linux, but I would always be missing out on the advanced features available with KDE in <a href="http://www.kubuntu.org/" target="_blank">Kubuntu</a>, and going with Xfce in <a href="http://www.xubuntu.org/" target="_blank">Xubuntu</a> would just be a waste of my computer&#8217;s potential. In the end, I made my decision based on my most recent use of a Linux environment.</p>
<p>I had been using <a href="http://www.knopper.net/knoppix/index-en.html" target="_blank">Knoppix</a> to repair issues or recover data on my Windows drives for a long time, and KDE was the desktop environment of choice for Knoppix, so that&#8217;s what I went with.</p>
<p>I think I&#8217;m in for an adventure, and if you&#8217;ve never used Linux, you are definitely missing out.</p>
<p>I should also point out that I have not abandoned Windows XP in my Kubuntu adventure, as I have installed Kubuntu using Virtual PC 2007. If you&#8217;d like to do the same and see the wonders of Linux for yourself, but you don&#8217;t want to leave the familiar Windows environment, leave a comment and I&#8217;ll post instructions. As it turns out, parts of installing Kubuntu in VPC are troublesome, and usually require some tweaking to get it to work.</p>
<p>Now I&#8217;m off to see if I can crash Kubuntu!</p>
]]></content:encoded>
			<wfw:commentRss>http://munashiku.slightofmind.net/20081005/linux-shot-me-in-the-face/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AIM for Windows Mobile</title>
		<link>http://munashiku.slightofmind.net/20081003/aim-for-windows-mobile</link>
		<comments>http://munashiku.slightofmind.net/20081003/aim-for-windows-mobile#comments</comments>
		<pubDate>Fri, 03 Oct 2008 20:47:40 +0000</pubDate>
		<dc:creator>Whesley McCabe</dc:creator>
				<category><![CDATA[PocketPC]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[AIM]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://munashiku.slightofmind.net/20081003/aim-for-windows-mobile</guid>
		<description><![CDATA[AIM for Windows Mobile is the first AOL created AIM client for Windows Mobile 5+, and it comes as no surprise that it does just what an AIM client is supposed to do: It sends and receives IMs on a Windows Mobile PPC or SmartPhone. Don&#8217;t expect any bells and whistles, however, as its simple [...]]]></description>
			<content:encoded><![CDATA[<p><strong>AIM for Windows Mobile</strong> is the first AOL created AIM client for Windows Mobile 5+, and it comes as no surprise that it does just what an AIM client is supposed to do: It sends and receives IMs on a Windows Mobile PPC or SmartPhone.</p>
<p>Don&#8217;t expect any bells and whistles, however, as its simple design is good for only two functions. Sending and receiving IMs using your data plan instead of text messages, and &#8211; as of version 1.0.60.1 &#8211; checking your AOL/AIM email.</p>
<p>I&#8217;ve been using MobileAIM for a few weeks now, so here&#8217;s what I can say about it:</p>
<p><strong>Pros:</strong></p>
<ul>
<li>Starts quickly</li>
<li>Supports buddy alerts and IM sounds</li>
<li>Keeps history of conversations until you sign out</li>
<li>IT&#8217;S FREE!!!</li>
</ul>
<p><strong>Cons:</strong></p>
<ul>
<li>Requires just under 3300K for installation.</li>
<li>Uses nearly 8MB of RAM at peak usage</li>
<li>Only supports the AIM protocol</li>
<li>Quickly drains the battery, even in the background</li>
</ul>
<p>All things considered, you can&#8217;t really go wrong with AIM for WM. If you use AIM a lot and you&#8217;d like to use AIM on the go, but you don&#8217;t want to use up your text messages, AIM for WM is your best FREE solution.</p>
<p>You can get AIM for Windows Mobile at <a href="http://mobile.aol.com/AIM4WinMo" target="_blank">http://mobile.aol.com/AIM4WinMo</a>.</p>
<p><small><em>I&#8217;ve used other IM software, and AIM for WM is by far the best. The other software includes Palringo and Gizmo5, but if you have another suggestion, please let me know.</em></small></p>
]]></content:encoded>
			<wfw:commentRss>http://munashiku.slightofmind.net/20081003/aim-for-windows-mobile/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
