﻿<?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>Travis Miller &#187; legacy browser support</title>
	<atom:link href="http://www.electrumdigital.com/tag/legacy-browser-support/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.electrumdigital.com</link>
	<description>Web Developer for Hire</description>
	<lastBuildDate>Thu, 22 Jul 2010 14:17:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>JavaScript Standard Library 1.8+</title>
		<link>http://www.electrumdigital.com/2009/06/javascript-standard-library-1-8/</link>
		<comments>http://www.electrumdigital.com/2009/06/javascript-standard-library-1-8/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 23:50:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AJAX & JavaScript]]></category>
		<category><![CDATA[client-side technologies]]></category>
		<category><![CDATA[code library]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JavaScript 1.6]]></category>
		<category><![CDATA[legacy browser support]]></category>

		<guid isPermaLink="false">http://www.electrumdigital.com/?p=55</guid>
		<description><![CDATA[I just came across Andrea Giammarchi's JavaScript Standard Library, a &#8776;2.7KB library which transparently adds JavaScript 1.6 methods (mostly the new Array stuff) to browsers which don't support them natively.
Surprisingly, this is the first library I've seen whose sole purpose is JavaScript version compatibility. Andrea says it provides "a quite totally standard environment", and offers [...]]]></description>
			<content:encoded><![CDATA[<p>I just came across Andrea Giammarchi's <a href="http://www.3site.eu/JSL/">JavaScript Standard Library</a>, a &#8776;2.7<abbr title="kilobytes">KB</abbr> library which transparently adds JavaScript 1.6 methods (mostly <a href="https://developer.mozilla.org/en/New_in_JavaScript_1.6#Array_extras">the new <code class="js">Array</code> stuff</a>) to browsers which don't support them natively.</p>
<p>Surprisingly, this is the first library I've seen whose sole purpose is JavaScript version compatibility. Andrea says it provides "<a href="http://webreflection.blogspot.com/2007/11/quite-totally-standard-enviroment.html">a quite totally standard environment</a>", and offers some <a href="http://www.3site.eu/JSL/JSL.html">unit tests</a>.<br />
<span id="more-55"></span><br />
I haven't used it yet, but it's a cool idea.</p>
<p>Note that JSL does <em>not</em> include the JavaScript 1.8 methods <code class="js">Array.reduce()</code> and <code class="js">Array.reduceRight()</code>. If you need those, try the compatibility code offered by Mozilla, <a href="https://developer.mozilla.org/En/Core_JavaScript_1.5_Reference/Global_Objects/Array/Reduce#Compatibility">here</a> and <a href="https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Objects/Array/reduceRight#Compatibility">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.electrumdigital.com/2009/06/javascript-standard-library-1-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
