<?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>JosteinB &#187; web</title>
	<atom:link href="http://josteinb.com/category/programming/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://josteinb.com</link>
	<description>The blog with the awesome slogan</description>
	<lastBuildDate>Sun, 17 Jul 2011 18:09:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Neptune&#8217;s Pride Battle Calculator v0.3</title>
		<link>http://josteinb.com/2010/03/neptunes-pride-battle-calculator-v0-3/</link>
		<comments>http://josteinb.com/2010/03/neptunes-pride-battle-calculator-v0-3/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 17:09:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[battle calculator]]></category>
		<category><![CDATA[Neptunes pride]]></category>
		<category><![CDATA[npCalc]]></category>

		<guid isPermaLink="false">http://josteinb.com/?p=137</guid>
		<description><![CDATA[I&#8217;ve upgraded the calculator a little, tinkered a bit with the design with a new header and some minor tweaks for better appearance, and managed to get the javascript to run in IE as well, thanks to a little help from saiboten. What went wrong was as simple as using type=&#8221;text/javascript&#8221; for javascripts in stead [...]


Related posts:<ol><li><a href='http://josteinb.com/2010/03/neptunes-pride-battle-calculator/' rel='bookmark' title='Neptune&#8217;s Pride Battle Calculator'>Neptune&#8217;s Pride Battle Calculator</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve upgraded the calculator a little, tinkered a bit with the design with a new header and some minor tweaks for better appearance, and managed to get the javascript to run in IE as well, thanks to a little help from <a title="saiboten" href="http://saiboten.com/blog" target="_self">saiboten</a>.</p>
<p>What went wrong was as simple as using type=&#8221;text/javascript&#8221; for javascripts in stead of type=&#8221;application/javascript&#8221;. gah.</p>
<p>As allways, feedback is appreciated!</p>
<p>the new version is located <a title="npCalc v0.3" href="http://josteinb.com/npCalc" target="_self">here</a>.</p>
<p>The old versions can still be found here if anything stops working for you:</p>
<p><a title="npCalc v0.1" href="http://josteinb.com/npCalc/v01" target="_self">version 0.1</a></p>
<p><a title="npCalc v0.2" href="http://josteinb.com/npCalc/v02" target="_self">version 0.2</a></p>


<p>Related posts:<ol><li><a href='http://josteinb.com/2010/03/neptunes-pride-battle-calculator/' rel='bookmark' title='Neptune&#8217;s Pride Battle Calculator'>Neptune&#8217;s Pride Battle Calculator</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://josteinb.com/2010/03/neptunes-pride-battle-calculator-v0-3/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Neptune&#8217;s Pride Battle Calculator</title>
		<link>http://josteinb.com/2010/03/neptunes-pride-battle-calculator/</link>
		<comments>http://josteinb.com/2010/03/neptunes-pride-battle-calculator/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 14:18:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[battle calculator]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Neptunes pride]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://josteinb.com/?p=129</guid>
		<description><![CDATA[I got introduced to Neptune&#8217;s Pride a little while ago by a friend&#8230; It is a simple 4X game, with small games for 8 players in each in the free ones. The game uses some simple math to calculate the outcome of battles, and since I am lazy I got tired of doing that math [...]


Related posts:<ol><li><a href='http://josteinb.com/2010/03/neptunes-pride-battle-calculator-v0-3/' rel='bookmark' title='Neptune&#8217;s Pride Battle Calculator v0.3'>Neptune&#8217;s Pride Battle Calculator v0.3</a></li>
<li><a href='http://josteinb.com/2010/09/npcalc-for-android/' rel='bookmark' title='npCalc for Android'>npCalc for Android</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I got introduced to <a href="http://np.ironhelmet.com" target="_blank">Neptune&#8217;s Pride</a> a little while ago by a friend&#8230; It is a simple 4X game, with small games for 8 players in each in the free ones.</p>
<p>The game uses some simple math to calculate the outcome of battles, and since I am lazy I got tired of doing that math and started working on a battle calculator.</p>
<p>This is my first attempt on php, and it is a work in progress&#8230; so feedback is appreciated.</p>
<p>Try it out here: <a title="Neptunes Pride Battle Calculator" href="http://josteinb.com/npCalc" target="_self">Neptune&#8217;s Pride Battle Calculator</a></p>
<p>UPDATE:</p>
<p>I have ditched php, and gone for javascript in v0.2 of the calculator&#8230; Now the workflow is more streamlined since you don&#8217;t have to go between different pages to get to results.  Seems to be some css-problems though. And javascript issues with IE. Working on it.</p>
<p>&#8230;And apparently IE doesn&#8217;t care about height / min-height unless you add an !important to it.</p>
<p>the old version can still be found <a title="np battle calculator v0.1" href="http://josteinb.com/npCalc/v01" target="_blank">here</a></p>


<p>Related posts:<ol><li><a href='http://josteinb.com/2010/03/neptunes-pride-battle-calculator-v0-3/' rel='bookmark' title='Neptune&#8217;s Pride Battle Calculator v0.3'>Neptune&#8217;s Pride Battle Calculator v0.3</a></li>
<li><a href='http://josteinb.com/2010/09/npcalc-for-android/' rel='bookmark' title='npCalc for Android'>npCalc for Android</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://josteinb.com/2010/03/neptunes-pride-battle-calculator/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

