
<?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>Able Technology &#187; javascript</title>
	<atom:link href="http://www.abletech.co.nz/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.abletech.co.nz</link>
	<description>Web Application Programmers and Consultants</description>
	<lastBuildDate>Tue, 10 Aug 2010 07:16:23 +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>NZ Post Ratefinder API beta released</title>
		<link>http://www.abletech.co.nz/2010/08/nz-post-ratefinder-api-beta-released/</link>
		<comments>http://www.abletech.co.nz/2010/08/nz-post-ratefinder-api-beta-released/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 04:42:31 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.abletech.co.nz/?p=663</guid>
		<description><![CDATA[Able Technology has built an API for New Zealand Post that calculates the cost and delivery options when sending packages nationally. The specification and some sample API calls are available from our beta testing site ratefinder.abletech.co.nz. Please try it out, and let us know what you think. Address Finder In addition to the Rate Finder, [...]]]></description>
			<content:encoded><![CDATA[<p>Able Technology has built an API for New Zealand Post that calculates the cost and delivery options when sending packages nationally. The specification and some sample API calls are available from our <em>beta</em> testing site <a href="http://ratefinder.abletech.co.nz/">ratefinder.abletech.co.nz</a>. </p>

<p><img src="http://ratefinder.abletech.co.nz/images/parcel.png" alt="parcel" /></p>

<p>Please try it out, and let us know what you think. </p>

<h4>Address Finder</h4>

<p>In addition to the Rate Finder, you can use Able Technology's Address Finder product to find postal codes, and validate New Zealand postal addresses. Some great API examples are available at <a href="http://api.addressfinder.co.nz">api.addressfinder.co.nz</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.abletech.co.nz/2010/08/nz-post-ratefinder-api-beta-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display access keys automatically</title>
		<link>http://www.abletech.co.nz/2009/04/display-access-keys-automatically/</link>
		<comments>http://www.abletech.co.nz/2009/04/display-access-keys-automatically/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 03:43:28 +0000</pubDate>
		<dc:creator>nigel</dc:creator>
				<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.abletech.co.nz/?p=253</guid>
		<description><![CDATA[I have written a Javascript routine which displays a list of the available access keys at the bottom of the page. Maintaining a list of access keys used for each individual page was going to be a tiresome exercise. As Javascript can interrogate a page for this information, it seemed a little silly manually creating [...]]]></description>
			<content:encoded><![CDATA[<p>I have written a Javascript routine which displays a list of the available <a href="http://en.wikipedia.org/wiki/Access_keys">access keys</a> at the bottom of the page. </p>

<p>Maintaining a list of access keys used for each individual page was going to be a tiresome exercise. As Javascript can interrogate a page for this information, it seemed a little silly manually creating the same result.</p>

<p>So, I give you <a href="http://github.com/nigelramsay/access_keys/tree/master">access_keys</a>, an unobtrusive Javascript routine that searches for and displays access keys that it finds at the bottom of each webpage. Now available on <a href="http://github.com/nigelramsay/access_keys/tree/master">GitHub</a> with full instructions.</p>

<p>Thanks go to <a href="http://www.radionz.co.nz/">Radio New Zealand</a> for inspiring this effort and then releasing it to the world. </p>]]></content:encoded>
			<wfw:commentRss>http://www.abletech.co.nz/2009/04/display-access-keys-automatically/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Javascript speed test results [UPDATED to include Google Chrome]</title>
		<link>http://www.abletech.co.nz/2008/11/javascript-speed-test-results/</link>
		<comments>http://www.abletech.co.nz/2008/11/javascript-speed-test-results/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 01:28:00 +0000</pubDate>
		<dc:creator>nigel</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[browsers]]></category>

		<guid isPermaLink="false">http://www.abletech.co.nz/blog/?p=56</guid>
		<description><![CDATA[<p><strong>Test case:</strong> sorting a table containing 750 rows of data. Using the <a href="http://www.millstream.com.au/view/code/tablekit/" target="_blank">table-kit</a> library.</p>

<table>
  <thead>
    <tr>
      <th>Browser</th>
      <th>Time</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>
Internet Explorer 6.0 (using an XP virtual machine)
      </td>
      <td>
19 seconds
      </td>
    </tr>
    <tr>
      <td>
Internet Explorer 8.0b2 (using an X virtual machine)
      </td>
      <td>
5 seconds
      </td>
    </tr>
    <tr>
      <td>
Firefox 3.0
      </td>
      <td>
8 seconds
      </td>
    </tr>
    <tr>
      <td>
Firefox 3.1b1 pre
      </td>
      <td>
8 seconds
      </td>
    </tr>
    <tr>
      <td>
Safari 3.1.2
      </td>
      <td>
4 seconds
      </td>
    </tr>
    <tr>
      <td>
Webkit trunk (31 Aug 2008)
      </td>
      <td>
4 seconds
      </td>
    </tr>
    <tr>
      <td>
Google Chrome
      </td>
      <td>
9 seconds
      </td>
    </tr>
  </tbody>
</table>

<p>It�s great to see modern browsers executing Javascript so fast. It will be interesting to see how <a href="http://theunixgeek.blogspot.com/2008/06/safari-4-review.html" target="_blank">Safari 4.0</a> compares, which is due to be released shortly.</p>
                ]]></description>
			<content:encoded><![CDATA[<p><strong>Test case:</strong> sorting a table containing 750 rows of data. Using the <a href="http://www.millstream.com.au/view/code/tablekit/" target="_blank">table-kit</a> library.</p>
<table border="0">
<thead>
<tr>
<th>Browser</th>
<th>Time</th>
</tr>
</thead>
<tbody>
<tr>
<td>Internet Explorer 6.0 (using an XP virtual machine)</td>
<td>19 seconds</td>
</tr>
<tr>
<td>Internet Explorer 8.0b2 (using an XP virtual machine)</td>
<td>5 seconds</td>
</tr>
<tr>
<td>Firefox 3.0</td>
<td>8 seconds</td>
</tr>
<tr>
<td>Firefox 3.1b1 pre</td>
<td>8 seconds</td>
</tr>
<tr>
<td>Safari 3.1.2</td>
<td>4 seconds</td>
</tr>
<tr>
<td>Webkit trunk (31 Aug 2008)</td>
<td>4 seconds</td>
</tr>
<tr>
<td>Google Chrome</td>
<td>9 seconds</td>
</tr>
</tbody>
</table>
<p>It&#8217;s great to see modern browsers executing Javascript so fast. It will be interesting to see how <a href="http://theunixgeek.blogspot.com/2008/06/safari-4-review.html" target="_blank">Safari 4.0</a> compares, which is due to be released shortly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.abletech.co.nz/2008/11/javascript-speed-test-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
