<?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 360</title>
	<atom:link href="http://benhollis.net/blog/tags/xbox-360/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>Fri, 04 Jun 2010 05:39:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>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>17</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>360Voice.com Challenges Windows Sidebar Gadget</title>
		<link>http://benhollis.net/blog/2008/11/17/360voicecom-challenges-windows-sidebar-gadget/</link>
		<comments>http://benhollis.net/blog/2008/11/17/360voicecom-challenges-windows-sidebar-gadget/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 22:18:15 +0000</pubDate>
		<dc:creator>Ben Hollis</dc:creator>
				<category><![CDATA[Sidebar]]></category>
		<category><![CDATA[Xbox 360]]></category>
		<category><![CDATA[360voice]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Windows Sidebar]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://brh.numbera.com/blog/?p=255</guid>
		<description><![CDATA[In my post introducing the Bungie Card Windows Sidebar Gadget I mentioned that I was making one more gadget that would be of somewhat more limited interest. Well, I&#8217;m finally finished with it: the 360Voice.com Challenges gadget! 360Voice.com is a fun little site that started off by giving your Xbox 360 a blog that would [...]]]></description>
			<content:encoded><![CDATA[<p>In my post introducing the <a href="http://brh.numbera.com/blog/index.php/2008/10/21/bungie-card-windows-sidebar-gadget/">Bungie Card Windows Sidebar Gadget</a> I mentioned that I was making one more gadget that would be of somewhat more limited interest. Well, I&#8217;m finally finished with it: the <a href="http://brh.numbera.com/software/sidebargadgets/">360Voice.com Challenges</a> gadget! <a href="http://360voice.com">360Voice.com</a> is a fun little site that started off by giving your Xbox 360 a blog that would summarize each day&#8217;s gameplay. It&#8217;s since grown far beyond that, but the feature I like most is the &#8220;<a href="http://360voice.com/challenges">challenges</a>&#8220;. Challenges are a little meta-game where you get some friends together and see who can win the most gamerscore via unlocking achievements over a set period of time. </p>
<p class="blogimage"><a href="http://brh.numbera.com/software/images/screenshot/360_voice_challenge.jpg"><img alt="" src="http://brh.numbera.com/software/images/screenshot/360_voice_challenge_400.jpg" title="360Voice.com Challenges Gadget" /></a></p>
<p>I do a lot of these challenges, so I wanted to be able to keep track of their progress on my sidebar. The gadget shows you the time left in the challenge, the current standings, and the &#8220;live score&#8221;, which is the gamerscore each player has earned that day that hasn&#8217;t been counted in the official standings yet (gamerscore is sampled by 360Voice.com at midnight PST each day). Once the challenge is over, the winner is given a little crown and the gadget waits for the next challenge. </p>
<p>Fortunately, the 360Voice.com developers had the good sense to provide an XML web services API to their challenge data (and a lot of other stuff too!) so it&#8217;s not too hard to make cool things like this gadget that tie into their site. For this project I went ahead and included my favorite JavaScript library, <a href="http://jquery.com">jQuery</a>, and a neat jQuery-based databinding library called <a href="http://github.com/raid-ox/chain.js/wikis">chain.js</a>. Using these made development a lot smoother &#8211; the old familiar <a href="http://brh.numbera.com/blog/index.php/2007/04/22/top-processes-windows-sidebar-gadget/">Sidebar bugs</a> and Internet Explorer weirdness was still there, but overall it wasn&#8217;t too bad. I&#8217;ve specifically designed it to be as light as possible on 360Voice.com&#8217;s API too, so hopefully it won&#8217;t impact their service.</p>
<p>I think this is the most attractive gadget I&#8217;ve made &#8211; it&#8217;s certainly the most data-rich. I&#8217;m really proud of how it came out. I hope everybody enjoys it, and if you haven&#8217;t ever done a 360Voice challenge, go <a href="http://360voice.com/challenges">start one</a>! Also, if you like it, please rate it at <a href="http://gallery.live.com/liveItemDetail.aspx?li=6a2ceacc-1e11-429b-9406-c1bed98410b0">Windows Live Gallery</a>.</p>
<p>P.S.: While I was monkeying around with gadgets, I&#8217;ve made some minor changes to my <a href="http://brh.numbera.com/software/sidebargadgets/">Top Process gadget</a> &#8211; the text-fade option is no longer there since it really didn&#8217;t add anything, and I may have fixed a couple minor bugs.</p>
]]></content:encoded>
			<wfw:commentRss>http://benhollis.net/blog/2008/11/17/360voicecom-challenges-windows-sidebar-gadget/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bungie Card Windows Sidebar Gadget</title>
		<link>http://benhollis.net/blog/2008/10/21/bungie-card-windows-sidebar-gadget/</link>
		<comments>http://benhollis.net/blog/2008/10/21/bungie-card-windows-sidebar-gadget/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 18:35:46 +0000</pubDate>
		<dc:creator>Ben Hollis</dc:creator>
				<category><![CDATA[Sidebar]]></category>
		<category><![CDATA[Xbox 360]]></category>
		<category><![CDATA[Bungie]]></category>
		<category><![CDATA[Bungie Card]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Halo 3]]></category>
		<category><![CDATA[Windows Sidebar]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://brh.numbera.com/blog/?p=240</guid>
		<description><![CDATA[I suppose I&#8217;m a glutton for punishment. After writing my last two Windows Sidebar gadgets, I really meant to swear them off entirely. They&#8217;re really a pain to develop. But when my favorite video game developer, Bungie (recently of Halo fame) launched their new &#8220;Bungie Cards&#8220;, I knew I had to support them. Bungie Cards [...]]]></description>
			<content:encoded><![CDATA[<p>I suppose I&#8217;m a glutton for punishment. After writing my last two <a href="http://brh.numbera.com/software/sidebargadgets/">Windows Sidebar</a> gadgets, I really meant to swear them off entirely. <a href="http://brh.numbera.com/blog/index.php/2007/04/22/top-processes-windows-sidebar-gadget/">They&#8217;re really a pain to develop.</a> But when my favorite video game developer, <a href="http://bungie.net">Bungie</a> (recently of Halo fame) launched their new &#8220;<a href="http://www.bungie.net/News/content.aspx?type=topnews&#038;cid=15595">Bungie Cards</a>&#8220;, I knew I had to support them. Bungie Cards are basically like Xbox Gamer Cards, but for Halo 3. I assume when new Bungie games get released, they&#8217;ll feed into the Bungie Card system as well. <a href="http://brh.numbera.com/software/sidebargadgets/">My new gadget</a> is not terribly complicated &#8211; it just displays your Halo 3 Bungie Card, in either the small or wide form. </p>
<p class="blogimage"><a href="http://brh.numbera.com/software/images/screenshot/bungie_card_gadget.jpg"><img src="http://brh.numbera.com/blog/wp-content/uploads/2008/10/bungie_card_gadget_400.jpg" alt="" title="Bungie Card Gadget (thumbnail)" width="400" height="218" class="alignnone size-full wp-image-241" /></a></p>
<p>When it&#8217;s floating, you can choose either form of the Bungie Card. It&#8217;s a little weirder when it&#8217;s docked to the sidebar. First, it scales down to fit the sidebar. Then, to see the wide version, you just click on the gadget and the wide card shows up in a flyout. It&#8217;s a nice way to keep track of things without taking up too much space. As a bonus, double-clicking on either form will take you to your Halo 3 stats page.</p>
<p>Like the other gadgets I&#8217;ve done, this was much more difficult to develop than it should have been. The hardest part was getting the scaled-down card for when the sidebar is docked. At first I just zoomed out the page, like I had done for my Xbox Live Gamercard gadget, but it looked absolutely awful. With the exception of newer browsers like Firefox 3 and Safari, &#8220;resizing&#8221; an image by just changing the HTML element&#8217;s dimensions has always used nearest-neighbor filtering, resulting in a truly horrid image. My first instinct was to try and use the MS-proprietary &#8220;filter&#8221; CSS property to apply a <a href="http://msdn.microsoft.com/en-us/library/ms532972(VS.85).aspx">Matrix DXImageTransform</a> that would do the scaling, since that transform has an argument that&#8217;ll get it to use bilinear filtering, which is at least decent. However, Sidebar seems to think that that is a dangerous &#8220;active content&#8221; operation and blocks it. I tweaked it around for a while before stumbling on a workaround &#8211; the <a href="http://msdn.microsoft.com/en-us/library/ms532972(VS.85).aspx">BasicImage</a> filter was not blocked, and if I applied any transform at all, the basic zoom scaling would filter the image in a more pleasant way. So right now I&#8217;m using an opacity filter set to make the image completely opaque. It&#8217;s silly, but it works, and I guess this is what I should expect at this point. Trust me, you wouldn&#8217;t have liked it before &#8211; the image on the left is the way it looks now, the image on the right is with the original smoothing method:</p>
<p class="blogimage"><img src="http://brh.numbera.com/blog/wp-content/uploads/2008/10/smoothing_comparison.png" alt="" title="Bungie Card Smoothing Comparison" width="260" height="90" class="alignnone size-full wp-image-242" /></p>
<p>I actually have another Xbox-related Sidebar gadget in development which is more complex but of limited interest. I hope everyone enjoys the Bungie Card gadget &#8211; feel free to send me feedback directly, and please <a href="http://gallery.live.com/liveItemDetail.aspx?li=63b6d298-c983-4bf8-86eb-ce27b40582ac">rate the gadget at Windows Live Gallery</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://benhollis.net/blog/2008/10/21/bungie-card-windows-sidebar-gadget/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
