<?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>Mega-ZBlog &#187; software</title>
	<atom:link href="http://www.mzzt.net/tag/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mzzt.net</link>
	<description>You are here.</description>
	<lastBuildDate>Sat, 07 Jan 2012 23:53:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Many Many Releases!</title>
		<link>http://www.mzzt.net/2010/01/02/many-many-releases/</link>
		<comments>http://www.mzzt.net/2010/01/02/many-many-releases/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 17:52:02 +0000</pubDate>
		<dc:creator>Dan Bugglin</dc:creator>
				<category><![CDATA[Google Chrome Extensions]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[myprograms]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.mzzt.net/?p=262</guid>
		<description><![CDATA[Where to start?  Early today I released OneNumber v1.2 to add a bunch of small requested features.  With those out of the way I plan to tackle the two remaining big ones next: Google Calendar support Allow for normal GMail and Google Apps GMail support at once Second one won&#8217;t be as hard as it sounds, [...]]]></description>
			<content:encoded><![CDATA[<p>Where to start?  Early today I released <a href="https://chrome.google.com/extensions/detail/cfkohgkpafhkpdcnfadadcibfboapggi">OneNumber v1.2</a> to add a bunch of small requested features.  With those out of the way I plan to tackle the two remaining big ones next:</p>
<ul>
<li>Google Calendar support</li>
<li>Allow for normal GMail and Google Apps GMail support at once</li>
</ul>
<p>Second one won&#8217;t be as hard as it sounds, I did most of the work already.  Just need to redo the options page which will be most of the work.</p>
<p>I am quite elated to have the #24 most popular Google Chrome extension, edging out StumbleUpon and a really cool dev tool by Google!  Thanks!</p>
<p>Changelog after the break, and lots more releases, though none Google Chrome related&#8230;<span id="more-262"></span></p>
<p>Changelog:</p>
<h4>1.2 R3</h4>
<ul>
<li>Fixed small bug in googlewave.js parser.</li>
<li>Work around a bug in chrome.tabs.onUpdated never sending the url of the tab to callback.</li>
</ul>
<h4>1.2 R2</h4>
<ul>
<li>Moved the changelog and bugs into background.html, my description was getting too long on chrome.google.com/extensions.</li>
<li>Turned off console logging.  Might help memory &#8220;leak&#8221;?</li>
</ul>
<h4>1.2</h4>
<ul>
<li>Rewote classes to better use .prototype</li>
<li>Counts will no longer be updated each time you navigate in a supported service, only when you navigate away or close the tab.</li>
<li>Updated permissions, Google Wave Apps Domain and &#8220;Check all items&#8221; should really work now, if they didn&#8217;t before.</li>
<li>Uses proper APIs for opening tabs now.  Extenions should work in pages now and tabs will not be under the One Number process and will be properly sandboxed against crashing from each other as designed by the Chrome team.</li>
<li>Added compose link for GMail.</li>
<li>Now when you choose to show all unread messages, not just those in the inbox, opening the service will also show all messages.</li>
<li>Option added to make clicking on the toolbar button open services with unread items immediately, at the cost of not having a popup when there are unread items.</li>
<li>You can open just the services shown, or also services you&#8217;ve hidden from the toolbar button.</li>
<li>Option added to use HTTP instead of HTTPS.</li>
<li>Option added to open services in a new window.</li>
<li>Options added to reuse existing tabs when opening service, as well as a level of agressiveness (by default it won&#8217;t reuse a tab when it doesn&#8217;t know what you&#8217;re doing with it, such as composing a new e-mail).</li>
<li>Tweaked options page so clicking anywhere on a header expands/collapses a section.</li>
<li>Fixed bug with garbage in color strings.</li>
<li>Options added to control whether or not error or logged out status is reflected in the toolbar button.</li>
<li>If XMLHTTPRequest returns a HTTP status of 0 it is now treated as an error.  Previously the unread count would simply not be changed.</li>
</ul>
<p>Couple new known bugs come with all this, unfortunately:</p>
<div id="_mcePaste">
<ul>
<li>You may need to visit GMail once in the browsing session before the Compose link will work (otherwise it may just open GMail).</li>
<li>Google Voice may show an error condition if you haven&#8217;t visited it during this browsing session; I need to check this more.  If so, not much I can do about it AFAIK, I&#8217;m using the proper APIs&#8230;</li>
<li>Currently tab &#8220;recycling&#8221; is limited to the current window until <a href="http://crbug.com/31434">crbug.com/31434</a> is addressed.</li>
<li>There are reports of memory leaks, which I can reproduce, but cannot find the cause.  I do not believe my script is the cause since even opening/closing the popup appears to &#8220;leak&#8221; memory!  My guesses: a) V8&#8242;s garbage collection is exceptionally lazy or b) Chrome/V8 is leaking memory.  Unless you have details that could help me resolve this please don&#8217;t contact me about it.</li>
</ul>
</div>
<p>Once I got some sleep, today I finished updating EasyScreenshot.NET to 2.0 and in celebration I also released a bunch of other apps in my &#8220;release queue&#8221;, also known as the &#8220;Dan is lazy queue&#8221; but I don&#8217;t like to call it that personally.  Download <a href="http://x.mzzt.net/EasyScreenshot.NET_2.0.0.18.exe">here</a>.</p>
<p>ES.NET 2.0 changelog:</p>
<ul>
<li>- Fixed copyright year</li>
<li>- Fixed bug in PortableApps mode</li>
<li>+ When setting the image to the clipboard, &#8220;PNG&#8221; data type will be set if the image format used for saving/uploading is PNG.</li>
<li>- Fixed bug where successful FTP upload would ont show a balloon tip.</li>
<li>+ Added timeout to FTP uploads</li>
<li>+ Added plugin support for saving/uploading images and moved Saving, FTP, and Clipboard support into plugins.</li>
<li>- Fixed a bug where multiple hotkeys could fire at once causing various race condition problems.</li>
<li>- Made the PrintScreen code more robust.</li>
<li>- Fixed bug where selection was incorrectly drawn on overlay when you held the mouse button down before it appeared.</li>
<li>+ Added SFTP/SCP support using hacked up SharpSSH 1.1.1.13
<ul>
<li>+ Hacked in support for uploading a MemorySteam to a remote file.</li>
</ul>
</li>
<li>+ Added autoupdate feature.  Can be triggered from About, and will also run automatically 15 seconds after startup if you don&#8217;t do anything.</li>
<li>+ Added date/time templates to options dialog.</li>
<li>- Fixed bug where the progress bar and button on the notification may not be erased properly in all cases (RichTextBox doesn&#8217;t redraw properly on resize!).</li>
<li>- Fixed overlay crash bug.</li>
<li>- Removed alpha channel support from PrintWindow since it doesn&#8217;t seem to allow for alpha channel&#8230; <img src='http://www.mzzt.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </li>
<li>+ Added more debug information to crash dialogs so you have more information to report, making it easier for me to fix the crash!</li>
<li>+ Right click on the overlay cancels the capture.</li>
<li>+ Number of screenshots taken appears on about screen.  Removed the ability to change this number from the UI. <img src='http://www.mzzt.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li>+ Settings are now stored in your user profile directory when not running from a portable device.</li>
<li>- Fixed crash if a misbehaving application is preventing the clipboard from working. In this case now the error is ignored.</li>
<li>- Removed ability to close balloon tooltip to cancel upload, doesn&#8217;t work as I expected.</li>
<li>+ Notifications will now respect system settings by default for sliding and fading.</li>
<li>- PrintScreen will now disable hotkeys while it presses the key to prevent accidental hotkey triggers.</li>
<li>- You may no longer use PrintWindow with the desktop window.  It&#8217;s funky and doesn&#8217;t work.</li>
<li>+ Added Capture Application mode to capture all windows belonging to one application at once.</li>
<li>+ Data is stored in AppData instead of LocalAppData for roaming profiles.</li>
<li>+ A window is now focused when captured.</li>
<li>+ Installer!</li>
</ul>
<p>And a new glitch to go with all of this:</p>
<ul>
<li>The SFTP/SCP plugin cannot remove partially uploaded files when cancelled due to limitations of the SharpSSH library I am using.  If you know of a better SFTP/SCP library please let me know!</li>
</ul>
<p>Also I&#8217;ve had <a href="http://downloads.mzzt.net/AppCompactor_1.2.0.6.exe">AppCompactor 1.2</a> sitting on the back burner for a while, time for release!</p>
<ul>
<li>- Fixed version number&#8230; forgot to update it since 0.9.2&#8230; oops.</li>
<li>- Closing the window or cancelling now prompts for confirmation if compacting is in progress.</li>
<li>- Cancel button now properly disabled when compacting is finished.</li>
<li>- Added possible protection against crash if files are deleted while AppCompactor is working with them.</li>
<li>+ Added parameters: -start and -close.  Causes AppCompactor to automatically start compacting or close when done without user input.</li>
<li>+ Added parameter: -details, shows details view during compacting by default.</li>
<li>+ Tweaked appearance of Details view seen during compacting.
<ul>
<li>+ Details view will autoscroll.</li>
<li>+ Details view can be hidden.</li>
<li>+ Item/Subitem columns are merged</li>
</ul>
</li>
<li>+ Added close when finished checkbox to the progress page which causes the program to automatically clean up temporary files and close when finished.</li>
<li>- Added handler to display more error information on a fatal error.</li>
<li>+ Redid compacting backend to use BackgroundWorker API.
<ul>
<li>+ More granularity for progress bar&#8230; is updated per-directory now instead of per-item.</li>
</ul>
</li>
<li>+ Added &#8220;Only use UPX on Windows binaries&#8221; option to keep from trying UPX on every file.</li>
<li>+ Added tooltip text to ListViews with paths so you can see the entire path even when the ListView isn&#8217;t wide enough.</li>
<li>+ Made the window resizable.</li>
</ul>
<p>I also made a small bug fix change to <a href="http://downloads.mzzt.net/SVNExplorer.exe">SVNExplorer</a>, though I totally forget what it was. <img src='http://www.mzzt.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Also I released a few apps into a semi-pubic beta a while back.  I figure I might as well finally post the download links publicly&#8230; check the Projects page link at the top of this blog, I also posted some stuff I never linked to on my downloads subdomain, such as Dark Frontend, an old frontend I made for Dark Forces.</p>
<p>I also made a fix to WiimoteScript, one of the semi-public betas.  Again, no clue what I fixed! <img src='http://www.mzzt.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>So yeah go check out my Projects page, lots of new additions today.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mzzt.net/2010/01/02/many-many-releases/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Guess What&#8217;s New</title>
		<link>http://www.mzzt.net/2009/12/02/guess-whats-new/</link>
		<comments>http://www.mzzt.net/2009/12/02/guess-whats-new/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 23:14:54 +0000</pubDate>
		<dc:creator>Dan Bugglin</dc:creator>
				<category><![CDATA[PortableApps]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[myprograms]]></category>
		<category><![CDATA[Portable Apps]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.mzzt.net/?p=240</guid>
		<description><![CDATA[Another new Google Chrome Portable! I&#8217;ve been working on other stuff too, really!  Just trying to get the bugs that people report to me out of the way&#8230; Biggest change is the Portable Passwords feature.  It&#8217;s opt-in so you&#8217;ll need to use the INI to enable it since it creates a bit of a hassle [...]]]></description>
			<content:encoded><![CDATA[<p>Another new Google Chrome Portable!</p>
<p>I&#8217;ve been working on other stuff too, really! <img src='http://www.mzzt.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Just trying to get the bugs that people report to me out of the way&#8230;</p>
<p>Biggest change is the Portable Passwords feature.  It&#8217;s opt-in so you&#8217;ll need to use the INI to enable it since it creates a bit of a hassle (you need to enter a master password on startup, to keep your passwords safe).</p>
<p>More details in help.html.</p>
<ul>
<li><a href="http://downloads.mzzt.net/GoogleChromePortable/GoogleChromePortable_3.0.195.33_Revision_2_Development_Test_1_online.paf.exe">Stable (3.0.195.33)</a></li>
<li><a href="http://downloads.mzzt.net/GoogleChromePortable/GoogleChromePortableTest_4.0.223.16_Revision_3_Development_Test_1_online.paf.exe">Beta (4.0.223.16)</a></li>
<li><a href="http://downloads.mzzt.net/GoogleChromePortable/GoogleChromePortableDev_4.0.249.11_Development_Test_1_online.paf.exe">Dev (4.0.249.11)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.mzzt.net/2009/12/02/guess-whats-new/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Google Chrome Portable (Again)</title>
		<link>http://www.mzzt.net/2009/11/07/new-google-chrome-portable-again/</link>
		<comments>http://www.mzzt.net/2009/11/07/new-google-chrome-portable-again/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 21:21:52 +0000</pubDate>
		<dc:creator>Dan Bugglin</dc:creator>
				<category><![CDATA[PortableApps]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Portable Apps]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.mzzt.net/?p=234</guid>
		<description><![CDATA[I made a load of changes this time around. Downloads: Stable (3.0.195.32) Beta (4.0.223.16) Dev (4.0.237.0) Oh yeah, I am now featured on PortableApps.com!  Hooray! Here&#8217;s the main changes for this version: Updated Stable to 3.0.195.32, Beta to 4.0.223.16, Dev to 4.0.237.0 Using new versions based on launcher versions rather than Google Chrome versions. Default [...]]]></description>
			<content:encoded><![CDATA[<p>I made a load of changes this time around.</p>
<p>Downloads:</p>
<ul>
<li><a href="http://downloads.mzzt.net/GoogleChromePortable/GoogleChromePortable_3.0.195.32_Development_Test_1.paf.exe">Stable (3.0.195.32)</a></li>
<li><a href="http://downloads.mzzt.net/GoogleChromePortable/GoogleChromePortableTest_4.0.223.16_Revision_2_Development_Test_1.paf.exe">Beta (4.0.223.16)</a></li>
<li><a href="http://downloads.mzzt.net/GoogleChromePortable/GoogleChromePortableDev_4.0.237.0_Development_Test_1.paf.exe">Dev (4.0.237.0)</a></li>
</ul>
<p>Oh yeah, I am now featured on <a href="http://portableapps.com/">PortableApps.com</a>!  Hooray! <img src='http://www.mzzt.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here&#8217;s the main changes for this version:</p>
<ul style="font-size: 1em;">
<li style="font-size: 1em;">Updated Stable to 3.0.195.32, Beta to 4.0.223.16, Dev to 4.0.237.0</li>
<li style="font-size: 1em;">Using new versions based on launcher versions rather than Google Chrome versions.</li>
<li style="font-size: 1em;">Default locations for Beta and Dev builds changed to &#8220;GoogleChromePortableTest&#8221; and &#8220;GoogleChromePortableDev&#8221; to fit with PAF.</li>
<li style="font-size: 1em;">Fixed bug where themes would stop working when GCP&#8217;s path or drive letter changed.</li>
<li style="font-size: 1em;">Added support for PortableApps.com Menu language selection. Set UsePAMLanguage to false in the INI to use the user-selected language in Chrome instead.</li>
<li style="font-size: 1em;">On request of PA community, did more agressive cleanup of registry keys and directories left behind after quitting.</li>
<li style="font-size: 1em;">Backup and restore local Chrome&#8217;s unique identifier information used for collecting usage data.</li>
<li style="font-size: 1em;">Updated launcher crash cleanup guide.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.mzzt.net/2009/11/07/new-google-chrome-portable-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Google Chrome Portable</title>
		<link>http://www.mzzt.net/2009/10/22/new-google-chrome-portable-2/</link>
		<comments>http://www.mzzt.net/2009/10/22/new-google-chrome-portable-2/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 16:11:58 +0000</pubDate>
		<dc:creator>Dan Bugglin</dc:creator>
				<category><![CDATA[PortableApps]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Portable Apps]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.mzzt.net/?p=221</guid>
		<description><![CDATA[To celebrate the inclusion of Google Chrome Portable in the PortableApps.com official apps list&#8230; I&#8217;ve, um, started working on it again and fixed all reported bugs. Downloads: Stable/Beta &#124; Dev Fixed a particularly nasty bug where RunLocally and CacheInTemp were always forced on.  Also themes now work properly between sessions. [Edit: Updated Dev download with [...]]]></description>
			<content:encoded><![CDATA[<p>To celebrate the inclusion of Google Chrome Portable in the PortableApps.com official apps list&#8230; I&#8217;ve, um, started working on it again and fixed all reported bugs.</p>
<p>Downloads: <a href="http://downloads.mzzt.net/GoogleChromePortable/GoogleChromePortable_3.0.195.27_Release_2_Development_Test_2.paf.exe">Stable/Beta</a> | <a href="http://downloads.mzzt.net/GoogleChromePortable/GoogleChromePortable_4.0.223.11_Development_Test_1.paf.exe">Dev</a></p>
<p>Fixed a particularly nasty bug where RunLocally and CacheInTemp were always forced on.  Also themes now work properly between sessions.</p>
<p>[Edit: Updated Dev download with the latest Chrome Dev build released today.]</p>
<p>[Edit: Update downloads to remove nsexec which some av products falsely label as malware.]</p>
<p>[Edit: Updated Dev build to *.223.11 which fixes a crash bug with RSS feed extensions.]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mzzt.net/2009/10/22/new-google-chrome-portable-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Google Chrome Portable</title>
		<link>http://www.mzzt.net/2009/08/11/new-google-chrome-portable/</link>
		<comments>http://www.mzzt.net/2009/08/11/new-google-chrome-portable/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 16:36:14 +0000</pubDate>
		<dc:creator>Dan Bugglin</dc:creator>
				<category><![CDATA[PortableApps]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[myprograms]]></category>
		<category><![CDATA[Portable Apps]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.mzzt.net/?p=207</guid>
		<description><![CDATA[Details here. Downloads: Stable, Beta, Dev.]]></description>
			<content:encoded><![CDATA[<p>Details <a href="http://portableapps.com/node/20315">here</a>.</p>
<p>Downloads: <a href="http://downloads.mzzt.net/GoogleChromePortable_2.0.172.40_Development_Test_1.paf.exe">Stable</a>, <a href="http://downloads.mzzt.net/GoogleChromePortable_3.0.195.4_Development_Test_1.paf.exe">Beta</a>, <a href="http://downloads.mzzt.net/GoogleChromePortable_3.0.197.11_Development_Test_1.paf.exe">Dev</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mzzt.net/2009/08/11/new-google-chrome-portable/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New File, Updated Files, Sneak Peaks</title>
		<link>http://www.mzzt.net/2009/07/04/new-file-updated-files-sneak-peaks/</link>
		<comments>http://www.mzzt.net/2009/07/04/new-file-updated-files-sneak-peaks/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 19:52:27 +0000</pubDate>
		<dc:creator>Dan Bugglin</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[PortableApps]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[myprograms]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[super smash brothers]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[Team Fortress 2]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.mzzt.net/?p=173</guid>
		<description><![CDATA[I have a bit of a backlog of stuff so I guess I better start posting some of it. First let&#8217;s start with the updated programs: EasyScreenshot.NET has been updated to 1.6. Changes since 1.5: EasyScreenshot.NET can now only have one instance running at once. EasyScreenshot.NET now properly loads/saves options and screenshots regardless of the [...]]]></description>
			<content:encoded><![CDATA[<p>I have a bit of a backlog of stuff so I guess I better start posting some of it.<span id="more-173"></span></p>
<p>First let&#8217;s start with the updated programs:</p>
<p><a href="http://x.mzzt.net/EasyScreenshot.NET.exe">EasyScreenshot.NET</a> has been updated to 1.6.</p>
<p>Changes since 1.5:</p>
<ul>
<li>EasyScreenshot.NET can now only have one instance running at once.</li>
<li>EasyScreenshot.NET now properly loads/saves options and screenshots regardless of the wrong working directory it is run from.</li>
<li>&#8220;Capture Clipboard After Timer&#8221; is a bit pointless and so was removed.</li>
<li>&#8220;Capture Clipboard Now&#8221; will be unavailable if there is no image data on the clipboard that ES.NET understands.</li>
<li>When uploading an image, the image and url is available on the clipboard immediately for pasting before the upload completes.</li>
<li>Hotkeys work now.</li>
<li>If an upload fails it will be reattempted up to 3 times.</li>
<li>Overlay has been replaced with a much simpler, static overlay.  This should fix most problems people have with it.  The new overlay has a new option: by default, when you select an area or window, that area will be cut from the static overlay as-is.  If you want to capture the area/window at the moment of time when you click it (old behavior), there&#8217;s a new toggle in the options dialog.</li>
<li>Notification boxes are now clickable.  URLs now show up as clickable links.</li>
<li>You can now cancel uploads by clicking a Cancel button in the notification box or closing the balloon tip.</li>
</ul>
<p><a href="http://downloads.mzzt.net/AppCompactor.7z.exe">AppCompactor</a> has been updated to version 1.1:</p>
<p>Changes since 1.0:</p>
<ul>
<li>Tweaks to the interface for adding/removing files and folders.</li>
<li>More silk icon goodness!</li>
<li>Workaround for .NET semi-bug which could occur if you use search indexing or real-time malware monitoring software and it tries to access temporary files as AppCompactor is trying to delete them.</li>
<li>Fixed temporary directory not being completely cleaned up when it could be.</li>
</ul>
<p>Google Chrome Portable has been updated to use <a href="http://portableapps.com/development/portableapps.com_format">PortableApps.com Format</a>.  In accordance with PortableApps.com guidelines I am making &#8220;Development Test&#8221; versions available for testing prior to a final release of this version.  Previews of releases <a href="http://downloads.mzzt.net/GoogleChromePortable_2.0.172.33_Development_Test_1.paf.exe">2.0.172.33</a> and <a href="http://downloads.mzzt.net/GoogleChromePortable_3.0.190.4_Development_Test_1.paf.exe">3.0.190.4</a> are available.</p>
<p>Changelog for this release as well as release notes etc is available <a href="http://portableapps.com/node/19823">here</a>.  One important note is that the installer will delete plugins and dictionaries, so if you want to keep them back them up first.</p>
<p>Now a new release!</p>
<p>(Click any images for unsquished versions.)</p>
<div class="wp-caption aligncenter" style="width: 650px"><a href="http://x.mzzt.net/2009.07.04.15.10.33.png"><img class="  " title="SVN Explorer" src="http://x.mzzt.net/2009.07.04.15.10.33.png" alt="Main SVN Explorer Window" width="640" height="477" /></a><p class="wp-caption-text">Main SVN Explorer window</p></div>
<p><a href="http://downloads.mzzt.net/SVNExplorer.exe">SVN Explorer</a> is a program I made for browsing SVN repositories that do not have a web-based interface for browsing.  Or even those that do.  This program uses <a href="http://www.cygwin.com/">Cygwin</a> svn.exe (or compatible) as a helper process to actually do all the dirty work that I don&#8217;t know how to do.  I could have used a library or something but I really wanted to hone my skills with using helper processes like this.</p>
<p>SVN Explorer only implements read-only operations, and only operations that don&#8217;t don&#8217;t involve mass-downloading (no checkout or update, sorry).  What you CAN do is browse the tree at any revision number/date, download individual files, view files in an internal or external viewer, view properties for any file or folder including revision log info, repository information, file data, and misc properties on a file or folder.</p>
<p>Note that this program is probably a bit rougher around the edges than most of my programs.  This was sorta intended to be a proof-of-concept thing and sorta ballooned.</p>
<p>You must have svn.exe in your system path or in the working directory of this program in order to use it.  The version of svn.exe I used can be installed with Cygwin, and there are also probably compatible native ports too.</p>
<p>Now for the sneak previews of programs that are almost done.</p>
<div class="wp-caption alignnone" style="width: 650px"><a href="http://x.mzzt.net/2009.07.04.15.13.01.png"><img class="  " title="WiimoteScript" src="http://x.mzzt.net/2009.07.04.15.13.01.png" alt="Main WiimoteScript Window" width="640" height="477" /></a><p class="wp-caption-text">Main WiimoteScript window</p></div>
<div class="wp-caption alignnone" style="width: 650px"><a href="http://x.mzzt.net/2009.07.04.15.13.50.png"><img class=" " title="WiimoteScript" src="http://x.mzzt.net/2009.07.04.15.13.50.png" alt="WiimoteScript with helper panes open" width="640" height="477" /></a><p class="wp-caption-text">WiimoteScript with helper panes open</p></div>
<p>A few of my programs have been attempts to copy programs that are good ideas but that are broken, buggy, or just no longer updated.  <a href="http://carl.kenner.googlepages.com/glovepie_download">GlovePIE</a> sadly feel into this category&#8230; it seems very picky about which bluetooth stacks it works with, and when I reinstalled XP once it stopped working entirely.  I felt the need to make a replacement program that would be more compatible.  When I found <a href="http://www.softwarebakery.com/?page_id=11">WiiDeviceLibrary</a>, a .NET library that boasted compatibility with the Microsoft bluetooth stack, I knew I had my opportunity.</p>
<p>WiimoteScript is my attempt to create a GlovePIE clone that focuses on Wii devices while building on the base of WiiDeviceLibrary.  Leveraging the .NET framework&#8217;s built-in compilers, I was able to implement a scripting language.  You can read and simulate input on the Mouse and Keyboard, as well as simulate input on <a href="http://www.geocities.com/deonvdw/PPJoy.htm">PPJoy</a> joysticks.  But mostly you will want to read data from Wii devices connected to your system and then simulate input on those other devices, which games and other programs can read as real input.</p>
<p>I tried to keep things simple whenever possible.  Any time while the program is running, you can pair your Wiimote (press 1+2) or other Wii device and it will automatically be detected and connected.  You then load a script and run it.  If you make your own scripts, there is a quick reference feature to get you started, although knowledge about the .NET framework, at least language syntax, is considered a prerequesite.</p>
<p>Note that I also support C# in addition to VB.NET, don&#8217;t worry. <img src='http://www.mzzt.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I also included a thorough Wii device testing tool that you can use to verify if there&#8217;s a bug in your script, my code, WiiDeviceLibrary, or if your Wii device is just acting wonky.</p>
<p>All I have left to do is really get a good collection of simple scripts together to make it easy to use (just load a script and go) as well as provide samples for the basis of user-made scripts.</p>
<p>Although I won&#8217;t do it for this release, I could use some help making the code completion not suck (you can turn it off if you find it sucks bad enough, press Ctrl+E and click on the button enough).  Anyone who has any experience with SharpDevelop&#8217;s source code, especially the editor and code completion portions, please drop me an e-mail (resume has my address) or tweet (@mzzt) and let me know.</p>
<div class="wp-caption alignnone" style="width: 641px"><a href="http://x.mzzt.net/2009.07.04.15.32.27.jpg"><img class=" " title="Portable Taskbar" src="http://x.mzzt.net/2009.07.04.15.32.27.jpg" alt="Taskbar and Start Menu, browsing a place." width="631" height="614" /></a><p class="wp-caption-text">Taskbar and Start Menu, browsing a place.</p></div>
<div class="wp-caption aligncenter" style="width: 414px"><a href="http://x.mzzt.net/2009.07.04.15.30.14.jpg"><img class=" " title="Portable Taskbar" src="http://x.mzzt.net/2009.07.04.15.30.14.jpg" alt="Taskbar with All Programs.  No Icons because Im not testing from my portable drive." width="404" height="614" /></a><p class="wp-caption-text">Taskbar with All Programs.  No Icons because I&#39;m not testing from my portable drive.</p></div>
<div class="wp-caption alignnone" style="width: 590px"><a href="http://x.mzzt.net/2009.07.04.15.33.46.jpg"><img class=" " title="Portable Taskbar" src="http://x.mzzt.net/2009.07.04.15.33.46.jpg" alt="Options menu" width="580" height="244" /></a><p class="wp-caption-text">Options menu</p></div>
<p>Portable Taskbar was the result of my looking at <a href="http://portableapps.com/suite">PortableApps.com Menu</a> and realizing it would be so much more awesome with some more customization ability and a taskbar.  Unfortunately it seemed noone made anything like that, so again, I stepped in!</p>
<p>First, I based the concepts all around the built-in Vista/7 Start Menu.  We have built-in searching of programs, and it can even show folder contents if you give it an absolute path.  Places on the right can be used to navigate common folders and it defaults to PortableApps.com&#8217;s own directory structure on your drive.  Internet and E-mail can optionally be pinned to the Start Menu (no others, sorry&#8230;) and recent programs appear too (not shown).  Then we have integration with <a href="http://quick.mixnmojo.com/usb-disk-ejector">USB Disk Ejector</a> to power the eject button.</p>
<p>In All Programs, you can quickly add a bunch of programs at once, rename them, change their icons and paths, add parameters, reorder them, whatever!</p>
<p>Any program windows run from your portable drive appear in your portable taskbar, so it is the central hub for your portable drive.  If you don&#8217;t like the taskbar you can turn it off and be left with a tray icon, a la PortableApps.com Menu.  The taskbar also allows programs to be pinned to it, and has a nice &#8220;always on top&#8221; orb.</p>
<p>I&#8217;m hoping to get some &#8220;Windows 7&#8243;-like taskbar effects in, such as mixing quick launch and process buttons, task grouping, large icons&#8230;  However these are not implemented yet.</p>
<p>Lastly I implemented some flexible themeing.  Themes are defined via XML files and image files and I tried to make images work closely to how I know Windows themeing works.  Unfortunately I could not get native themeing in thanks to the fact that applications can&#8217;t use taskbar themeing in XP, just Vista and above.</p>
<p>The obvious choice for a default theme was my inspiration, PortableApps.com.  I still have to get permission though before I release I suppose&#8230; &gt;_&gt;</p>
<p>Bonus for reading all of this:</p>
<p>Once I saw <a href="http://www.youtube.com/watch?v=9bbH632PSpw">this</a> a friend of mine commented that it should be the intro movie to TF2.  I made that a reality.  Go <a href="http://cid-f664fe91d679b937.skydrive.live.com/browse.aspx/Public?authkey=uxDxSlIjPkI%24">here</a> and download both files (they are different files, stupid thing just hides the extensions) and extract the larger one to get both files out of it.  Put them in Steam\SteamApps\&lt;username&gt;\Team Fortress 2\tf\media and you&#8217;re good to go.</p>
<p>Had to transcode it TWICE because <a href="http://www.radgametools.com/bnkdown.htm">RADTools</a> and possibly DirectShow hate me so I had to transcode it to XViD and then use RADTools to make a usable BNK file but the quality is OK except in a couple of frames where the names appear on the screen but I blame the Bink codec for that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mzzt.net/2009/07/04/new-file-updated-files-sneak-peaks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Software Picks: ANYTHING BUT iTunes</title>
		<link>http://www.mzzt.net/2009/07/04/software-picks-anything-but-itunes/</link>
		<comments>http://www.mzzt.net/2009/07/04/software-picks-anything-but-itunes/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 16:17:51 +0000</pubDate>
		<dc:creator>Dan Bugglin</dc:creator>
				<category><![CDATA[Software Picks]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[bonjour]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[MicroXP]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[softwarepicks]]></category>
		<category><![CDATA[sucks]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[virtual machines]]></category>
		<category><![CDATA[worthless]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.mzzt.net/?p=170</guid>
		<description><![CDATA[So recently I got a $15 iTunes gift card and now a 22-free songs code for iTunes so I decided to check it out. I expected a slow lumbering beast that would try and take over my whole OS so I booted up my favorite XP Virtual Machine and created a snapshot so I could [...]]]></description>
			<content:encoded><![CDATA[<p>So recently I got a $15 iTunes gift card and now a 22-free songs code for iTunes so I decided to check it out.  I expected a slow lumbering beast that would try and take over my whole OS so I booted up my favorite XP Virtual Machine and created a snapshot so I could then install iTunes on it without fear of it breaking anything permanently.</p>
<p>It was worse than I had feared.<span id="more-170"></span></p>
<p>First of all the install process has a progress bar that doesn&#8217;t actually measure anything meaninful since it just resets once it gets to the end and you have no clue how many times it has to fill before it&#8217;s done.  I hate installers that do that.  But I can&#8217;t fault Apple for this since it&#8217;s a universal sort of flaw you see everywhere.</p>
<p>The installer was actually sort of pleasent, well except that it steals all your file associations by default but if you&#8217;re the sort of person who reads all the checkboxes instead of just clicking Next until the installer is done it&#8217;s not a big problem.  Again this is a universal thing that happens in many installers, even Firefox.</p>
<p>Of course it installs no less than 3 different services in order to work properly.  I didn&#8217;t even check application drivers!  At most only one service should be needed for User mode compatibility&#8230; and even then I hate when apps need to install services that run all the time even when the app isn&#8217;t running.</p>
<p>Let&#8217;s see what we have here:</p>
<ol>
<li>&#8220;Apple Mobile Device: Provides the interface to Apple mobile devices.&#8221; I don&#8217;t even HAVE an iPod!</li>
<li>&#8220;Bonjour Service: Bonjour allows applications like iTunes and Safari to advertise and discover services on the local network.&#8221;  I&#8217;m not big on Mac stuff but I guess this is the Mac equivilent of an SMB client.  This really isn&#8217;t needed as a service, user mode apps SHOULD be able to use networking just fine without it, and it&#8217;s not like you can do much with these services without an Apple User mode app runnning, right?</li>
<li>&#8220;iPod Service: iPod hardware management services&#8221; Wait, didn&#8217;t we already get this in #1?  I&#8217;m confused.</li>
<li>Oh yeah, Apple&#8217;s Update thing goes into Scheduled Tasks if you don&#8217;t uncheck the box for it.  Not a service but still annoying.  I don&#8217;t really need to update your apps if I&#8217;m not running them, just check on app startup!</li>
</ol>
<p>Ok now the install is finished.  I get an error message indicating some Windows system components I need are missing.  Not a big surprise since I&#8217;m running a stripped-down XP VM&#8230; oh wait these components are only needed for iPod/iPhone communications.  But if we can&#8217;t do it anyway, why are the two services still running?  Oh well.</p>
<p>EULA, agree&#8230;</p>
<p>Welcome to iTunes wizard, next, uncheck scan my music folder, next, keep my iTunes music organized, next, it tells me about album artwork for some reason, finish.</p>
<p>The interface is actually quite nice, but this is where everything gets SLOW so it&#8217;s not really worth it to me.  The integrated IE browser is missing vital things like text selection, context menu, and address bar (it can only navigate iTunes store, which is OK I guess).  In place of an address bar you get a nifty breadcrumb bar that shows you where in the Apple Store heiarchy you are.</p>
<p>So I go to redeem my free songs first&#8230; oh wait I need an account.  So I use my AIM account to log in.  Oh wait, I need to set up an Apple account first&#8230; this was NOT on the 1 2 3 4 easy steps on the gift card!</p>
<p>So I set it up and eventually reach the credit card page.  This doesn&#8217;t qualify as &#8220;free&#8221; for me, but fortunately there is a convenient &#8220;No credit card&#8221; option that I select.  It still wants my address though.  Yeah, no.</p>
<p>When I try to skip that, it complains and sends me back to the page.  I go to fill it out&#8230; but the &#8220;No credit card&#8221; option is gone.  So now I HAVE to give them a credit card number which they will keep indefinitely and automatically charge me if any music is bought on my account.  Yeah, that&#8217;s not free, and definitely also not risky.</p>
<p>I try to restart the sign up process, but the &#8220;No credit card&#8221; option does not appear.  I almost give up and wipe iTunes right there, but then I figure out what Apple is up to here&#8230; so I decide to try my redeem code again.  I am told again I need to sign up, and I go to the sign up page&#8230; and the &#8220;No credit card&#8221; option is back.  Sneaky of them.</p>
<p>I do not appreciate trying to be railroaded into giving up my credit card information just because I make one little mistake.  The &#8220;No credit card&#8221; option is also intentionally hidden from new users who haven&#8217;t specifically tried to redeem free content.  That&#8217;s shady if you ask me.</p>
<p>So I put my address down as 555 5th Street and continue on.  Hooray, it&#8217;s redeemed my songs for me now!</p>
<p>So the download starts.  It seems nice, everything is happening automatically.</p>
<p>Then it finishes the first three songs and begins &#8220;processing file&#8221; on all of them.  What&#8217;s there to process?  DRM?  Just give me my music, you finished downloading it!  I&#8217;ve never seen a file downloader take so long to do&#8230; well&#8230; nothing I care about.  This is where the UI becomes so slow that it&#8217;s completely unresponsive while it downloads your music.  There&#8217;s really no point to the pause buttons on the music since they don&#8217;t respond to clicks.</p>
<p>Eventually I&#8217;m convinced iTunes has hung since the UI is unresponsive and nothing seems to happen for a period of time.  I kill it.  A reasonable thing to do and a regular Windows  practice.</p>
<p>Start it back up annnd&#8230; where did my music go?  I have 19 tracks queued for download, but the other three I downloaded are gone!  This doesn&#8217;t happen in Songbird, or any other program that downloads files, and is completely unintuitive and definitely undesired application behavior.</p>
<p>Next three downloaded, and it hangs again.  I have to restart it again and I&#8217;m down to 16 free songs from the original 22.</p>
<p>This time I decide to wait it out, maybe it wasn&#8217;t really hung.  Maybe it&#8217;s just slow from bring in a VM (but the rest of the VM&#8217;s apps are quite responsive). This time it finishes all the songs (eventually) and I look in the Library for the other 6.  They are gone.</p>
<p>I check the iTunes Library folder and find them in a temporary directory with temporary file names.  After some searching on Apple Support I direct iTunes to import music to the Library FROM the iTunes Library.  It imports the music!</p>
<p>&#8230; Except all the tracks are called &#8220;download&#8221; and are untagged.  Are you kidding me?!?!  All the other tracks were tagged, why does it wait until AFTER all the songs are downloaded to tag them?!?!</p>
<p>Of course there must be an easy way to get iTunes to redownload music you purchased (or redeemed) that failed to download, right?  Wrong.</p>
<p>My Purchased list in iTunes only shows the 16 songs, which is utterly rediculous, it should have a record of my proper purchases (redeems)!</p>
<p>I find an in-browser list of my purchases and it properly shows the 22 tracks.  Why then does iTunes only show 16?</p>
<p>I am then forced to write down every track in the list of 22, compare it to the 16 list by hand (I can&#8217;t have them both on the screen at once!), and then manually write down the names of the tracks that are untagged.  Then I have to listen to each track to figure out which is which (thankfully they were imported in alphabetical order) and tag them BY HAND, using Wikipedia and Google to fill in the blanks in the tags that iTunes didn&#8217;t list on the purchase order like Album, Track Number, etc.</p>
<p>Now I&#8217;m ready to give up iTunes and just enjoy my new music in Winamp, but I&#8217;m afraid I might have to battle with stripping off the DRM first.  Thankfully Apple did remove DRM from their music a while ago so when I exported my music to the host OS, it played just fine in Winamp to my delight.  Well except that my manually tagged music had on album art.  I was able to use Winamp to automatically get the album art for 4 of the 6 tracks easily enough.  But two were still missing, and I wanted proper tags for all 6.</p>
<p>So I decided to see if Apple Support would help.  Considering how much iTunes sucks they must be good at helping users by now.</p>
<p>When I indicated my problems in an e-mail, the tech that responded completely misunderstood my problem.  I thought I had made it quite clear but apparently he thought iTunes couldn&#8217;t read any music tags, when I had indicated that it could on all but 6 songs that lacked tags.  So I once again iterated that I had imported those 6 songs manually but they weren&#8217;t being tagged, so I wished to download them again.  I attached two screenshots of the 22-song purchase history and the 16-song iTunes purchases lists to indicate my problem more clearly.</p>
<p>Solution: Try it again!  Well to be fair he indicated I should clear my profile first and reinstall iTunes, and though he didn&#8217;t explain this point to me at the time he also reenabled the file downloads on my account.  Guess Apple doesn&#8217;t trust users to be able to download their files multiple time.  Bbut they can copy them as many times as they want, thanks to the lack of DRM!  Double standards are fun!</p>
<p>To ease the process of cleaning up iTunes I roll back the virtual machine and install it again.  Hangs after downloading 6 songs.  I wait a long time but it has definitely died.</p>
<p>I try to roll back and install again and here is where I discover that a tech support person has to manually authorize a redownload of songs.  I&#8217;m still trying to figure out how you authorize multiple computers to play your DRM&#8217;d songs when you can only download them once&#8230; it doesn&#8217;t make sense, it&#8217;s like users HAVE to figure out how to copy and distribute music to others in order to get their own music to play on their other computers&#8230;</p>
<p>So I e-mail the tech again and explain my problem.  All he can suggest is to try it yet again, which is where I am now.</p>
<p>Up to 6 songs again and I&#8217;m not very optimistic.  I guess I can settle for my 6 partially tagged songs.  But I&#8217;m not even going to TRY using that $15 gift card, as far as I&#8217;m concerned it&#8217;s worth far less than the plastic it&#8217;s printed on.</p>
<p>[Edit: It finished!  Only took 4 hours to download 1.4 hours of music, that's progress for you!]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mzzt.net/2009/07/04/software-picks-anything-but-itunes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Software Picks: VirtualBox</title>
		<link>http://www.mzzt.net/2008/12/18/software-picks-virtualbox/</link>
		<comments>http://www.mzzt.net/2008/12/18/software-picks-virtualbox/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 05:49:20 +0000</pubDate>
		<dc:creator>Dan Bugglin</dc:creator>
				<category><![CDATA[Software Picks]]></category>
		<category><![CDATA[easyvmx]]></category>
		<category><![CDATA[emulation]]></category>
		<category><![CDATA[emulator]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[qemu]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[softwarepicks]]></category>
		<category><![CDATA[virtual machines]]></category>
		<category><![CDATA[virtual pc]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vms]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[writer]]></category>

		<guid isPermaLink="false">http://www.mzzt.net/2008/12/18/software-picks-virtualbox/</guid>
		<description><![CDATA[I should try to write a post everyday, and today I was messing around with VirtualBox. I also should write some new software picks, and I want to try out Windows Live Writer for this post. So here we go! Edit: Windows Live Writer totally broke all the HTML in my post. So yeah I [...]]]></description>
			<content:encoded><![CDATA[<p>I should try to write a post everyday, and today I was messing around with VirtualBox.  I also should write some new software picks, and I want to try out Windows Live Writer for this post.  So here we go!</p>
<p>Edit: Windows Live Writer totally broke all the HTML in my post.  So yeah I think I&#8217;m done with that.</p>
<p><span id="more-117"></span></p>
<p>First a small change to Software Picks from now on… I will first explain the type of software this is and what it does, then pick out some good examples (all free software, and usually all for Windows), and then explain why I like my favorite choice over those. Feel free to scroll past parts you don’t care about.</p>
<p>I am talking about virtualization software here. This is the idea of speeding up emulation of one type of hardware running on the same type of hardware, but abstracted away, so you can have your main OS running, but then have another OS (a “guest”) running in a sandbox where it can’t affect the “host”. Virtualization is faster than emulation (where the emulated hardware could be different from the host hardware) since you can make assumptions and optimizations based on similarities between host and guest.</p>
<p>I would also group virtualization software with PC emulators since that’s mostly what’s being emulated/virtualized.</p>
<p>In layman’s terms, you can run Linux or Windows or DOS or any other PC OS without having to format your hard drive or reboot or in any way affect your computer other than being just another piece of software. Cool, right?</p>
<p>First example of virtualization software is <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=28c97d22-6eb8-4a09-a7f7-f6c7a1f000b5&amp;DisplayLang=en">Virtual PC</a>, Microsoft’s offering. Like much Microsoft software (<a href="http://en.wikipedia.org/wiki/Mosaic_(web_browser)#Background">Internet Explorer</a>, <a href="http://everything2.com/title/QDOS">MS-DOS</a>), <a href="http://www.microsoft.com/presspass/press/2003/Feb03/02-19PartitionPR.mspx">they bought it off of another company</a> and continue to improve it.</p>
<p>It was my choice for a while, but it lacks some of the flexibility of guest hardware choices that other programs offer. It also is optimized for Windows, meaning Linux will run horribly on it, and some distros like Ubuntu require special boot strings to boot correctly. However I still use it to run Windows 3.11 occasionally (last I checked VirtualBox had a bad freeze bug with it).</p>
<p>From <a href="http://www.vmware.com/">VMware</a> there are two free products of interest to the desktop user… <a href="http://www.vmware.com/download/player/">Player</a> and <a href="http://www.vmware.com/download/server/">Server</a>. Both are free. Server is the more full-featured of the two but it puts more hooks into Windows and installs more services which are always running… I don’t like that kind of thing. Player on the other hand is lighter but also limited as it cannot create new virtual machines, which would be an instant deal-breaker if not for <a href="http://www.easyvmx.com/">the resourcefulness of the Internet</a>. Unfortunately even with that you’ll still have to break out Notepad to tweak Virtual Machine configurations… not too fun. On the bright side we get USB device support and more hardware tools.</p>
<p>Next we have <a href="http://www1.interq.or.jp/~t-takeda/qemu/">QEMU</a>, the only emulator on my list. What this means is though QEMU is slower (you can download a kernel driver to help speed it up) it will run on a wider variety of computer architectures.</p>
<p>Only problem is, it’s a command line interface, and I usually have to consult the docs to figure out what I need to type. But it is chock full of features if you are comfortable with the command line.</p>
<p>The main problem is that there is no official Windows binaries, so when trying to use the KQEMU accelerator kernel driver, it can be difficult to find a version that matches up. It is also the slowest solution still, being an emulator. The built-in interface for changing virtual discs and so forth is ALSO a console interface, making it tough to use again. I also find myself constantly going back and forth between doc files trying to remember where I saw that command I was looking for.</p>
<p>Basically if you’re not comfortable with using the command line… don’t consider QEMU by itself. There are several GUI frontends available which probably make things a lot easier (Google around for them). I was actually making one once, but I lost interest and unfortunately for that project I have moved on to VirtualBox.</p>
<p><a href="http://www.virtualbox.org/">VirtualBox</a> is my pick. It has a decent array of hardware options, it runs Linux about 5 times as fast as Virtual PC, it has Guest Additions (drivers for a guest OS which integrate it with the host OS) for Windows and Linux, multiple networking options, USB devices in guest OSs… and some cool stuff like “seamless modequot; (just try it!) It also runs on Windows, Mac OSX, and Linux (as Host OSs, now) which is great because now I can use the same VMs when I boot into Linux.</p>
<p>The virtual disk manager is a bit annoying at first and seems to be in the way, but once you add all your disks to it it becomes quite useful as it aggregates them all in one place so you don’t have to browse all over to find the CD ISO./p  pAn update today replaces the TAP driver used for Host Interface networking (used to make the virtual machine appear on your network just like any physical machine) with a network filter… much “cleaner” which I like, and has the advantage of allowing multiple VMs to use the same network adapter.</p>
<p>More interesting is the new OpenGL 3D acceleration. I did some benchmarks on my Host OS as well as a Windows 2000 Guest OS using a 7-year old benchmarking program I found. The results are <a href="http://junk.mzzt.net/results.htm">here</a>. Don’t view the source of that page… I didn’t write it, and it’s quite ugly.</p>
<p>It’s not a perfect benchmark (I couldn’t turn VSync off in the VM) but it looks good enough to run Half-Life or even Quake 3-engine games at full speed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mzzt.net/2008/12/18/software-picks-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Software Picks: 7-Zip</title>
		<link>http://www.mzzt.net/2008/06/24/software-picks-7-zip/</link>
		<comments>http://www.mzzt.net/2008/06/24/software-picks-7-zip/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 15:51:46 +0000</pubDate>
		<dc:creator>Dan Bugglin</dc:creator>
				<category><![CDATA[Software Picks]]></category>
		<category><![CDATA[7zip]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[softwarepicks]]></category>

		<guid isPermaLink="false">http://www.mzzt.net/2008/06/24/software-picks-7-zip/</guid>
		<description><![CDATA[I&#8217;ve decided to add content to my blog, and I will be drawing on my experience with all different types of software to recommend ones I like particularly. In this case, I see lots of people using trial versions of WinZip or WinRAR. Why? It doesn&#8217;t make sense, not when there are good, free products [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve decided to add content to my blog, and I will be drawing on my experience with all different types of software to recommend ones I like particularly.</p>
<p>In this case, I see lots of people using trial versions of WinZip or WinRAR.  Why?  It doesn&#8217;t make sense, not when there are good, free products out there that don&#8217;t have nag screens or trial periods.</p>
<p>My archive tool of choice is <a href="http://www.7-zip.org/">7-Zip</a>.  It has a GUI tool, a command line interface, and a shell extension, so you can right click archives to extract them, or right click a bunch of files to archive them.  All these are musts for me, and 7-Zip does a good job in all of them.  It can also create self-extracting archives which is a plus if you want to compress in .7z format but aren&#8217;t sure if your friend has a tool that can open them.</p>
<p>The most interesting feature 7-Zip brings to the table is the 7-Zip file format.  It boasts higher compression rates than ZIP.  AFAIK, ZIP was originally intended for use with text files, so you get best compression rates with them.  I don&#8217;t know much about .7z but it was probably designed for modern uses that ZIP is currently used for.  At any rate, except for very small files or text files, .7z has always won out for compression ratio in my little tests.</p>
<p>It also supports extracting a number of archives.  Unfortunately it can only create a small subset of these, including .7z, ZIP, .tar, .gz, and .bz2, which is still a useful enough assortment.</p>
<p>The only thing it really can&#8217;t do is generate RAR files, but fortunately there really is no reason to have to make them anymore&#8230; I&#8217;m not sure why you still see some around.  I can only assume they get better compression ratios in some places than ZIP.  However I haven&#8217;t needed to make any RAR files for as long as I&#8217;ve been using 7-Zip.  Considering 7-Zip is a free tool and IIRC RAR creation support requires a paid license I can understand why there is no support.</p>
<p>I would recommend 7-Zip to anyone who is looking for a good desktop tool for extracting or creating archive files, or a good command line tool for the same.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mzzt.net/2008/06/24/software-picks-7-zip/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

