<?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</title>
	<atom:link href="http://www.mzzt.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mzzt.net</link>
	<description>You are here.</description>
	<lastBuildDate>Tue, 26 Jan 2010 01:48:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>GCP</title>
		<link>http://www.mzzt.net/2010/01/25/gcp/</link>
		<comments>http://www.mzzt.net/2010/01/25/gcp/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 01:47:34 +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[Windows 7]]></category>

		<guid isPermaLink="false">http://www.mzzt.net/?p=267</guid>
		<description><![CDATA[Quick release of GCP for 4.0 stable and the latest dev build (beta build is the same as stable), grab it on the Projects page.
Nothing added here, busy with life, job, and my new computer. &#60;3
Need to fix EasyScreenshot.NET, completely broken on Windows 7.  
]]></description>
			<content:encoded><![CDATA[<p>Quick release of GCP for 4.0 stable and the latest dev build (beta build is the same as stable), grab it on the Projects page.</p>
<p>Nothing added here, busy with life, job, and my new computer. &lt;3</p>
<p>Need to fix EasyScreenshot.NET, completely broken on Windows 7. <img src='http://www.mzzt.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.mzzt.net/2010/01/25/gcp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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, I did most [...]]]></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&#8217;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>19</slash:comments>
		</item>
		<item>
		<title>Software Picks: Google Chrome</title>
		<link>http://www.mzzt.net/2010/01/01/software-picks-google-chrome/</link>
		<comments>http://www.mzzt.net/2010/01/01/software-picks-google-chrome/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 02:12:35 +0000</pubDate>
		<dc:creator>Dan Bugglin</dc:creator>
				<category><![CDATA[Software Picks]]></category>

		<guid isPermaLink="false">http://www.mzzt.net/?p=257</guid>
		<description><![CDATA[Haven&#8217;t done a second one of these in far too long.OK, chances are you&#8217;ve heard of Google Chrome.  Let&#8217;s go over some of the alternatives before I tell you why I use Google Chrome.
First, we have Internet Explorer.  It comes with Windows so most people use it (hence why the EU has accused MS of [...]]]></description>
			<content:encoded><![CDATA[<p>Haven&#8217;t done a second one of these in far too long.<span id="more-257"></span>OK, chances are you&#8217;ve heard of <a href="http://www.google.com/chrome/">Google Chrome</a>.  Let&#8217;s go over some of the alternatives before I tell you why I use Google Chrome.</p>
<p>First, we have Internet Explorer.  It comes with Windows so most people use it (hence why the EU has accused MS of using it&#8217;s monopoly on the OS to grab one on the web browser).  This also means it&#8217;s the most targeted by malicious individuals to hack, phish, or pass viruses around.  This isn&#8217;t helped by technology like ActiveX which allows websites to have full access to your computer with just a button press by the user, although fortunately MS seems to be trying to phase it out (Windows Update in Vista/7 no longer relies on it&#8230; seriously, the Windows Update WEBSITE is responsible for PATCHING SYSTEM FILES.  Who thought this was a good thing from a security standpoint?).  IE has also been benchmarked as the slowest browser, and the least compatible with web standards, another good reason to avoid it.  Unfortunately you need it around because a) some desktop applications embed it as a web browser inside their windows and b) some websites develop their sites for IE instead of developing sites for the wider internet.  When you must use IE, be extremely careful where you browse.</p>
<p>Also beware &#8220;alternative&#8221; browsers that are just IE in another skin.  If they claim they use the &#8220;secure Internet Explorer core&#8221;, STAY FAR AWAY (no joke, one product SAYS THAT).  Although it may be possible to lock down IE somewhat, chances are sooner or later an exploit for IE will hit you anyway.  At the core, you&#8217;re still running IE.</p>
<p>Next we have Opera and Safari, both I haven&#8217;t used much but they seem OK.  Safari seems incredibly bloated to me on Windows, so I wouldn&#8217;t recommend it, and it also installs some Mac-interoperability networking stuff which you probably don&#8217;t need if you&#8217;re not careful.</p>
<p>Opera is nice and speedy, and looks great.  Some may argue it suffers from feature bloat but who cares if it runs fast.  It started up incredibly fast on my Aunt&#8217;s old clunker (this was before Chrome so I can&#8217;t compare).  The built-in web server and other components (well it doesn&#8217;t work QUITE like a traditional web server but the end result is the same, and it even works around routers that block incoming traffic) are additionally an interesting experiment by Opera.  Check it out.</p>
<p>Firefox is by far the most popular non-IE browser, and with good reason.  The Mozilla team is careful to keep the browser at a core feature set and to allow the talented add-on community to fill in the gaps.  If you want Firefox to do something, chances are an add-on can do it.  Only downside is it can be a bit slow at times, but Mozilla is making speed a priority for the next few releases, in addition to a much-needed visual refresh which I am looking forward to.  Definitely try out Firefox if you aren&#8217;t already using it.</p>
<p>Last we have Google Chrome, my browser of choice.  It&#8217;s been built from the ground up for speed and security, and it excels at both.  The only place it doesn&#8217;t really excel in is extension support&#8230; where Firefox builds the entire UI on web technologies such as SGML and JavaScript allowing any add-on to change anything easily, Google Chrome is purposefully locked down and add-ons are no exception&#8230; there is a limited API list of things extensions can do, although some clever programmers have already found some cool things to do with them.  I expect the list of APIs to grow as Chrome continues to be developed.</p>
<p>Chrome is fast fast fast.  Window pops up as soon as you run the program, and you&#8217;re on the net in seconds.  If a plugin crashes, it only takes down the plugin and not the whole browser.  If Chrome crashes, only a part of Chrome crashes and you may lose a few pages, but the browser may be able to recover from it (occasionally the entire thing will crash but hey&#8211;that&#8217;s life, no app is perfect).  Chrome&#8217;s multi-process architecture automatically gives it great multi-core compatibility by default, making it even FASTER.  Finally&#8230; resizable textareas.  &lt;3</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mzzt.net/2010/01/01/software-picks-google-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Loot</title>
		<link>http://www.mzzt.net/2010/01/01/loot/</link>
		<comments>http://www.mzzt.net/2010/01/01/loot/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 01:49:35 +0000</pubDate>
		<dc:creator>Dan Bugglin</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Steam]]></category>

		<guid isPermaLink="false">http://www.mzzt.net/?p=253</guid>
		<description><![CDATA[I got some good games this Christmas and birthday, so I want to recommend a few:
Mirror&#8217;s Edge
This game was a lot more fun than I thought it would be, and it ended way too soon for my tastes.  Faith, the protagonist, is crazy at parkour and most of the functionality is accessed through two keys, [...]]]></description>
			<content:encoded><![CDATA[<p>I got some good games this Christmas and birthday, so I want to recommend a few:<span id="more-253"></span></p>
<h3><a href="http://store.steampowered.com/app/17410/">Mirror&#8217;s Edge</a></h3>
<p>This game was a lot more fun than I thought it would be, and it ended way too soon for my tastes.  Faith, the protagonist, is crazy at <a href="http://en.wikipedia.org/wiki/Parkour">parkour</a> and most of the functionality is accessed through two keys, plus your directional movements.  A helpful tutorial helps you begin to master them.</p>
<p>This has got to be the most fun I&#8217;ve had in an First Person game without Shooting (I went the pacifist route).  The game also managed to end with the world worse than it started out, which sorta was disappointing, but you do accomplish what you set out to do and the last &#8220;boss&#8221; was fun.  Can&#8217;t wait for the rumored sequel&#8230;</p>
<p>No windowed mode though, and I had a couple problems with the game but I was able to fix them.  If you find yourself stuck at a perpetual loading screen, validate your game cache in Steam and that may help fix it (CD users would want to reinstall for the same effect).  I also had a problem with a hanging looping opening cutscene, turning hardware acceleration down in DirectX Diagnostics (dxdiag.exe) fixed that right up.  Probably should have done that sooner since my sound hardware doesn&#8217;t support acceleration anyway.</p>
<p>Unfortunately there appears to be no user-made levels or official SDK.  Sad, I&#8217;m sure they would be great fun.</p>
<h3><a href="http://store.steampowered.com/app/15130/">Beyond Good &amp; Evil</a></h3>
<p>A pure adventure game, lots of fun.  Collect these things, take pictures of those things, go through the main quest, do side quests.  Every piece of this is fun.  The story is your standard conspiracy theory, and at the end you go to the moon and blow up the evil space alien.  Oh, and you discover a dark secret about yourself.  Fun fun fun!</p>
<p>And there&#8217;s a sequel in the works too! <img src='http://www.mzzt.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Had a weird technical quirk where running the game would cause Steam to get caught in an infinite loop but restarting Steam cleared that right up.  Also disappointed in no windowed mode, and it doesn&#8217;t properly paint the background in non-4:3 modes causing screen glitches.  Voice syncing problems too.</p>
<p>Also for some reason a new window opening (such as, say, getting an IM) causes both of the above games to minimize.  Bah!</p>
<h3><a href="http://store.steampowered.com/app/26800/">Braid</a></h3>
<p>I can only describe this as a &#8220;philosophical sidescroller&#8221;.  Haven&#8217;t beaten it yet, but the puzzles are already mind-wracking and fun.</p>
<p>No problems getting this to work, huzzah for indie games.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mzzt.net/2010/01/01/loot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New GCP and One Number</title>
		<link>http://www.mzzt.net/2009/12/13/new-gcp-and-one-number/</link>
		<comments>http://www.mzzt.net/2009/12/13/new-gcp-and-one-number/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 01:02:27 +0000</pubDate>
		<dc:creator>Dan Bugglin</dc:creator>
				<category><![CDATA[Google Chrome Extensions]]></category>
		<category><![CDATA[PortableApps]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[myprograms]]></category>
		<category><![CDATA[Portable Apps]]></category>

		<guid isPermaLink="false">http://www.mzzt.net/?p=247</guid>
		<description><![CDATA[I&#8217;ve released new versions of Google Chrome Portable and my One Number extension for Google Chrome.
Download links:

Google Chrome Portable Stable (3.0.195.33)
Google Chrome Portable Beta (4.0.249.30)
Google Chrome Portable Dev (4.0.266.0)
One Number (1.1.0.6)

Of note is that with this release, the Google Chrome Extension Gallery will now work with Beta and Dev builds.  Have fun, and be sure [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve released new versions of Google Chrome Portable and my One Number extension for Google Chrome.</p>
<p>Download links:</p>
<ul>
<li><a href="http://downloads.mzzt.net/GoogleChromePortable/GoogleChromePortable_3.0.195.33_Revision_2_Development_Test_2_online.paf.exe">Google Chrome Portable Stable (3.0.195.33)</a></li>
<li><a href="http://downloads.mzzt.net/GoogleChromePortable/GoogleChromePortableTest_4.0.249.30_Development_Test_1_online.paf.exe">Google Chrome Portable Beta (4.0.249.30)</a></li>
<li><a href="http://downloads.mzzt.net/GoogleChromePortable/GoogleChromePortableDev_4.0.266.0_Development_Test_1_online.paf.exe">Google Chrome Portable Dev (4.0.266.0)</a></li>
<li><span style="color: #000000; -webkit-text-decorations-in-effect: none; "><a href="https://chrome.google.com/extensions/detail/cfkohgkpafhkpdcnfadadcibfboapggi">One Number (1.1.0.6)</a></span></li>
</ul>
<p>Of note is that with this release, the <a href="https://chrome.google.com/extensions/">Google Chrome Extension Gallery</a> will now work with Beta and Dev builds.  Have fun, and be sure to try One Number! <img src='http://www.mzzt.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <span id="more-247"></span></p>
<p>Google Chrome Portable Changelog:</p>
<ul>
<li>Updated Dev to 4.0.266.0 and Beta to 4.0.249.30.  Google Chrome Extension gallery is live!</li>
<li>Installer now shows the version of Chrome being downloaded.</li>
<li>Updated the sample INI with some new notes.</li>
<li>msvcr100.dll beta 2 is no longer required by the NSIS plugin.  200kb has been shaved off the launcher.</li>
<li>Changes to Portable Passwords to improve security and prevent possible vulnerabilities.  If you were previously using Portable Passwords you will need to import your passwords to Chrome before updating, see the sample INI for notes on how to keep your saved passwords.</li>
<li>Fixed bug in NSIS plugin where memory was freed twice (oops).</li>
<li>Added EncryptPortablePasswords switch to INI, so you can choose to store saved passwords in plaintext.  This may be useful if you already use an encryption solution such as TrueCrupt to protect your PortableApps and have no need for additional protection.  This is also removes the need for a master password.</li>
<li>Installer window no longer shows.  <a href="http://nsis.sourceforge.net/DialogsEx_plug-in">DialogEx</a> is used instead for the master password prompt.</li>
<li>Tidied up some things in the launcher code (all language strings are in the appropriate NSH now).</li>
<li>Updated to PA.c Installer 1.0.1.</li>
</ul>
<p>One Number Changelog:</p>
<ul>
<li>Hopefully fixed Google App Domain support for GMail, added for GWave.  Still &#8220;Not tested&#8221; quality, please give feedback.</li>
<li>Already read messages will no longer be shown in Google Voice preview.</li>
<li>GMail and Google Voice options to check for unread messages in all folders/labels, not just the Inbox.</li>
<li>You can now hide individual services&#8217; unread counts from the main toolbar button.</li>
<li>Fixed bug where services could stop updating.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.mzzt.net/2009/12/13/new-gcp-and-one-number/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>And Now For Something Completely Different</title>
		<link>http://www.mzzt.net/2009/12/08/and-now-for-something-completely-different/</link>
		<comments>http://www.mzzt.net/2009/12/08/and-now-for-something-completely-different/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 19:27:09 +0000</pubDate>
		<dc:creator>Dan Bugglin</dc:creator>
				<category><![CDATA[Google Chrome Extensions]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[one number]]></category>

		<guid isPermaLink="false">http://www.mzzt.net/?p=242</guid>
		<description><![CDATA[The Google Chrome team just pushed a beta build with extensions enabled for Windows and Linux, and my extension is getting some attention!  
Take a look.
Bonus for reading more:  My TODO list:
- Google Apps Domain for Wave: https://wave.google..com/a/&#60;yourdomain.com&#62;/
- Check official GVoice Notifier extension to see how it behaves and compare with mine.
- Option to [...]]]></description>
			<content:encoded><![CDATA[<p>The Google Chrome team just pushed a beta build with extensions enabled for Windows and Linux, and my extension is getting some attention! <img src='http://www.mzzt.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="https://chrome.google.com/extensions/detail/cfkohgkpafhkpdcnfadadcibfboapggi/">Take a look</a>.</p>
<p><span id="more-242"></span>Bonus for reading more:  My TODO list:</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 28px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">- Google Apps Domain for Wave: https://wave.google..com/a/&lt;yourdomain.com&gt;/</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 28px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">- Check official GVoice Notifier extension to see how it behaves and compare with mine.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 28px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">- Option to check all messages, not just inbox? (GMail, GVoice, GWave)</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 28px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">- 27487 &#8211; XHR never finishes on 401.  Doesn&#8217;t seem possible to fix, it acts like it&#8217;s still loading until it times out.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 28px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">- 27637 &#8211; no favicon for my option page</div>
<p>- Google Apps Domain for Wave: https://wave.google..com/a/&lt;yourdomain.com&gt;/</p>
<p>- Check official GVoice Notifier extension to see how it behaves and compare with mine.</p>
<p>- Option to check all messages, not just inbox? (GMail, GVoice, GWave)</p>
<p>- 27487 &#8211; XHR never finishes on 401.  Doesn&#8217;t seem possible to fix, it acts like it&#8217;s still loading until it times out.</p>
<p>- 27637 &#8211; no favicon for my option page</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mzzt.net/2009/12/08/and-now-for-something-completely-different/feed/</wfw:commentRss>
		<slash:comments>5</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>Yet Again &#8211; Chrome Portable</title>
		<link>http://www.mzzt.net/2009/11/16/yet-again-chrome-portable/</link>
		<comments>http://www.mzzt.net/2009/11/16/yet-again-chrome-portable/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 20:25:38 +0000</pubDate>
		<dc:creator>Dan Bugglin</dc:creator>
				<category><![CDATA[PortableApps]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[myprograms]]></category>
		<category><![CDATA[Portable Apps]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://www.mzzt.net/?p=237</guid>
		<description><![CDATA[Minor update to fix up the source code for another official PortableApps.com release.  Other than updating Stable and Dev channel versions, no changes anyone will notice.

Stable (3.0.195.33)
Beta (4.0.223.16)
Dev (4.0.245.0)

]]></description>
			<content:encoded><![CDATA[<p>Minor update to fix up the source code for another official <a href="http://portableapps.com/">PortableApps.com</a> release.  Other than updating Stable and Dev channel versions, no changes anyone will notice.</p>
<ul>
<li><a href="http://downloads.mzzt.net/GoogleChromePortable/GoogleChromePortable_3.0.195.33_Development_Test_1.paf.exe">Stable (3.0.195.33)</a></li>
<li><a href="http://downloads.mzzt.net/GoogleChromePortable/GoogleChromePortableTest_4.0.223.16_Revision_2_Development_Test_2.paf.exe">Beta (4.0.223.16)</a></li>
<li><a href="http://downloads.mzzt.net/GoogleChromePortable/GoogleChromePortableDev_4.0.245.0_Development_Test_1.paf.exe">Dev (4.0.245.0)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.mzzt.net/2009/11/16/yet-again-chrome-portable/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 locations for Beta and Dev builds changed [...]]]></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 the latest Chrome [...]]]></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>
	</channel>
</rss>
