<?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>John On Web Stuff &#187; jquery</title>
	<atom:link href="http://blog.geekyjohn.com/tag/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.geekyjohn.com</link>
	<description>My take on web things. Sometimes witty. Sharing of stuff.</description>
	<lastBuildDate>Tue, 06 Apr 2010 11:26:48 +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>We want all fo the data all of the time</title>
		<link>http://blog.geekyjohn.com/2010/03/we-want-all-fo-the-data-all-of-the-time/</link>
		<comments>http://blog.geekyjohn.com/2010/03/we-want-all-fo-the-data-all-of-the-time/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 12:17:11 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[ia]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[ux]]></category>

		<guid isPermaLink="false">http://blog.geekyjohn.com/?p=224</guid>
		<description><![CDATA[Sometimes we need to display a ridiculous amount of information be on the screen, whether that is product information, statistics, or other tabular type data. This often presents several problems: There isn’t enough room to display this data There is enough room, but it’s all crammed in to a small space (Who needs white space, [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes we need to display a ridiculous amount of information be on the screen, whether that is product information, statistics, or other tabular type data. This often presents several problems:</p>

<p>There isn’t enough room to display this data</p>

<ul>
<li>There is enough room, but it’s all crammed in to a small space (Who needs white space, right?)</li>
<li>There is too much on the screen for the user to absorb</li>
<li>Etc.</li>
</ul>

<p>We’ve all seen Accordions and the like that help display lists with lots of information nicely. What about if we could take that to the next level and use it in a grid, not <strong>just</strong> a horizontal or vertical execution.</p>

<p><a href="http://css-tricks.com/grid-accordion-with-jquery/">Grid Accordion</a> does just that <img src='http://blog.geekyjohn.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>

<p><a href="http://css-tricks.com/examples/InfoGrid/">http://css-tricks.com/examples/InfoGrid/</a></p>

<p>Just thought I would throw a solution to a reasonably common problem out there.</p>
<p><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2010%2F03%2Fwe-want-all-fo-the-data-all-of-the-time%2F&amp;linkname=We%20want%20all%20fo%20the%20data%20all%20of%20the%20time" title="Digg" rel="nofollow" target="_blank"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2010%2F03%2Fwe-want-all-fo-the-data-all-of-the-time%2F&amp;linkname=We%20want%20all%20fo%20the%20data%20all%20of%20the%20time" title="Twitter" rel="nofollow" target="_blank"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/slashdot?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2010%2F03%2Fwe-want-all-fo-the-data-all-of-the-time%2F&amp;linkname=We%20want%20all%20fo%20the%20data%20all%20of%20the%20time" title="Slashdot" rel="nofollow" target="_blank"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/icons/slashdot.png" width="16" height="16" alt="Slashdot"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2010%2F03%2Fwe-want-all-fo-the-data-all-of-the-time%2F&amp;linkname=We%20want%20all%20fo%20the%20data%20all%20of%20the%20time" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2010%2F03%2Fwe-want-all-fo-the-data-all-of-the-time%2F&amp;linkname=We%20want%20all%20fo%20the%20data%20all%20of%20the%20time"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.geekyjohn.com/2010/03/we-want-all-fo-the-data-all-of-the-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advanced docking using jQuery</title>
		<link>http://blog.geekyjohn.com/2009/06/advanced-docking-using-jquery/</link>
		<comments>http://blog.geekyjohn.com/2009/06/advanced-docking-using-jquery/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 01:25:24 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://blog.afterlight.net.au/?p=122</guid>
		<description><![CDATA[Some time ago I was doing some proof of concept: how Visual Studio docking functionality can be done with jQuery and unordered lists. Basically, the main goal was to implement multiple docking and undocking functionality. This tutorial will show you the results of PoC. via Advanced docking using jQuery. &#60; p>I wouldn&#8217;t mind using something [...]]]></description>
			<content:encoded><![CDATA[<blockquote>Some time ago I was doing some proof of concept: how Visual Studio docking functionality can be done with jQuery and unordered lists. Basically, the main goal was to implement multiple docking and undocking functionality. This tutorial will show you the results of PoC.</blockquote>

<p>via <a href="http://www.jankoatwarpspeed.com/post/2009/06/01/Advanced-docking-using-jQuery.aspx">Advanced docking using jQuery</a>.</p>

<p>&lt;</p>

<p>p>I wouldn&#8217;t mind using something like this on a website sometime. On the right site, this could be an invaluable tool.</p>
<p><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2009%2F06%2Fadvanced-docking-using-jquery%2F&amp;linkname=Advanced%20docking%20using%20jQuery" title="Digg" rel="nofollow" target="_blank"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2009%2F06%2Fadvanced-docking-using-jquery%2F&amp;linkname=Advanced%20docking%20using%20jQuery" title="Twitter" rel="nofollow" target="_blank"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/slashdot?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2009%2F06%2Fadvanced-docking-using-jquery%2F&amp;linkname=Advanced%20docking%20using%20jQuery" title="Slashdot" rel="nofollow" target="_blank"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/icons/slashdot.png" width="16" height="16" alt="Slashdot"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2009%2F06%2Fadvanced-docking-using-jquery%2F&amp;linkname=Advanced%20docking%20using%20jQuery" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2009%2F06%2Fadvanced-docking-using-jquery%2F&amp;linkname=Advanced%20docking%20using%20jQuery"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.geekyjohn.com/2009/06/advanced-docking-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Highlight Plugin &#124; bartaz @ GitHub</title>
		<link>http://blog.geekyjohn.com/2009/06/jquery-highlight-plugin-bartaz-github/</link>
		<comments>http://blog.geekyjohn.com/2009/06/jquery-highlight-plugin-bartaz-github/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 01:22:34 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://blog.afterlight.net.au/?p=120</guid>
		<description><![CDATA[It will probably not be a big surprise that jQuery Highlight plugin can be used to highlight pieces of text on a page. It&#8217;s based on great Highlight plugin by Johann Burkard. To be honest most of the credit should go to him, as all I did was a little refactoring and customisation (so blame [...]]]></description>
			<content:encoded><![CDATA[<blockquote>It will probably not be a big surprise that jQuery Highlight plugin can be used to highlight pieces of text on a page. It&#8217;s based on great Highlight plugin by Johann Burkard. To be honest most of the credit should go to him, as all I did was a little refactoring and customisation (so blame me if I broke something).</blockquote>

<p>via <a href="http://bartaz.github.com/sandbox.js/jquery.highlight.html">jQuery Highlight Plugin | bartaz @ GitHub</a>.</p>
<p><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2009%2F06%2Fjquery-highlight-plugin-bartaz-github%2F&amp;linkname=jQuery%20Highlight%20Plugin%20%7C%20bartaz%20%40%20GitHub" title="Digg" rel="nofollow" target="_blank"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2009%2F06%2Fjquery-highlight-plugin-bartaz-github%2F&amp;linkname=jQuery%20Highlight%20Plugin%20%7C%20bartaz%20%40%20GitHub" title="Twitter" rel="nofollow" target="_blank"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/slashdot?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2009%2F06%2Fjquery-highlight-plugin-bartaz-github%2F&amp;linkname=jQuery%20Highlight%20Plugin%20%7C%20bartaz%20%40%20GitHub" title="Slashdot" rel="nofollow" target="_blank"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/icons/slashdot.png" width="16" height="16" alt="Slashdot"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2009%2F06%2Fjquery-highlight-plugin-bartaz-github%2F&amp;linkname=jQuery%20Highlight%20Plugin%20%7C%20bartaz%20%40%20GitHub" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2009%2F06%2Fjquery-highlight-plugin-bartaz-github%2F&amp;linkname=jQuery%20Highlight%20Plugin%20%7C%20bartaz%20%40%20GitHub"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.geekyjohn.com/2009/06/jquery-highlight-plugin-bartaz-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Delay Plugin &#8211; EvanBot.com</title>
		<link>http://blog.geekyjohn.com/2009/04/jquery-delay-plugin-evanbotcom/</link>
		<comments>http://blog.geekyjohn.com/2009/04/jquery-delay-plugin-evanbotcom/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 06:51:20 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://blog.afterlight.net.au/?p=113</guid>
		<description><![CDATA[I&#8217;m a big fan of jQuery and for all it&#8217;s super awesomeness, it doesn&#8217;t yet have a native &#8220;delay&#8221; method. I went looking for something that could delay some meny actions for me today and fortunately I found someone had written this little plugin A simple jQuery plugin that allows you to add a delay [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a big fan of jQuery and for all it&#8217;s super awesomeness, it doesn&#8217;t yet have a native &#8220;delay&#8221; method. I went looking for something that could delay some meny actions for me today and fortunately I found someone had written this little plugin <img src='http://blog.geekyjohn.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>

<blockquote>A simple jQuery plugin that allows you to add a delay between jQuery functions. This small but very useful plugin that has saved me a lot of time. I haven&#8217;t done a lot of testing, but because the plugin is so small and simple (only 212 bytes!) I don&#8217;t think I could have missed much! ^^

via <a href="http://www.evanbot.com/article/jquery-delay-plugin/4">jQuery Delay Plugin &#8211; EvanBot.com</a>.</blockquote>
<p><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2009%2F04%2Fjquery-delay-plugin-evanbotcom%2F&amp;linkname=jQuery%20Delay%20Plugin%20%26%238211%3B%20EvanBot.com" title="Digg" rel="nofollow" target="_blank"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2009%2F04%2Fjquery-delay-plugin-evanbotcom%2F&amp;linkname=jQuery%20Delay%20Plugin%20%26%238211%3B%20EvanBot.com" title="Twitter" rel="nofollow" target="_blank"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/slashdot?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2009%2F04%2Fjquery-delay-plugin-evanbotcom%2F&amp;linkname=jQuery%20Delay%20Plugin%20%26%238211%3B%20EvanBot.com" title="Slashdot" rel="nofollow" target="_blank"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/icons/slashdot.png" width="16" height="16" alt="Slashdot"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2009%2F04%2Fjquery-delay-plugin-evanbotcom%2F&amp;linkname=jQuery%20Delay%20Plugin%20%26%238211%3B%20EvanBot.com" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2009%2F04%2Fjquery-delay-plugin-evanbotcom%2F&amp;linkname=jQuery%20Delay%20Plugin%20%26%238211%3B%20EvanBot.com"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.geekyjohn.com/2009/04/jquery-delay-plugin-evanbotcom/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>jQuery API browser</title>
		<link>http://blog.geekyjohn.com/2009/02/what-you-need-to-know-about-jquery-13-nettuts/</link>
		<comments>http://blog.geekyjohn.com/2009/02/what-you-need-to-know-about-jquery-13-nettuts/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 04:25:44 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://blog.afterlight.net.au/?p=109</guid>
		<description><![CDATA[If you use jQuery (or have to deal with jQuery code written by others), a new API browser has been released to coincide with the release of jQuery 1.3 http://api.jquery.com/ features a very nice search indeed, you can type in any of the jQuery functions and the list of results is update in real time. [...]]]></description>
			<content:encoded><![CDATA[<p>If you use jQuery (or have to deal with jQuery code written by others), a new API browser has been released to coincide with the release of jQuery 1.3</p>

<p><a href="http://api.jquery.com/">http://api.jquery.com/</a> features a very nice search indeed, you can type in any of the jQuery functions and the list of results is update in real time. A big plus for me is that there is an offline browser that uses AIR as I often work while traveling and often need to look up some obscure option or method.</p>

<p>And for everyone that wants to know the details about the latest stuff in jQuery 1.3 &#8211; NetTuts has an article to tell you <a href="http://nettuts.com/tutorials/javascript-ajax/everything-you-need-to-know-about-jquery-13/" target="_blank">Everything You Need to Know About jQuery 1.3</a></p>
<p><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2009%2F02%2Fwhat-you-need-to-know-about-jquery-13-nettuts%2F&amp;linkname=jQuery%20API%20browser" title="Digg" rel="nofollow" target="_blank"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2009%2F02%2Fwhat-you-need-to-know-about-jquery-13-nettuts%2F&amp;linkname=jQuery%20API%20browser" title="Twitter" rel="nofollow" target="_blank"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/slashdot?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2009%2F02%2Fwhat-you-need-to-know-about-jquery-13-nettuts%2F&amp;linkname=jQuery%20API%20browser" title="Slashdot" rel="nofollow" target="_blank"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/icons/slashdot.png" width="16" height="16" alt="Slashdot"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2009%2F02%2Fwhat-you-need-to-know-about-jquery-13-nettuts%2F&amp;linkname=jQuery%20API%20browser" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2009%2F02%2Fwhat-you-need-to-know-about-jquery-13-nettuts%2F&amp;linkname=jQuery%20API%20browser"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.geekyjohn.com/2009/02/what-you-need-to-know-about-jquery-13-nettuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery 1.3.1 Released</title>
		<link>http://blog.geekyjohn.com/2009/01/jquery-131-released/</link>
		<comments>http://blog.geekyjohn.com/2009/01/jquery-131-released/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 13:44:38 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://blog.afterlight.net.au/?p=100</guid>
		<description><![CDATA[Only a very short time after the initial 1.3.0 release of jQuery &#8211; we&#8217;re seeing 1.3.1 released to fix a few bugs present in the previous version. With the 1.3.x releases, the jQuery developers have also decided to stop providing a &#8220;packed&#8221; version of the script, the reasons cited being performance and compatibility reasons. The [...]]]></description>
			<content:encoded><![CDATA[<p>Only a very short time after the <a href="http://blog.jquery.com/2009/01/14/jquery-13-and-the-jquery-foundation/" target="_blank">initial 1.3.0 release</a> of jQuery &#8211; we&#8217;re seeing <a href="http://blog.jquery.com/2009/01/21/jquery-131-released/" target="_blank">1.3.1 released</a> to fix a few bugs present in the previous version.</p>

<p>With the 1.3.x releases, the jQuery developers have also decided to stop providing a &#8220;packed&#8221; version of the script, the reasons cited being performance and compatibility reasons. The minified (and gzipped) version is still available.</p>
<p><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2009%2F01%2Fjquery-131-released%2F&amp;linkname=jQuery%201.3.1%20Released" title="Digg" rel="nofollow" target="_blank"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2009%2F01%2Fjquery-131-released%2F&amp;linkname=jQuery%201.3.1%20Released" title="Twitter" rel="nofollow" target="_blank"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/slashdot?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2009%2F01%2Fjquery-131-released%2F&amp;linkname=jQuery%201.3.1%20Released" title="Slashdot" rel="nofollow" target="_blank"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/icons/slashdot.png" width="16" height="16" alt="Slashdot"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2009%2F01%2Fjquery-131-released%2F&amp;linkname=jQuery%201.3.1%20Released" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2009%2F01%2Fjquery-131-released%2F&amp;linkname=jQuery%201.3.1%20Released"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.geekyjohn.com/2009/01/jquery-131-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Will Save Us All</title>
		<link>http://blog.geekyjohn.com/2008/10/javascript-will-save-us-all/</link>
		<comments>http://blog.geekyjohn.com/2008/10/javascript-will-save-us-all/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 11:25:54 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Eric Meyer]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[selectors]]></category>

		<guid isPermaLink="false">http://blog.afterlight.net.au/?p=38</guid>
		<description><![CDATA[A while back, I woke up one morning thinking, John Resig’s got some great CSS3 support in jQuery but it’s all forced into JS statements. I should ask him if he could set things up like Dean Edwards‘ IE7 script so that the JS scans the author’s CSS, finds the advanced selectors, does any necessary [...]]]></description>
			<content:encoded><![CDATA[<blockquote>A while back, I woke up one morning thinking, John Resig’s got some great CSS3 support in jQuery but it’s all forced into JS statements. I should ask him if he could set things up like Dean Edwards‘ IE7 script so that the JS scans the author’s CSS, finds the advanced selectors, does any necessary backend juggling, and makes CSS3 selector support Transparently Just Work. And then he could put that back into jQuery.

<a href="http://meyerweb.com/eric/thoughts/2008/10/22/javascript-will-save-us-all/">Eric&#8217;s Archived Thoughts: JavaScript Will Save Us All</a>.</blockquote>

<p>I love CSS, I love jquery. This sounds like an awesome solution to one of those annoying little problems. Backwards compatibility.</p>
<p><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2008%2F10%2Fjavascript-will-save-us-all%2F&amp;linkname=JavaScript%20Will%20Save%20Us%20All" title="Digg" rel="nofollow" target="_blank"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2008%2F10%2Fjavascript-will-save-us-all%2F&amp;linkname=JavaScript%20Will%20Save%20Us%20All" title="Twitter" rel="nofollow" target="_blank"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/slashdot?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2008%2F10%2Fjavascript-will-save-us-all%2F&amp;linkname=JavaScript%20Will%20Save%20Us%20All" title="Slashdot" rel="nofollow" target="_blank"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/icons/slashdot.png" width="16" height="16" alt="Slashdot"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2008%2F10%2Fjavascript-will-save-us-all%2F&amp;linkname=JavaScript%20Will%20Save%20Us%20All" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.geekyjohn.com%2F2008%2F10%2Fjavascript-will-save-us-all%2F&amp;linkname=JavaScript%20Will%20Save%20Us%20All"><img src="http://blog.geekyjohn.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.geekyjohn.com/2008/10/javascript-will-save-us-all/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
