<?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>Kangaroo Court {concept47 blog} &#187; javascript</title>
	<atom:link href="http://www.concept47.com/austin_web_developer_blog/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.concept47.com/austin_web_developer_blog</link>
	<description>An Austin Web Developer's Blog</description>
	<lastBuildDate>Sat, 07 May 2011 20:32:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using the zebra widget with jquery Tablesorter (styling alternate table rows)</title>
		<link>http://www.concept47.com/austin_web_developer_blog/javascript/using-the-zebra-widget-with-jquery-tablesorter-styling-alternate-table-rows/</link>
		<comments>http://www.concept47.com/austin_web_developer_blog/javascript/using-the-zebra-widget-with-jquery-tablesorter-styling-alternate-table-rows/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 12:12:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.concept47.com/austin_web_developer_blog/?p=229</guid>
		<description><![CDATA[I ran into this problem trying to figure out how to make sure that styling alternate rows in a table did not become messed up when tablesorter actually sorted the table.
In googling around I figured out that you had to use the zebra widget call in your initial tablesorter contructor. But no one said exactly [...]]]></description>
		<wfw:commentRss>http://www.concept47.com/austin_web_developer_blog/javascript/using-the-zebra-widget-with-jquery-tablesorter-styling-alternate-table-rows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix for IE6 problem with select drop downs ignoring z-index with Jquery</title>
		<link>http://www.concept47.com/austin_web_developer_blog/javascript/fix-for-ie6-problem-with-select-drop-downs-ignoring-z-index-with-jquery/</link>
		<comments>http://www.concept47.com/austin_web_developer_blog/javascript/fix-for-ie6-problem-with-select-drop-downs-ignoring-z-index-with-jquery/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 11:17:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.concept47.com/austin_web_developer_blog/?p=141</guid>
		<description><![CDATA[I just ran into this bug for the first time today.
In it, a select box appears through an element with you&#8217;ve positioned over it using a z-index.
As an example take a look at this screenshot

This is a pesky problem in IE6 that has no simple solution.
So imagine my joy when I stumbled on this blog [...]]]></description>
		<wfw:commentRss>http://www.concept47.com/austin_web_developer_blog/javascript/fix-for-ie6-problem-with-select-drop-downs-ignoring-z-index-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SxSWi day four: Javascript secrets</title>
		<link>http://www.concept47.com/austin_web_developer_blog/javascript/sxswi-day-four-javascript-secrets/</link>
		<comments>http://www.concept47.com/austin_web_developer_blog/javascript/sxswi-day-four-javascript-secrets/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 23:04:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SxSW]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.concept47.com/austin_web_developer_blog/2008/03/11/sxswi-day-four-javascript-secrets/</guid>
		<description><![CDATA[This sesssion was pretty much standing room only and I came in 15 minutes late.
I didn&#8217;t get to really settle in and pay attention as I&#8217;d like, so I&#8217;ll have to view the slides later (I&#8217;ll link to them because they were really frickin&#8217; great)
This jumps around a bit, as I&#8217;m writing from memory.

They talk [...]]]></description>
		<wfw:commentRss>http://www.concept47.com/austin_web_developer_blog/javascript/sxswi-day-four-javascript-secrets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find out what version of Internet Explorer&#8217;s Jscript you&#8217;re running</title>
		<link>http://www.concept47.com/austin_web_developer_blog/microsoft/how-to-find-out-what-version-of-internet-explorers-jscript-youre-running/</link>
		<comments>http://www.concept47.com/austin_web_developer_blog/microsoft/how-to-find-out-what-version-of-internet-explorers-jscript-youre-running/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 18:51:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://www.concept47.com/austin_web_developer_blog/2008/03/04/how-to-find-out-what-version-of-internet-explorers-jscript-youre-running/</guid>
		<description><![CDATA[I blogged a little while ago about the small update of IE&#8217;s javascript engine from 5.6 to 5.7.
As I was re-reading that post, I realized that it might be helpful to know what version of Internet Explorer&#8217;s JScript you were running.
Navigate to this website to get that information. The line you&#8217;re looking for is the [...]]]></description>
		<wfw:commentRss>http://www.concept47.com/austin_web_developer_blog/microsoft/how-to-find-out-what-version-of-internet-explorers-jscript-youre-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jscript 5.7: Minor update to IE6&#8217;s javascript engine</title>
		<link>http://www.concept47.com/austin_web_developer_blog/javascript/jscript-57-minor-update-to-ie6s-javascript-engine/</link>
		<comments>http://www.concept47.com/austin_web_developer_blog/javascript/jscript-57-minor-update-to-ie6s-javascript-engine/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 21:05:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://concept47.com/austin_web_developer_blog/2007/12/19/jscript-57-minor-update-to-ie6s-javascript-engine/</guid>
		<description><![CDATA[Microsoft just released an update to IE6&#8217;s JavaScript engine. It was in response to problems with its (jscript 5.6) garbage collection that would cause poor performance with Large Ajaxy applications &#8230; like Gmail. It probably also helps their hotmail web ui too, since that uses ajax as well.
I would personally have liked to see more [...]]]></description>
		<wfw:commentRss>http://www.concept47.com/austin_web_developer_blog/javascript/jscript-57-minor-update-to-ie6s-javascript-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

