<?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>fat lines of code &#187; javascript</title>
	<atom:link href="http://fatlinesofcode.philipandrews.org/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://fatlinesofcode.philipandrews.org</link>
	<description>Freelance flash &#38; html5 developer. Melbourne, Australia</description>
	<lastBuildDate>Wed, 21 Dec 2011 00:25:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>BC tax calculator</title>
		<link>http://fatlinesofcode.philipandrews.org/2008/09/07/bc-tax-calculator/</link>
		<comments>http://fatlinesofcode.philipandrews.org/2008/09/07/bc-tax-calculator/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 01:59:38 +0000</pubDate>
		<dc:creator>phil</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[vancouver]]></category>

		<guid isPermaLink="false">http://philipandrews.org/blog/?p=39</guid>
		<description><![CDATA[This is a simple tax calculator that I whipped together for calculating your  income after tax in BC, Canada. It should be useful for anyone that works on a contract or hourly rate. Please note this does not include CCP or employer insurance. Show me the money!]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript" src="/js/mootools-1.2-core.js"></script></p>
<p><script type="text/javascript" src="/tax/Utilities.js"></script></p>
<p><script type="text/javascript" src="/tax/TaxRates.js"></script><br />
<script type="text/javascript" src="/tax/TaxCalc2.js"></script></p>
<style>
.taxcalculator table{width: 450px; font-size:13pt;margin-bottom:20px}
.taxcalculator table td{padding:0px 0px 10px 0px}
.taxcalculator input{width:50px; font-size:12pt}
</style>
<div class="taxcalculator">
<form action="rrspcatchupsummary.cfm" method="post">
<table border="0" cellspacing="0" cellpadding="0">
<thead>
<tr>
<td></td>
<td>Year</td>
<td>Month</td>
<td>Week</td>
<td>Hour</td>
</tr>
</thead>
<tbody>
<tr>
<td>Taxable income</td>
<td>
<input id="incomeYear" onkeyup="setIncome(this)" type="text" /></td>
<td>
<input id="incomeMonth" onkeyup="setIncome(this)" type="text" /></td>
<td>
<input id="incomeWeek" onkeyup="setIncome(this)" type="text" /></td>
<td>
<input id="incomeHour" onkeyup="setIncome(this)" type="text" /></td>
</tr>
<tr id="results" style="display:none">
<td>After-Tax income</td>
<td id="resultYear"></td>
<td id="resultMonth"></td>
<td id="resultWeek"></td>
<td id="resultHour"></td>
</tr>
</tbody>
</table>
</form>
</div>
<p>This is a simple tax calculator that I whipped together for calculating your  income after tax in BC, Canada. It should be useful for anyone that works on a contract or hourly rate. Please note this does not include CCP or employer insurance. Show me the money!</p>
<div class="tw_button" style=";float:left;margin-right:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Ffatlinesofcode.philipandrews.org%2F2008%2F09%2F07%2Fbc-tax-calculator%2F&amp;via=philipandrews&amp;text=BC%20tax%20calculator&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Ffatlinesofcode.philipandrews.org%2F2008%2F09%2F07%2Fbc-tax-calculator%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://fatlinesofcode.philipandrews.org/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://fatlinesofcode.philipandrews.org/2008/09/07/bc-tax-calculator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

