<?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"
	>

<channel>
	<title>We Eat Bricks :: Web Development Blog</title>
	<atom:link href="http://weeatbricks.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://weeatbricks.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Mon, 27 Oct 2008 02:20:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Adobe AIR for JavaScript Developers Pocket Guide</title>
		<link>http://weeatbricks.com/2008/04/21/adobe-air-for-javascript-developers-pocket-guide/</link>
		<comments>http://weeatbricks.com/2008/04/21/adobe-air-for-javascript-developers-pocket-guide/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 16:10:35 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
		
		<category><![CDATA[Analysis]]></category>

		<guid isPermaLink="false">http://www.weeatbricks.com/2008/04/21/adobe-air-for-javascript-developers-pocket-guide/</guid>
		<description><![CDATA[Adobe have released a free PDF book on creating Adobe Air applications for JavaScript developers.
Adobe AIR for JavaScript Developers Pocket Guide
For those of you who have not heard, Adobe Air represents a fantastic advance in web development technologies. By using the HTML, CSS and JavaScript, the standard bread and butter for web developers, you can [...]]]></description>
			<content:encoded><![CDATA[<p>Adobe have released a free PDF book on creating Adobe Air applications for JavaScript developers.</p>
<p><a class="external" href="http://onair.adobe.com/files/AIRforJSDevPocketGuide.pdf?sdid=CEYFA">Adobe AIR for JavaScript Developers Pocket Guide</a></p>
<p>For those of you who have not heard, Adobe Air represents a fantastic advance in web development technologies. By using the HTML, CSS and JavaScript, the standard bread and butter for web developers, you can leverage those existing skills to create fully fledged desktop applications. Complete with standard OS install, uninstall procedures, custom taskbar(XP)/dock(Mac) icons, the works!</p>
<p>No messing around with C and MFC  ( the horror!! ) when developing WinXP apps any more. Plus an Adobe Air app is platform independent. You can build an Adobe Air app and it will run on any OS that has the Adobe Air runtime installed. And what&#8217;s more, the Runtime Install procedure is the thing to behold too for it will install painlessly the first time you decide to download an Air app.</p>
<p>Adobe Air will change the way we understand the web, and continue to blur the line between the OS and the browser. It&#8217;s my guess for web technology of the year.</p>
]]></content:encoded>
			<wfw:commentRss>http://weeatbricks.com/2008/04/21/adobe-air-for-javascript-developers-pocket-guide/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Problem with creating a new file in Ruby on WinXp</title>
		<link>http://weeatbricks.com/2008/03/13/problem-with-creating-a-new-file-in-ruby-on-winxp/</link>
		<comments>http://weeatbricks.com/2008/03/13/problem-with-creating-a-new-file-in-ruby-on-winxp/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 15:16:15 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
		
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://www.weeatbricks.com/2008/03/13/problem-with-creating-a-new-file-in-ruby-on-winxp/</guid>
		<description><![CDATA[I came across this problem today. I was attempting to create a new binary file using Ruby and tried the following:
File.new(&#8221;picture.jpg&#8221;, &#8220;w&#8221;)
While this worked on the *nix os, it resulted in a corrupt binary file when run in WINXP.
Solution
To create a binary file in ruby you will need to include the &#8220;wb&#8221; option. See below.
File.new(&#8221;picture.jpg&#8221;, [...]]]></description>
			<content:encoded><![CDATA[<p>I came across this problem today. I was attempting to create a new binary file using Ruby and tried the following:</p>
<div class="code">File.new(&#8221;picture.jpg&#8221;, &#8220;w&#8221;)</div>
<p>While this worked on the *nix os, it resulted in a corrupt binary file when run in WINXP.</p>
<h3>Solution</h3>
<p>To create a binary file in ruby you will need to include the &#8220;wb&#8221; option. See below.</p>
<div class="code">File.new(&#8221;picture.jpg&#8221;, &#8220;wb&#8221;)</div>
<p>Bye!</p>
]]></content:encoded>
			<wfw:commentRss>http://weeatbricks.com/2008/03/13/problem-with-creating-a-new-file-in-ruby-on-winxp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Remember the Milk using Adobe Air</title>
		<link>http://weeatbricks.com/2008/03/03/remember-the-milk-using-adobe-air/</link>
		<comments>http://weeatbricks.com/2008/03/03/remember-the-milk-using-adobe-air/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 17:50:17 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
		
		<category><![CDATA[Tools]]></category>

		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.weeatbricks.com/2008/03/03/remember-the-milk-using-adobe-air/</guid>
		<description><![CDATA[I&#8217;m a list junkie and Remember the Milk is where I get the hit&#8230;
If you &#8216;re the same you can download a simple Adobe Air application I put together with the Remember The Milk website inserted in an iframe. Plus a little extra.
Why bother
Doing web development work my browsers and WinXP taskbar can get messy. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a list junkie and <a href="http://www.rememberthemilk.com/" class="external">Remember the Milk</a> is where I get the hit&#8230;</p>
<p>If you &#8216;re the same you can download a simple <a href="http://www.adobe.com/products/air/" class="external">Adobe Air</a> application I put together with the Remember The Milk website inserted in an iframe. Plus a little extra.</p>
<h3>Why bother</h3>
<p>Doing web development work my browsers and WinXP taskbar can get messy. In a typical setup, I&#8217;ll have Firefox running(with several tabs), Internet Explorer 7, possibly 6 too, an  IDE EG Aptana Studio or Editplus, probably a few explorer folders and 4 console windows too.</p>
<p>Yes messy I know.</p>
<p>Now you can imagine what that taskbar looks like, and in the midst of this boiling cauldron, in a Firefox tab will lurk <a href="http://www.rememberthemilk.com/" class="external">http://www.rememberthemilk.com/</a>. It can be a pain to find it.</p>
<p>Wouldn&#8217;t it be great if I could keep the <a href="http://www.rememberthemilk.com/">http://www.rememberthemilk.com/</a> seperate from the rest of the Firefox tabs? Perhaps with a distinctive easy to locate icon too.</p>
<p>Ideally I would have <a href="http://www.rememberthemilk.com/">http://www.rememberthemilk.com/</a> running in <strong>system tray</strong>, not visible in the taskbar and it would <strong>disappear</strong> back to the system tray when I minimise it, waiting ready to be restored again at short notice&#8230;. if only&#8230;..</p>
<p>Da Ding!!</p>
<p><a href="http://www.weeatbricks.com/air/" class="external">Here it is&#8230;.</a></p>
<p>BTW the systemtray feature is WinXP only. Perhaps a dock version will appear shortly</p>
]]></content:encoded>
			<wfw:commentRss>http://weeatbricks.com/2008/03/03/remember-the-milk-using-adobe-air/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Plugin to re-order your wordpress blog pages</title>
		<link>http://weeatbricks.com/2008/02/20/plugin-to-re-order-your-wordpress-blog-pages/</link>
		<comments>http://weeatbricks.com/2008/02/20/plugin-to-re-order-your-wordpress-blog-pages/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 01:16:10 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
		
		<category><![CDATA[Plugins]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.weeatbricks.com/2008/02/20/plugin-to-re-order-your-wordpress-blog-pages/</guid>
		<description><![CDATA[Shiftthis have written a Wordpress pluginto help you with re-ordering your Wordpress pages.
It&#8217;s called the wordpress-order-pages-plugin.
I&#8217;ve found this plugin useful when to allow me to control the order of my Wordpress pages when using my wp_jquery_dropdownmenu plugin  .
It provides a visual layout of your pages and you can change the menu order easily. Very [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.shiftthis.net/wordpress-order-pages-plugin/" class="external">Shiftthis</a> have written a Wordpress pluginto help you with re-ordering your Wordpress pages.</p>
<p>It&#8217;s called the <a href="http://www.shiftthis.net/wordpress-order-pages-plugin/" class="external">wordpress-order-pages-plugin</a>.</p>
<p>I&#8217;ve found this plugin useful when to allow me to control the order of my Wordpress pages when using my <a href="http://www.weeatbricks.com/2008/01/07/new-wordpress-plugin-for-creating-a-drop-down-navigation-menu-using-jquery/" class="external">wp_jquery_dropdownmenu plugin  </a>.</p>
<p>It provides a visual layout of your pages and you can change the menu order easily. Very nice.</p>
]]></content:encoded>
			<wfw:commentRss>http://weeatbricks.com/2008/02/20/plugin-to-re-order-your-wordpress-blog-pages/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Install guide and &#8216;how to&#8217; on Subversion client for WinXP</title>
		<link>http://weeatbricks.com/2008/02/14/install-guide-and-how-to-on-subversion-client-for-winxp/</link>
		<comments>http://weeatbricks.com/2008/02/14/install-guide-and-how-to-on-subversion-client-for-winxp/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 10:19:23 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.weeatbricks.com/2008/02/14/install-guide-and-how-to-on-subversion-client-for-winxp/</guid>
		<description><![CDATA[Guide to install and use Subversion client for Win XP.

Download Subversion for WINXP
Instruction on installing and using Subversion

]]></description>
			<content:encoded><![CDATA[<p>Guide to install and use Subversion client for Win XP.</p>
<ol>
<li><a href="http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91&amp;expandFolder=91&amp;folderID=260" class="external">Download Subversion for WINXP</a></li>
<li><a href="https://www.projects.dev2dev.bea.com/Subversion%20Clients/CommandLineSVN.html#install" class="external">Instruction on installing and using Subversion</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://weeatbricks.com/2008/02/14/install-guide-and-how-to-on-subversion-client-for-winxp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Useful Rails 2 tutorials</title>
		<link>http://weeatbricks.com/2008/02/05/useful-rails-2-tutorials/</link>
		<comments>http://weeatbricks.com/2008/02/05/useful-rails-2-tutorials/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 23:29:45 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
		
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://www.weeatbricks.com/2008/02/05/useful-rails-2-tutorials/</guid>
		<description><![CDATA[If you are starting out with Ruby on Rails you&#8217;ll probably find yourself working on the depot application from the current edition of the book &#8220;Agile Web development with Rails&#8221;. However if you have Rails 2 installed you&#8217;ll quickly run into problems.  The current edition of &#8220;Agile Web Development with Rails&#8221; supports rails 1.X. [...]]]></description>
			<content:encoded><![CDATA[<p>If you are starting out with Ruby on Rails you&#8217;ll probably find yourself working on the depot application from the current edition of the book &#8220;Agile Web development with Rails&#8221;. However if you have Rails 2 installed you&#8217;ll quickly run into problems.  The current edition of &#8220;Agile Web Development with Rails&#8221; supports rails 1.X.  However with the release of Rails 2 key changes in the framework render the instructions for creating the depot application obsolete.</p>
<p>To get up to speed you should find the following tutorials useful, the first 2 deal with the rails 2 method of creating a basic depot application while along the way showcasing the new features of Rails2.</p>
<p><a href="http://www.akitaonrails.com/2007/12/12/rolling-with-rails-2-0-the-first-full-tutorial" class="external">http://www.akitaonrails.com/2007/12/12/rolling-with-rails-2-0-the-first-full-tutorial<o:p></o:p></a></p>
<p><a href="http://www.akitaonrails.com/2007/12/12/rolling-with-rails-2-0-the-first-full-tutorial-part-2" class="external">http://www.akitaonrails.com/2007/12/12/rolling-with-rails-2-0-the-first-full-tutorial-part-2<o:p></o:p></a></p>
<p>I&#8217;ve also found this <a href="http://peepcode.com/products/rails2-pdf" class="external">next PDF </a> informative. It costs 9 dollars but for that you get 140 odd pages of Rails2 goodness that should fill the void until they get around to updating &#8220;&#8221;Agile Web Development with Rails&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://weeatbricks.com/2008/02/05/useful-rails-2-tutorials/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New mproved version of the JQuery drop down menu now available.</title>
		<link>http://weeatbricks.com/2008/01/31/new-mproved-version-of-the-jquery-drop-down-menu-now-available/</link>
		<comments>http://weeatbricks.com/2008/01/31/new-mproved-version-of-the-jquery-drop-down-menu-now-available/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 01:38:24 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
		
		<category><![CDATA[Opensource]]></category>

		<category><![CDATA[Plugins]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.weeatbricks.com/2008/01/31/new-mproved-version-of-the-jquery-drop-down-menu-now-available/</guid>
		<description><![CDATA[Hello,
New improved version of the JQuery drop down menu now available.
It contains the extra features requested:

 Order the pages yourself by using the Page menu order feature.
 Put a link into into the menu for you blog.
Works with javascript turned off.
 Make the the parent of a drop down menu clickable or not.
 Find out [...]]]></description>
			<content:encoded><![CDATA[<p>Hello,<br />
New improved version of the <a href="http://www.weeatbricks.com/2008/01/07/new-wordpress-plugin-for-creating-a-drop-down-navigation-menu-using-jquery/" class="external">JQuery drop down menu now available.</a></p>
<p>It contains the extra features requested:</p>
<ul>
<li> Order the pages yourself by using the Page menu order feature.</li>
<li> Put a link into into the menu for you blog.</li>
<li>Works with javascript turned off.</li>
<li> Make the the parent of a drop down menu clickable or not.</li>
<li> Find out more at my original post.</li>
</ul>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://weeatbricks.com/2008/01/31/new-mproved-version-of-the-jquery-drop-down-menu-now-available/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Blog comments not functioning at present</title>
		<link>http://weeatbricks.com/2008/01/22/blog-comments-not-functioning-at-present-2/</link>
		<comments>http://weeatbricks.com/2008/01/22/blog-comments-not-functioning-at-present-2/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 09:48:13 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.weeatbricks.com/2008/01/22/blog-comments-not-functioning-at-present-2/</guid>
		<description><![CDATA[UPDATE: Comments fixed. I was getting a reporting a missing sql comments file. The problem and the solution providerd here fixed the issue. Thanks
http://www.dazecoop.co.uk/03-04-2007/wordpress-database-error-cant-open-file-wp_commentsmyi-errno-144
Hi all,
I&#8217;m afraid the commenting on this blog is not working at present.
In the meantime if you would like to contact me feel free to email me at weeatbricks@gmail.com
Thanks
Jamie
]]></description>
			<content:encoded><![CDATA[<p>UPDATE: Comments fixed. I was getting a reporting a missing sql comments file. The problem and the solution providerd here fixed the issue. Thanks<br />
<a href="http://www.dazecoop.co.uk/03-04-2007/wordpress-database-error-cant-open-file-wp_commentsmyi-errno-144" class="moz-txt-link-freetext">http://www.dazecoop.co.uk/03-04-2007/wordpress-database-error-cant-open-file-wp_commentsmyi-errno-144</a></p>
<p>Hi all,<br />
I&#8217;m afraid the commenting on this blog is not working at present.</p>
<p>In the meantime if you would like to contact me feel free to email me at weeatbricks@gmail.com</p>
<p>Thanks<br />
Jamie</p>
]]></content:encoded>
			<wfw:commentRss>http://weeatbricks.com/2008/01/22/blog-comments-not-functioning-at-present-2/feed/</wfw:commentRss>
		</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 - does not put a link to you blog into the dropdown menu.<br />
1 - Put a lnk to your blog on the left hand side of the dropdown menu.<br />
2 - 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 - pages will by sorted by their ID<br />
1 - 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 - if you would prefer the &#8216;parent&#8217; of a dropdownmenu to be unavailable for clicking.<br />
1 - 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>
		</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>
		</item>
	</channel>
</rss>
