<?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/tag/software/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>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' height='24' width='24' /></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)) - 5200 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>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>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>
		<item>
		<title>moBlog &#8211; Mobile Blogging</title>
		<link>http://munashiku.slightofmind.net/20080920/moblog-mobile-blogging</link>
		<comments>http://munashiku.slightofmind.net/20080920/moblog-mobile-blogging#comments</comments>
		<pubDate>Sun, 21 Sep 2008 02:45:20 +0000</pubDate>
		<dc:creator>Whesley McCabe</dc:creator>
				<category><![CDATA[Brief]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[moBlog]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://munashiku.slightofmind.net/20080920/moblog-mobile-blogging</guid>
		<description><![CDATA[In my searches for a more WordPress accessible PocketPC program, I stumbled upon moBlog, an easy to use .Net CF 2.0 program that is available for both PPC and SmartPhones running Windows Mobile 2003, WM5, or WM6. This post, in fact, was written using the moBlog software. Since this is the first time I&#8217;ve used [...]]]></description>
			<content:encoded><![CDATA[<p>In my searches for a more WordPress accessible  PocketPC program, I stumbled upon <a href="http://sampath.wordpress.com/moblog/" target="_blank">moBlog</a>, an easy to use .Net CF 2.0 program that is available for both PPC and SmartPhones running Windows Mobile 2003, WM5, or WM6.</p>
<p>This post, in fact, was written using the moBlog software. Since this is the first time I&#8217;ve used this software, I&#8217;m not sure of the outcome yet. However, even the worst-case scenario ends with me typing this whole post only to have it not get published. In that case, you wouldn&#8217;t be reading this, so I guess it works!</p>
<p>I plan to use this software to do much of my blogging, since I spend most of my life at work, so updates should be more frequent.</p>
]]></content:encoded>
			<wfw:commentRss>http://munashiku.slightofmind.net/20080920/moblog-mobile-blogging/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

