<?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>Kuhrti Brothers &#187; SteamCalculator</title>
	<atom:link href="http://www.kuhrti.de/index.php/category/steamcalculator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kuhrti.de</link>
	<description></description>
	<lastBuildDate>Sun, 01 Nov 2009 16:10:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SteamCalculator Twitter Account</title>
		<link>http://www.kuhrti.de/index.php/article/steamcalculator-twitter-account/</link>
		<comments>http://www.kuhrti.de/index.php/article/steamcalculator-twitter-account/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 15:07:31 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[SteamCalculator]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.kuhrti.de/?p=339</guid>
		<description><![CDATA[
If you wanna follow us or stay informed about the latest SteamCalculator news, just add us: http://twitter.com/steamcalculator
]]></description>
			<content:encoded><![CDATA[<p><img src="http://gs3.hlportal.de/images/steamcalculator.png" alt="SteamCalculator" /></p>
<p>If you wanna follow us or stay informed about the latest SteamCalculator news, just add us: <a href="http://twitter.com/steamcalculator">http://twitter.com/steamcalculator</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kuhrti.de/index.php/article/steamcalculator-twitter-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SteamCalculator V2</title>
		<link>http://www.kuhrti.de/index.php/steamcalculator/steamcalculator-v2/</link>
		<comments>http://www.kuhrti.de/index.php/steamcalculator/steamcalculator-v2/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 09:59:51 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[SteamCalculator]]></category>
		<category><![CDATA[Half-Life]]></category>
		<category><![CDATA[hlportal]]></category>
		<category><![CDATA[steam]]></category>
		<category><![CDATA[webdevelopment]]></category>

		<guid isPermaLink="false">http://www.kuhrti.de/?p=307</guid>
		<description><![CDATA[When I started coding the SteamCalculator for the German Half-Life Community page HLPortal.de, I never thought it would get that big. The very first version took me about half a day and could only sum up listed games of an Steam user. Six weeks later, even game packages were considered. A couple month after that, [...]]]></description>
			<content:encoded><![CDATA[<p>When I started coding the <a href="http://www.hlportal.de/?site=steamcalculator">SteamCalculator</a> for the German Half-Life Community page <a href="http://www.hlportal.de">HLPortal.de</a>, I never thought it would get that big. The very first version took me about half a day and could only sum up listed games of an Steam user. Six weeks later, even game packages were considered. A couple month after that, <a href="http://www.steamcalculator.com">steamcalculator.com</a> was registered, and the SteamCalculator got it&#8217;s own website.</p>
<p><img src="http://gs3.hlportal.de/images/steamcalculator.png" alt="SteamCalculator" /></p>
<p>If you wonder, what the SteamCalculator might be, to keep it simple: The SteamCalculator is tool for gamer, which can be used to calculate the value of a Steam Account. It basically sums up all your games, which are registered via Steam, and tells you, how much it is worth. Some people call it a new tool for <a href="http://www.urbandictionary.com/define.php?term=ePenis">ePenis</a> measurements.<br />
If you do not know what a Steam Account is, you will have no use for the SteamCalculator anyway &#8211; sorry.<br />
If you claim yourself to be &#8220;gamer&#8221;, you should have <a href="http://www.steampowered.com">Steam</a> installed on your PC already. If not&#8230;, dude, your missing something!</p>
<p>But let&#8217;s get back to the topic. As time passes, people keep sending me feedback with feature requests and even, unfortunately, bugs. Actually, there are quite a lot bug reports coming in these weeks. </p>
<ul>
<li>One of the most annoying ones, would be the &#8220;<em>my acount is not private</em>&#8221; bug. For some reason some accounts only work with profile IDs and not with their custom URLs. This causes the calculator to says it&#8217;s an &#8220;private&#8221; account, even though it&#8217;s not.</li>
<li>Second problem would be all the &#8220;broken links&#8221;. It is hard keeping track with Valve&#8217;s &#8220;lets change some IDs&#8221;-plans. AppIDs (unique IDs for Steam games) are fine, as long as they are no demo or beta versions, which will be deactivated after a while. But worst of all, are packages. Their subIDs keep changing&#8230; damn, got to find a way to fix that.</li>
</ul>
<p>These are just two bugs, which will be solved soon. A way bigger problem actually is, invalid input by the user. People keep typing their account names (normally a email) or have even an invalid XML profile. Yes, that&#8217;s right, it is possible to have invalid UTF-8 chars in your profile, which kills the calculator. I have a total of 22,447 users, which have &#8220;broken XML profiles&#8221; so far. Even browsers show a unknown character (no, that does not mean, I haven&#8217;t installed the font). Well yes, there are ways to work around that problem, but it&#8217;s like having keys for a car, which still needs to get hot wired, because it&#8217;s keys don&#8217;t fit.</p>
<p>In fact it is a user problem. Most of them are &#8220;<a href="http://www.urbandictionary.com/define.php?term=leet">leet</a> kiddies&#8221; abusing UTF-8 to literally draw images into their profiles (some look good, though). Or they have friends or joined a group, which is using UTF-8 to create special symbols in their names.<br />
And that is the thing. Some smart people invented &#8220;standards&#8221; like <a href="http://tools.ietf.org/html/rfc3629">ISO 10646</a> to avoid such a mistakes. But who expects kids to know about international standards? Sometimes, it is their computer, which messes everything up. Just to give you a number, to highlight the problem. About <strong>46.2%</strong> of all profiles contain an invalid UTF-8 character. Hat means, half of my users can&#8217;t even use the SteamCalculator. My biggest goal for second version of the SteamCalcultor, would be to decrease that number, because seriously, who would think it&#8217;s his fault, if the calculation fails? No one, right! At the end, they blame me, for doing such a poor job. Well, it&#8217;s time to change that.</p>
<p>So,  if you have any suggestions for the new version, feel free to post them or, if you wish, send them via email to info [et] steamcalculator [dot] com.<br />
And yes, I am looking for a new fresh design.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kuhrti.de/index.php/steamcalculator/steamcalculator-v2/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
