<?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>We Eat Bricks :: Web Development Blog &#187; JQuery</title>
	<atom:link href="http://weeatbricks.com/category/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://weeatbricks.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 23 May 2010 12:08:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>JQuery Cheat Sheet</title>
		<link>http://weeatbricks.com/2009/10/03/jquery-cheat-sheet/</link>
		<comments>http://weeatbricks.com/2009/10/03/jquery-cheat-sheet/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 15:27:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://weeatbricks.com/?p=116</guid>
		<description><![CDATA[JQuery Cheat Sheet
]]></description>
			<content:encoded><![CDATA[<p><a href="http://woork.blogspot.com/2009/09/jquery-visual-cheat-sheet.html">JQuery Cheat Sheet</a></p>
]]></content:encoded>
			<wfw:commentRss>http://weeatbricks.com/2009/10/03/jquery-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery .animate for css background color does not appear to work</title>
		<link>http://weeatbricks.com/2009/04/09/jquery-animate-for-css-background-color-does-not-appear-to-work/</link>
		<comments>http://weeatbricks.com/2009/04/09/jquery-animate-for-css-background-color-does-not-appear-to-work/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 17:39:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://weeatbricks.com/?p=103</guid>
		<description><![CDATA[I&#8217;ve tried this a several version of jQuery including jquery-1.3.2.

$(&#8217;#my_div&#8217;).animate({backgroundColor:&#8221;red&#8221;}, {duration:500})


Include the plugin http://plugins.jquery.com/project/color and .animate works properly on the background color.
Bye
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve tried this a several version of jQuery including jquery-1.3.2.</p>
<div class="code">
$(&#8217;#my_div&#8217;).animate({backgroundColor:&#8221;red&#8221;}, {duration:500})
</div>
<p>
Include the plugin <a class="external" href="http://plugins.jquery.com/project/color">http://plugins.jquery.com/project/color</a> and .animate works properly on the background color.</p>
<p>Bye</p>
]]></content:encoded>
			<wfw:commentRss>http://weeatbricks.com/2009/04/09/jquery-animate-for-css-background-color-does-not-appear-to-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New wordpress plugin for creating a drop down navigation menu using JQuery</title>
		<link>http://weeatbricks.com/2008/01/07/new-wordpress-plugin-for-creating-a-drop-down-navigation-menu-using-jquery/</link>
		<comments>http://weeatbricks.com/2008/01/07/new-wordpress-plugin-for-creating-a-drop-down-navigation-menu-using-jquery/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 21:48:35 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Opensource]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.weeatbricks.com/2008/01/07/new-wordpress-plugin-for-creating-a-drop-down-navigation-menu-using-jquery/</guid>
		<description><![CDATA[The  wp_jquery_dropdownmenu plugin at a glance:

Create a navigation menu with drop down menus for you Wordpress blog
Slick JQuery animated sliding down for menus and fading out.
Works with javascript turned off.
Auto highlight of the current page you are are on.
New features in v.02
Add a link to your blog to the navigation menu.
Arrange the order of [...]]]></description>
			<content:encoded><![CDATA[<p>The  <a href="http://www.weeatbricks.com/downloads/wp_jquery_dropdownmenu.rar" class="external">wp_jquery_dropdownmenu plugin </a>at a glance:</p>
<ul>
<li>Create a navigation menu with drop down menus for you Wordpress blog</li>
<li>Slick JQuery animated sliding down for menus and fading out.</li>
<li>Works with javascript turned off.</li>
<li>Auto highlight of the current page you are are on.</li>
<li>New features in v.02</li>
<li>Add a link to your blog to the navigation menu.</li>
<li>Arrange the order of the page to suit your needs.</li>
<li>Parents pages can can be either links to pages or not if required.</li>
</ul>
<p>I wrote this plugin to provide my wordpress blog with a navigation or menu that provides drop down menus or sub navigation menus where you need them.</p>
<p>This plugin uses the cross browser <a href="http://jquery.com/" class="external">JQuery javascript framework</a> for the sliding down menus and JQuery is installed with the plugin.</p>
<p>Each &#8216;Page&#8217; of your wordpress blog becomes a link in the new navigation bar. Pages that are &#8216;children&#8217; populate the drop menu of the parent &#8216;Page&#8217;.</p>
<p>For example. You might have a page titled About. You can then set or create pages such as contact us, team, location or whatever and set the parent of each of these pages to &#8216;About&#8217;.</p>
<p>In your new navigation menu hover over the &#8216;About&#8217; link and a dropdown menu containing contact us, team, location appears.</p>
<p>I&#8217;ve tested this on Wordpress version 2.31 and above. It will not work on version 2.0.x as these version does not support the concept of parent and child pages.<br />
<a href="http://throwingshapes.net/hp_wordpress/" class="external"><br />
Try out the Demo</a></p>
<h3>Installation</h3>
<p><a href="http://www.weeatbricks.com/downloads/wp_jquery_dropdownmenu.rar" class="external">Download wp_jquery_dropdownmenu plugin here</a></p>
<p>Simply unzip the wp_jquery_dropdownmenu.zip and copy the wp_jquery_dropdownmenu directory into your ./wp-content/plugins directory.</p>
<p>Login to the WordPress Admin Interface and enable the PlugIn in the PlugIn section.</p>
<p>Next put the tag below somewhere inside one of your wordpress template files.<br />
That’s it.</p>
<h3>Usage</h3>
<p>Example:<br />
Insert this somewhere into one of your templates, eg header.php</p>
<p class="code"> &lt;?php<br />
echo wp_jquery_dropdownmenu(2, &#8220;Blog&#8221;,1, 0);<br />
?&gt;</p>
<p>This is the default dropdown menu configuration. If you would like to learn about how you can alter your dropmenu further please read the following:</p>
<p>There are four settings to consider.</p>
<p>The first value(2 in the above example):<br />
0 &#8211; does not put a link to you blog into the dropdown menu.<br />
1 &#8211; Put a lnk to your blog on the left hand side of the dropdown menu.<br />
2 &#8211; put a link to your blog in the right hand side of the navigation menu.</p>
<p>Second value (&#8221;blog&#8221; in the above example):<br />
If you would like a lin to you blog to appear in your dropdown menu. Put the text here. In the above example &#8220;Blog&#8221; is used and will probably do for most people.</p>
<p>Third value (1 in the above example):<br />
0 &#8211; pages will by sorted by their ID<br />
1 &#8211; pages will be arranged accorded to their menu order. The menu order can be set in the pages section of your wordpress blog.</p>
<p>Fourth value (0 in the above example):<br />
0 &#8211; if you would prefer the &#8216;parent&#8217; of a dropdownmenu to be unavailable for clicking.<br />
1 &#8211; if you would prefer the &#8216;parent&#8217; of a dropdownmenu to to click to it&#8217; page.</p>
<h3>Further notes</h3>
<p>You can style the css by editing the files styles.css in the plugins/wp_jquery_dropdownmenu folder</p>
<p>Comments, questions or suggestions most welcome!</p>
<p>Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://weeatbricks.com/2008/01/07/new-wordpress-plugin-for-creating-a-drop-down-navigation-menu-using-jquery/feed/</wfw:commentRss>
		<slash:comments>91</slash:comments>
		</item>
		<item>
		<title>JQuery Plugin for Wordpress</title>
		<link>http://weeatbricks.com/2007/12/27/jquery-plugin-for-wordpres/</link>
		<comments>http://weeatbricks.com/2007/12/27/jquery-plugin-for-wordpres/#comments</comments>
		<pubDate>Thu, 27 Dec 2007 13:19:55 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Opensource]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.weeatbricks.com/2007/12/27/jquery-plugin-for-wordpres/</guid>
		<description><![CDATA[This plugin, wp_jquery-1.2.1 is based on the wp_jquery plugin available at http://miracles.heaven.fr/wp_jquery/
It adds support for the JQuery JavaScript framework to your word press blog and admin backend.
I&#8217;ve added two enchantments:

 Updated the version of JQuery from 1.0.3 to 1.2.1
 Added support for wordpress blogs that do not reside in the root directory for a domain. [...]]]></description>
			<content:encoded><![CDATA[<p>This plugin, wp_jquery-1.2.1 is based on the wp_jquery plugin available at <a href="http://miracles.heaven.fr/wp_jquery/" class="external">http://miracles.heaven.fr/wp_jquery/</a><br />
It adds support for the JQuery JavaScript framework to your word press blog and admin backend.</p>
<p>I&#8217;ve added two enchantments:</p>
<ul>
<li> Updated the version of JQuery from 1.0.3 to 1.2.1</li>
<li> Added support for wordpress blogs that do not reside in the root directory for a domain. For example, the previous plugin would work if your blog lives at www.mylovelyhorse.com but not www.mylovelyhorse.com/blog/. Now it does.</li>
</ul>
<p><a href="http://www.weeatbricks.com/downloads/wp_jquery-1.2.1.rar" class="external">Download here</a></p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://weeatbricks.com/2007/12/27/jquery-plugin-for-wordpres/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JQuery + Sortable + Quicktime + IE Bug</title>
		<link>http://weeatbricks.com/2007/11/27/jquery-sortable-quicktime-ie-bug/</link>
		<comments>http://weeatbricks.com/2007/11/27/jquery-sortable-quicktime-ie-bug/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 16:55:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://www.weeatbricks.com/2007/11/27/jquery-sortable-quicktime-ie-bug/</guid>
		<description><![CDATA[Another bug with JQuery to report.
I am using the JQuery and the Sortable functions provided by the Interface Plugin.
In IE when you drag a quicktime movie that is currently playing, the movie stays in the original location and while the rest of the draggable moves as expected.
A refresh of the page will place the quicktime [...]]]></description>
			<content:encoded><![CDATA[<p>Another bug with JQuery to report.</p>
<p>I am using the <a href="http://jquery.com/">JQuery </a>and the <a href="http://interface.eyecon.ro/demos/sort.html">Sortable functions</a> provided by the <a href="http://interface.eyecon.ro">Interface Plugin.</a></p>
<p>In IE when you drag a quicktime movie that is currently playing, the movie stays in the original location and while the rest of the draggable moves as expected.</p>
<p>A refresh of the page will place the quicktime movie in  the place it should be.</p>
<p>To see it in action please have a go at dragging around the box containing the Quicktime movie<br />
try it out here:<br />
<a href="http://weeatbricks.com/test/sortable_quicktime.html">http://weeatbricks.com/test/sortable_quicktime.html</a></p>
<p>I&#8217;ve submitted the ticket to Jquery, <a href="http://dev.jquery.com/ticket/1978">view ticket.</a></p>
<p class="poweredbyperformancing">Powered by <a href="http://scribefire.com/">ScribeFire</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://weeatbricks.com/2007/11/27/jquery-sortable-quicktime-ie-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
