<?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>chopcat &#187; second life</title>
	<atom:link href="http://www.chopcat.com/archives/category/second-life/feed" rel="self" type="application/rss+xml" />
	<link>http://www.chopcat.com</link>
	<description>ramblings of a feline simian</description>
	<lastBuildDate>Wed, 25 Feb 2009 23:16:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>FiddlerCap and HTTP protocol debugging</title>
		<link>http://www.chopcat.com/archives/335</link>
		<comments>http://www.chopcat.com/archives/335#comments</comments>
		<pubDate>Thu, 29 Jan 2009 19:34:44 +0000</pubDate>
		<dc:creator>Killapill</dc:creator>
				<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://www.chopcat.com/?p=335</guid>
		<description><![CDATA[<h3>Capturing web traffic</h3>
<h4>Introduction</h4>
<p>If you&#8217;ve reached this page, chances are good that you were asked to capture a HTTP log file.  Usually, this action is performed to track down a bug in your web browser or a website.</p>
<p>You can use Microsoft FiddlerCap to take a snapshot of HTTP traffic, and send that snapshot to facilitate troubleshooting the bug. </p>
<p>To get started, just follow the steps below.</p>
<h4>Step-by-step Instructions</h4>
<ol>
<li>Download <a href="http://www.fiddlercap.com/dl/FiddlerCapSetup.exe">Microsoft FiddlerCap</a>.</li>
<li>Close all instances of Internet Explorer.</li>
<li>Install FiddlerCap by running the FiddlerCapSetup.exe file.</li>
<li>FiddlerCap should start automatically when the installer completes.<br />
          If it doesn&#8217;t start, you can start it from the START menu.</li>
<li>Unless specifically asked to skip this step:<br />
          Inside FiddlerCap, click the Clear Cookies button and then the Clear Cache button.</li>
<li>Inside FiddlerCap, click the Start Capture button.</li>
<li>A new Internet Explorer window will appear.  Use Internet Explorer&#8217;s address bar to go to whatever site is having problems, and do whatever steps are needed to cause the problem to occur.</li>
<li>Verify that new lines (representing HTTP requests) are showing up in the FiddlerCap window.</li>
<li>Inside FiddlerCap, click the Stop Capture button.</li>
<li>Inside FiddlerCap, click the Save Capture button.<br />
          Save the .SAZ file to your desktop.</li>
<li>Email the .SAZ file from your desktop to your friend.</li>
</ol>
<p>    If you have a problem performing any of these steps, contact your friend and tell them at which step there was a problem. Be sure to communicate any error messages you encountered.</p>
<h4>Reading <strong>.SAZ</strong> files.</h4>
<p>    Fiddler2, the reader for the .SAZ files can be downloaded <a href="http://www.fiddler2.com/dl/Fiddler2Setup.exe">here</a>.</p>
<p>    If you were asked to make a capture log, you do not need to download and install this file. It is only included here for reference.</p>
<p><small><a href="http://www.fiddlercap.com/">fiddlercap</a> and <a href="http://www.fiddler2.com/">fiddler2</a> are copyright &copy;  Microsoft Corporation.</small></p>
]]></description>
		<wfw:commentRss>http://www.chopcat.com/archives/335/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>libOpenMetaverse</title>
		<link>http://www.chopcat.com/archives/300</link>
		<comments>http://www.chopcat.com/archives/300#comments</comments>
		<pubDate>Thu, 08 Jan 2009 22:53:19 +0000</pubDate>
		<dc:creator>Killapill</dc:creator>
				<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://www.chopcat.com/?p=300</guid>
		<description><![CDATA[<p><a href="http://www.openmetaverse.org/">libOpenMetaverse</a> (formerly libSecondLife) is a very interesting project.  Basically, it&#8217;s a library in C# is used for connecting to the secondlife grid. I&#8217;ve been playing with 0.5.0 (last official release apparently) and also with /trunk. </p>
<p>I&#8217;ve been able to work my around into creating a name2key and key2name functions for the included testclient app. (yea, basically taking the example code for these and moving them to the testclient code but it&#8217;s not as simple as it sounds so there)</p>
<p>Next up&#8230; group utilities and also moving the console dumps to IMs to master</p>
]]></description>
		<wfw:commentRss>http://www.chopcat.com/archives/300/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
