<?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>Frank Villa-Abrille &#187; JavaScript</title>
	<atom:link href="http://protopl.us/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://protopl.us</link>
	<description>Web Analytics, SEO, HTML, XHTML, CSS, Ajax, JavaScript, JSP, MySQL, PHP</description>
	<lastBuildDate>Fri, 11 Jun 2010 03:40:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>jQuery + IE6 = Could not set the selected property. Unspecified error.</title>
		<link>http://protopl.us/2010/04/14/jquery-ie6-could-not-set-the-selected-property-unspecified-error/</link>
		<comments>http://protopl.us/2010/04/14/jquery-ie6-could-not-set-the-selected-property-unspecified-error/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 20:51:48 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://protopl.us/?p=348</guid>
		<description><![CDATA[Recently, I  ran across an IE6 issue relating to jQuery and select options. The error message from IE6 was &#8220;Could not set the selected property. Unspecified error.&#8220;, which appears to be related to a timing issue with the DOM.
Here&#8217;s the original code, which worked for IE7 and IE8:
function loadSelectItems(selOptions, ctrl, id) {
  (ctrl).html(selOptions);
 [...]]]></description>
		<wfw:commentRss>http://protopl.us/2010/04/14/jquery-ie6-could-not-set-the-selected-property-unspecified-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery 1.4 Released</title>
		<link>http://protopl.us/2010/01/28/jquery-1-4-released/</link>
		<comments>http://protopl.us/2010/01/28/jquery-1-4-released/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 18:50:58 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://protopl.us/?p=342</guid>
		<description><![CDATA[The jQuery team recently released version 1.4 of their widely popular JavaScript library. This release includes significant performance improvements.
Many of the most popular and commonly used jQuery methods have seen a significant rewrite in jQuery 1.4. When analyzing the code base we found that we were able to make some significant performance gains by comparing [...]]]></description>
		<wfw:commentRss>http://protopl.us/2010/01/28/jquery-1-4-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
