<?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>Blog &#124; BenHollis.net &#187; xbox live</title>
	<atom:link href="http://benhollis.net/blog/tags/xbox-live/feed/" rel="self" type="application/rss+xml" />
	<link>http://benhollis.net/blog</link>
	<description>News about BenHollis.net and articles about Ben&#039;s interests</description>
	<lastBuildDate>Mon, 23 Jan 2012 02:52: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>Updates to JSONView, XBList, and TopProcess</title>
		<link>http://benhollis.net/blog/2009/10/05/updates-to-jsonview-xblist-and-topprocess/</link>
		<comments>http://benhollis.net/blog/2009/10/05/updates-to-jsonview-xblist-and-topprocess/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 07:30:15 +0000</pubDate>
		<dc:creator>Ben Hollis</dc:creator>
				<category><![CDATA[JSONView]]></category>
		<category><![CDATA[Sidebar]]></category>
		<category><![CDATA[XBList]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[TopProcess]]></category>
		<category><![CDATA[Windows Sidebar]]></category>
		<category><![CDATA[Xbox 360]]></category>
		<category><![CDATA[xbox live]]></category>

		<guid isPermaLink="false">http://brh.numbera.com/blog/?p=371</guid>
		<description><![CDATA[I&#8217;ve finally gotten around to doing some maintenance updates on three of my most-used bits of software (JSONView, XBList, and TopProcess), all in the last couple weeks. Now that they&#8217;re all approved and live, I thought I&#8217;d summarize what&#8217;s changed. JSONView 0.3 JSONView 0.3 is now available at addons.mozilla.org. This fixes an error that was [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve finally gotten around to doing some maintenance updates on three of my most-used bits of software (<a href="http://jsonview.com">JSONView</a>, <a href="http://xblist.com">XBList</a>, and <a href="http://brh.numbera.com/software/sidebargadgets">TopProcess</a>), all in the last couple weeks. Now that they&#8217;re all approved and live, I thought I&#8217;d summarize what&#8217;s changed.</p>
<h4><a href="http://jsonview.com">JSONView 0.3</a></h4>
<p><a href="http://jsonview.com">JSONView</a> 0.3 is now available at <a href="https://addons.mozilla.org/en-US/firefox/addon/10869/">addons.mozilla.org</a>. This fixes an error that was showing up when really large JSON files were being displayed, and adds a feature that displays empty arrays and object on one line instead of on two (and doesn&#8217;t display the expand/collapse button for them). I also put in some preliminary support for <a href="http://en.wikipedia.org/wiki/JSON#JSONP">JSONP</a>, based on a patch submitted by Gabriel Barros. The catch is that it only works with content served with the &#8220;application/json&#8221; MIME type, which is actually not the correct MIME type for JSONP &#8211; it should be &#8220;text/javascript&#8221; or another JavaScript type. Unfortunately I haven&#8217;t been able to figure out how to get Firefox to let me handle &#8220;text/javascript&#8221; the way I do with &#8220;application/json&#8221; &#8211; it seems to be special-cased or something. If any Firefox gurus are reading and know a solution, please let me know! I was holding onto this release for a while hoping to fix that, but I decided that releasing <i>something</i> was better than nothing, so it&#8217;s out there and you can play with it. <a href="http://brh.numbera.com/software/jsonview/jsonp.json">You can see an example JSONP response with the callback highlighted here.</a> I did notice a bug with the 0.3 release right after it was approved &#8211; if a value is 0 or false, it shows up as blank. I&#8217;ll have that bug fixed with the next release, which should be very soon. It&#8217;s great to see that <a href="https://addons.mozilla.org/en-US/statistics/addon/10869/">JSONView has become so popular</a>, with over 50,000 downloads and about 12,000 regular users.</p>
<h4><a href="http://xblist.com">XBList 3.2.4</a></h4>
<p>Halo 3: ODST was released a couple weeks ago, and Bungie redesigned their site a bit to include ODST info in your Service Record. This included changing the pages just enough that <a href="http://xblist.com">XBList</a> got confused trying to figure out emblems for people who had never played Halo, and started showing the wrong emblems for those people (only if you prefer Halo emblems to Xbox emblems, which isn&#8217;t the default). Not a huge bug, but I took the opportunity to clean up a bunch of stuff in XBList and put out a little release. In addition to the Halo emblem fix, I fixed a bug where your settings could get corrupted and you wouldn&#8217;t be able to start XBList. I also cleaned up the menus and settings, consolidating the Halo links into one item, and removing the option to choose a custom notification sound or turn off debug logging. The debug log is much easier to get to if you&#8217;re having trouble &#8211; previously I had people dig through their Application Data folders for the log, but now there&#8217;s an item in the Help menu that opens the debug log directly. Paired with some much more detailed logging, I should be able to fix future problems much more easily. I also changed the system tray icon to bring XBList to the front on a single click rather than a double click, since that feels much more natural in Windows 7. Lastly (and probably not too importantly for most people), I&#8217;m storing emblems in your local Windows profile now, instead of the roaming profile. For the few people who use XBList and have roaming profiles enabled, this should save you some sync time. Anyway, you should have been prompted to update when I pushed the update two weeks ago, but if you haven&#8217;t gotten it yet <a href="http://xblist.com">you should download and install it now</a>. I still have plans for a major overhaul of XBList, but it&#8217;s low on my list of priorities &#8211; XBList is still pretty popular, but not as much as it used to be, with maybe 5,000 active users.</p>
<h4><a href="http://brh.numbera.com/software/sidebargadgets/">TopProcess 1.4</a></h4>
<p>This last update has been a long time coming. Ever since I installed Internet Explorer 8, the <a href="http://brh.numbera.com/software/sidebargadgets/">TopProcess</a> sidebar gadget has been randomly crashing. I&#8217;m not sure what changed in Internet Explorer to make it screw up every so often, but it does. However, it only crashes after running for a few days, so for months I&#8217;ve been tweaking the code a bit, then waiting until it crashes, then tweaking some more, rinse, repeat. I&#8217;ve finally nailed it down to the point where crashes are very rare, and then I added some code that automatically resets the gadget when it crashes. So you should never see it mess up again. There is also a gadget log file in the gadget&#8217;s install directory that I&#8217;m using to store errors, so it should be easier to troubleshoot in the future. Lastly, Jean-Pierre van Riel contributed a patch that added IO tracking to TopProcess, so there is now a third way to view your processes. This view shows you the total IO usage (combined bytes in and out, per second) which seems to cover both disk and network access. <a href="http://brh.numbera.com/software/sidebargadgets/">Get the update from me</a> or <a href="http://gallery.live.com/liveItemDetail.aspx?li=681102c2-5dde-44d2-a33a-96dbff32517a">from Windows Live Gallery</a> and be sure to rate the gadget. I&#8217;m excited to see that it&#8217;s been downloaded over 100,000 times from WLG (plus who knows how many downloads from my site).</p>
]]></content:encoded>
			<wfw:commentRss>http://benhollis.net/blog/2009/10/05/updates-to-jsonview-xblist-and-topprocess/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>XBList updated to 3.2.2 to deal with Xbox.com changes</title>
		<link>http://benhollis.net/blog/2009/06/19/xblist-updated-to-322-to-deal-with-xboxcom-changes/</link>
		<comments>http://benhollis.net/blog/2009/06/19/xblist-updated-to-322-to-deal-with-xboxcom-changes/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 07:47:02 +0000</pubDate>
		<dc:creator>Ben Hollis</dc:creator>
				<category><![CDATA[XBList]]></category>
		<category><![CDATA[friends list]]></category>
		<category><![CDATA[xbox]]></category>
		<category><![CDATA[Xbox 360]]></category>
		<category><![CDATA[xbox live]]></category>

		<guid isPermaLink="false">http://brh.numbera.com/blog/?p=359</guid>
		<description><![CDATA[I&#8217;ve just uploaded a new version of XBList that fixes it after the new Xbox.com site changed everything around. Oh, the joys of writing a screen-scraping app! There&#8217;s some good news though &#8211; the new Xbox.com design actually puts much more info on the friends page, so XBList needs to do a lot less work [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just uploaded a new version of <a href="http://xblist.com">XBList</a> that fixes it after the new <a href="http://xbox.com">Xbox.com</a> site changed everything around. Oh, the joys of writing a <a href="http://en.wikipedia.org/wiki/Web_scraping">screen-scraping</a> app! There&#8217;s some good news though &#8211; the new Xbox.com design actually puts much more info on the friends page, so XBList needs to do a lot less work to get all its info, which means less resource usage and less network traffic.</p>
<p>I&#8217;ve still got a partial rewrite of XBList sitting on a back burner that should fix the intermittent crashes some people have been reporting, as well as drop the &#8220;sign in with Internet Explorer&#8221; requirement and generally make logging in more reliable. However, I&#8217;ve got a lot of other projects going, and XBList doesn&#8217;t crash for <strong>me</strong>, so it might be a while until it&#8217;s out. Until then, <a href="http://xblist.com/">enjoy XBList 3.2.2</a> and the new Xbox.com!</p>
<p>Update: I was a bit too hasty, and 3.2.2 had a bug that prevented it from loading your Xbox Live messages. I&#8217;ve uploaded 3.2.3 that fixes that.</p>
]]></content:encoded>
			<wfw:commentRss>http://benhollis.net/blog/2009/06/19/xblist-updated-to-322-to-deal-with-xboxcom-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A small XBList update to 3.2.1</title>
		<link>http://benhollis.net/blog/2008/12/01/a-small-xblist-update-to-321/</link>
		<comments>http://benhollis.net/blog/2008/12/01/a-small-xblist-update-to-321/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 05:23:57 +0000</pubDate>
		<dc:creator>Ben Hollis</dc:creator>
				<category><![CDATA[XBList]]></category>
		<category><![CDATA[friends list]]></category>
		<category><![CDATA[xbox]]></category>
		<category><![CDATA[Xbox 360]]></category>
		<category><![CDATA[xbox live]]></category>

		<guid isPermaLink="false">http://brh.numbera.com/blog/?p=265</guid>
		<description><![CDATA[Yesterday I updated XBList to 3.2.1. This release is mostly bugfixes &#8211; it fixes a problem where Xbox Gamer Tiles wouldn&#8217;t load because xbox.com changed the format they stored pics in, and it fixes an issue where gamers who are away but in a game would show up as on the dashboard. The only new [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I updated <a href="http://brh.numbera.com/software/xblist/">XBList</a> to 3.2.1. This release is mostly bugfixes &#8211; it fixes a problem where Xbox Gamer Tiles wouldn&#8217;t load because xbox.com changed the format they stored pics in, and it fixes an issue where gamers who are away but in a game would show up as on the dashboard. The only new feature is that I&#8217;ve changed the sound that&#8217;s played when your friends come online. It&#8217;s now the same as the Xbox 360&#8242;s notification sound, and is much less jarring than the old sound. I hope that comes as a welcome change. <a href="http://brh.numbera.com/software/xblist/">Grab the new version</a> and let me know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://benhollis.net/blog/2008/12/01/a-small-xblist-update-to-321/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>XBList 3.2.0 works with the new Xbox.com</title>
		<link>http://benhollis.net/blog/2008/03/26/xblist-320-works-with-the-new-xboxcom/</link>
		<comments>http://benhollis.net/blog/2008/03/26/xblist-320-works-with-the-new-xboxcom/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 07:15:18 +0000</pubDate>
		<dc:creator>Ben Hollis</dc:creator>
				<category><![CDATA[XBList]]></category>
		<category><![CDATA[friends list]]></category>
		<category><![CDATA[xbox]]></category>
		<category><![CDATA[Xbox 360]]></category>
		<category><![CDATA[xbox live]]></category>

		<guid isPermaLink="false">http://brh.numbera.com/blog/index.php/2008/03/26/xblist-320-works-with-the-new-xboxcom/</guid>
		<description><![CDATA[I read today that Xbox.com had gotten a redesign. I had hoped it wouldn&#8217;t impact the friends list page, which XBList uses to get its friend info, but unfortunately it had. The friends list is now split into 16-friend chunks. That meant I had some work ahead of me to make sure XBList could work [...]]]></description>
			<content:encoded><![CDATA[<p>I read today that <a href="http://majornelson.com/archive/2008/03/26/my-xbox-update.aspx">Xbox.com had gotten a redesign</a>. I had hoped it wouldn&#8217;t impact the friends list page, which <a href="http://brh.numbera.com/software/xblist">XBList</a> uses to get its friend info, but unfortunately it had. The friends list is now split into 16-friend chunks. That meant I had some work ahead of me to make sure XBList could work with the new format. I&#8217;m pleased to announce that after only a few hours of work, <a href="http://brh.numbera.com/software/xblist">XBList 3.2.0</a> has been released, which works just fine with the new site. I&#8217;m glad that all the refactoring work I had put into the software in the past allowed me to make a change like that without breaking anything. There is now the possibility of some slight weirdness if a friend changes status in the split-second between XBList loading one page and another, but I don&#8217;t think much can be done about that.</p>
<p class="blogimage"><a href="http://brh.numbera.com/software/xblist"><img height="256" width="256" src="http://brh.numbera.com/blog/wp-content/uploads/2007/01/friendring_back_out.png"/></a></p>
<p>Of course, I couldn&#8217;t just make the fix and call it a new release. I&#8217;ve neglected XBList in the last year as I&#8217;ve been deep into work and other projects, but I&#8217;ve been accumulating little fixes, and as long as I had the code open today I added a much-asked-for feature: Halo 3 integration. OK, it&#8217;s not the best integration, but there are now menu items that link straight to your friends&#8217; Halo 3 Service Record page, and better yet, Halo 3 emblems are now loaded in preference to the old Halo 2 emblems. If your friend has both, they&#8217;ll just get the Halo 3 emblem. I was amazed at how many people on my friends list (who hadn&#8217;t had Halo 2 emblems) popped up with Halo 3 insignia once I finished the feature. I hope this is enough to tide people over for a while.</p>
<p>I also improved the detection of Xbox.com outages. They seem to be better now, but around December the site was down all the time, and now XBList will be pretty clear about when it&#8217;s Xbox.com&#8217;s fault that you can&#8217;t log in. Hopefully that&#8217;ll reduce some confusion.</p>
<p>Please <a href="http://brh.numbera.com/software/xblist">pick up XBList 3.2.0</a> and let me know what you think! The full <a href="http://brh.numbera.com/software/xblist/changelog/">changelog</a> may be of some interest also.</p>
]]></content:encoded>
			<wfw:commentRss>http://benhollis.net/blog/2008/03/26/xblist-320-works-with-the-new-xboxcom/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>XBList 3.1 released</title>
		<link>http://benhollis.net/blog/2007/05/22/xblist-31-released/</link>
		<comments>http://benhollis.net/blog/2007/05/22/xblist-31-released/#comments</comments>
		<pubDate>Wed, 23 May 2007 06:08:12 +0000</pubDate>
		<dc:creator>Ben Hollis</dc:creator>
				<category><![CDATA[XBList]]></category>
		<category><![CDATA[friends list]]></category>
		<category><![CDATA[xbox]]></category>
		<category><![CDATA[Xbox 360]]></category>
		<category><![CDATA[xbox live]]></category>

		<guid isPermaLink="false">http://brh.numbera.com/blog/index.php/2007/05/22/xblist-31-released/</guid>
		<description><![CDATA[I&#8217;ve been sitting on this one for a while, but it&#8217;s finally time to push it out the door. XBList 3.1 doesn&#8217;t have any revolutionary changes, but it&#8217;s got a lot of polish and nice little fixes and features that are sure to make life better for XBList users. The most noticeable new enhancements are [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been sitting on this one for a while, but it&#8217;s finally time to push it out the door. <a href="http://brh.numbera.com/software/xblist/">XBList 3.1</a> doesn&#8217;t have any revolutionary changes, but it&#8217;s got a lot of polish and <a href='http://092.me'>nice</a> little fixes and features that are sure to make life better for XBList users. The most noticeable new enhancements are that I&#8217;ve gotten XBList to <a href="http://brh.numbera.com/blog/index.php/2007/04/11/setting-the-correct-default-font-in-net-windows-forms-apps/">use your system default font now</a> (this means Vista users get the lovely Segoe UI font), and the popup notifications have been transformed from Windows 95-style to Windows Vista style.</p>
<p class="blogimage"><a href="http://brh.numbera.com/software/xblist/"><img src="http://brh.numbera.com/software/images/screenshot/xblistscreen_vista.jpg" /></a></p>
<p>I also added a lot of little features people have been asking for. There are now options for XBList to be on top of all windows, to start up with Windows, and to start minimized. You can compose a new message to your friend by just double clicking their name. I&#8217;ve also fixed a bug where two people who share a computer couldn&#8217;t both run their own copies XBList.</p>
<p>This release also includes some <a href='http://092.me'>nice</a> features for Vista users. First, it includes a manifest, so there will be less compatibility warnings and such. Next, it&#8217;ll offer to fix your Internet Settings automatically so that signing in under Vista is smoother. I&#8217;ve also built a completely new installer using <a href="http://wix.sourceforge.net/">WiX</a>, which is prettier, smaller, and more functional.</p>
<p>I encourage anyone who&#8217;s interested to look at the <a href="http://brh.numbera.com/software/xblist/changelog/">changelog</a> for the full list of updates. One thing you might notice is that I&#8217;ve added some backend support for making a Windows Sidebar Gadget that displays your friends list. I can&#8217;t promise I&#8217;ll get around to it (I&#8217;ve had <a href="http://brh.numbera.com/blog/wp-admin/post.php?action=edit&#038;post=76">bad experiences with Gadgets</a> before), but it&#8217;s <a href='http://092.me'>nice</a> to know the capability is there.</p>
<p>I really thought that by now I&#8217;d be announcing that XBList is totally obsolete, for two reasons. The first is Games For Windows &#8211; LIVE, which aims to bring the Xbox Live experience to PC games. I tried out the beta, and while it&#8217;s neat, there&#8217;s no indication Microsoft is coming out with an XBList-style application for the Windows desktop that&#8217;ll show you your friends. The second reason was the new Windows Messenger integration in the Spring Dashboard Update. I love this, but half my friends aren&#8217;t on Windows Messenger anyway, and I can&#8217;t see people&#8217;s Xbox status from Adium, Trillian, or Meebo, so I&#8217;ll keep using XBList to know who&#8217;s ready to play some Halo 3 (beta). I hope everyone else continues to find it useful as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://benhollis.net/blog/2007/05/22/xblist-31-released/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

