<?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>SC Knowledge Base &#187; jquery</title>
	<atom:link href="http://sandhillcreative.com/kb/category/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://sandhillcreative.com/kb</link>
	<description></description>
	<lastBuildDate>Fri, 09 Sep 2011 20:37:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>IE6 &#8211; Modal Window stuck behind background</title>
		<link>http://sandhillcreative.com/kb/2011/01/19/ie6-modal-window-stuck-behind-background/</link>
		<comments>http://sandhillcreative.com/kb/2011/01/19/ie6-modal-window-stuck-behind-background/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 20:40:33 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[Snippets]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=289</guid>
		<description><![CDATA[So with some modal windows (like with jQuery Modal or dialog) they can appear &#8220;greyed out&#8221; and unclickable. This is because the modal window gets placed behind the overlay. The reason for this is related to the containers that the modal is in. To get around it, move the modal outside of all containers except [...]]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2011/01/19/ie6-modal-window-stuck-behind-background/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zend Framework &#8211; Conditionally Load Javascript Files</title>
		<link>http://sandhillcreative.com/kb/2010/04/06/zend-framework-conditionally-load-javascript-files/</link>
		<comments>http://sandhillcreative.com/kb/2010/04/06/zend-framework-conditionally-load-javascript-files/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 02:39:12 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=185</guid>
		<description><![CDATA[I needed to load javascript files on a per controller basis in a Zend Framework (ZF) based project. In the past I would have done this with some conditional logic that would load things based on a page number or name or some such. In ZF all that is needed is to stick some code [...]]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2010/04/06/zend-framework-conditionally-load-javascript-files/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Make the OpenCart Checkout button stand out a bit</title>
		<link>http://sandhillcreative.com/kb/2010/04/01/make-the-opencart-checkout-button-stand-out-a-bit/</link>
		<comments>http://sandhillcreative.com/kb/2010/04/01/make-the-opencart-checkout-button-stand-out-a-bit/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 02:12:00 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[OpenCart]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=174</guid>
		<description><![CDATA[The first time I added something to the OpenCart shopping cart I was momentarily confused as to where the Checkout link was. It&#8217;s not exactly hidden but nevertheless my brain said &#8220;Huh, wherezitat?&#8221;. So I decided to have it pop a bit when something is added to the cart (or the cart is not empty). [...]]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2010/04/01/make-the-opencart-checkout-button-stand-out-a-bit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Generating XML and passing it to jQuery</title>
		<link>http://sandhillcreative.com/kb/2010/01/06/generating-xml-and-passing-it-to-jquery/</link>
		<comments>http://sandhillcreative.com/kb/2010/01/06/generating-xml-and-passing-it-to-jquery/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 23:08:51 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=168</guid>
		<description><![CDATA[I am generating some XML and then POSTing it to a jQuery based plugin. Looking at the POSTed XML in Firebug, everything appears normal. However, something is not getting passed to the plugin so it is using a amount (which results in no data being properly displayed). The solution turned out to be quite simple&#8230; [...]]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2010/01/06/generating-xml-and-passing-it-to-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento and jQuery, Sitting in a Tree&#8230;</title>
		<link>http://sandhillcreative.com/kb/2009/11/11/magento-and-jquery-sitting-in-a-tree/</link>
		<comments>http://sandhillcreative.com/kb/2009/11/11/magento-and-jquery-sitting-in-a-tree/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 03:33:52 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://sandhillcreative.com/kb/?p=143</guid>
		<description><![CDATA[&#8230; k-i-s-s-i-n-g. First comes love, then comes&#8230; oh who am I kidding! They don&#8217;t really like each other that much. That said, here is how to make them at least tolerate each other: Integrating jQuery with Magento is not complicated but there are a number of gotchas. In a nutshell you&#8230; Create a directory named [...]]]></description>
		<wfw:commentRss>http://sandhillcreative.com/kb/2009/11/11/magento-and-jquery-sitting-in-a-tree/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

